Slot
Identifies the version of a specific slot.
Types
Properties
A list of default values for the slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.
A description of the slot.
Determines whether a slot is obfuscated in conversation logs and stored utterances. When you obfuscate a slot, the value is replaced by the slot name in curly braces ({}). For example, if the slot name is "full_name", obfuscated values are replaced with "{full_name}". For more information, see Slot Obfuscation .
A set of possible responses for the slot type used by text-based clients. A user chooses an option from the response card, instead of using text to reply.
If you know a specific pattern with which users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.
Specifies whether the slot is required or optional.
The version of the slot type.
The prompt that Amazon Lex uses to elicit the slot value from the user.