diff --git a/pages/documents/AgentExperienceAndBots/BotConnectors/DialogFlowVersion2.md b/pages/documents/AgentExperienceAndBots/BotConnectors/DialogFlowVersion2.md
index a70bc7e179..ee19e02f6b 100755
--- a/pages/documents/AgentExperienceAndBots/BotConnectors/DialogFlowVersion2.md
+++ b/pages/documents/AgentExperienceAndBots/BotConnectors/DialogFlowVersion2.md
@@ -1,5 +1,5 @@
---
-pagename: Google Dialog Flow Version 2
+pagename: Google Dialogflow Version 2
redirect_from:
sitesection: Documents
categoryname: "Agent Experience & Bots"
@@ -43,11 +43,11 @@ The following information should be provided to LivePerson.
vendor |
- Name of the AI engine. “DialogFlowV2” |
+ Name of the AI engine. “Dialogflow v2” |
BotAuth |
- Authentication info for Dialogflow V2:
+ | Authentication info for Dialogflow v2:
1. private_key
2. client_email
3. project_id |
@@ -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
@@ -289,4 +289,4 @@ The action field needs to be set to **CLOSE_CONVERSATION** to instruct the conne
-fig.6.1
\ No newline at end of file
+fig.6.1