| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetDiscrepancyErrors |
TestSetDiscrepancyErrors.clone() |
TestSetDiscrepancyErrors |
DescribeTestSetDiscrepancyReportResult.getTestSetDiscrepancyTopErrors()
The top 200 error results from the test set discrepancy report.
|
TestSetDiscrepancyErrors |
TestSetDiscrepancyErrors.withIntentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors |
TestSetDiscrepancyErrors.withIntentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors |
TestSetDiscrepancyErrors.withSlotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
TestSetDiscrepancyErrors |
TestSetDiscrepancyErrors.withSlotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies)
Contains information about discrepancies found for slots between the test set and the bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTestSetDiscrepancyReportResult.setTestSetDiscrepancyTopErrors(TestSetDiscrepancyErrors testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResult |
DescribeTestSetDiscrepancyReportResult.withTestSetDiscrepancyTopErrors(TestSetDiscrepancyErrors testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
|
Copyright © 2025. All rights reserved.