Struct aws_sdk_lexmodelsv2::output::DescribeSlotOutput
source · [−]#[non_exhaustive]pub struct DescribeSlotOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DescribeSlotOutput
impl DescribeSlotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSlotOutput.
Trait Implementations
sourceimpl Clone for DescribeSlotOutput
impl Clone for DescribeSlotOutput
sourcefn clone(&self) -> DescribeSlotOutput
fn clone(&self) -> DescribeSlotOutput
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 DescribeSlotOutput
impl Debug for DescribeSlotOutput
sourceimpl PartialEq<DescribeSlotOutput> for DescribeSlotOutput
impl PartialEq<DescribeSlotOutput> for DescribeSlotOutput
sourcefn eq(&self, other: &DescribeSlotOutput) -> bool
fn eq(&self, other: &DescribeSlotOutput) -> bool
impl StructuralPartialEq for DescribeSlotOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeSlotOutput
impl Send for DescribeSlotOutput
impl Sync for DescribeSlotOutput
impl Unpin for DescribeSlotOutput
impl UnwindSafe for DescribeSlotOutput
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