May 2020
Intermediate to advanced
404 pages
10h 52m
English
On the right-hand side section of your Dialogflow console, you'll be able to test your agent. In the top text field, enter your query. In our agent, to call Dummy Intent, we'll write Talk to the dummy.
If the intent matches correctly, you'll be able to see the response from Dummy Intent, as shown:

In the previous screenshot, you will observe that the input of the user is Talk to the dummy and the response generated is one of the two responses we defined in the responses for Dummy Intent. You can observe that the intent that was matched to the input was Dummy Intent.
We will now look at how we can invoke the agent using Python. ...
Read now
Unlock full access