| 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.
|
| software.amazon.awssdk.services.wisdom.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchSessionsResponse |
WisdomClient.searchSessions(Consumer<SearchSessionsRequest.Builder> searchSessionsRequest)
Searches for sessions.
|
default SearchSessionsResponse |
WisdomClient.searchSessions(SearchSessionsRequest searchSessionsRequest)
Searches for sessions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchSessionsResponse> |
WisdomAsyncClient.searchSessions(Consumer<SearchSessionsRequest.Builder> searchSessionsRequest)
Searches for sessions.
|
default CompletableFuture<SearchSessionsResponse> |
WisdomAsyncClient.searchSessions(SearchSessionsRequest searchSessionsRequest)
Searches for sessions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchSessionsResponse> |
SearchSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchSessionsResponse> subscriber) |
Copyright © 2022. All rights reserved.