Class: Aws::QBusiness::Types::RelevantContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::RelevantContent
- Defined in:
- gems/aws-sdk-qbusiness/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.
6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6602 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.
6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6602 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.
6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6602 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.
6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6602 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.
6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6602 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.
6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6602 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end |