Class: Aws::QConnect::Types::CreateKnowledgeBaseRequest

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_token ⇒ String

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

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

Returns:

  • (String)


3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description.

Returns:

  • (String)


3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_type ⇒ String

The type of knowledge base. Only CUSTOM knowledge bases allow you to upload your own content. EXTERNAL knowledge bases support integrations with third-party systems whose content is synchronized automatically.

Returns:

  • (String)


3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the knowledge base.

Returns:

  • (String)


3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rendering_configuration ⇒ Types::RenderingConfiguration

Information about how to render the content.



3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration

The configuration information for the customer managed key used for encryption.

This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect.

For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance.



3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_configuration ⇒ Types::SourceConfiguration

The source of the knowledge base content. Only set this argument for EXTERNAL or Managed knowledge bases.



3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

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

Returns:

  • (Hash<String,String>)


3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration

Contains details about how to ingest the documents in a data source.



3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3006

class CreateKnowledgeBaseRequest < Struct.new(
  :client_token,
  :name,
  :knowledge_base_type,
  :source_configuration,
  :rendering_configuration,
  :vector_ingestion_configuration,
  :server_side_encryption_configuration,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end