@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntentStatistics extends Object implements Serializable, Cloneable, StructuredPojo
The object that contains the statistical summary of recommended intents associated with the bot recommendation.
Constructor and Description |
---|
IntentStatistics() |
Modifier and Type | Method and Description |
---|---|
IntentStatistics |
clone() |
boolean |
equals(Object obj) |
Integer |
getDiscoveredIntentCount()
The number of recommended intents associated with the bot recommendation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDiscoveredIntentCount(Integer discoveredIntentCount)
The number of recommended intents associated with the bot recommendation.
|
String |
toString()
Returns a string representation of this object.
|
IntentStatistics |
withDiscoveredIntentCount(Integer discoveredIntentCount)
The number of recommended intents associated with the bot recommendation.
|
public void setDiscoveredIntentCount(Integer discoveredIntentCount)
The number of recommended intents associated with the bot recommendation.
discoveredIntentCount
- The number of recommended intents associated with the bot recommendation.public Integer getDiscoveredIntentCount()
The number of recommended intents associated with the bot recommendation.
public IntentStatistics withDiscoveredIntentCount(Integer discoveredIntentCount)
The number of recommended intents associated with the bot recommendation.
discoveredIntentCount
- The number of recommended intents associated with the bot recommendation.public String toString()
toString
in class Object
Object.toString()
public IntentStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.