connectwisdomservice_start_import_job {paws.customer.engagement} | R Documentation |
Start an asynchronous job to import Wisdom resources from an uploaded source file
Description
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.
Usage
connectwisdomservice_start_import_job(
clientToken = NULL,
externalSourceConfiguration = NULL,
importJobType,
knowledgeBaseId,
metadata = NULL,
uploadId
)
Arguments
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
|