@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotRecommendationResultStatistics extends Object implements Serializable, Cloneable, StructuredPojo
A statistical summary of the bot recommendation results.
| Constructor and Description |
|---|
BotRecommendationResultStatistics() |
| Modifier and Type | Method and Description |
|---|---|
BotRecommendationResultStatistics |
clone() |
boolean |
equals(Object obj) |
IntentStatistics |
getIntents()
Statistical information about about the intents associated with the bot recommendation results.
|
SlotTypeStatistics |
getSlotTypes()
Statistical information about the slot types associated with the bot recommendation results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIntents(IntentStatistics intents)
Statistical information about about the intents associated with the bot recommendation results.
|
void |
setSlotTypes(SlotTypeStatistics slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
|
String |
toString()
Returns a string representation of this object.
|
BotRecommendationResultStatistics |
withIntents(IntentStatistics intents)
Statistical information about about the intents associated with the bot recommendation results.
|
BotRecommendationResultStatistics |
withSlotTypes(SlotTypeStatistics slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
|
public void setIntents(IntentStatistics intents)
Statistical information about about the intents associated with the bot recommendation results.
intents - Statistical information about about the intents associated with the bot recommendation results.public IntentStatistics getIntents()
Statistical information about about the intents associated with the bot recommendation results.
public BotRecommendationResultStatistics withIntents(IntentStatistics intents)
Statistical information about about the intents associated with the bot recommendation results.
intents - Statistical information about about the intents associated with the bot recommendation results.public void setSlotTypes(SlotTypeStatistics slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
slotTypes - Statistical information about the slot types associated with the bot recommendation results.public SlotTypeStatistics getSlotTypes()
Statistical information about the slot types associated with the bot recommendation results.
public BotRecommendationResultStatistics withSlotTypes(SlotTypeStatistics slotTypes)
Statistical information about the slot types associated with the bot recommendation results.
slotTypes - Statistical information about the slot types associated with the bot recommendation results.public String toString()
toString in class ObjectObject.toString()public BotRecommendationResultStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.