Class: Aws::ConnectWisdomService::Types::StartImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::StartImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The tags used to organize, track, or control access for this resource.
-
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
The configuration information of the external source that the resource data are imported from.
-
#import_job_type ⇒ String
The type of the import job.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#metadata ⇒ Hash<String,String>
The metadata fields of the imported Wisdom resources.
-
#upload_id ⇒ String
A pointer to the uploaded asset.
Instance Attribute Details
#client_token ⇒ String
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.
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_configuration ⇒ Types::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_type ⇒ String
The type of the import job.
-
For importing quick response resource, set the value to ‘QUICK_RESPONSES`.
^
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_id ⇒ String
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.
^
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 |
#metadata ⇒ Hash<String,String>
The metadata fields of the imported Wisdom resources.
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_id ⇒ String
A pointer to the uploaded asset. This value is returned by [StartContentUpload].
[1]: docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html
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 |