| 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 | |
| software.amazon.awssdk.services.wisdom.transform |
| Modifier and Type | Method and Description |
|---|---|
default QueryAssistantResponse |
WisdomClient.queryAssistant(QueryAssistantRequest queryAssistantRequest)
Performs a manual search against the specified assistant.
|
default CompletableFuture<QueryAssistantResponse> |
WisdomAsyncClient.queryAssistant(QueryAssistantRequest queryAssistantRequest)
Performs a manual search against the specified assistant.
|
default QueryAssistantIterable |
WisdomClient.queryAssistantPaginator(QueryAssistantRequest queryAssistantRequest)
Performs a manual search against the specified assistant.
|
default QueryAssistantPublisher |
WisdomAsyncClient.queryAssistantPaginator(QueryAssistantRequest queryAssistantRequest)
Performs a manual search against the specified assistant.
|
| Constructor and Description |
|---|
QueryAssistantIterable(WisdomClient client,
QueryAssistantRequest firstRequest) |
QueryAssistantPublisher(WisdomAsyncClient client,
QueryAssistantRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
QueryAssistantRequestMarshaller.marshall(QueryAssistantRequest queryAssistantRequest) |
Copyright © 2022. All rights reserved.