Class: Google::Cloud::ContactCenterInsights::V1::DeleteAnalysisRuleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The request to delete a analysis rule.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the analysis rule to delete.

Returns:

  • (::String)

    Required. The name of the analysis rule to delete.



1197
1198
1199
1200
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1197

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