Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentStatistics
-
Packages that use IntentStatistics Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentStatistics in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return IntentStatistics Modifier and Type Method Description IntentStatisticsBotRecommendationResultStatistics. intents()Statistical information about about the intents associated with the bot recommendation results.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type IntentStatistics Modifier and Type Method Description BotRecommendationResultStatistics.BuilderBotRecommendationResultStatistics.Builder. intents(IntentStatistics intents)Statistical information about about the intents associated with the bot recommendation results.
-