Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden Kupermintz committed Apr 28, 2019
2 parents 81febbd + b718a8a commit ac632ab
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
pagename: Google Dialog Flow Version 2
pagename: Google Dialogflow Version 2
redirect_from:
sitesection: Documents
categoryname: "Agent Experience & Bots"
Expand Down Expand Up @@ -43,11 +43,11 @@ The following information should be provided to LivePerson.
</tr>
<tr>
<td>vendor</td>
<td>Name of the AI engine. “DialogFlowV2”</td>
<td>Name of the AI engine. “Dialogflow v2”</td>
</tr>
<tr>
<td>BotAuth</td>
<td><em>Authentication info for Dialogflow V2:</em><br>
<td><em>Authentication info for Dialogflow v2:</em><br>
1. private_key<br>
2. client_email<br>
3. project_id</td>
Expand Down Expand Up @@ -116,7 +116,7 @@ The Bot-platform connector uses the below fields from the JSON content above.

#### Dialogflow Query length Limit

The Dialogflow V2 service has a [limitation](https://dialogflow.com/docs/reference/agent/query) on the length of the ‘query’ object. Any query longer than 255 characters will invoke a custom event in DialogFlow.
The Dialogflow V2 service has a [limitation](https://dialogflow.com/docs/reference/agent/query) on the length of the ‘query’ object. Any query longer than 255 characters will invoke a custom event in Dialogflow.
To handle this gracefully, we recommend building a simple intent that handles a ‘DIALOGFLOW_CHAR_LIMIT’ *event*.

1. Create an intent with an event using the string: DIALOGFLOW_CHAR_LIMIT
Expand Down Expand Up @@ -289,4 +289,4 @@ The action field needs to be set to **CLOSE_CONVERSATION** to instruct the conne

<img style="width:800px" src="img/dialogflowversion2/image_12.png">

fig.6.1
fig.6.1

0 comments on commit ac632ab

Please sign in to comment.