| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
OverallTestResults |
OverallTestResults.clone() |
OverallTestResults |
TestExecutionResultItems.getOverallTestResults()
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
OverallTestResults |
OverallTestResults.withItems(Collection<OverallTestResultItem> items)
A list of the overall test results.
|
OverallTestResults |
OverallTestResults.withItems(OverallTestResultItem... items)
A list of the overall test results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestExecutionResultItems.setOverallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
TestExecutionResultItems |
TestExecutionResultItems.withOverallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
Copyright © 2024. All rights reserved.