Class: Aws::ConnectWisdomService::Types::KnowledgeBaseData

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

Overview

Information about the knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  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.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_typeString

The type of knowledge base.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_content_modification_timeTime

An epoch timestamp indicating the most recent content modification inside the knowledge base. If no content exists in a knowledge base, this value is unset.

Returns:

  • (Time)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the knowledge base.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rendering_configurationTypes::RenderingConfiguration

Information about how to render the content.



1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#server_side_encryption_configurationTypes::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, and kms:Decrypt/kms:GenerateDataKey permissions to the IAM identity using the key to invoke Wisdom.

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



1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_configurationTypes::SourceConfiguration

Source configuration information about the knowledge base.



1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the knowledge base.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1911

class KnowledgeBaseData < Struct.new(
  :description,
  :knowledge_base_arn,
  :knowledge_base_id,
  :knowledge_base_type,
  :last_content_modification_time,
  :name,
  :rendering_configuration,
  :server_side_encryption_configuration,
  :source_configuration,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end