Struct aws_sdk_lexmodelsv2::model::IntentOverride
source · #[non_exhaustive]pub struct IntentOverride { /* private fields */ }Expand description
Override settings to configure the intent state.
Implementations§
source§impl IntentOverride
impl IntentOverride
source§impl IntentOverride
impl IntentOverride
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IntentOverride.
Trait Implementations§
source§impl Clone for IntentOverride
impl Clone for IntentOverride
source§fn clone(&self) -> IntentOverride
fn clone(&self) -> IntentOverride
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 IntentOverride
impl Debug for IntentOverride
source§impl PartialEq<IntentOverride> for IntentOverride
impl PartialEq<IntentOverride> for IntentOverride
source§fn eq(&self, other: &IntentOverride) -> bool
fn eq(&self, other: &IntentOverride) -> bool
This method tests for
self and other values to be equal, and is used
by ==.