Closing a Conversation
Closing a Conversation using Dialogflow Intent Parameters.
Last updated
Closing a Conversation using Dialogflow Intent Parameters.
Last updated
The system open a new conversation for all new contacts and all contacts with new messages. This ensures that all contacts who require assistance show up in the .
A conversation can be opened or closed for a contact manually in the or , opened or closed programmatically using , and closed using parameters in Dialogflow intents.
To close a conversation of a contact from Dialogflow use the RB_MARKDONE
parameter in your Dialogflow Intent(s).
To close a conversation of a contact, use the RB_MARKDONE
parameter in your Dialogflow intent and set the value to true
.
Any contact who triggers an intent using the RB_MARKDONE
parameter with value true will have their conversation closed on the Alexa360 platform.
By default, all new contacts and contacts with new messages will open a new conversation. You'll want to set add RB_MARKDONE
as true
for intents that do not require a human agent when triggered.
You may want to think about using this intent in tandem with to trigger a notification when a conversation is opened for a contact. The notification message can be used to pass on information on what needs to be done for the specific contact.