@Stability(value=Stable) public static final class CfnBot.MultipleValuesSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.MultipleValuesSettingProperty>
CfnBot.MultipleValuesSettingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.MultipleValuesSettingProperty.Builder |
allowMultipleValues(Boolean allowMultipleValues)
Sets the value of
CfnBot.MultipleValuesSettingProperty.getAllowMultipleValues() |
CfnBot.MultipleValuesSettingProperty.Builder |
allowMultipleValues(IResolvable allowMultipleValues)
Sets the value of
CfnBot.MultipleValuesSettingProperty.getAllowMultipleValues() |
CfnBot.MultipleValuesSettingProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnBot.MultipleValuesSettingProperty.Builder allowMultipleValues(Boolean allowMultipleValues)
CfnBot.MultipleValuesSettingProperty.getAllowMultipleValues()allowMultipleValues - Indicates whether a slot can return multiple values.
When true, the slot may return more than one value in a response. When false, the slot returns only a single value. If AllowMultipleValues is not set, the default value is false.
Multi-value slots are only available in the en-US locale.
this@Stability(value=Stable) public CfnBot.MultipleValuesSettingProperty.Builder allowMultipleValues(IResolvable allowMultipleValues)
CfnBot.MultipleValuesSettingProperty.getAllowMultipleValues()allowMultipleValues - Indicates whether a slot can return multiple values.
When true, the slot may return more than one value in a response. When false, the slot returns only a single value. If AllowMultipleValues is not set, the default value is false.
Multi-value slots are only available in the en-US locale.
this@Stability(value=Stable) public CfnBot.MultipleValuesSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.MultipleValuesSettingProperty>CfnBot.MultipleValuesSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.