Interface TestSetIntentDiscrepancyItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestSetIntentDiscrepancyItem.Builder,TestSetIntentDiscrepancyItem>,SdkBuilder<TestSetIntentDiscrepancyItem.Builder,TestSetIntentDiscrepancyItem>,SdkPojo
- Enclosing class:
- TestSetIntentDiscrepancyItem
public static interface TestSetIntentDiscrepancyItem.Builder extends SdkPojo, CopyableBuilder<TestSetIntentDiscrepancyItem.Builder,TestSetIntentDiscrepancyItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestSetIntentDiscrepancyItem.BuildererrorMessage(String errorMessage)The error message for a discrepancy for an intent between the test set and the bot.TestSetIntentDiscrepancyItem.BuilderintentName(String intentName)The name of the intent 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 Detail
-
intentName
TestSetIntentDiscrepancyItem.Builder intentName(String intentName)
The name of the intent in the discrepancy report.
- Parameters:
intentName- The name of the intent in the discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
TestSetIntentDiscrepancyItem.Builder errorMessage(String 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.
-
-