enableVoiceActivityEvents property

  1. @TagNumber(5)
bool enableVoiceActivityEvents

If true, responses with voice activity speech events will be returned as they are detected.

Implementation

@$pb.TagNumber(5)
$core.bool get enableVoiceActivityEvents => $_getBF(3);
  1. @TagNumber(5)
void enableVoiceActivityEvents=(bool v)

Implementation

@$pb.TagNumber(5)
set enableVoiceActivityEvents($core.bool v) {
  $_setBool(3, v);
}