enableVoiceActivityEvents property

  1. @TagNumber(1)
bool enableVoiceActivityEvents

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

Implementation

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

Implementation

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