@Generated(value="software.amazon.awssdk:codegen") public final class MultipleValuesSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultipleValuesSetting.Builder,MultipleValuesSetting>
Indicates whether a slot can return multiple values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultipleValuesSetting.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowMultipleValues()
Indicates whether a slot can return multiple values.
|
static MultipleValuesSetting.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MultipleValuesSetting.Builder> |
serializableBuilderClass() |
MultipleValuesSetting.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean 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.
Multi-value slots are only available in the en-US locale. If you set this value to true in any other
locale, Amazon Lex throws a ValidationException.
If the allowMutlipleValues is not set, the default value is false.
true, the slot may return more
than one value in a response. When false, the slot returns only a single value.
Multi-value slots are only available in the en-US locale. If you set this value to true in
any other locale, Amazon Lex throws a ValidationException.
If the allowMutlipleValues is not set, the default value is false.
public MultipleValuesSetting.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MultipleValuesSetting.Builder,MultipleValuesSetting>public static MultipleValuesSetting.Builder builder()
public static Class<? extends MultipleValuesSetting.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.