Class: Google::Cloud::Dialogflow::V2::GetConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The request message for Conversations.GetConversation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the conversation. Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation
ID>
.
180 181 182 183 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 180 class GetConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |