Struct aws_sdk_lexmodelsv2::model::SampleUtterance
source · #[non_exhaustive]pub struct SampleUtterance { /* private fields */ }Expand description
A sample utterance that invokes an intent or respond to a slot elicitation prompt.
Implementations§
source§impl SampleUtterance
impl SampleUtterance
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SampleUtterance.
Trait Implementations§
source§impl Clone for SampleUtterance
impl Clone for SampleUtterance
source§fn clone(&self) -> SampleUtterance
fn clone(&self) -> SampleUtterance
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