Interface IntentStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntentStatistics.Builder,
,IntentStatistics> SdkBuilder<IntentStatistics.Builder,
,IntentStatistics> SdkPojo
- Enclosing class:
IntentStatistics
public static interface IntentStatistics.Builder
extends SdkPojo, CopyableBuilder<IntentStatistics.Builder,IntentStatistics>
-
Method Summary
Modifier and TypeMethodDescriptiondiscoveredIntentCount
(Integer discoveredIntentCount) The number of recommended intents associated with the bot recommendation.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
-
discoveredIntentCount
The number of recommended intents associated with the bot recommendation.
- Parameters:
discoveredIntentCount
- The number of recommended intents associated with the bot recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-