Struct aws_sdk_lexmodelsv2::model::TextInputSpecification
source · #[non_exhaustive]pub struct TextInputSpecification { /* private fields */ }Expand description
Specifies the text input specifications.
Implementations§
source§impl TextInputSpecification
impl TextInputSpecification
sourcepub fn start_timeout_ms(&self) -> Option<i32>
pub fn start_timeout_ms(&self) -> Option<i32>
Time for which a bot waits before re-prompting a customer for text input.
source§impl TextInputSpecification
impl TextInputSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TextInputSpecification.
Trait Implementations§
source§impl Clone for TextInputSpecification
impl Clone for TextInputSpecification
source§fn clone(&self) -> TextInputSpecification
fn clone(&self) -> TextInputSpecification
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 TextInputSpecification
impl Debug for TextInputSpecification
source§impl PartialEq<TextInputSpecification> for TextInputSpecification
impl PartialEq<TextInputSpecification> for TextInputSpecification
source§fn eq(&self, other: &TextInputSpecification) -> bool
fn eq(&self, other: &TextInputSpecification) -> bool
This method tests for
self and other values to be equal, and is used
by ==.