| 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 UpdateContentResponse |
WisdomClient.updateContent(Consumer<UpdateContentRequest.Builder> updateContentRequest)
Updates information about the content.
|
default CompletableFuture<UpdateContentResponse> |
WisdomAsyncClient.updateContent(Consumer<UpdateContentRequest.Builder> updateContentRequest)
Updates information about the content.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateContentRequest.Builder |
UpdateContentRequest.builder() |
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.contentId(String contentId)
The identifier of the content.
|
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.metadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.overrideLinkOutUri(String overrideLinkOutUri)
The URI for the article.
|
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.removeOverrideLinkOutUri(Boolean removeOverrideLinkOutUri)
Unset the existing
overrideLinkOutUri if it exists. |
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.revisionId(String revisionId)
The
revisionId of the content resource to update, taken from an earlier call to
GetContent, GetContentSummary, SearchContent, or
ListContents. |
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.title(String title)
The title of the content.
|
UpdateContentRequest.Builder |
UpdateContentRequest.toBuilder() |
UpdateContentRequest.Builder |
UpdateContentRequest.Builder.uploadId(String uploadId)
A pointer to the uploaded asset.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateContentRequest.Builder> |
UpdateContentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.