Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotRecommendationsRequest
-
-
Uses of ListBotRecommendationsRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type ListBotRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListBotRecommendationsResponse>LexModelsV2AsyncClient. listBotRecommendations(ListBotRecommendationsRequest listBotRecommendationsRequest)Get a list of bot recommendations that meet the specified criteria.default ListBotRecommendationsResponseLexModelsV2Client. listBotRecommendations(ListBotRecommendationsRequest listBotRecommendationsRequest)Get a list of bot recommendations that meet the specified criteria.default ListBotRecommendationsPublisherLexModelsV2AsyncClient. listBotRecommendationsPaginator(ListBotRecommendationsRequest listBotRecommendationsRequest)Get a list of bot recommendations that meet the specified criteria.default ListBotRecommendationsIterableLexModelsV2Client. listBotRecommendationsPaginator(ListBotRecommendationsRequest listBotRecommendationsRequest)Get a list of bot recommendations that meet the specified criteria. -
Uses of ListBotRecommendationsRequest in software.amazon.awssdk.services.lexmodelsv2.paginators
Constructors in software.amazon.awssdk.services.lexmodelsv2.paginators with parameters of type ListBotRecommendationsRequest Constructor Description ListBotRecommendationsIterable(LexModelsV2Client client, ListBotRecommendationsRequest firstRequest)ListBotRecommendationsPublisher(LexModelsV2AsyncClient client, ListBotRecommendationsRequest firstRequest) -
Uses of ListBotRecommendationsRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type ListBotRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListBotRecommendationsRequestMarshaller. marshall(ListBotRecommendationsRequest listBotRecommendationsRequest)
-