| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TurnSpecification |
TurnSpecification.clone() |
TurnSpecification |
TestSetTurnRecord.getTurnSpecification()
Contains information about the agent or user turn depending upon type of turn.
|
TurnSpecification |
TurnSpecification.withAgentTurn(AgentTurnSpecification agentTurn)
Contains information about the agent messages in the turn.
|
TurnSpecification |
TurnSpecification.withUserTurn(UserTurnSpecification userTurn)
Contains information about the user messages in the turn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetTurnRecord.setTurnSpecification(TurnSpecification turnSpecification)
Contains information about the agent or user turn depending upon type of turn.
|
TestSetTurnRecord |
TestSetTurnRecord.withTurnSpecification(TurnSpecification turnSpecification)
Contains information about the agent or user turn depending upon type of turn.
|
Copyright © 2024. All rights reserved.