Vishnu K R
Vishnu K R

Reputation: 1

Continuing a conversation after account linking using google in dialogflow

In google dialogflow using node js , i have used the account linking feature to store user data into the database. After the signin intent, i want to trigger welcome intent or any other intent. Now its getting signed in and nothing happens after that.How to trigger the next intent without getting response from the user? Now its getting signed in and nothing happens after that. What am i doing wrong?

Upvotes: 0

Views: 81

Answers (1)

jacobytes
jacobytes

Reputation: 3241

If you wish to continue the conversation after a sign-in has been completed have a look at the sign-in helper. This will allows you to create an intent with the event for sign-in and it will allow you to continue the conversation.

If you handover from a speaker to a phone your conversation will always end, the user will have to sign-in and restart the conversation if you use that.

Upvotes: 0

Related Questions