public static interface TestSetDiscrepancyErrors.Builder extends SdkPojo, CopyableBuilder<TestSetDiscrepancyErrors.Builder,TestSetDiscrepancyErrors>
| Modifier and Type | Method and Description |
|---|---|
TestSetDiscrepancyErrors.Builder |
intentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
intentDiscrepancies(Consumer<TestSetIntentDiscrepancyItem.Builder>... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
intentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
slotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
slotDiscrepancies(Consumer<TestSetSlotDiscrepancyItem.Builder>... slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
TestSetDiscrepancyErrors.Builder |
slotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetDiscrepancyErrors.Builder intentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
intentDiscrepancies - Contains information about discrepancies found for intents between the test set and the bot.TestSetDiscrepancyErrors.Builder intentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
intentDiscrepancies - Contains information about discrepancies found for intents between the test set and the bot.TestSetDiscrepancyErrors.Builder intentDiscrepancies(Consumer<TestSetIntentDiscrepancyItem.Builder>... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
This is a convenience method that creates an instance of theTestSetIntentDiscrepancyItem.Builder avoiding the
need to create one manually via
TestSetIntentDiscrepancyItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #intentDiscrepancies(List.
intentDiscrepancies - a consumer that will call methods on
TestSetIntentDiscrepancyItem.Builder#intentDiscrepancies(java.util.Collection) TestSetDiscrepancyErrors.Builder slotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
slotDiscrepancies - Contains information about discrepancies found for slots between the test set and the bot.TestSetDiscrepancyErrors.Builder slotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
slotDiscrepancies - Contains information about discrepancies found for slots between the test set and the bot.TestSetDiscrepancyErrors.Builder slotDiscrepancies(Consumer<TestSetSlotDiscrepancyItem.Builder>... slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
This is a convenience method that creates an instance of theTestSetSlotDiscrepancyItem.Builder avoiding the
need to create one manually via
TestSetSlotDiscrepancyItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #slotDiscrepancies(List.
slotDiscrepancies - a consumer that will call methods on
TestSetSlotDiscrepancyItem.Builder#slotDiscrepancies(java.util.Collection) Copyright © 2023. All rights reserved.