Google Cloud Contact Center Insights V1 Client - Class UpdateIssueModelRequest (1.1.0)

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

The request to update an issue model.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ issue_model Google\Cloud\ContactCenterInsights\V1\IssueModel

Required. The new values for the issue model.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to be updated.

getIssueModel

Required. The new values for the issue model.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\IssueModel|null

hasIssueModel

clearIssueModel

setIssueModel

Required. The new values for the issue model.

Parameter
NameDescription
var Google\Cloud\ContactCenterInsights\V1\IssueModel
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