Class: Google::Cloud::Dialogflow::V2::DeleteIntentRequest

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

Overview

The request message for Intents::DeleteIntent.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The name of the intent to delete. Format: projects/<Project ID>/agent/intents/<Intent ID>.

Returns:

  • (String)

    Required. The name of the intent to delete. Format: projects/<Project ID>/agent/intents/<Intent ID>.



638
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 638

class DeleteIntentRequest; end