value Selection Strategy
Parameters
value
Determines the slot resolution strategy that Amazon Lex uses to return slot type values. ORIGINAL_VALUE
returns the value entered by the user if the user value is similar to the slot value. TOP_RESOLUTION
returns the first value in the resolution list if there is a resolution list for the slot, otherwise null is returned. Defaults to ORIGINAL_VALUE
.