Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2UndeployConversationModelRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2UndeployConversationModelRequest
- 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.UndeployConversationModel
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2UndeployConversationModelRequest
constructor
A new instance of GoogleCloudDialogflowV2UndeployConversationModelRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2UndeployConversationModelRequest
Returns a new instance of GoogleCloudDialogflowV2UndeployConversationModelRequest.
16172 16173 16174 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16172 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16177 16178 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16177 def update!(**args) end |