Google – Starting development with Google and Google Assistant – part 002.

In this part of the tutorial, I will show you how to create the content for the assistant.
At this moment Google provides a good tool named Dialogflow Console and a new tool with a
billing required option named Dialogflow CX agent.
Let’s start with basic settings for Dialogflow online tool in order to build responses from the assistant.
Go to the Dialogflow Console.
Select default agent Default Welcome Intent.
Click Integrations in the left sidebar menu.
Enable the Dialogflow Messenger integration.
A new window shows you the default script code for this Intent.
Intents represent a task Assistant needs your Action, such as some user input that needs processing or a system event that you need to handle.
See the official webpage.
I created an Intent named Festila and one named catafest.
I add for both intents Training phrases, like About catafest.
I add for both intents Text Response like catafest is the nickname of Cătălin George Feștilă.
You can use many intents with training and text response.
You can add this agent to your website by copying the code below, like in my example:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.