Class: Aws::ConnectWisdomService::Types::ContentData

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

Overview

Information about the content.

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#content_arn ⇒ String

The Amazon Resource Name (ARN) of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#content_id ⇒ String

The identifier of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#content_type ⇒ String

The media type of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#knowledge_base_arn ⇒ String

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

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  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.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

The URI of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#metadata ⇒ Hash<String,String>

A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Wisdom, you can store an external version identifier as metadata to utilize for determining drift.

Returns:

  • (Hash<String,String>)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#name ⇒ String

The name of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#revision_id ⇒ String

The identifier of the content revision.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#status ⇒ String

The status of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

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

Returns:

  • (Hash<String,String>)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#title ⇒ String

The title of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#url ⇒ String

The URL of the content.

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#url_expiry ⇒ Time

The expiration time of the URL as an epoch timestamp.

Returns:

  • (Time)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 517

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end