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 moresource§impl Debug for SsmlMessage
impl Debug for SsmlMessage
source§impl PartialEq<SsmlMessage> for SsmlMessage
impl PartialEq<SsmlMessage> for SsmlMessage
source§fn eq(&self, other: &SsmlMessage) -> bool
fn eq(&self, other: &SsmlMessage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.