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)Retrieves recommendations for the specified session.default GetRecommendationsResponseWisdomClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Retrieves recommendations for the specified session.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)Retrieves recommendations for the specified session.default CompletableFuture<GetRecommendationsResponse>WisdomAsyncClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Retrieves recommendations for the specified session.
-