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
sourceimpl SampleUtterance
impl SampleUtterance
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SampleUtterance.
Trait Implementations
sourceimpl Clone for SampleUtterance
impl Clone for SampleUtterance
sourcefn clone(&self) -> SampleUtterance
fn clone(&self) -> SampleUtterance
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SampleUtterance
impl Debug for SampleUtterance
sourceimpl PartialEq<SampleUtterance> for SampleUtterance
impl PartialEq<SampleUtterance> for SampleUtterance
sourcefn eq(&self, other: &SampleUtterance) -> bool
fn eq(&self, other: &SampleUtterance) -> bool
impl StructuralPartialEq for SampleUtterance
Auto Trait Implementations
impl RefUnwindSafe for SampleUtterance
impl Send for SampleUtterance
impl Sync for SampleUtterance
impl Unpin for SampleUtterance
impl UnwindSafe for SampleUtterance
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more