...
In order to create a Dialogflow agent, visit https://dialogflow.cloud.google.com and log-in with a Google account of choice. Use the 'Create Agent' button at the left top to start your first project. For our framework to be able to communicate with this agent, the project ID and a keyfile are required. Press the settings icon next to your agent's name at the left top to see the Project ID. Click on the Project ID itself in order to generate the project, and then, in order to get the corresponding JSON keyfile, follow the steps given here.To get a keyfile read the instructions Getting a google dialogflow key
The main items of interest are the Intents and the Entities. An intent is something you want to recognize from an end-user; here we will show you an example of an intent that is aimed at recognizing someone’s name.
...