enableSpokenEmojis property

  1. @TagNumber(15)
bool enableSpokenEmojis

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);
  1. @TagNumber(15)
void enableSpokenEmojis=(bool v)

Implementation

@$pb.TagNumber(15)
set enableSpokenEmojis($core.bool v) {
  $_setBool(6, v);
}