| 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 |
|---|---|
Future<SearchSessionsResult> |
AmazonConnectWisdomAsync.searchSessionsAsync(SearchSessionsRequest searchSessionsRequest,
AsyncHandler<SearchSessionsRequest,SearchSessionsResult> asyncHandler)
Searches for sessions.
|
Future<SearchSessionsResult> |
AbstractAmazonConnectWisdomAsync.searchSessionsAsync(SearchSessionsRequest request,
AsyncHandler<SearchSessionsRequest,SearchSessionsResult> asyncHandler) |
Future<SearchSessionsResult> |
AmazonConnectWisdomAsyncClient.searchSessionsAsync(SearchSessionsRequest request,
AsyncHandler<SearchSessionsRequest,SearchSessionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchSessionsRequest |
SearchSessionsRequest.clone() |
SearchSessionsRequest |
SearchSessionsRequest.withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
SearchSessionsRequest |
SearchSessionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
SearchSessionsRequest |
SearchSessionsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
SearchSessionsRequest |
SearchSessionsRequest.withSearchExpression(SearchExpression searchExpression)
The search expression to filter results.
|
Copyright © 2022. All rights reserved.