Class: Google::Cloud::Dialogflow::V2::DeleteEntityTypeRequest

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

Overview

The request message for EntityTypes.DeleteEntityType.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the entity type to delete. Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.

Returns:

  • (::String)

    Required. The name of the entity type to delete. Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.



231
232
233
234
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 231

class DeleteEntityTypeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end