Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotRecommendationSummary
-
Packages that use BotRecommendationSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotRecommendationSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotRecommendationSummary Modifier and Type Method Description List<BotRecommendationSummary>ListBotRecommendationsResponse. botRecommendationSummaries()Summary information for the bot recommendations that meet the filter specified in this request.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotRecommendationSummary Modifier and Type Method Description ListBotRecommendationsResponse.BuilderListBotRecommendationsResponse.Builder. botRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)Summary information for the bot recommendations that meet the filter specified in this request.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotRecommendationSummary Modifier and Type Method Description ListBotRecommendationsResponse.BuilderListBotRecommendationsResponse.Builder. botRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)Summary information for the bot recommendations that meet the filter specified in this request.
-