Class: Google::Cloud::Dialogflow::V2::DeleteConversationModelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_model.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The conversation model to delete. Format: projects/<Project ID>/conversationModels/<Conversation Model ID>.

Returns:

  • (::String)

    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