Google Cloud Contact Center Insights V1 Client - Class UpdateIssueRequest (1.3.0)

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

The request to update an issue.

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

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ issue Google\Cloud\ContactCenterInsights\V1\Issue

Required. The new values for the issue.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to be updated.

getIssue

Required. The new values for the issue.

hasIssue

clearIssue

setIssue

Required. The new values for the issue.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\Issue
Returns
TypeDescription
$this

getUpdateMask

The list of fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this