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.
9005 9006 9007 9008 9009 9010 9011 9012 9013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005 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.
9005 9006 9007 9008 9009 9010 9011 9012 9013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005 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.
9005 9006 9007 9008 9009 9010 9011 9012 9013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005 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.
9005 9006 9007 9008 9009 9010 9011 9012 9013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005 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.
9005 9006 9007 9008 9009 9010 9011 9012 9013 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005 class SourceContentDataDetails < Struct.new( :citation_span, :id, :ranking_data, :text_data, :type) SENSITIVE = [] include Aws::Structure end |