Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateFeedbackLabelRequest.
The request for updating a feedback label.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#feedback_label
def feedback_label() -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Returns
- (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — Required. The feedback label to update.
#feedback_label=
def feedback_label=(value) -> ::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — Required. The feedback label to update.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::FeedbackLabel) — Required. The feedback label to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The list of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to be updated.