@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentTurnSpecification extends Object implements Serializable, Cloneable, StructuredPojo
The specification of an agent turn.
Constructor and Description |
---|
AgentTurnSpecification() |
Modifier and Type | Method and Description |
---|---|
AgentTurnSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getAgentPrompt()
The agent prompt for the agent turn in a test set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgentPrompt(String agentPrompt)
The agent prompt for the agent turn in a test set.
|
String |
toString()
Returns a string representation of this object.
|
AgentTurnSpecification |
withAgentPrompt(String agentPrompt)
The agent prompt for the agent turn in a test set.
|
public void setAgentPrompt(String agentPrompt)
The agent prompt for the agent turn in a test set.
agentPrompt
- The agent prompt for the agent turn in a test set.public String getAgentPrompt()
The agent prompt for the agent turn in a test set.
public AgentTurnSpecification withAgentPrompt(String agentPrompt)
The agent prompt for the agent turn in a test set.
agentPrompt
- The agent prompt for the agent turn in a test set.public String toString()
toString
in class Object
Object.toString()
public AgentTurnSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.