View source: R/connectwisdomservice_operations.R
connectwisdomservice_start_import_job | R Documentation |
Start an asynchronous job to import Wisdom resources from an uploaded source file. Before calling this API, use start_content_upload
to upload an asset that contains the resource data.
See https://www.paws-r-sdk.com/docs/connectwisdomservice_start_import_job/ for full documentation.
connectwisdomservice_start_import_job(
clientToken = NULL,
externalSourceConfiguration = NULL,
importJobType,
knowledgeBaseId,
metadata = NULL,
uploadId
)
clientToken |
The tags used to organize, track, or control access for this resource. |
externalSourceConfiguration |
The configuration information of the external source that the resource data are imported from. |
importJobType |
[required] The type of the import job.
|
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.
|
metadata |
The metadata fields of the imported Wisdom resources. |
uploadId |
[required] A pointer to the uploaded asset. This value is returned by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.