| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AgentTurnResult |
AgentTurnResult.clone() |
AgentTurnResult |
TestSetTurnResult.getAgent()
Contains information about the agent messages in the turn.
|
AgentTurnResult |
AgentTurnResult.withActualAgentPrompt(String actualAgentPrompt)
The actual agent prompt for the agent turn in a test set execution.
|
AgentTurnResult |
AgentTurnResult.withActualElicitedSlot(String actualElicitedSlot)
The actual elicited slot for the agent turn in a test set execution.
|
AgentTurnResult |
AgentTurnResult.withActualIntent(String actualIntent)
The actual intent for the agent turn in a test set execution.
|
AgentTurnResult |
AgentTurnResult.withErrorDetails(ExecutionErrorDetails errorDetails) |
AgentTurnResult |
AgentTurnResult.withExpectedAgentPrompt(String expectedAgentPrompt)
The expected agent prompt for the agent turn in a test set execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetTurnResult.setAgent(AgentTurnResult agent)
Contains information about the agent messages in the turn.
|
TestSetTurnResult |
TestSetTurnResult.withAgent(AgentTurnResult agent)
Contains information about the agent messages in the turn.
|
Copyright © 2025. All rights reserved.