Struct aws_sdk_lexmodelsv2::types::builders::SampleUtteranceBuilder
source · #[non_exhaustive]pub struct SampleUtteranceBuilder { /* private fields */ }Expand description
A builder for SampleUtterance.
Implementations§
source§impl SampleUtteranceBuilder
impl SampleUtteranceBuilder
sourcepub fn utterance(self, input: impl Into<String>) -> Self
pub fn utterance(self, input: impl Into<String>) -> Self
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
This field is required.sourcepub fn set_utterance(self, input: Option<String>) -> Self
pub fn set_utterance(self, input: Option<String>) -> Self
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
sourcepub fn get_utterance(&self) -> &Option<String>
pub fn get_utterance(&self) -> &Option<String>
The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.
sourcepub fn build(self) -> Result<SampleUtterance, BuildError>
pub fn build(self) -> Result<SampleUtterance, BuildError>
Consumes the builder and constructs a SampleUtterance.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for SampleUtteranceBuilder
impl Clone for SampleUtteranceBuilder
source§fn clone(&self) -> SampleUtteranceBuilder
fn clone(&self) -> SampleUtteranceBuilder
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 SampleUtteranceBuilder
impl Debug for SampleUtteranceBuilder
source§impl Default for SampleUtteranceBuilder
impl Default for SampleUtteranceBuilder
source§fn default() -> SampleUtteranceBuilder
fn default() -> SampleUtteranceBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SampleUtteranceBuilder
impl PartialEq for SampleUtteranceBuilder
source§fn eq(&self, other: &SampleUtteranceBuilder) -> bool
fn eq(&self, other: &SampleUtteranceBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SampleUtteranceBuilder
Auto Trait Implementations§
impl Freeze for SampleUtteranceBuilder
impl RefUnwindSafe for SampleUtteranceBuilder
impl Send for SampleUtteranceBuilder
impl Sync for SampleUtteranceBuilder
impl Unpin for SampleUtteranceBuilder
impl UnwindSafe for SampleUtteranceBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.