@Generated(value="software.amazon.awssdk:codegen") public final class ConversationLevelIntentClassificationResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLevelIntentClassificationResultItem.Builder,ConversationLevelIntentClassificationResultItem>
The item listing the evaluation of intent level success or failure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConversationLevelIntentClassificationResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationLevelIntentClassificationResultItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
intentName()
The intent name used in the evaluation of intent level success or failure.
|
TestResultMatchStatus |
matchResult()
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
String |
matchResultAsString()
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConversationLevelIntentClassificationResultItem.Builder> |
serializableBuilderClass() |
ConversationLevelIntentClassificationResultItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String intentName()
The intent name used in the evaluation of intent level success or failure.
public final TestResultMatchStatus matchResult()
The number of times the specific intent is used in the evaluation of intent level success or failure.
If the service returns an enum value that is not available in the current SDK version, matchResult will
return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from matchResultAsString().
TestResultMatchStatuspublic final String matchResultAsString()
The number of times the specific intent is used in the evaluation of intent level success or failure.
If the service returns an enum value that is not available in the current SDK version, matchResult will
return TestResultMatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from matchResultAsString().
TestResultMatchStatuspublic ConversationLevelIntentClassificationResultItem.Builder toBuilder()
public static ConversationLevelIntentClassificationResultItem.Builder builder()
public static Class<? extends ConversationLevelIntentClassificationResultItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.