| 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 QueryAssistantResponse |
WisdomClient.queryAssistant(Consumer<QueryAssistantRequest.Builder> queryAssistantRequest)
Performs a manual search against the specified assistant.
|
default QueryAssistantResponse |
WisdomClient.queryAssistant(QueryAssistantRequest queryAssistantRequest)
Performs a manual search against the specified assistant.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<QueryAssistantResponse> |
WisdomAsyncClient.queryAssistant(Consumer<QueryAssistantRequest.Builder> queryAssistantRequest)
Performs a manual search against the specified assistant.
|
default CompletableFuture<QueryAssistantResponse> |
WisdomAsyncClient.queryAssistant(QueryAssistantRequest queryAssistantRequest)
Performs a manual search against the specified assistant.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<QueryAssistantResponse> |
QueryAssistantIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryAssistantPublisher.subscribe(org.reactivestreams.Subscriber<? super QueryAssistantResponse> subscriber) |
Copyright © 2023. All rights reserved.