Class: Aws::QConnect::Types::SourceContentDataDetails

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

Overview

Details about the source content data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#citation_span ⇒ Types::CitationSpan

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

Returns:



10991
10992
10993
10994
10995
10996
10997
10998
10999
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10991

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The identifier of the source content.

Returns:

  • (String)


10991
10992
10993
10994
10995
10996
10997
10998
10999
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10991

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#ranking_data ⇒ Types::RankingData

Details about the source content ranking data.

Returns:



10991
10992
10993
10994
10995
10996
10997
10998
10999
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10991

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#text_data ⇒ Types::TextData

Details about the source content text data.

Returns:



10991
10992
10993
10994
10995
10996
10997
10998
10999
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10991

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of the source content.

Returns:

  • (String)


10991
10992
10993
10994
10995
10996
10997
10998
10999
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10991

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end