We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aa3ef commit a1ac60cCopy full SHA for a1ac60c
.env.example
@@ -3,5 +3,5 @@ WEBHOOK_VERIFY_TOKEN=
3
PAGE_ACCESS_TOKEN=
4
5
# Bot platforms
6
-APIAI_TOKEN=
+DIALOGFLOW_TOKEN=
7
WITAI_TOKEN=
index.php
@@ -26,7 +26,7 @@
26
27
// Example 3: If you want to use a bot platform like Dialogflow
28
// Don't forget to place your Dialogflow Client access token in the .env file
29
- // $replyMessage = $chatbotHelper->getAnswer($message, 'dialoglow');
+ // $replyMessage = $chatbotHelper->getAnswer($message, 'dialogflow');
30
31
// Example 4: If you want to use a bot platform like wit.ai
32
// Don't forget to place your Wit.ai Client access token in the .env file (WITAI_TOKEN)
0 commit comments