IntentOverride
Override settings to configure the intent state.
Contents
- name
-
The name of the intent. Only required when you're switching intents.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^([0-9a-zA-Z][_-]?){1,100}$
Required: No
- 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.
Type: String to SlotValueOverride object map
Key Length Constraints: Minimum length of 1. Maximum length of 100.
Key Pattern:
^([0-9a-zA-Z][_-]?){1,100}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: