Class: Google::Cloud::Dialogflow::V2::DeleteConversationModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DeleteConversationModelRequest
- 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.DeleteConversationModel
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The conversation model to delete. Format:
projects/<Project ID>/conversationModels/<Conversation Model ID>
.
330 331 332 333 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 330 class DeleteConversationModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |