Class: Google::Cloud::Dialogflow::V2::ListIntentsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::ListIntentsRequest
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
 
Overview
The request message for Intents::ListIntents.
Instance Attribute Summary collapse
- 
  
    
      #intent_view  ⇒ Google::Cloud::Dialogflow::V2::IntentView 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #language_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #page_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#intent_view ⇒ Google::Cloud::Dialogflow::V2::IntentView
Returns Optional. The resource view to apply to the returned intent.
      562  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 562 class ListIntentsRequest; end  | 
  
#language_code ⇒ String
Returns Optional. The language to list training phrases, parameters and rich messages for. If not specified, the agent's default language is used. More than a dozen languages are supported. Note: languages must be enabled in the agent before they can be used.
      562  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 562 class ListIntentsRequest; end  | 
  
#page_size ⇒ Integer
Returns Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
      562  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 562 class ListIntentsRequest; end  | 
  
#page_token ⇒ String
Returns Optional. The next_page_token value returned from a previous list request.
      562  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 562 class ListIntentsRequest; end  | 
  
#parent ⇒ String
Returns Required. The agent to list all intents from.
Format: +projects/
      562  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 562 class ListIntentsRequest; end  |