@Generated(value="software.amazon.awssdk:codegen") public final class AgentTurnResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentTurnResult.Builder,AgentTurnResult>
The information about the agent turn in a test set execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentTurnResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actualAgentPrompt()
The actual agent prompt for the agent turn in a test set execution.
|
String |
actualElicitedSlot()
The actual elicited slot for the agent turn in a test set execution.
|
String |
actualIntent()
The actual intent for the agent turn in a test set execution.
|
static AgentTurnResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExecutionErrorDetails |
errorDetails()
Returns the value of the ErrorDetails property for this object.
|
String |
expectedAgentPrompt()
The expected agent prompt for the agent turn in a test set execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AgentTurnResult.Builder> |
serializableBuilderClass() |
AgentTurnResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String expectedAgentPrompt()
The expected agent prompt for the agent turn in a test set execution.
public final String actualAgentPrompt()
The actual agent prompt for the agent turn in a test set execution.
public final ExecutionErrorDetails errorDetails()
public final String actualElicitedSlot()
The actual elicited slot for the agent turn in a test set execution.
public final String actualIntent()
The actual intent for the agent turn in a test set execution.
public AgentTurnResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AgentTurnResult.Builder,AgentTurnResult>public static AgentTurnResult.Builder builder()
public static Class<? extends AgentTurnResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.