| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetContentResponse> |
WisdomAsyncClient.getContent(Consumer<GetContentRequest.Builder> getContentRequest)
Retrieves content, including a pre-signed URL to download the content.
|
default GetContentResponse |
WisdomClient.getContent(Consumer<GetContentRequest.Builder> getContentRequest)
Retrieves content, including a pre-signed URL to download the content.
|
| Modifier and Type | Method and Description |
|---|---|
static GetContentRequest.Builder |
GetContentRequest.builder() |
GetContentRequest.Builder |
GetContentRequest.Builder.contentId(String contentId)
The identifier of the content.
|
GetContentRequest.Builder |
GetContentRequest.Builder.knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
GetContentRequest.Builder |
GetContentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetContentRequest.Builder |
GetContentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetContentRequest.Builder |
GetContentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetContentRequest.Builder> |
GetContentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.