Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.SlotTypeStatistics.Builder
-
Packages that use SlotTypeStatistics.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotTypeStatistics.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotTypeStatistics.Builder Modifier and Type Method Description static SlotTypeStatistics.BuilderSlotTypeStatistics. builder()SlotTypeStatistics.BuilderSlotTypeStatistics.Builder. discoveredSlotTypeCount(Integer discoveredSlotTypeCount)The number of recommended slot types associated with the bot recommendation.SlotTypeStatistics.BuilderSlotTypeStatistics. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotTypeStatistics.Builder Modifier and Type Method Description static Class<? extends SlotTypeStatistics.Builder>SlotTypeStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotTypeStatistics.Builder Modifier and Type Method Description default BotRecommendationResultStatistics.BuilderBotRecommendationResultStatistics.Builder. slotTypes(Consumer<SlotTypeStatistics.Builder> slotTypes)Statistical information about the slot types associated with the bot recommendation results.
-