Class: Google::Cloud::ContactCenterInsights::V1::DeleteFeedbackLabelRequest

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 for deleting a feedback label.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the feedback label to delete.

Returns:

  • (::String)

    Required. The name of the feedback label to delete.



2150
2151
2152
2153
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2150

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