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. All possible fields can be updated by passing |
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. All possible fields can be updated by
passing *
, or a subset of the following updateable fields can be
provided:
agent_id
language_code
labels
metadata
quality_metadata
call_metadata
start_time
expire_time
orttl
data_source.gcs_source.audio_uri
ordata_source.dialogflow_source.audio_uri
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated. All possible fields can be updated by
passing *
, or a subset of the following updateable fields can be
provided:
agent_id
language_code
labels
metadata
quality_metadata
call_metadata
start_time
expire_time
orttl
data_source.gcs_source.audio_uri
ordata_source.dialogflow_source.audio_uri
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. All possible fields can be updated by
passing
|
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\UpdateConversationRequest |