Class: Aws::Connect::Types::SearchPromptsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SearchPromptsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approximate_total_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of quick connects which matched your search query.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are additional results, this is the token for the next set of results.
 - 
  
    
      #prompts  ⇒ Array<Types::Prompt> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the prompts.
 
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of quick connects which matched your search query.
      20455 20456 20457 20458 20459 20460 20461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 20455 class SearchPromptsResponse < Struct.new( :prompts, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
      20455 20456 20457 20458 20459 20460 20461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 20455 class SearchPromptsResponse < Struct.new( :prompts, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#prompts ⇒ Array<Types::Prompt>
Information about the prompts.
      20455 20456 20457 20458 20459 20460 20461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 20455 class SearchPromptsResponse < Struct.new( :prompts, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  |