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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntentStatistics.BuilderdiscoveredIntentCount(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 Detail
-
discoveredIntentCount
IntentStatistics.Builder discoveredIntentCount(Integer 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.
-
-