Class: Aws::ConnectWisdomService::Types::StartImportJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3612

class StartImportJobRequest < Struct.new(
  :client_token,
  :external_source_configuration,
  :import_job_type,
  :knowledge_base_id,
  :metadata,
  :upload_id)
  SENSITIVE = []
  include Aws::Structure
end

#external_source_configurationTypes::ExternalSourceConfiguration

The configuration information of the external source that the resource data are imported from.



3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3612

class StartImportJobRequest < Struct.new(
  :client_token,
  :external_source_configuration,
  :import_job_type,
  :knowledge_base_id,
  :metadata,
  :upload_id)
  SENSITIVE = []
  include Aws::Structure
end

#import_job_typeString

The type of the import job.

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

^

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3612

class StartImportJobRequest < Struct.new(
  :client_token,
  :external_source_configuration,
  :import_job_type,
  :knowledge_base_id,
  :metadata,
  :upload_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

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.

^

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3612

class StartImportJobRequest < Struct.new(
  :client_token,
  :external_source_configuration,
  :import_job_type,
  :knowledge_base_id,
  :metadata,
  :upload_id)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,String>

The metadata fields of the imported Wisdom resources.

Returns:

  • (Hash<String,String>)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3612

class StartImportJobRequest < Struct.new(
  :client_token,
  :external_source_configuration,
  :import_job_type,
  :knowledge_base_id,
  :metadata,
  :upload_id)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

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

[1]: docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3612

class StartImportJobRequest < Struct.new(
  :client_token,
  :external_source_configuration,
  :import_job_type,
  :knowledge_base_id,
  :metadata,
  :upload_id)
  SENSITIVE = []
  include Aws::Structure
end