Interface TestSetDiscrepancyErrors.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TestSetDiscrepancyErrors.Builder,,TestSetDiscrepancyErrors> SdkBuilder<TestSetDiscrepancyErrors.Builder,,TestSetDiscrepancyErrors> SdkPojo
- Enclosing class:
 TestSetDiscrepancyErrors
- 
Method Summary
Modifier and TypeMethodDescriptionintentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies) Contains information about discrepancies found for intents between the test set and the bot.intentDiscrepancies(Consumer<TestSetIntentDiscrepancyItem.Builder>... intentDiscrepancies) Contains information about discrepancies found for intents between the test set and the bot.intentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies) Contains information about discrepancies found for intents between the test set and the bot.slotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies) Contains information about discrepancies found for slots between the test set and the bot.slotDiscrepancies(Consumer<TestSetSlotDiscrepancyItem.Builder>... slotDiscrepancies) Contains information about discrepancies found for slots between the test set and the bot.slotDiscrepancies(TestSetSlotDiscrepancyItem... slotDiscrepancies) Contains information about discrepancies found for slots between the test set and the bot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
intentDiscrepancies
TestSetDiscrepancyErrors.Builder intentDiscrepancies(Collection<TestSetIntentDiscrepancyItem> intentDiscrepancies) Contains information about discrepancies found for intents between the test set and the bot.
- Parameters:
 intentDiscrepancies- Contains information about discrepancies found for intents between the test set and the bot.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
intentDiscrepancies
TestSetDiscrepancyErrors.Builder intentDiscrepancies(TestSetIntentDiscrepancyItem... intentDiscrepancies) Contains information about discrepancies found for intents between the test set and the bot.
- Parameters:
 intentDiscrepancies- Contains information about discrepancies found for intents between the test set and the bot.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
intentDiscrepancies
TestSetDiscrepancyErrors.Builder intentDiscrepancies(Consumer<TestSetIntentDiscrepancyItem.Builder>... intentDiscrepancies) Contains information about discrepancies found for intents between the test set and the bot.
This is a convenience method that creates an instance of theTestSetIntentDiscrepancyItem.Builderavoiding the need to create one manually viaTestSetIntentDiscrepancyItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointentDiscrepancies(List<TestSetIntentDiscrepancyItem>).- Parameters:
 intentDiscrepancies- a consumer that will call methods onTestSetIntentDiscrepancyItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
slotDiscrepancies
TestSetDiscrepancyErrors.Builder slotDiscrepancies(Collection<TestSetSlotDiscrepancyItem> slotDiscrepancies) Contains information about discrepancies found for slots between the test set and the bot.
- Parameters:
 slotDiscrepancies- Contains information about discrepancies found for slots between the test set and the bot.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
slotDiscrepancies
Contains information about discrepancies found for slots between the test set and the bot.
- Parameters:
 slotDiscrepancies- Contains information about discrepancies found for slots between the test set and the bot.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
slotDiscrepancies
TestSetDiscrepancyErrors.Builder slotDiscrepancies(Consumer<TestSetSlotDiscrepancyItem.Builder>... slotDiscrepancies) Contains information about discrepancies found for slots between the test set and the bot.
This is a convenience method that creates an instance of theTestSetSlotDiscrepancyItem.Builderavoiding the need to create one manually viaTestSetSlotDiscrepancyItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toslotDiscrepancies(List<TestSetSlotDiscrepancyItem>).- Parameters:
 slotDiscrepancies- a consumer that will call methods onTestSetSlotDiscrepancyItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -