AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the StartImportJob operation. Start an asynchronous job to import Wisdom resources from an uploaded source file. Before calling this API, use StartContentUpload to upload an asset that contains the resource data.
For importing Wisdom quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see Import quick responses.
Namespace: Amazon.ConnectWisdomService.Model
Assembly: AWSSDK.ConnectWisdomService.dll
Version: 3.x.y.z
public class StartImportJobRequest : AmazonConnectWisdomServiceRequest IAmazonWebServiceRequest
The StartImportJobRequest type exposes the following members
Name | Description | |
---|---|---|
StartImportJobRequest() |
Name | Type | Description | |
---|---|---|---|
ClientToken | System.String |
Gets and sets the property ClientToken. The tags used to organize, track, or control access for this resource. |
|
ExternalSourceConfiguration | Amazon.ConnectWisdomService.Model.ExternalSourceConfiguration |
Gets and sets the property ExternalSourceConfiguration. The configuration information of the external source that the resource data are imported from. |
|
ImportJobType | Amazon.ConnectWisdomService.ImportJobType |
Gets and sets the property ImportJobType. The type of the import job.
|
|
KnowledgeBaseId | System.String |
Gets and sets the property KnowledgeBaseId. 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 | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Metadata. The metadata fields of the imported Wisdom resources. |
|
UploadId | System.String |
Gets and sets the property UploadId. A pointer to the uploaded asset. This value is returned by StartContentUpload. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5