Class: Aws::ConnectWisdomService::Types::SearchQuickResponsesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectWisdomService::Types::SearchQuickResponsesResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token for the next set of results. 
- 
  
    
      #results  ⇒ Array<Types::QuickResponseSearchResultData> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The results of the quick response search. 
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
| 3309 3310 3311 3312 3313 3314 | # File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3309 class SearchQuickResponsesResponse < Struct.new( :next_token, :results) SENSITIVE = [] include Aws::Structure end | 
#results ⇒ Array<Types::QuickResponseSearchResultData>
The results of the quick response search.
| 3309 3310 3311 3312 3313 3314 | # File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3309 class SearchQuickResponsesResponse < Struct.new( :next_token, :results) SENSITIVE = [] include Aws::Structure end |