@Generated(value="software.amazon.awssdk:codegen") public final class IntentClassificationTestResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntentClassificationTestResultItem.Builder,IntentClassificationTestResultItem>
Information for an intent that is classified by the test workbench.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntentClassificationTestResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IntentClassificationTestResultItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
intentName()
The name of the intent.
|
Boolean |
multiTurnConversation()
Indicates whether the conversation involves multiple turns or not.
|
IntentClassificationTestResultItemCounts |
resultCounts()
The result of the intent classification test.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IntentClassificationTestResultItem.Builder> |
serializableBuilderClass() |
IntentClassificationTestResultItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String intentName()
The name of the intent.
public final Boolean multiTurnConversation()
Indicates whether the conversation involves multiple turns or not.
public final IntentClassificationTestResultItemCounts resultCounts()
The result of the intent classification test.
public IntentClassificationTestResultItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntentClassificationTestResultItem.Builder,IntentClassificationTestResultItem>public static IntentClassificationTestResultItem.Builder builder()
public static Class<? extends IntentClassificationTestResultItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.