Class: Google::Cloud::Dialogflow::V2::SearchAgentsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::SearchAgentsResponse
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb
 
Overview
The response message for Agents::SearchAgents.
Instance Attribute Summary collapse
- 
  
    
      #agents  ⇒ Array<Google::Cloud::Dialogflow::V2::Agent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of agents.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token to retrieve the next page of results, or empty if there are no more results in the list.
 
Instance Attribute Details
#agents ⇒ Array<Google::Cloud::Dialogflow::V2::Agent>
Returns The list of agents. There will be a maximum number of items returned based on the page_size field in the request.
      113  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb', line 113 class SearchAgentsResponse; end  | 
  
#next_page_token ⇒ String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
      113  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb', line 113 class SearchAgentsResponse; end  |