Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::CompleteConversationRequest.
The request message for Conversations.CompleteConversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Resource identifier of the conversation to close.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Resource identifier of the conversation to close.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.
Returns
-
(::String) — Required. Resource identifier of the conversation to close.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>
.