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.
      7693 7694 7695 7696 7697 7698 7699 7700 7701 7702  | 
    
      # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7693 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.
      7693 7694 7695 7696 7697 7698 7699 7700 7701 7702  | 
    
      # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7693 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.
      7693 7694 7695 7696 7697 7698 7699 7700 7701 7702  | 
    
      # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7693 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.
      7693 7694 7695 7696 7697 7698 7699 7700 7701 7702  | 
    
      # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7693 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.
      7693 7694 7695 7696 7697 7698 7699 7700 7701 7702  | 
    
      # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7693 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.
      7693 7694 7695 7696 7697 7698 7699 7700 7701 7702  | 
    
      # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7693 class RelevantContent < Struct.new( :content, :document_id, :document_title, :document_uri, :document_attributes, :score_attributes) SENSITIVE = [] include Aws::Structure end  |