ttsDescriptionText property
Text for full description for the alert to be used in text-to-speech implementations. This field is the text-to-speech version of description_text.
Implementation
@$pb.TagNumber(13)
TranslatedString get ttsDescriptionText => $_getN(8);
Implementation
@$pb.TagNumber(13)
set ttsDescriptionText(TranslatedString v) { setField(13, v); }