Google Cloud Contact Center Insights V1 Client - Class UpdateFeedbackLabelRequest (2.2.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class UpdateFeedbackLabelRequest.

The request for updating a feedback label.

Generated from protobuf message google.cloud.contactcenterinsights.v1.UpdateFeedbackLabelRequest

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ feedback_label FeedbackLabel

Required. The feedback label to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields to be updated.

getFeedbackLabel

Required. The feedback label to update.

Returns
Type Description
FeedbackLabel|null

hasFeedbackLabel

clearFeedbackLabel

setFeedbackLabel

Required. The feedback label to update.

Parameter
Name Description
var FeedbackLabel
Returns
Type Description
$this

getUpdateMask

Required. The list of fields to be updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields to be updated.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
feedbackLabel FeedbackLabel

Required. The feedback label to update.

updateMask Google\Protobuf\FieldMask

Required. The list of fields to be updated.

Returns
Type Description
UpdateFeedbackLabelRequest