Class: Google::Cloud::ContactCenterInsights::V1::UpdateFeedbackLabelRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#feedback_label::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel

Returns Required. The feedback label to update.

Returns:



2141
2142
2143
2144
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2141

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to be updated.

Returns:



2141
2142
2143
2144
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2141

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