connectwisdomservice_start_import_job: Start an asynchronous job to import Wisdom resources from an...

View source: R/connectwisdomservice_operations.R

connectwisdomservice_start_import_jobR 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.

  • For importing quick response resource, set the value to QUICK_RESPONSES.

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.

  • For importing Wisdom quick responses, this should be a QUICK_RESPONSES type knowledge base.

metadata

The metadata fields of the imported Wisdom resources.

uploadId

[required] A pointer to the uploaded asset. This value is returned by start_content_upload.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.