Uses of Class
software.amazon.awssdk.services.lexmodelsv2.paginators.ListRecommendedIntentsPublisher
-
Packages that use ListRecommendedIntentsPublisher Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of ListRecommendedIntentsPublisher in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListRecommendedIntentsPublisher Modifier and Type Method Description default ListRecommendedIntentsPublisherLexModelsV2AsyncClient. listRecommendedIntentsPaginator(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.default ListRecommendedIntentsPublisherLexModelsV2AsyncClient. listRecommendedIntentsPaginator(ListRecommendedIntentsRequest listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
-