Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CompleteConversationRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CompleteConversationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Overview
The request message for Conversations.CompleteConversation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1CompleteConversationRequest
constructor
A new instance of GoogleCloudDialogflowV2beta1CompleteConversationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1CompleteConversationRequest
Returns a new instance of GoogleCloudDialogflowV2beta1CompleteConversationRequest.
10407 10408 10409 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10407 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10412 10413 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10412 def update!(**args) end |