| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTurnSpecification |
UserTurnSpecification.clone() |
UserTurnSpecification |
TurnSpecification.getUserTurn()
Contains information about the user messages in the turn.
|
UserTurnSpecification |
UserTurnSpecification.withExpected(UserTurnOutputSpecification expected)
Contains results about the expected output for the user turn.
|
UserTurnSpecification |
UserTurnSpecification.withInput(UserTurnInputSpecification input)
Contains information about the user messages in the turn in the input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TurnSpecification.setUserTurn(UserTurnSpecification userTurn)
Contains information about the user messages in the turn.
|
TurnSpecification |
TurnSpecification.withUserTurn(UserTurnSpecification userTurn)
Contains information about the user messages in the turn.
|
Copyright © 2023. All rights reserved.