@Generated(value="software.amazon.awssdk:codegen") public final class SlotValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotValue.Builder,SlotValue>
The value to set in a slot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
interpretedValue()
The value that Amazon Lex determines for the slot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotValue.Builder> |
serializableBuilderClass() |
SlotValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String interpretedValue()
The value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection
strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the
first value in the resolvedValues list.
resolvedValues list.public SlotValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotValue.Builder,SlotValue>public static SlotValue.Builder builder()
public static Class<? extends SlotValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.