Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.OverallTestResults
-
Packages that use OverallTestResults Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of OverallTestResults in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return OverallTestResults Modifier and Type Method Description OverallTestResultsTestExecutionResultItems. overallTestResults()Overall results for the test execution, including the breakdown of conversations and single-input utterances.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type OverallTestResults Modifier and Type Method Description TestExecutionResultItems.BuilderTestExecutionResultItems.Builder. overallTestResults(OverallTestResults overallTestResults)Overall results for the test execution, including the breakdown of conversations and single-input utterances.
-