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

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

The request to update a conversation.

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

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ conversation Google\Cloud\ContactCenterInsights\V1\Conversation

Required. The new values for the conversation.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to be updated.

getConversation

Required. The new values for the conversation.

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

hasConversation

clearConversation

setConversation

Required. The new values for the conversation.

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

static::build

Parameters
NameDescription
conversation Google\Cloud\ContactCenterInsights\V1\Conversation

Required. The new values for the conversation.

updateMask Google\Protobuf\FieldMask

The list of fields to be updated.

Returns
TypeDescription
Google\Cloud\ContactCenterInsights\V1\UpdateConversationRequest