Tony Gutierrez
Tony Gutierrez

Reputation: 771

Google action "isn't responding right now" after account linking completed

Im developing a google action with account linking.

When a new user does an initial request to my action, I get it over the webhook and respond with the SIGN_IN response. The assistant asks the user to link the account. The users does so, and the action then reports "XXX isn't responding right now", yet there were no further webhook requests to respond to. There is nothing in the logs viewer other than the initial request.

The next request by the user works fine, indicating that account linking did indeed complete. How can I avoid this error to the user??

Upvotes: 1

Views: 77

Answers (1)

Prisoner
Prisoner

Reputation: 50731

This is usually because you either have no Intent in Dialogflow which can handle the actions_intent_SIGN_IN event or you have one and it is not set to do webhook fulfillment and returns no response.

Upvotes: 1

Related Questions