@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendedIntentSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains a summary of a recommended intent.
Constructor and Description |
---|
RecommendedIntentSummary() |
Modifier and Type | Method and Description |
---|---|
RecommendedIntentSummary |
clone() |
boolean |
equals(Object obj) |
String |
getIntentId()
The unique identifier of a recommended intent associated with the bot recommendation.
|
String |
getIntentName()
The name of a recommended intent associated with the bot recommendation.
|
Integer |
getSampleUtterancesCount()
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
|
void |
setIntentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
|
void |
setSampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
|
String |
toString()
Returns a string representation of this object.
|
RecommendedIntentSummary |
withIntentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary |
withIntentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
|
RecommendedIntentSummary |
withSampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
|
public void setIntentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
intentId
- The unique identifier of a recommended intent associated with the bot recommendation.public String getIntentId()
The unique identifier of a recommended intent associated with the bot recommendation.
public RecommendedIntentSummary withIntentId(String intentId)
The unique identifier of a recommended intent associated with the bot recommendation.
intentId
- The unique identifier of a recommended intent associated with the bot recommendation.public void setIntentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
intentName
- The name of a recommended intent associated with the bot recommendation.public String getIntentName()
The name of a recommended intent associated with the bot recommendation.
public RecommendedIntentSummary withIntentName(String intentName)
The name of a recommended intent associated with the bot recommendation.
intentName
- The name of a recommended intent associated with the bot recommendation.public void setSampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
sampleUtterancesCount
- The count of sample utterances of a recommended intent that is associated with a bot recommendation.public Integer getSampleUtterancesCount()
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
public RecommendedIntentSummary withSampleUtterancesCount(Integer sampleUtterancesCount)
The count of sample utterances of a recommended intent that is associated with a bot recommendation.
sampleUtterancesCount
- The count of sample utterances of a recommended intent that is associated with a bot recommendation.public String toString()
toString
in class Object
Object.toString()
public RecommendedIntentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.