Class: Google::Cloud::Dialogflow::V2::CreateConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The request message for Conversations.CreateConversation.
Instance Attribute Summary collapse
-
#conversation ⇒ ::Google::Cloud::Dialogflow::V2::Conversation
Required.
-
#conversation_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#conversation ⇒ ::Google::Cloud::Dialogflow::V2::Conversation
125 126 127 128 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 125 class CreateConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation_id ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 125 class CreateConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 125 class CreateConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |