V2models Slot Type Value Selection Setting
data class V2modelsSlotTypeValueSelectionSetting(val advancedRecognitionSettings: List<V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting>? = null, val regexFilters: List<V2modelsSlotTypeValueSelectionSettingRegexFilter>? = null, val resolutionStrategy: String)
Constructors
Link copied to clipboard
constructor(advancedRecognitionSettings: List<V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting>? = null, regexFilters: List<V2modelsSlotTypeValueSelectionSettingRegexFilter>? = null, resolutionStrategy: String)
Properties
Link copied to clipboard
val advancedRecognitionSettings: List<V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting>? = null
Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances. See advanced_recognition_setting
argument reference below.
Link copied to clipboard
Used to validate the value of the slot. See regex_filter
argument reference below.
Link copied to clipboard
Determines the slot resolution strategy that Amazon Lex uses to return slot type values. Valid values are OriginalValue
, TopResolution
, and Concatenation
.