@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) |
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 ObjectObject.toString()public SlotTypeStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.