NAME
Paws::LexModelsV2::UpdateSlotTypeResponse
ATTRIBUTES
BotId => Str
The identifier of the bot that contains the slot type.
BotVersion => Str
The version of the bot that contains the slot type. This is always DRAFT
.
CreationDateTime => Str
The timestamp of the date and time that the slot type was created.
Description => Str
The updated description of the slot type.
LastUpdatedDateTime => Str
A timestamp of the date and time that the slot type was last updated.
LocaleId => Str
The language and locale of the updated slot type.
ParentSlotTypeSignature => Str
The updated signature of the built-in slot type that is the parent of this slot type.
SlotTypeId => Str
The unique identifier of the updated slot type.
SlotTypeName => Str
The updated name of the slot type.
SlotTypeValues => ArrayRef[Paws::LexModelsV2::SlotTypeValue]
The updated values that the slot type provides.
ValueSelectionSetting => Paws::LexModelsV2::SlotValueSelectionSetting
The updated strategy that Amazon Lex uses to determine which value to select from the slot type.