@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SlotValue extends Object implements Serializable, Cloneable, StructuredPojo
The value to set in a slot.
| Constructor and Description |
|---|
SlotValue() |
| Modifier and Type | Method and Description |
|---|---|
SlotValue |
clone() |
boolean |
equals(Object obj) |
String |
getInterpretedValue()
The value that Amazon Lex determines for the slot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInterpretedValue(String interpretedValue)
The value that Amazon Lex determines for the slot.
|
String |
toString()
Returns a string representation of this object.
|
SlotValue |
withInterpretedValue(String interpretedValue)
The value that Amazon Lex determines for the slot.
|
public void setInterpretedValue(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.
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.public String getInterpretedValue()
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 withInterpretedValue(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.
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.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.