Google Cloud Dialogflow API
The Dialogflow API is used for chatbots, interactive voice response (IVR), and other dialog-based interactions with human speech. First, we need to enable the Dialogflow API:
To start using the platform, open a new tab and type https://dialogflow.cloud.google.com/#/logindialogflow.cloud.google.com into your browser. You might be asked to sign in with your Google account.
You will be taken to the Dialogflow platform. This is the Dialogflow ES (essential) version. Here, we will mainly be using its user interface (UI). There is a section where you can type scripts (such as Google Functions), which will be covered in this demo documentation.
Now, let’s become familiar with the Dialogflow UI. The following screenshot shows the page you’ll see when you first start the Dialogflow platform:
In Dialogflow, you can have multiple agents. If you have already created agents before, you can...