Class: Aws::Kendra::Types::GetQuerySuggestionsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Kendra::Types::GetQuerySuggestionsResponse
 
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #query_suggestions_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for a list of query suggestions for an index. 
- 
  
    
      #suggestions  ⇒ Array<Types::Suggestion> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of query suggestions for an index. 
Instance Attribute Details
#query_suggestions_id ⇒ String
The identifier for a list of query suggestions for an index.
| 5801 5802 5803 5804 5805 5806 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5801 class GetQuerySuggestionsResponse < Struct.new( :query_suggestions_id, :suggestions) SENSITIVE = [] include Aws::Structure end | 
#suggestions ⇒ Array<Types::Suggestion>
A list of query suggestions for an index.
| 5801 5802 5803 5804 5805 5806 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5801 class GetQuerySuggestionsResponse < Struct.new( :query_suggestions_id, :suggestions) SENSITIVE = [] include Aws::Structure end |