Struct aws_sdk_lexmodelsv2::model::InputContext
source · [−]#[non_exhaustive]pub struct InputContext { /* private fields */ }Expand description
The name of a context that must be active for an intent to be selected by Amazon Lex.
Implementations
sourceimpl InputContext
impl InputContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InputContext.
Trait Implementations
sourceimpl Clone for InputContext
impl Clone for InputContext
sourcefn clone(&self) -> InputContext
fn clone(&self) -> InputContext
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 InputContext
impl Debug for InputContext
sourceimpl PartialEq<InputContext> for InputContext
impl PartialEq<InputContext> for InputContext
sourcefn eq(&self, other: &InputContext) -> bool
fn eq(&self, other: &InputContext) -> bool
impl StructuralPartialEq for InputContext
Auto Trait Implementations
impl RefUnwindSafe for InputContext
impl Send for InputContext
impl Sync for InputContext
impl Unpin for InputContext
impl UnwindSafe for InputContext
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