Skip to content

Commit

Permalink
docs(dialogflow): add currently supported Dialogflow API version
Browse files Browse the repository at this point in the history
add V1 as the only currently supported Dialogflow API
  • Loading branch information
Antonio Pintus committed Feb 8, 2019
1 parent aec39ff commit ca1919f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,9 @@ Next sections briefly provide some guidelines to integrate bots built by the thr
### [Dialogflow: integration guidelines](#dialogflow-integration-guidelines)
[Dialogflow Bot Platform](https://dialogflow.com) allows the creation of conversation flows using its nice Intents feature.
At the moment, the current version of the Vivocha built-in driver for Dialogflow supports **API V1 only**. Thus, be sure to select *API V1* when configuring your agent in the Dialogflow Console.
Feel free to build your conversation flow as you prefer, related to the specific Bot application domain, BUT, in order to properly work with Vivocha taking advantage of the out-of-the-box support it provides, it is mandatory to follow some guidelines:
1. Must exists in Dialogflow an intent configured to be triggered by a start event. The start event name configured in a Dialogflow intent must exactly match the start event configured in Vivocha; Default is: `start`.
Expand Down

0 comments on commit ca1919f

Please sign in to comment.