Struct aws_sdk_lexmodelsv2::model::SsmlMessage
source · #[non_exhaustive]pub struct SsmlMessage { /* private fields */ }Expand description
Defines a Speech Synthesis Markup Language (SSML) prompt.
Implementations§
source§impl SsmlMessage
impl SsmlMessage
source§impl SsmlMessage
impl SsmlMessage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SsmlMessage.
Trait Implementations§
source§impl Clone for SsmlMessage
impl Clone for SsmlMessage
source§fn clone(&self) -> SsmlMessage
fn clone(&self) -> SsmlMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more