| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetIntentDiscrepancyItem |
TestSetIntentDiscrepancyItem.clone() |
TestSetIntentDiscrepancyItem |
TestSetIntentDiscrepancyItem.withErrorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
|
TestSetIntentDiscrepancyItem |
TestSetIntentDiscrepancyItem.withIntentName(String intentName)
The name of the intent in the discrepancy report.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestSetIntentDiscrepancyItem> |
TestSetDiscrepancyErrors.getIntentDiscrepancies()
Contains information about discrepancies found for intents between the test set and the bot.
|
| Modifier and Type | Method and Description |
|---|---|
TestSetDiscrepancyErrors |
TestSetDiscrepancyErrors.withIntentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetDiscrepancyErrors.setIntentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
TestSetDiscrepancyErrors |
TestSetDiscrepancyErrors.withIntentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies)
Contains information about discrepancies found for intents between the test set and the bot.
|
Copyright © 2023. All rights reserved.