NAME
Paws::LexModelsV2::DescribeSlotResponse
ATTRIBUTES
BotId => Str
The identifier of the bot associated with the slot.
BotVersion => Str
The version of the bot associated with the slot.
CreationDateTime => Str
A timestamp of the date and time that the slot was created.
Description => Str
The description specified for the slot.
IntentId => Str
The identifier of the intent associated with the slot.
LastUpdatedDateTime => Str
A timestamp of the date and time that the slot was last updated.
LocaleId => Str
The language and locale specified for the slot.
MultipleValuesSetting => Paws::LexModelsV2::MultipleValuesSetting
Indicates whether the slot accepts multiple values in a single utterance.
If the multipleValuesSetting
is not set, the default value is false
.
ObfuscationSetting => Paws::LexModelsV2::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.
SlotId => Str
The unique identifier generated for the slot.
SlotName => Str
The name specified for the slot.
SlotTypeId => Str
The identifier of the slot type that determines the values entered into the slot.
ValueElicitationSetting => Paws::LexModelsV2::SlotValueElicitationSetting
Prompts that Amazon Lex uses to elicit a value for the slot.