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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb

Overview

The request message for EntityTypes::DeleteEntityType.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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>.



171
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 171

class DeleteEntityTypeRequest; end