enableSpokenEmojis property
The spoken emoji behavior for the call. If true, adds spoken emoji
formatting for the request. This will replace spoken emojis with the
corresponding Unicode symbols in the final transcript. If false, spoken
emojis are not replaced.
Implementation
@$pb.TagNumber(15)
$core.bool get enableSpokenEmojis => $_getBF(6);
Implementation
@$pb.TagNumber(15)
set enableSpokenEmojis($core.bool v) {
$_setBool(6, v);
}