Struct aws_sdk_lexmodelsv2::output::DescribeSlotTypeOutput
source · [−]#[non_exhaustive]pub struct DescribeSlotTypeOutput {
pub slot_type_id: Option<String>,
pub slot_type_name: Option<String>,
pub description: Option<String>,
pub slot_type_values: Option<Vec<SlotTypeValue>>,
pub value_selection_setting: Option<SlotValueSelectionSetting>,
pub parent_slot_type_signature: Option<String>,
pub bot_id: Option<String>,
pub bot_version: Option<String>,
pub locale_id: Option<String>,
pub creation_date_time: Option<DateTime>,
pub last_updated_date_time: Option<DateTime>,
pub external_source_setting: Option<ExternalSourceSetting>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.slot_type_id: Option<String>The unique identifier for the slot type.
slot_type_name: Option<String>The name specified for the slot type.
description: Option<String>The description specified for the slot type.
slot_type_values: Option<Vec<SlotTypeValue>>The values that the slot type can take. Includes any synonyms for the slot type values.
value_selection_setting: Option<SlotValueSelectionSetting>The strategy that Amazon Lex uses to choose a value from a list of possible values.
parent_slot_type_signature: Option<String>The built in slot type used as a parent to this slot type.
bot_id: Option<String>The identifier of the bot associated with the slot type.
bot_version: Option<String>The version of the bot associated with the slot type.
locale_id: Option<String>The language and locale specified for the slot type.
creation_date_time: Option<DateTime>A timestamp of the date and time that the slot type was created.
last_updated_date_time: Option<DateTime>A timestamp of the date and time that the slot type was last updated.
external_source_setting: Option<ExternalSourceSetting>Provides information about the external source of the slot type's definition.
Implementations
The unique identifier for the slot type.
The name specified for the slot type.
The description specified for the slot type.
The values that the slot type can take. Includes any synonyms for the slot type values.
The strategy that Amazon Lex uses to choose a value from a list of possible values.
The built in slot type used as a parent to this slot type.
The version of the bot associated with the slot type.
A timestamp of the date and time that the slot type was created.
A timestamp of the date and time that the slot type was last updated.
Provides information about the external source of the slot type's definition.
Creates a new builder-style object to manufacture DescribeSlotTypeOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DescribeSlotTypeOutput
impl Send for DescribeSlotTypeOutput
impl Sync for DescribeSlotTypeOutput
impl Unpin for DescribeSlotTypeOutput
impl UnwindSafe for DescribeSlotTypeOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more