SlotValueOverride
The slot values that Amazon Lex uses when it sets slot values in a dialog step.
Contents
- shape
-
When the shape value is
List
, it indicates that thevalues
field contains a list of slot values. When the value isScalar
, it indicates that thevalue
field contains a single value.Type: String
Valid Values:
Scalar | List
Required: No
- value
-
The current value of the slot.
Type: SlotValue object
Required: No
- values
-
A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."
Type: Array of SlotValueOverride objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: