Class: Aws::QConnect::Types::SourceContentDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SourceContentDataDetails
- 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
-
#citation_span ⇒ Types::CitationSpan
Contains information about where the text with a citation begins and ends in the generated output.
-
#id ⇒ String
The identifier of the source content.
-
#ranking_data ⇒ Types::RankingData
Details about the source content ranking data.
-
#text_data ⇒ Types::TextData
Details about the source content text data.
-
#type ⇒ String
The type of the source content.
Instance Attribute Details
#citation_span ⇒ Types::CitationSpan
Contains information about where the text with a citation begins and ends in the generated output.
9031 9032 9033 9034 9035 9036 9037 9038 9039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9031 class SourceContentDataDetails < Struct.new( :citation_span, :id, :ranking_data, :text_data, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the source content.
9031 9032 9033 9034 9035 9036 9037 9038 9039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9031 class SourceContentDataDetails < Struct.new( :citation_span, :id, :ranking_data, :text_data, :type) SENSITIVE = [] include Aws::Structure end |
#ranking_data ⇒ Types::RankingData
Details about the source content ranking data.
9031 9032 9033 9034 9035 9036 9037 9038 9039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9031 class SourceContentDataDetails < Struct.new( :citation_span, :id, :ranking_data, :text_data, :type) SENSITIVE = [] include Aws::Structure end |
#text_data ⇒ Types::TextData
Details about the source content text data.
9031 9032 9033 9034 9035 9036 9037 9038 9039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9031 class SourceContentDataDetails < Struct.new( :citation_span, :id, :ranking_data, :text_data, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the source content.
9031 9032 9033 9034 9035 9036 9037 9038 9039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9031 class SourceContentDataDetails < Struct.new( :citation_span, :id, :ranking_data, :text_data, :type) SENSITIVE = [] include Aws::Structure end |