@Stability(value=Stable) public static final class CfnBot.SlotValueSelectionSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.SlotValueSelectionSettingProperty>
CfnBot.SlotValueSelectionSettingProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBot.SlotValueSelectionSettingProperty.Builder resolutionStrategy(String resolutionStrategy)
CfnBot.SlotValueSelectionSettingProperty.getResolutionStrategy()resolutionStrategy - Determines the slot resolution strategy that Amazon Lex uses to return slot type values. This parameter is required.
The field can be set to one of the following values:
If you don't specify the valueSelectionStrategy, the default is OriginalValue.
this@Stability(value=Stable) public CfnBot.SlotValueSelectionSettingProperty.Builder advancedRecognitionSetting(CfnBot.AdvancedRecognitionSettingProperty advancedRecognitionSetting)
CfnBot.SlotValueSelectionSettingProperty.getAdvancedRecognitionSetting()advancedRecognitionSetting - Specifies 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.this@Stability(value=Stable) public CfnBot.SlotValueSelectionSettingProperty.Builder advancedRecognitionSetting(IResolvable advancedRecognitionSetting)
CfnBot.SlotValueSelectionSettingProperty.getAdvancedRecognitionSetting()advancedRecognitionSetting - Specifies 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.this@Stability(value=Stable) public CfnBot.SlotValueSelectionSettingProperty.Builder regexFilter(CfnBot.SlotValueRegexFilterProperty regexFilter)
CfnBot.SlotValueSelectionSettingProperty.getRegexFilter()regexFilter - A regular expression used to validate the value of a slot.this@Stability(value=Stable) public CfnBot.SlotValueSelectionSettingProperty.Builder regexFilter(IResolvable regexFilter)
CfnBot.SlotValueSelectionSettingProperty.getRegexFilter()regexFilter - A regular expression used to validate the value of a slot.this@Stability(value=Stable) public CfnBot.SlotValueSelectionSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.SlotValueSelectionSettingProperty>CfnBot.SlotValueSelectionSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.