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

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Cloud\ContactCenterInsights\V1\IssueModel|null

hasIssueModel

clearIssueModel

setIssueModel

Required. The new values for the issue model.

Parameter
Name Description
var Google\Cloud\ContactCenterInsights\V1\IssueModel
Returns
Type Description
$this

getUpdateMask

The list of fields to be updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated.

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

static::build

Parameters
Name Description
issueModel Google\Cloud\ContactCenterInsights\V1\IssueModel

Required. The new values for the issue model.

updateMask Google\Protobuf\FieldMask

The list of fields to be updated.

Returns
Type Description
Google\Cloud\ContactCenterInsights\V1\UpdateIssueModelRequest