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