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

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
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 *, 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 or ttl * * data_source.gcs_source.audio_uri or data_source.dialogflow_source.audio_uri

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 or ttl
  • data_source.gcs_source.audio_uri or data_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 or ttl
  • data_source.gcs_source.audio_uri or data_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 *, 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 or ttl
    • data_source.gcs_source.audio_uri or data_source.dialogflow_source.audio_uri
Returns
Type Description
Google\Cloud\ContactCenterInsights\V1\UpdateConversationRequest