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

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


4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4004

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.



4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4004

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)


4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4004

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


4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4004

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 Amazon Q in Connect resources.

Returns:

  • (Hash<String,String>)


4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4004

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.

Returns:

  • (String)


4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4004

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