Class: Google::Cloud::Dialogflow::V2::DeleteSessionEntityTypeRequest

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

Overview

The request message for SessionEntityTypes::DeleteSessionEntityType.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The name of the entity type to delete. Format: projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type Display Name>.

Returns:

  • (String)

    Required. The name of the entity type to delete. Format: projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type Display Name>.



120
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session_entity_type.rb', line 120

class DeleteSessionEntityTypeRequest; end