@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsUtteranceAttributeResult extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the intent that the bot mapped the utterance to.
Constructor and Description |
---|
AnalyticsUtteranceAttributeResult() |
Modifier and Type | Method and Description |
---|---|
AnalyticsUtteranceAttributeResult |
clone() |
boolean |
equals(Object obj) |
String |
getLastUsedIntent()
The intent that the bot mapped the utterance to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastUsedIntent(String lastUsedIntent)
The intent that the bot mapped the utterance to.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsUtteranceAttributeResult |
withLastUsedIntent(String lastUsedIntent)
The intent that the bot mapped the utterance to.
|
public void setLastUsedIntent(String lastUsedIntent)
The intent that the bot mapped the utterance to.
lastUsedIntent
- The intent that the bot mapped the utterance to.public String getLastUsedIntent()
The intent that the bot mapped the utterance to.
public AnalyticsUtteranceAttributeResult withLastUsedIntent(String lastUsedIntent)
The intent that the bot mapped the utterance to.
lastUsedIntent
- The intent that the bot mapped the utterance to.public String toString()
toString
in class Object
Object.toString()
public AnalyticsUtteranceAttributeResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.