Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations

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

Wrapper for a list of conversations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations

Returns a new instance of GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations.



9168
9169
9170
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9168

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

Instance Attribute Details

#conversationsArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation>

Optional. The conversations. Corresponds to the JSON property conversations



9166
9167
9168
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9166

def conversations
  @conversations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9173
9174
9175
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9173

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