static TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.builder() |
|
TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.Builder.intentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies) |
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.Builder.intentDiscrepancies(Consumer<TestSetIntentDiscrepancyItem.Builder>... intentDiscrepancies) |
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.Builder.intentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies) |
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.Builder.slotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies) |
Contains information about discrepancies found for slots between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.Builder.slotDiscrepancies(Consumer<TestSetSlotDiscrepancyItem.Builder>... slotDiscrepancies) |
Contains information about discrepancies found for slots between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.Builder.slotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies) |
Contains information about discrepancies found for slots between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
TestSetDiscrepancyErrors.toBuilder() |
|