Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLevelTestResults.Builder
-
Packages that use ConversationLevelTestResults.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLevelTestResults.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ConversationLevelTestResults.Builder Modifier and Type Method Description static ConversationLevelTestResults.BuilderConversationLevelTestResults. builder()ConversationLevelTestResults.BuilderConversationLevelTestResults.Builder. items(Collection<ConversationLevelTestResultItem> items)The item list in the test set results data at the conversation level.ConversationLevelTestResults.BuilderConversationLevelTestResults.Builder. items(Consumer<ConversationLevelTestResultItem.Builder>... items)The item list in the test set results data at the conversation level.ConversationLevelTestResults.BuilderConversationLevelTestResults.Builder. items(ConversationLevelTestResultItem... items)The item list in the test set results data at the conversation level.ConversationLevelTestResults.BuilderConversationLevelTestResults. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ConversationLevelTestResults.Builder Modifier and Type Method Description static Class<? extends ConversationLevelTestResults.Builder>ConversationLevelTestResults. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type ConversationLevelTestResults.Builder Modifier and Type Method Description default TestExecutionResultItems.BuilderTestExecutionResultItems.Builder. conversationLevelTestResults(Consumer<ConversationLevelTestResults.Builder> conversationLevelTestResults)Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
-