@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UtteranceLevelTestResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UtteranceLevelTestResultItem.Builder |
builder() |
String |
conversationId()
The unique identifier for the conversation associated with the result.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
recordNumber()
The record number of the result.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UtteranceLevelTestResultItem.Builder> |
serializableBuilderClass() |
UtteranceLevelTestResultItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TestSetTurnResult |
turnResult()
Contains information about the turn associated with the result.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long recordNumber()
The record number of the result.
public final String conversationId()
The unique identifier for the conversation associated with the result.
public final TestSetTurnResult turnResult()
Contains information about the turn associated with the result.
public UtteranceLevelTestResultItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UtteranceLevelTestResultItem.Builder,UtteranceLevelTestResultItem>public static UtteranceLevelTestResultItem.Builder builder()
public static Class<? extends UtteranceLevelTestResultItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.