Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DeployConversationModelRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DeployConversationModelRequest
- 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 ConversationModels.DeployConversationModel
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2DeployConversationModelRequest
constructor
A new instance of GoogleCloudDialogflowV2DeployConversationModelRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2DeployConversationModelRequest
Returns a new instance of GoogleCloudDialogflowV2DeployConversationModelRequest.
9618 9619 9620 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9618 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9623 9624 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9623 def update!(**args) end |