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//agent/entityTypes/+.

Returns:

  • (String)

    Required. The name of the entity type to delete. Format: +projects//agent/entityTypes/+.



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

class DeleteEntityTypeRequest; end