public static interface TestSetSlotDiscrepancyItem.Builder extends SdkPojo, CopyableBuilder<TestSetSlotDiscrepancyItem.Builder,TestSetSlotDiscrepancyItem>
| Modifier and Type | Method and Description |
|---|---|
TestSetSlotDiscrepancyItem.Builder |
errorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
|
TestSetSlotDiscrepancyItem.Builder |
intentName(String intentName)
The name of the intent associated with the slot in the discrepancy report.
|
TestSetSlotDiscrepancyItem.Builder |
slotName(String slotName)
The name of the slot in the discrepancy report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetSlotDiscrepancyItem.Builder intentName(String intentName)
The name of the intent associated with the slot in the discrepancy report.
intentName - The name of the intent associated with the slot in the discrepancy report.TestSetSlotDiscrepancyItem.Builder slotName(String slotName)
The name of the slot in the discrepancy report.
slotName - The name of the slot in the discrepancy report.TestSetSlotDiscrepancyItem.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.