connectwisdomservice_start_content_upload {paws.customer.engagement} | R Documentation |
Get a URL to upload content to a knowledge base
Description
Get a URL to upload content to a knowledge base. To upload content, first make a PUT request to the returned URL with your file, making sure to include the required headers. Then use create_content
to finalize the content creation process or update_content
to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_start_content_upload/ for full documentation.
Usage
connectwisdomservice_start_content_upload(
contentType,
knowledgeBaseId,
presignedUrlTimeToLive = NULL
)
Arguments
contentType |
[required] The type of content to upload. |
knowledgeBaseId |
[required] The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN. |
presignedUrlTimeToLive |
The expected expiration time of the generated presigned URL, specified in minutes. |