Class TestSetTurnRecord
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.TestSetTurnRecord
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestSetTurnRecord.Builder,TestSetTurnRecord>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestSetTurnRecord.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestSetTurnRecord.Builderbuilder()StringconversationId()The unique identifier for the conversation associated with the turn.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongrecordNumber()The record number associated with the turn.List<SdkField<?>>sdkFields()static Class<? extends TestSetTurnRecord.Builder>serializableBuilderClass()TestSetTurnRecord.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerturnNumber()The number of turns that has elapsed up to that turn.TurnSpecificationturnSpecification()Contains information about the agent or user turn depending upon type of turn.-
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 associated with the turn.
- Returns:
- The record number associated with the turn.
-
conversationId
public final String conversationId()
The unique identifier for the conversation associated with the turn.
- Returns:
- The unique identifier for the conversation associated with the turn.
-
turnNumber
public final Integer turnNumber()
The number of turns that has elapsed up to that turn.
- Returns:
- The number of turns that has elapsed up to that turn.
-
turnSpecification
public final TurnSpecification turnSpecification()
Contains information about the agent or user turn depending upon type of turn.
- Returns:
- Contains information about the agent or user turn depending upon type of turn.
-
toBuilder
public TestSetTurnRecord.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestSetTurnRecord.Builder,TestSetTurnRecord>
-
builder
public static TestSetTurnRecord.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestSetTurnRecord.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.
-
-