| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestSetDiscrepancyErrors.Builder> |
TestSetDiscrepancyErrors.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTestSetDiscrepancyReportResponse.Builder |
DescribeTestSetDiscrepancyReportResponse.Builder.testSetDiscrepancyTopErrors(Consumer<TestSetDiscrepancyErrors.Builder> testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
|
Copyright © 2023. All rights reserved.