Automate tasks with Dialogflow
Build intelligent speech interfaces for web, mobile, and devices.
https://dialogflow.cloud.google.com
Actions
The action is what happens automatically, without you having to do anything else.
-
Respond to the Fulfillment request
Responds to the Fulfillment request. The response must occur within 10 seconds for Google Assistant applications or 5 seconds for all other applications, otherwise the request will time out.
Run Botize Tasks from Dialogflow
Dialogflow "Fulfillments" are compatible with Botize. You can trigger tasks from any bot created with Dialogflow by simply providing the URL of your automated task.
Access Bot Data
Dialogflow executes the Fulfillment by sending all the bot's current parameters and values to Botize, allowing you to use them within the task.
Access Messaging App Data
Dialogflow also sends Botize data from the messaging app where the bot resides, enabling you to identify the app in use, the user's name, or their identifier.
All tags received by your task with the prefix "original_detect_intent_request_" are data obtained from the messaging app used by the end user.
Respond to Dialogflow from Your Task
Using the data and actions performed by your automated task, you can configure the response message that the bot will display to users.