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