@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentTurnResult extends Object implements Serializable, Cloneable, StructuredPojo
The information about the agent turn in a test set execution.
Constructor and Description |
---|
AgentTurnResult() |
Modifier and Type | Method and Description |
---|---|
AgentTurnResult |
clone() |
boolean |
equals(Object obj) |
String |
getActualAgentPrompt()
The actual agent prompt for the agent turn in a test set execution.
|
String |
getActualElicitedSlot()
The actual elicited slot for the agent turn in a test set execution.
|
String |
getActualIntent()
The actual intent for the agent turn in a test set execution.
|
ExecutionErrorDetails |
getErrorDetails() |
String |
getExpectedAgentPrompt()
The expected agent prompt for the agent turn in a test set execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActualAgentPrompt(String actualAgentPrompt)
The actual agent prompt for the agent turn in a test set execution.
|
void |
setActualElicitedSlot(String actualElicitedSlot)
The actual elicited slot for the agent turn in a test set execution.
|
void |
setActualIntent(String actualIntent)
The actual intent for the agent turn in a test set execution.
|
void |
setErrorDetails(ExecutionErrorDetails errorDetails) |
void |
setExpectedAgentPrompt(String expectedAgentPrompt)
The expected agent prompt for the agent turn in a test set execution.
|
String |
toString()
Returns a string representation of this object.
|
AgentTurnResult |
withActualAgentPrompt(String actualAgentPrompt)
The actual agent prompt for the agent turn in a test set execution.
|
AgentTurnResult |
withActualElicitedSlot(String actualElicitedSlot)
The actual elicited slot for the agent turn in a test set execution.
|
AgentTurnResult |
withActualIntent(String actualIntent)
The actual intent for the agent turn in a test set execution.
|
AgentTurnResult |
withErrorDetails(ExecutionErrorDetails errorDetails) |
AgentTurnResult |
withExpectedAgentPrompt(String expectedAgentPrompt)
The expected agent prompt for the agent turn in a test set execution.
|
public void setExpectedAgentPrompt(String expectedAgentPrompt)
The expected agent prompt for the agent turn in a test set execution.
expectedAgentPrompt
- The expected agent prompt for the agent turn in a test set execution.public String getExpectedAgentPrompt()
The expected agent prompt for the agent turn in a test set execution.
public AgentTurnResult withExpectedAgentPrompt(String expectedAgentPrompt)
The expected agent prompt for the agent turn in a test set execution.
expectedAgentPrompt
- The expected agent prompt for the agent turn in a test set execution.public void setActualAgentPrompt(String actualAgentPrompt)
The actual agent prompt for the agent turn in a test set execution.
actualAgentPrompt
- The actual agent prompt for the agent turn in a test set execution.public String getActualAgentPrompt()
The actual agent prompt for the agent turn in a test set execution.
public AgentTurnResult withActualAgentPrompt(String actualAgentPrompt)
The actual agent prompt for the agent turn in a test set execution.
actualAgentPrompt
- The actual agent prompt for the agent turn in a test set execution.public void setErrorDetails(ExecutionErrorDetails errorDetails)
errorDetails
- public ExecutionErrorDetails getErrorDetails()
public AgentTurnResult withErrorDetails(ExecutionErrorDetails errorDetails)
errorDetails
- public void setActualElicitedSlot(String actualElicitedSlot)
The actual elicited slot for the agent turn in a test set execution.
actualElicitedSlot
- The actual elicited slot for the agent turn in a test set execution.public String getActualElicitedSlot()
The actual elicited slot for the agent turn in a test set execution.
public AgentTurnResult withActualElicitedSlot(String actualElicitedSlot)
The actual elicited slot for the agent turn in a test set execution.
actualElicitedSlot
- The actual elicited slot for the agent turn in a test set execution.public void setActualIntent(String actualIntent)
The actual intent for the agent turn in a test set execution.
actualIntent
- The actual intent for the agent turn in a test set execution.public String getActualIntent()
The actual intent for the agent turn in a test set execution.
public AgentTurnResult withActualIntent(String actualIntent)
The actual intent for the agent turn in a test set execution.
actualIntent
- The actual intent for the agent turn in a test set execution.public String toString()
toString
in class Object
Object.toString()
public AgentTurnResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.