Class: Aws::QConnect::Types::QueryAssistantResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QConnect::Types::QueryAssistantResponse
 
 
- Defined in:
 - gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are additional results, this is the token for the next set of results.
 - 
  
    
      #results  ⇒ Array<Types::ResultData> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The results of the query.
 
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
      7748 7749 7750 7751 7752 7753  | 
    
      # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7748 class QueryAssistantResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#results ⇒ Array<Types::ResultData>
The results of the query.
      7748 7749 7750 7751 7752 7753  | 
    
      # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7748 class QueryAssistantResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end  |