Class: Aws::QBusiness::Types::RelevantContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::RelevantContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Represents a piece of content that is relevant to a search query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The actual content of the relevant item.
-
#document_attributes ⇒ Array<Types::DocumentAttribute>
Additional attributes of the document containing the relevant content.
-
#document_id ⇒ String
The unique identifier of the document containing the relevant content.
-
#document_title ⇒ String
The title of the document containing the relevant content.
-
#document_uri ⇒ String
The URI of the document containing the relevant content.
-
#score_attributes ⇒ Types::ScoreAttributes
Attributes related to the relevance score of the content.
Instance Attribute Details
#content ⇒ String
The actual content of the relevant item.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end |
#document_attributes ⇒ Array<Types::DocumentAttribute>
Additional attributes of the document containing the relevant content.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end |
#document_id ⇒ String
The unique identifier of the document containing the relevant content.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end |
#document_title ⇒ String
The title of the document containing the relevant content.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end |
#document_uri ⇒ String
The URI of the document containing the relevant content.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end |
#score_attributes ⇒ Types::ScoreAttributes
Attributes related to the relevance score of the content.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end |