Class UtteranceLevelTestResultItem
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.UtteranceLevelTestResultItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UtteranceLevelTestResultItem.Builder,UtteranceLevelTestResultItem>
@Generated("software.amazon.awssdk:codegen") public final class UtteranceLevelTestResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UtteranceLevelTestResultItem.Builder,UtteranceLevelTestResultItem>
Contains information about multiple utterances in the results of a test set execution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUtteranceLevelTestResultItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UtteranceLevelTestResultItem.Builderbuilder()StringconversationId()The unique identifier for the conversation associated with the result.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongrecordNumber()The record number of the result.List<SdkField<?>>sdkFields()static Class<? extends UtteranceLevelTestResultItem.Builder>serializableBuilderClass()UtteranceLevelTestResultItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.TestSetTurnResultturnResult()Contains information about the turn associated with the result.-
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
-
recordNumber
public final Long recordNumber()
The record number of the result.
- Returns:
- The record number of the result.
-
conversationId
public final String conversationId()
The unique identifier for the conversation associated with the result.
- Returns:
- The unique identifier for the conversation associated with the result.
-
turnResult
public final TestSetTurnResult turnResult()
Contains information about the turn associated with the result.
- Returns:
- Contains information about the turn associated with the result.
-
toBuilder
public UtteranceLevelTestResultItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UtteranceLevelTestResultItem.Builder,UtteranceLevelTestResultItem>
-
builder
public static UtteranceLevelTestResultItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends UtteranceLevelTestResultItem.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.
-
-