@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() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.SlotValueSelectionSettingProperty |
build()
Builds the configured instance.
|
CfnBot.SlotValueSelectionSettingProperty.Builder |
regexFilter(CfnBot.SlotValueRegexFilterProperty regexFilter)
Sets the value of
CfnBot.SlotValueSelectionSettingProperty.getRegexFilter() |
CfnBot.SlotValueSelectionSettingProperty.Builder |
regexFilter(IResolvable regexFilter)
Sets the value of
CfnBot.SlotValueSelectionSettingProperty.getRegexFilter() |
CfnBot.SlotValueSelectionSettingProperty.Builder |
resolutionStrategy(String resolutionStrategy)
Sets the value of
CfnBot.SlotValueSelectionSettingProperty.getResolutionStrategy() |
@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 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.