Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The dialogflow component is running

  2. Your You have a dialogflow key in the folder you are working in

  3. 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"))

...