Class: Aws::QConnect::Types::SourceContentDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SourceContentDataDetails
- Includes:
- Structure
- Defined in:
- 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.
10588 10589 10590 10591 10592 10593 10594 10595 10596 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10588 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.
10588 10589 10590 10591 10592 10593 10594 10595 10596 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10588 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.
10588 10589 10590 10591 10592 10593 10594 10595 10596 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10588 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.
10588 10589 10590 10591 10592 10593 10594 10595 10596 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10588 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.
10588 10589 10590 10591 10592 10593 10594 10595 10596 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10588 class SourceContentDataDetails < Struct.new( :id, :type, :text_data, :ranking_data, :citation_span) SENSITIVE = [] include Aws::Structure end |