@Generated(value="software.amazon.awssdk:codegen") public final class TestSetTurnRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetTurnRecord.Builder,TestSetTurnRecord>
Contains information about a turn in a test set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestSetTurnRecord.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestSetTurnRecord.Builder |
builder() |
String |
conversationId()
The unique identifier for the conversation associated with the turn.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
recordNumber()
The record number associated with the turn.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestSetTurnRecord.Builder> |
serializableBuilderClass() |
TestSetTurnRecord.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
turnNumber()
The number of turns that has elapsed up to that turn.
|
TurnSpecification |
turnSpecification()
Contains information about the agent or user turn depending upon type of turn.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long recordNumber()
The record number associated with the turn.
public final String conversationId()
The unique identifier for the conversation associated with the turn.
public final Integer turnNumber()
The number of turns that has elapsed up to that turn.
public final TurnSpecification turnSpecification()
Contains information about the agent or user turn depending upon type of turn.
public TestSetTurnRecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestSetTurnRecord.Builder,TestSetTurnRecord>public static TestSetTurnRecord.Builder builder()
public static Class<? extends TestSetTurnRecord.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.