valueSelectionSetting

@JvmName(name = "cphibpxegydxgtsh")
suspend fun valueSelectionSetting(value: Output<V2modelsSlotTypeValueSelectionSettingArgs>)
@JvmName(name = "qyibbpwnxovwuayq")
suspend fun valueSelectionSetting(value: V2modelsSlotTypeValueSelectionSettingArgs?)

Parameters

value

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. See value_selection_setting argument reference below.


@JvmName(name = "mciwqatrfujgvypl")
suspend fun valueSelectionSetting(argument: suspend V2modelsSlotTypeValueSelectionSettingArgsBuilder.() -> Unit)

Parameters

argument

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. See value_selection_setting argument reference below.