| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTurnOutputSpecification |
UserTurnOutputSpecification.clone() |
UserTurnOutputSpecification |
UserTurnResult.getActualOutput()
Contains information about the actual output for the user turn.
|
UserTurnOutputSpecification |
UserTurnSpecification.getExpected()
Contains results about the expected output for the user turn.
|
UserTurnOutputSpecification |
UserTurnResult.getExpectedOutput()
Contains information about the expected output for the user turn.
|
UserTurnOutputSpecification |
UserTurnOutputSpecification.withActiveContexts(ActiveContext... activeContexts)
The contexts that are active in the turn.
|
UserTurnOutputSpecification |
UserTurnOutputSpecification.withActiveContexts(Collection<ActiveContext> activeContexts)
The contexts that are active in the turn.
|
UserTurnOutputSpecification |
UserTurnOutputSpecification.withIntent(UserTurnIntentOutput intent)
Contains information about the intent.
|
UserTurnOutputSpecification |
UserTurnOutputSpecification.withTranscript(String transcript)
The transcript that is output for the user turn by the test execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTurnResult.setActualOutput(UserTurnOutputSpecification actualOutput)
Contains information about the actual output for the user turn.
|
void |
UserTurnSpecification.setExpected(UserTurnOutputSpecification expected)
Contains results about the expected output for the user turn.
|
void |
UserTurnResult.setExpectedOutput(UserTurnOutputSpecification expectedOutput)
Contains information about the expected output for the user turn.
|
UserTurnResult |
UserTurnResult.withActualOutput(UserTurnOutputSpecification actualOutput)
Contains information about the actual output for the user turn.
|
UserTurnSpecification |
UserTurnSpecification.withExpected(UserTurnOutputSpecification expected)
Contains results about the expected output for the user turn.
|
UserTurnResult |
UserTurnResult.withExpectedOutput(UserTurnOutputSpecification expectedOutput)
Contains information about the expected output for the user turn.
|
Copyright © 2025. All rights reserved.