View source: R/connectwisdomservice_operations.R
connectwisdomservice_start_content_upload | R Documentation |
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.
connectwisdomservice_start_content_upload(
contentType,
knowledgeBaseId,
presignedUrlTimeToLive = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.