AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConnectWisdomService.AmazonConnectWisdomServiceRequest
      Amazon.ConnectWisdomService.Model.StartImportJobRequest

Namespace: Amazon.ConnectWisdomService.Model
Assembly: AWSSDK.ConnectWisdomService.dll
Version: 3.x.y.z

Syntax

C#
public class StartImportJobRequest : AmazonConnectWisdomServiceRequest
         IAmazonWebServiceRequest

The StartImportJobRequest type exposes the following members

Constructors

NameDescription
Public Method StartImportJobRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

The tags used to organize, track, or control access for this resource.

Public Property 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.

Public Property ImportJobType Amazon.ConnectWisdomService.ImportJobType

Gets and sets the property ImportJobType.

The type of the import job.

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

Public Property 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.

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

Public Property Metadata System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Metadata.

The metadata fields of the imported Wisdom resources.

Public Property UploadId System.String

Gets and sets the property UploadId.

A pointer to the uploaded asset. This value is returned by StartContentUpload.

Version Information

.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