Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TrainAgentRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TrainAgentRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v2/classes.rb,
 generated/google/apis/dialogflow_v2/representations.rb,
 generated/google/apis/dialogflow_v2/representations.rb
Overview
The request message for Agents.TrainAgent.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudDialogflowV2TrainAgentRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleCloudDialogflowV2TrainAgentRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2TrainAgentRequest
Returns a new instance of GoogleCloudDialogflowV2TrainAgentRequest
| 2252 2253 2254 | # File 'generated/google/apis/dialogflow_v2/classes.rb', line 2252 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2257 2258 | # File 'generated/google/apis/dialogflow_v2/classes.rb', line 2257 def update!(**args) end |