Create a free Dialogflow account
To connect your Dialogflow agent to Thunkable, you'll have to find the Client Access Token
To find the Client Access Token
, you'll have to first create an agent and then navigate to the General tab with the Settings page. Each agent has a unique Client Access Token
After you create our account, you will be asked to create an intent, which is simply a user expression that will prompt a given text response. The more intents that you create, the more commands or questions the Assistant will be able to respond to. Since the Assistant is powered by a breakthrough technology called natural language processing, the user won't have to always say exactly what is specified in the intents (although the more expressions the better)
Amazingly, the Assistant understands multiple languages--13 in fact with an additional 5 accents
Property | Description |
---|---|
Language | Refers to both the language recognized by the Assistant and the language which it speaks aloud. Currently available: ENGLISH ,ENGLISH_GB , ENGLISH_US ,CHINESE_CHINA ,CHINESE_HONGKONG ,CHINESE_TAIWAN ,DUTCH , FRENCH ,GERMAN ,GREEK ,ITALIAN ,JAPANESE ,KOREAN ,PORTUGUESE ,PORTUGUESE_BRAZIL ,RUSSIAN ,SPANISH ,UKRANIAN |
The Assistant is powered by a speech recognizer which listens to a voice query. It's important to make sure the Assistant has enough time to listen to a voice query and return a response. The blocks below illustrate one way of implementing the Assistant Start and Stop procedures.
If the query is successful, it will return a text value
that you can use to speak aloud or play a given sound as illustrated below
Event | Description |
---|---|
Start Listening | Asks the Assistant to start listening to a voice query. You must use both the Start Listening and Stop Listening events to |
Stop Listening | Asks the Assistant to stop listening to a voice query |
Query (text ) |
Submits a query to the Assistant in text form |