Class: Aws::QConnect::Types::StartImportJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/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)


11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
# File 'lib/aws-sdk-qconnect/types.rb', line 11106

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

#external_source_configurationTypes::ExternalSourceConfiguration

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



11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
# File 'lib/aws-sdk-qconnect/types.rb', line 11106

class StartImportJobRequest < Struct.new(
  :knowledge_base_id,
  :import_job_type,
  :upload_id,
  :client_token,
  :metadata,
  :external_source_configuration)
  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)


11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
# File 'lib/aws-sdk-qconnect/types.rb', line 11106

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

#knowledge_base_idString

The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

  • For importing Amazon Q in Connect quick responses, this should be a ‘QUICK_RESPONSES` type knowledge base.

^

Returns:

  • (String)


11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
# File 'lib/aws-sdk-qconnect/types.rb', line 11106

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

#metadataHash<String,String>

The metadata fields of the imported Amazon Q in Connect resources.

Returns:

  • (Hash<String,String>)


11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
# File 'lib/aws-sdk-qconnect/types.rb', line 11106

class StartImportJobRequest < Struct.new(
  :knowledge_base_id,
  :import_job_type,
  :upload_id,
  :client_token,
  :metadata,
  :external_source_configuration)
  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)


11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
# File 'lib/aws-sdk-qconnect/types.rb', line 11106

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