| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetSlotDiscrepancyItem |
TestSetSlotDiscrepancyItem.clone() |
TestSetSlotDiscrepancyItem |
TestSetSlotDiscrepancyItem.withErrorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
|
TestSetSlotDiscrepancyItem |
TestSetSlotDiscrepancyItem.withIntentName(String intentName)
The name of the intent associated with the slot in the discrepancy report.
|
TestSetSlotDiscrepancyItem |
TestSetSlotDiscrepancyItem.withSlotName(String slotName)
The name of the slot in the discrepancy report.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestSetSlotDiscrepancyItem> |
TestSetDiscrepancyErrors.getSlotDiscrepancies()
Contains information about discrepancies found for slots between the test set and the bot.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
TestSetDiscrepancyErrors.setSlotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies)
Contains information about discrepancies found for slots 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.
|
Copyright © 2024. All rights reserved.