Running on Ubuntu 16.04 on a X86 64 architecture. I am following the Google Assistant SDK for python guide : https://developers.google.com/assistant/sdk/guides/library/python/embed/run-sample Everything seems to work well except that I get no sound when I run the test. Hereafter the output :
ON_CONVERSATION_TURN_STARTED
ON_END_OF_UTTERANCE
ON_RECOGNIZING_SPEECH_FINISHED: {'text': 'TF1 21h'}
ON_RESPONDING_STARTED: {'is_error_response': False}
ON_RESPONDING_FINISHED
"TF1 à 21h" is the phrase I gave but I don't get any spoken answer. Does not seem to be a sound system issue since when I go to dialogflow console training/history there is no trace of the call, so I assume the call din't reach dialogflow. One more thing my dialgflow app is in French. Any idea how I could find where is the issue ?