Class: Google::Cloud::ContactCenterInsights::V1::UpdateFeedbackLabelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UpdateFeedbackLabelRequest
- 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
-
#feedback_label ⇒ ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#feedback_label ⇒ ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Returns Required. The feedback label to update.
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.
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 |