Class: Aws::QConnect::Types::Citation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

A citation that references source content.

Constant Summary collapse

SENSITIVE =
[:title, :source_url]

Instance Attribute Summary collapse

Instance Attribute Details

#citation_spanTypes::CitationSpan

Contains information about where the text with a citation begins and ends in the generated output.

Returns:



1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-qconnect/types.rb', line 1670

class Citation < Struct.new(
  :content_id,
  :title,
  :knowledge_base_id,
  :citation_span,
  :source_url,
  :reference_type)
  SENSITIVE = [:title, :source_url]
  include Aws::Structure
end

#content_idString

The identifier of the content being cited.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-qconnect/types.rb', line 1670

class Citation < Struct.new(
  :content_id,
  :title,
  :knowledge_base_id,
  :citation_span,
  :source_url,
  :reference_type)
  SENSITIVE = [:title, :source_url]
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base containing the cited content.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-qconnect/types.rb', line 1670

class Citation < Struct.new(
  :content_id,
  :title,
  :knowledge_base_id,
  :citation_span,
  :source_url,
  :reference_type)
  SENSITIVE = [:title, :source_url]
  include Aws::Structure
end

#reference_typeString

A type to define the KB origin of a cited content

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-qconnect/types.rb', line 1670

class Citation < Struct.new(
  :content_id,
  :title,
  :knowledge_base_id,
  :citation_span,
  :source_url,
  :reference_type)
  SENSITIVE = [:title, :source_url]
  include Aws::Structure
end

#source_urlString

The source URL for the citation.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-qconnect/types.rb', line 1670

class Citation < Struct.new(
  :content_id,
  :title,
  :knowledge_base_id,
  :citation_span,
  :source_url,
  :reference_type)
  SENSITIVE = [:title, :source_url]
  include Aws::Structure
end

#titleString

The title of the cited content.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-qconnect/types.rb', line 1670

class Citation < Struct.new(
  :content_id,
  :title,
  :knowledge_base_id,
  :citation_span,
  :source_url,
  :reference_type)
  SENSITIVE = [:title, :source_url]
  include Aws::Structure
end