autoPlayTts property
Whether to auto-play TTS response after synthesis. Default true.
Implementation
@$pb.TagNumber(3)
$core.bool get autoPlayTts => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set autoPlayTts($core.bool value) => $_setBool(2, value);