Enum alexa::OutputSpeech
[−]
[src]
pub enum OutputSpeech<'a> {
Text(Cow<'a, str>),
Ssml(Cow<'a, str>),
}Variants
Text(Cow<'a, str>)Ssml(Cow<'a, str>)