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