disableNoSpeechRecognizedEvent property

bool? disableNoSpeechRecognizedEvent
getter/setter pair

Only used in Participants.AnalyzeContent and Participants.StreamingAnalyzeContent.

If false and recognition doesn't return any result, trigger NO_SPEECH_RECOGNIZED event to Dialogflow agent.

Implementation

core.bool? disableNoSpeechRecognizedEvent;