| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionResultItems |
TestExecutionResultItems.clone() |
TestExecutionResultItems |
ListTestExecutionResultItemsResult.getTestExecutionResults()
The list of results from the test execution.
|
TestExecutionResultItems |
TestExecutionResultItems.withConversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations
and intent and slot failures.
|
TestExecutionResultItems |
TestExecutionResultItems.withIntentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name.
|
TestExecutionResultItems |
TestExecutionResultItems.withIntentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name.
|
TestExecutionResultItems |
TestExecutionResultItems.withOverallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
TestExecutionResultItems |
TestExecutionResultItems.withUtteranceLevelTestResults(UtteranceLevelTestResults utteranceLevelTestResults)
Results related to utterances in the test set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestExecutionResultItemsResult.setTestExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
|
ListTestExecutionResultItemsResult |
ListTestExecutionResultItemsResult.withTestExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
|
Copyright © 2023. All rights reserved.