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

Returns:

  • (String)

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



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

class DeleteSessionEntityTypeRequest; end