Class: Google::Cloud::Dialogflow::V2::BatchDeleteIntentsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#intentsArray<Google::Cloud::Dialogflow::V2::Intent>

Returns Required. The collection of intents to delete. Only intent name must be filled in.

Returns:



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

class BatchDeleteIntentsRequest; end

#parentString

Returns Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent.

Returns:

  • (String)

    Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent.



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

class BatchDeleteIntentsRequest; end