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