enableVoiceActivityEvents property
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);
Implementation
@$pb.TagNumber(1)
set enableVoiceActivityEvents($core.bool v) {
$_setBool(0, v);
}