...
Create a Dialogflow agent by clicking the following link: https://dialogflow.cloud.google.com/
Use the ‘Create Agent' button at the left top to start your first project. Press the settings icon next to your agent's name at the left top to see the Project ID.
Follow the steps here to retrieve your private key file in JSON format. If you don’t have a service account, you can create one by pressing the “Create Service Account” button in the upper part of the screen.
Note: the JSON file can be changed in the application at runtime using the
BasicSICConnector
'sset_dialogflow_key(<path to keyfile>)
method
Choose a language for the agent from https://cloud.google.com/dialogflow/es/docs/reference/language
Note: the language can be changed in the application at runtime using the
BasicSICConnector
'sset_dialogflow_voice(<voice ID>)
method
...