Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLevelTestResults
-
Packages that use ConversationLevelTestResults Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLevelTestResults in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ConversationLevelTestResults Modifier and Type Method Description ConversationLevelTestResultsTestExecutionResultItems. conversationLevelTestResults()Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ConversationLevelTestResults Modifier and Type Method Description TestExecutionResultItems.BuilderTestExecutionResultItems.Builder. conversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
-