autoPlayTts property

  1. @TagNumber.new(3)
bool get autoPlayTts

Whether to auto-play TTS response after synthesis. Default true.

Implementation

@$pb.TagNumber(3)
$core.bool get autoPlayTts => $_getBF(2);
  1. @TagNumber.new(3)
set autoPlayTts (bool value)

Implementation

@$pb.TagNumber(3)
set autoPlayTts($core.bool value) => $_setBool(2, value);