Versions Compared

Key

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

...

  1. You have the relevant services and drivers running.

  2. To pass your local IP address, Dialogflow key file path, and Dialogflow agent ID, when creating an instance of BasicSIC connector.

  3. A partial function is set up for retrieving a recognized entity from the detection result.

Example

The following file, https://bitbucket.org/socialroboticshub/connectors/src/master/python/speech_recognition_example.py, is available for the purpose of demonstration. Two questions are dealt with in this example. The first is an entity question where the point of interest is the name of the user. The second is a yes, no, or don’t know question.

...