| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom |
Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking
with customers.
|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
AmazonConnectWisdomClient.getRecommendations(GetRecommendationsRequest request)
Retrieves recommendations for the specified session.
|
GetRecommendationsResult |
AbstractAmazonConnectWisdom.getRecommendations(GetRecommendationsRequest request) |
GetRecommendationsResult |
AmazonConnectWisdom.getRecommendations(GetRecommendationsRequest getRecommendationsRequest)
Retrieves recommendations for the specified session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRecommendationsResult> |
AmazonConnectWisdomAsyncClient.getRecommendationsAsync(GetRecommendationsRequest request,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler) |
Future<GetRecommendationsResult> |
AbstractAmazonConnectWisdomAsync.getRecommendationsAsync(GetRecommendationsRequest request,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler) |
Future<GetRecommendationsResult> |
AmazonConnectWisdomAsync.getRecommendationsAsync(GetRecommendationsRequest getRecommendationsRequest,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
Retrieves recommendations for the specified session.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
GetRecommendationsResult.clone() |
GetRecommendationsResult |
GetRecommendationsResult.withRecommendations(Collection<RecommendationData> recommendations)
The recommendations.
|
GetRecommendationsResult |
GetRecommendationsResult.withRecommendations(RecommendationData... recommendations)
The recommendations.
|
GetRecommendationsResult |
GetRecommendationsResult.withTriggers(Collection<RecommendationTrigger> triggers)
The triggers corresponding to recommendations.
|
GetRecommendationsResult |
GetRecommendationsResult.withTriggers(RecommendationTrigger... triggers)
The triggers corresponding to recommendations.
|
Copyright © 2023. All rights reserved.