| 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 SearchContentResponse |
WisdomClient.searchContent(Consumer<SearchContentRequest.Builder> searchContentRequest)
Searches for content in a specified knowledge base.
|
default SearchContentResponse |
WisdomClient.searchContent(SearchContentRequest searchContentRequest)
Searches for content in a specified knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchContentResponse> |
WisdomAsyncClient.searchContent(Consumer<SearchContentRequest.Builder> searchContentRequest)
Searches for content in a specified knowledge base.
|
default CompletableFuture<SearchContentResponse> |
WisdomAsyncClient.searchContent(SearchContentRequest searchContentRequest)
Searches for content in a specified knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchContentResponse> |
SearchContentIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContentPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchContentResponse> subscriber) |
Copyright © 2023. All rights reserved.