Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink
- 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
-
#conversation_id ⇒ String
The conversation ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink
Returns a new instance of GoogleCloudContactcenterinsightsV1mainLossPatternLinkConversationLink.
23436 23437 23438 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23436 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_id ⇒ String
The conversation ID.
Corresponds to the JSON property conversationId
23434 23435 23436 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23434 def conversation_id @conversation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23441 23442 23443 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23441 def update!(**args) @conversation_id = args[:conversation_id] if args.key?(:conversation_id) end |