@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuntimeHintValue extends Object implements Serializable, Cloneable, StructuredPojo
Provides the phrase that Amazon Lex V2 should look for in the user's input to the bot.
Constructor and Description |
---|
RuntimeHintValue() |
Modifier and Type | Method and Description |
---|---|
RuntimeHintValue |
clone() |
boolean |
equals(Object obj) |
String |
getPhrase()
The phrase that Amazon Lex V2 should look for in the user's input to the bot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPhrase(String phrase)
The phrase that Amazon Lex V2 should look for in the user's input to the bot.
|
String |
toString()
Returns a string representation of this object.
|
RuntimeHintValue |
withPhrase(String phrase)
The phrase that Amazon Lex V2 should look for in the user's input to the bot.
|
public void setPhrase(String phrase)
The phrase that Amazon Lex V2 should look for in the user's input to the bot.
phrase
- The phrase that Amazon Lex V2 should look for in the user's input to the bot.public String getPhrase()
The phrase that Amazon Lex V2 should look for in the user's input to the bot.
public RuntimeHintValue withPhrase(String phrase)
The phrase that Amazon Lex V2 should look for in the user's input to the bot.
phrase
- The phrase that Amazon Lex V2 should look for in the user's input to the bot.public String toString()
toString
in class Object
Object.toString()
public RuntimeHintValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.