AWS::Lex::Bot IntentOverride
Override settings to configure the intent state.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
, "Slots" :[ SlotValueOverrideMap, ... ]
}
YAML
Name:
String
Slots:- SlotValueOverrideMap
Properties
Name
-
The name of the intent. Only required when you're switching intents.
Required: No
Type: String
Minimum:
1
Maximum:
100
Pattern:
^([0-9a-zA-Z][_-]?){1,100}$
Update requires: No interruption
Slots
-
A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.
Required: No
Type: List of SlotValueOverrideMap
Update requires: No interruption