This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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 Amazon CloudFormation template, use the following syntax:
JSON
{ "Shape" :String, "Value" :SlotValue, "Values" :[ SlotValueOverride, ... ]}
YAML
Shape:StringValue:SlotValueValues:- SlotValueOverride
Properties
Shape-
When the shape value is
List, it indicates that thevaluesfield contains a list of slot values. When the value isScalar, it indicates that thevaluefield contains a single value.Required: No
Type: String
Allowed values:
Scalar | ListUpdate 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