Interface TestSetSlotDiscrepancyItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestSetSlotDiscrepancyItem.Builder,
,TestSetSlotDiscrepancyItem> SdkBuilder<TestSetSlotDiscrepancyItem.Builder,
,TestSetSlotDiscrepancyItem> SdkPojo
- Enclosing class:
TestSetSlotDiscrepancyItem
public static interface TestSetSlotDiscrepancyItem.Builder
extends SdkPojo, CopyableBuilder<TestSetSlotDiscrepancyItem.Builder,TestSetSlotDiscrepancyItem>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) The error message for a discrepancy for an intent between the test set and the bot.intentName
(String intentName) The name of the intent associated with the slot in the discrepancy report.The name of the slot in the discrepancy report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
intentName
The name of the intent associated with the slot in the discrepancy report.
- Parameters:
intentName
- The name of the intent associated with the slot in the discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotName
The name of the slot in the discrepancy report.
- Parameters:
slotName
- The name of the slot in the discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The error message for a discrepancy for an intent between the test set and the bot.
- Parameters:
errorMessage
- The error message for a discrepancy for an intent between the test set and the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-