Class: Google::Cloud::Dialogflow::V2::TrainAgentRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::TrainAgentRequest
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb
 
Overview
The request message for Agents::TrainAgent.
Instance Attribute Summary collapse
- 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#parent ⇒ String
Returns Required. The project that the agent to train is associated with.
Format: +projects/
      119  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb', line 119 class TrainAgentRequest; end  |