AWS::Lex::Bot SlotValueOverride
The slot values that Amazon Lex uses when it sets slot values in a dialog step.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Shape" :
String
, "Value" :SlotValue
, "Values" :[ SlotValueOverride, ... ]
}
YAML
Shape:
String
Value:SlotValue
Values:- SlotValueOverride
Properties
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.Required: No
Type: String
Allowed values:
Scalar | List
Update requires: No interruption
Value
-
The current value of the slot.
Required: No
Type: SlotValue
Update requires: No interruption
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."
Required: No
Type: Array of SlotValueOverride
Update requires: No interruption