RuntimeHintDetails
Provides an array of phrases that should be given preference when resolving values for a slot.
Contents
- runtimeHintValues
-
One or more strings that Amazon Lex should look for in the input to the bot. Each phrase is given preference when deciding on slot values.
Type: Array of RuntimeHintValue objects
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Required: No
- subSlotHints
-
A map of constituent sub slot names inside a composite slot in the intent and the phrases that should be added for each sub slot. Inside each composite slot hints, this structure provides a mechanism to add granular sub slot phrases. Only sub slot hints are supported for composite slots. The intent name, composite slot name and the constituent sub slot names must exist.
Type: String to RuntimeHintDetails 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: