Struct aws_sdk_lexmodelsv2::output::DescribeSlotOutput
source · #[non_exhaustive]pub struct DescribeSlotOutput { /* private fields */ }Implementations§
source§impl DescribeSlotOutput
impl DescribeSlotOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description specified for the slot.
sourcepub fn slot_type_id(&self) -> Option<&str>
pub fn slot_type_id(&self) -> Option<&str>
The identifier of the slot type that determines the values entered into the slot.
sourcepub fn value_elicitation_setting(&self) -> Option<&SlotValueElicitationSetting>
pub fn value_elicitation_setting(&self) -> Option<&SlotValueElicitationSetting>
Prompts that Amazon Lex uses to elicit a value for the slot.
sourcepub fn obfuscation_setting(&self) -> Option<&ObfuscationSetting>
pub fn obfuscation_setting(&self) -> Option<&ObfuscationSetting>
Whether slot values are shown in Amazon CloudWatch logs. If the value is None, the actual value of the slot is shown in logs.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot associated with the slot.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
A timestamp of the date and time that the slot was created.
sourcepub fn last_updated_date_time(&self) -> Option<&DateTime>
pub fn last_updated_date_time(&self) -> Option<&DateTime>
A timestamp of the date and time that the slot was last updated.
sourcepub fn multiple_values_setting(&self) -> Option<&MultipleValuesSetting>
pub fn multiple_values_setting(&self) -> Option<&MultipleValuesSetting>
Indicates whether the slot accepts multiple values in a single utterance.
If the multipleValuesSetting is not set, the default value is false.
sourcepub fn sub_slot_setting(&self) -> Option<&SubSlotSetting>
pub fn sub_slot_setting(&self) -> Option<&SubSlotSetting>
Specifications for the constituent sub slots and the expression for the composite slot.
source§impl DescribeSlotOutput
impl DescribeSlotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSlotOutput.
Trait Implementations§
source§impl Clone for DescribeSlotOutput
impl Clone for DescribeSlotOutput
source§fn clone(&self) -> DescribeSlotOutput
fn clone(&self) -> DescribeSlotOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeSlotOutput
impl Debug for DescribeSlotOutput
source§impl PartialEq<DescribeSlotOutput> for DescribeSlotOutput
impl PartialEq<DescribeSlotOutput> for DescribeSlotOutput
source§fn eq(&self, other: &DescribeSlotOutput) -> bool
fn eq(&self, other: &DescribeSlotOutput) -> bool
self and other values to be equal, and is used
by ==.