Class IntentClassificationTestResultItem
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.IntentClassificationTestResultItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IntentClassificationTestResultItem.Builder,IntentClassificationTestResultItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntentClassificationTestResultItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntentClassificationTestResultItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringintentName()The name of the intent.BooleanmultiTurnConversation()Indicates whether the conversation involves multiple turns or not.IntentClassificationTestResultItemCountsresultCounts()The result of the intent classification test.List<SdkField<?>>sdkFields()static Class<? extends IntentClassificationTestResultItem.Builder>serializableBuilderClass()IntentClassificationTestResultItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
intentName
public final String intentName()
The name of the intent.
- Returns:
- The name of the intent.
-
multiTurnConversation
public final Boolean multiTurnConversation()
Indicates whether the conversation involves multiple turns or not.
- Returns:
- Indicates whether the conversation involves multiple turns or not.
-
resultCounts
public final IntentClassificationTestResultItemCounts resultCounts()
The result of the intent classification test.
- Returns:
- The result of the intent classification test.
-
toBuilder
public IntentClassificationTestResultItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IntentClassificationTestResultItem.Builder,IntentClassificationTestResultItem>
-
builder
public static IntentClassificationTestResultItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends IntentClassificationTestResultItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-