| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestResultMatchStatus |
TestResultMatchStatus.fromValue(String value)
Use this in place of valueOf.
|
static TestResultMatchStatus |
TestResultMatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestResultMatchStatus[] |
TestResultMatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withEndToEndResult(TestResultMatchStatus endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
ConversationLevelTestResultsFilterBy |
ConversationLevelTestResultsFilterBy.withEndToEndResult(TestResultMatchStatus endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
ConversationLevelResultDetail |
ConversationLevelResultDetail.withEndToEndResult(TestResultMatchStatus endToEndResult)
The success or failure of the streaming of the conversation.
|
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.withIntentMatchResult(TestResultMatchStatus intentMatchResult)
Specifies whether the expected and actual intents match or not.
|
ConversationLevelSlotResolutionResultItem |
ConversationLevelSlotResolutionResultItem.withMatchResult(TestResultMatchStatus matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
ConversationLevelIntentClassificationResultItem |
ConversationLevelIntentClassificationResultItem.withMatchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
UserTurnResult |
UserTurnResult.withSlotMatchResult(TestResultMatchStatus slotMatchResult)
Specifies whether the expected and actual slots match or not.
|
ConversationLevelTestResultItem |
ConversationLevelTestResultItem.withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
ConversationLevelResultDetail |
ConversationLevelResultDetail.withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
UserTurnResult |
UserTurnResult.withSpeechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in
execution.
|
Copyright © 2025. All rights reserved.