Struct aws_sdk_lexruntimev2::model::RuntimeHintValue
source · #[non_exhaustive]pub struct RuntimeHintValue { /* private fields */ }Expand description
Provides the phrase that Amazon Lex V2 should look for in the user's input to the bot.
Implementations§
source§impl RuntimeHintValue
impl RuntimeHintValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuntimeHintValue.
Trait Implementations§
source§impl Clone for RuntimeHintValue
impl Clone for RuntimeHintValue
source§fn clone(&self) -> RuntimeHintValue
fn clone(&self) -> RuntimeHintValue
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 RuntimeHintValue
impl Debug for RuntimeHintValue
source§impl PartialEq<RuntimeHintValue> for RuntimeHintValue
impl PartialEq<RuntimeHintValue> for RuntimeHintValue
source§fn eq(&self, other: &RuntimeHintValue) -> bool
fn eq(&self, other: &RuntimeHintValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.