Class: Google::Cloud::Dialogflow::V2::CreateConversationModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::CreateConversationModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
The request message for ConversationModels.CreateConversationModel
Instance Attribute Summary collapse
-
#conversation_model ⇒ ::Google::Cloud::Dialogflow::V2::ConversationModel
Required.
-
#parent ⇒ ::String
The project to create conversation model for.
Instance Attribute Details
#conversation_model ⇒ ::Google::Cloud::Dialogflow::V2::ConversationModel
Returns Required. The conversation model to create.
276 277 278 279 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 276 class CreateConversationModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The project to create conversation model for. Format:
projects/<Project ID>
.
276 277 278 279 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 276 class CreateConversationModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |