Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

A link to a conversation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink

Returns a new instance of GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink.



23586
23587
23588
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23586

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#conversation_idString

The conversation ID. Corresponds to the JSON property conversationId

Returns:

  • (String)


23584
23585
23586
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23584

def conversation_id
  @conversation_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23591
23592
23593
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23591

def update!(**args)
  @conversation_id = args[:conversation_id] if args.key?(:conversation_id)
end