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

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.DeleteIntent.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them. Format: projects/<Project ID>/agent/intents/<Intent ID>.

Returns:

  • (::String)

    Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them. Format: projects/<Project ID>/agent/intents/<Intent ID>.



971
972
973
974
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 971

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