valueSelectionSetting
Determines the strategy that Amazon Lex uses to select a value from the list of possible values. The field can be set to one of the following values:
ORIGINAL_VALUE
- Returns the value entered by the user, if the user value is similar to the slot value.TOP_RESOLUTION
- If there is a resolution list for the slot, return the first value in the resolution list. If there is no resolution list, return null.
If you don't specify the valueSelectionSetting
parameter, the default is ORIGINAL_VALUE
.