Struct aws_sdk_lexruntimev2::model::ElicitSubSlot
source · #[non_exhaustive]pub struct ElicitSubSlot { /* private fields */ }Expand description
The specific constituent sub slot of the composite slot to elicit in dialog action.
Implementations§
source§impl ElicitSubSlot
impl ElicitSubSlot
sourcepub fn sub_slot_to_elicit(&self) -> Option<&ElicitSubSlot>
pub fn sub_slot_to_elicit(&self) -> Option<&ElicitSubSlot>
The field is not supported.
source§impl ElicitSubSlot
impl ElicitSubSlot
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ElicitSubSlot.
Trait Implementations§
source§impl Clone for ElicitSubSlot
impl Clone for ElicitSubSlot
source§fn clone(&self) -> ElicitSubSlot
fn clone(&self) -> ElicitSubSlot
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 ElicitSubSlot
impl Debug for ElicitSubSlot
source§impl PartialEq<ElicitSubSlot> for ElicitSubSlot
impl PartialEq<ElicitSubSlot> for ElicitSubSlot
source§fn eq(&self, other: &ElicitSubSlot) -> bool
fn eq(&self, other: &ElicitSubSlot) -> bool
This method tests for
self and other values to be equal, and is used
by ==.