class Aws::LexModelsV2::Types::CreateSlotTypeResponse
@!attribute [rw] slot_type_id
The unique identifier assigned to the slot type. Use this to identify the slot type in the `UpdateSlotType` and `DeleteSlotType` operations. @return [String]
@!attribute [rw] slot_type_name
The name specified for the slot type. @return [String]
@!attribute [rw] description
The description specified for the slot type. @return [String]
@!attribute [rw] slot_type_values
The list of values that the slot type can assume. @return [Array<Types::SlotTypeValue>]
@!attribute [rw] value_selection_setting
The strategy that Amazon Lex uses to select a value from the list of possible values. @return [Types::SlotValueSelectionSetting]
@!attribute [rw] parent_slot_type_signature
The signature of the base slot type specified for the slot type. @return [String]
@!attribute [rw] bot_id
The identifier for the bot associated with the slot type. @return [String]
@!attribute [rw] bot_version
The version of the bot associated with the slot type. @return [String]
@!attribute [rw] locale_id
The specified language and local specified for the slot type. @return [String]
@!attribute [rw] creation_date_time
A timestamp of the date and time that the slot type was created. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/CreateSlotTypeResponse AWS API Documentation
Constants
- SENSITIVE