| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTurnResult |
UserTurnResult.clone() |
UserTurnResult |
TestSetTurnResult.getUser()
Contains information about the user messages in the turn.
|
UserTurnResult |
UserTurnResult.withActualOutput(UserTurnOutputSpecification actualOutput)
Contains information about the actual output for the user turn.
|
UserTurnResult |
UserTurnResult.withConversationLevelResult(ConversationLevelResultDetail conversationLevelResult)
Contains information about the results related to the conversation associated with the user turn.
|
UserTurnResult |
UserTurnResult.withEndToEndResult(String endToEndResult)
Specifies whether the expected and actual outputs match or not, or if there is an error in execution.
|
UserTurnResult |
UserTurnResult.withEndToEndResult(TestResultMatchStatus endToEndResult)
Specifies whether the expected and actual outputs match or not, or if there is an error in execution.
|
UserTurnResult |
UserTurnResult.withErrorDetails(ExecutionErrorDetails errorDetails) |
UserTurnResult |
UserTurnResult.withExpectedOutput(UserTurnOutputSpecification expectedOutput)
Contains information about the expected output for the user turn.
|
UserTurnResult |
UserTurnResult.withInput(UserTurnInputSpecification input)
Contains information about the user messages in the turn in the input.
|
UserTurnResult |
UserTurnResult.withIntentMatchResult(String intentMatchResult)
Specifies whether the expected and actual intents match or not.
|
UserTurnResult |
UserTurnResult.withIntentMatchResult(TestResultMatchStatus intentMatchResult)
Specifies whether the expected and actual intents match or not.
|
UserTurnResult |
UserTurnResult.withSlotMatchResult(String slotMatchResult)
Specifies whether the expected and actual slots match or not.
|
UserTurnResult |
UserTurnResult.withSlotMatchResult(TestResultMatchStatus slotMatchResult)
Specifies whether the expected and actual slots match or not.
|
UserTurnResult |
UserTurnResult.withSpeechTranscriptionResult(String speechTranscriptionResult)
Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in
execution.
|
UserTurnResult |
UserTurnResult.withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in
execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetTurnResult.setUser(UserTurnResult user)
Contains information about the user messages in the turn.
|
TestSetTurnResult |
TestSetTurnResult.withUser(UserTurnResult user)
Contains information about the user messages in the turn.
|
Copyright © 2025. All rights reserved.