@Generated(value="software.amazon.awssdk:codegen") public final class IntentStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntentStatistics.Builder,IntentStatistics>
The object that contains the statistical summary of recommended intents associated with the bot recommendation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntentStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IntentStatistics.Builder |
builder() |
Integer |
discoveredIntentCount()
The number of recommended intents associated with the bot recommendation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IntentStatistics.Builder> |
serializableBuilderClass() |
IntentStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer discoveredIntentCount()
The number of recommended intents associated with the bot recommendation.
public IntentStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntentStatistics.Builder,IntentStatistics>public static IntentStatistics.Builder builder()
public static Class<? extends IntentStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.