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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
Google\Cloud\ContactCenterInsights\V1\Conversation|null |
|
hasConversation
clearConversation
setConversation
Required. The new values for the conversation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\Conversation
|
| 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 |
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 | |
|---|---|
| Type | Description |
Google\Cloud\ContactCenterInsights\V1\UpdateConversationRequest |
|