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
)
The tags used to organize, track, or control access for this resource.
The configuration information of the external source that the resource data are imported from.
[required] The type of the import job.
For importing quick response resource, set the value to
QUICK_RESPONSES
.
[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.
For importing Wisdom quick responses, this should be a
QUICK_RESPONSES
type knowledge base.
The metadata fields of the imported Wisdom resources.
[required] A pointer to the uploaded asset. This value is returned by
start_content_upload
.