Class: Google::Cloud::ContactCenterInsights::V1::UpdateConversationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The request to update a conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation::Google::Cloud::ContactCenterInsights::V1::Conversation

Returns Required. The new values for the conversation.

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 317

class UpdateConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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


317
318
319
320
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 317

class UpdateConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end