Class AgentTurnResult
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.AgentTurnResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AgentTurnResult.Builder,AgentTurnResult>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAgentTurnResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactualAgentPrompt()The actual agent prompt for the agent turn in a test set execution.StringactualElicitedSlot()The actual elicited slot for the agent turn in a test set execution.StringactualIntent()The actual intent for the agent turn in a test set execution.static AgentTurnResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExecutionErrorDetailserrorDetails()Returns the value of the ErrorDetails property for this object.StringexpectedAgentPrompt()The expected agent prompt for the agent turn in a test set execution.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AgentTurnResult.Builder>serializableBuilderClass()AgentTurnResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
expectedAgentPrompt
public final String expectedAgentPrompt()
The expected agent prompt for the agent turn in a test set execution.
- Returns:
- The expected agent prompt for the agent turn in a test set execution.
-
actualAgentPrompt
public final String actualAgentPrompt()
The actual agent prompt for the agent turn in a test set execution.
- Returns:
- The actual agent prompt for the agent turn in a test set execution.
-
errorDetails
public final ExecutionErrorDetails errorDetails()
Returns the value of the ErrorDetails property for this object.- Returns:
- The value of the ErrorDetails property for this object.
-
actualElicitedSlot
public final String actualElicitedSlot()
The actual elicited slot for the agent turn in a test set execution.
- Returns:
- The actual elicited slot for the agent turn in a test set execution.
-
actualIntent
public final String actualIntent()
The actual intent for the agent turn in a test set execution.
- Returns:
- The actual intent for the agent turn in a test set execution.
-
toBuilder
public AgentTurnResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AgentTurnResult.Builder,AgentTurnResult>
-
builder
public static AgentTurnResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends AgentTurnResult.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.
-
-