| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom |
Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking
with customers.
|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateContentResult> |
AmazonConnectWisdomAsyncClient.createContentAsync(CreateContentRequest request,
AsyncHandler<CreateContentRequest,CreateContentResult> asyncHandler) |
Future<CreateContentResult> |
AbstractAmazonConnectWisdomAsync.createContentAsync(CreateContentRequest request,
AsyncHandler<CreateContentRequest,CreateContentResult> asyncHandler) |
Future<CreateContentResult> |
AmazonConnectWisdomAsync.createContentAsync(CreateContentRequest createContentRequest,
AsyncHandler<CreateContentRequest,CreateContentResult> asyncHandler)
Creates Wisdom content.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContentRequest |
CreateContentRequest.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
CreateContentRequest |
CreateContentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateContentRequest |
CreateContentRequest.clearMetadataEntries()
Removes all the entries added into Metadata.
|
CreateContentRequest |
CreateContentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateContentRequest |
CreateContentRequest.clone() |
CreateContentRequest |
CreateContentRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateContentRequest |
CreateContentRequest.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
CreateContentRequest |
CreateContentRequest.withMetadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
CreateContentRequest |
CreateContentRequest.withName(String name)
The name of the content.
|
CreateContentRequest |
CreateContentRequest.withOverrideLinkOutUri(String overrideLinkOutUri)
The URI you want to use for the article.
|
CreateContentRequest |
CreateContentRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateContentRequest |
CreateContentRequest.withTitle(String title)
The title of the content.
|
CreateContentRequest |
CreateContentRequest.withUploadId(String uploadId)
A pointer to the uploaded asset.
|
Copyright © 2024. All rights reserved.