Turning the Bot Off
Turning the bot off from responding to Alexa360 contacts using Dialogflow Intent Parameters.
Last updated
Turning the bot off from responding to Alexa360 contacts using Dialogflow Intent Parameters.
Last updated
A Dialogflow agent can be turned on/off manually in the . In addition to that a bot can be turned off using parameters in Dialogflow intents or automation rules in the platform.
Using a Dialogflow intent to turn a contact's Bot Status off can be used in order to create a human handoff in your bot workflow.
With RB_BOTSTATUS
, you can turn the bot off for the specific user by setting the value to false.
The Fallback intent does not include a place to add parameters. When turning off the bot from Dialogflow you should create a quick reply in your Fallback intent asking the contact if they want to talk to a human. If the contact responds with the yes quick reply, that should take the to the intent with the RB_BOTSTATUS
parameter.
When using this parameter to disable the bot, you may also want to update the user status on the platform with and send a notification on the platform with the parameter within a single intent.