| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTurnOutputSpecification |
UserTurnResult.actualOutput()
Contains information about the actual output for the user turn.
|
UserTurnOutputSpecification |
UserTurnSpecification.expected()
Contains results about the expected output for the user turn.
|
UserTurnOutputSpecification |
UserTurnResult.expectedOutput()
Contains information about the expected output for the user turn.
|
| Modifier and Type | Method and Description |
|---|---|
UserTurnResult.Builder |
UserTurnResult.Builder.actualOutput(UserTurnOutputSpecification actualOutput)
Contains information about the actual output for the user turn.
|
UserTurnSpecification.Builder |
UserTurnSpecification.Builder.expected(UserTurnOutputSpecification expected)
Contains results about the expected output for the user turn.
|
UserTurnResult.Builder |
UserTurnResult.Builder.expectedOutput(UserTurnOutputSpecification expectedOutput)
Contains information about the expected output for the user turn.
|
Copyright © 2023. All rights reserved.