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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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:



1044
1045
1046
1047
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1044

class BatchDeleteIntentsRequest
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
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.



1044
1045
1046
1047
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1044

class BatchDeleteIntentsRequest
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end