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

#intents::Array<::Google::Cloud::Dialogflow::V2::Intent>

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

Returns:



1026
1027
1028
1029
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1026

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

#parent::String

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.



1026
1027
1028
1029
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1026

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