Google Cloud Contact Center Insights V1 Client - Class UpdateSettingsRequest (1.6.2)

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

The request to update project-level settings.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ settings Google\Cloud\ContactCenterInsights\V1\Settings

Required. The new settings values.

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields to be updated.

getSettings

Required. The new settings values.

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

hasSettings

clearSettings

setSettings

Required. The new settings values.

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

getUpdateMask

Required. The list of fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields to be updated.

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

static::build

Parameters
NameDescription
settings Google\Cloud\ContactCenterInsights\V1\Settings

Required. The new settings values.

updateMask Google\Protobuf\FieldMask

Required. The list of fields to be updated.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\UpdateSettingsRequest