@Stability(value=Stable)
public static interface CfnBot.MultipleValuesSettingProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
MultipleValuesSettingProperty multipleValuesSettingProperty = MultipleValuesSettingProperty.builder()
.allowMultipleValues(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.MultipleValuesSettingProperty.Builder
A builder for
CfnBot.MultipleValuesSettingProperty |
static class |
CfnBot.MultipleValuesSettingProperty.Jsii$Proxy
An implementation for
CfnBot.MultipleValuesSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.MultipleValuesSettingProperty.Builder |
builder() |
default Object |
getAllowMultipleValues()
Indicates whether a slot can return multiple values.
|
@Stability(value=Stable) @Nullable default Object getAllowMultipleValues()
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.
@Stability(value=Stable) static CfnBot.MultipleValuesSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.