developer_guide:voxibot_dialogflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
developer_guide:voxibot_dialogflow [2018/06/05 02:50] jehaddeveloper_guide:voxibot_dialogflow [2018/06/05 14:09] (current) jehad
Line 8: Line 8:
  
 It is a google engine that we use to create our chatbot and to integrate this chatbot with our voxibot service.to create chatbot service there is no big difference between Google chatbot and Watson chatbot or either another engine. It is a google engine that we use to create our chatbot and to integrate this chatbot with our voxibot service.to create chatbot service there is no big difference between Google chatbot and Watson chatbot or either another engine.
 +
 +**Note : ** every step you do be sure to save the changes ** SAVE **.
  
 **Our chatbot here will be based on Dialogflow** **Our chatbot here will be based on Dialogflow**
Line 13: Line 15:
 At begin, to start your Dialogflow you need a google account. Once you have a google account you can start your project to build chatbot. At begin, to start your Dialogflow you need a google account. Once you have a google account you can start your project to build chatbot.
  
 +**1. ** Enter https://dialogflow.com/  click on **sign up for free** then go to  **google** icon,  **sign in** with your email and password. Then click sign in you will see as below 
  
 +{{:developer_guide:d1.png?direct&400|}} {{:developer_guide:d2.png?direct&400|}}
  
-Enter https://dialogflow.com/  click on sign up then google icon sign in with your email and passwordThen click sign in you will see as below +**2** First of allcreate an agent is the first step for building chatbot in Dialogflow. 
 + 
 +{{:developer_guide:d3.png?direct&400|}} 
 + 
 +**3. ** let’s start with a small step which activates a **small talk** which already exists. 
 + 
 +{{:developer_guide:d5.png?direct&400|}} 
 + 
 +**4. ** Create chatbot (intent, entities, and response), we will make a simple example to explain how to start with the first chatbot. 
 + 
 + 
 +**a. ** Creating entities specify a **name** for this entity and insert your entities which are expected from the users 
 + 
 +{{:developer_guide:d5-5.png?direct&400|}} 
 + 
 +**b. ** create your intents, choose a **name** to distinguish your intent, in **Training phrase ** put the questions that you expect from users. Then scroll down to **responses** here we will insert the answers to previous questions. 
 + 
 +{{:developer_guide:d6.png?direct&400|}} 
 + 
 +** 5. ** At the end we need to have our credential to connect it with our voxibot by the main files **root** and **conversation_Dialogflow** 
 + 
 +There are two access tokens for each agent. The **developer access token** is used for managing entities and intents, and the **client access token** is used for making queries 
 + 
 +{{:developer_guide:cre.png?direct&400|}}
  
-{{:developer_guide:d1.png?direct&400|}} {{:developer_guide:d2.png?direct&400|}} 
  
  • developer_guide/voxibot_dialogflow.1528167004.txt.gz
  • Last modified: 2018/06/05 02:50
  • by jehad