public static interface TestSetIntentDiscrepancyItem.Builder extends SdkPojo, CopyableBuilder<TestSetIntentDiscrepancyItem.Builder,TestSetIntentDiscrepancyItem>
| Modifier and Type | Method and Description |
|---|---|
TestSetIntentDiscrepancyItem.Builder |
errorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
|
TestSetIntentDiscrepancyItem.Builder |
intentName(String intentName)
The name of the intent in the discrepancy report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetIntentDiscrepancyItem.Builder intentName(String intentName)
The name of the intent in the discrepancy report.
intentName - The name of the intent in the discrepancy report.TestSetIntentDiscrepancyItem.Builder errorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
errorMessage - The error message for a discrepancy for an intent between the test set and the bot.Copyright © 2023. All rights reserved.