| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestSetSlotDiscrepancyItem.Builder |
TestSetSlotDiscrepancyItem.builder() |
TestSetSlotDiscrepancyItem.Builder |
TestSetSlotDiscrepancyItem.Builder.errorMessage(String errorMessage)
The error message for a discrepancy for an intent between the test set and the bot.
|
TestSetSlotDiscrepancyItem.Builder |
TestSetSlotDiscrepancyItem.Builder.intentName(String intentName)
The name of the intent associated with the slot in the discrepancy report.
|
TestSetSlotDiscrepancyItem.Builder |
TestSetSlotDiscrepancyItem.Builder.slotName(String slotName)
The name of the slot in the discrepancy report.
|
TestSetSlotDiscrepancyItem.Builder |
TestSetSlotDiscrepancyItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestSetSlotDiscrepancyItem.Builder> |
TestSetSlotDiscrepancyItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.