Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TrainAgentRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TrainAgentRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2TrainAgentRequest
Returns a new instance of GoogleCloudDialogflowV2TrainAgentRequest.
16132 16133 16134 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16132 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16137 16138 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16137 def update!(**args) end |