Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::UpdateConversationRequest (v1.1.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateConversationRequest.

The request to update a conversation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation

def conversation() -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Returns

#conversation=

def conversation=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::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

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::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
  • (::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