How in the dialogflow after communicating with the user to end the dialogue

8 views
Skip to first unread message

Yuriy Lvov

unread,
Feb 25, 2020, 2:59:58 PM2/25/20
to dialogflow-enterprise-edition-users
How in the dialogflow  after communicating with the user to end the dialogue after a certain phrase?
 For example, after the phrase "goodbye" do not respond and do not do anything even if the user continues to communicate.

Moe (Cloud Platform Support)

unread,
Mar 2, 2020, 9:17:35 AM3/2/20
to dialogflow-enterprise-edition-users

To receive conversation exit events:

  1. In the left navigation, click the + icon by the Intents menu item.

  2. Give the intent a name (like Exit Conversation) and click on the Events section.

  3. Enter actions_intent_CANCEL in the Add event field.

  4. Either specify a response under Response or set up your own response for this intent in your webhook code.

  5. Enable Set this intent as end of conversation.

  6. Click Save.

  7. In the left navigation, click Integrations.

  8. Choose Google Assistant and click Update draft, then Test to make sure the changes are reflected in your project.

More documentation and information can be found in [1].


[1]:https://developers.google.com/assistant/conversational/conversation-exits#dialogflow


Reply all
Reply to author
Forward
0 new messages