...
The dialogflow component is running
Your You have a dialogflow key in the folder you are working in
A
.wav
audio file in the folder you are working in
...
Code Block |
---|
# read you keyfile and connect to dialogflow
keyfile_json = json.load(open("path/to/your_keyfile_here.json")) |
...