Uses of Class
software.amazon.awssdk.services.wisdom.model.GetRecommendationsResponse
-
Packages that use GetRecommendationsResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of GetRecommendationsResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return GetRecommendationsResponse Modifier and Type Method Description default GetRecommendationsResponseWisdomClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Deprecated.GetRecommendations API will be discontinued starting June 1, 2024.default GetRecommendationsResponseWisdomClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Deprecated.GetRecommendations API will be discontinued starting June 1, 2024.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type GetRecommendationsResponse Modifier and Type Method Description default CompletableFuture<GetRecommendationsResponse>WisdomAsyncClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Deprecated.GetRecommendations API will be discontinued starting June 1, 2024.default CompletableFuture<GetRecommendationsResponse>WisdomAsyncClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Deprecated.GetRecommendations API will be discontinued starting June 1, 2024.
-