BotSlotValueSelectionSetting

data class BotSlotValueSelectionSetting(val advancedRecognitionSetting: BotAdvancedRecognitionSetting? = null, val regexFilter: BotSlotValueRegexFilter? = null, val resolutionStrategy: BotSlotValueResolutionStrategy)

Constructors

Link copied to clipboard
constructor(advancedRecognitionSetting: BotAdvancedRecognitionSetting? = null, regexFilter: BotSlotValueRegexFilter? = null, resolutionStrategy: BotSlotValueResolutionStrategy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

A regular expression used to validate the value of a slot.

Link copied to clipboard

Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values: