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.



11098
11099
11100
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11098

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

Instance Attribute Details

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

Optional. The conversations. Corresponds to the JSON property conversations



11096
11097
11098
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11096

def conversations
  @conversations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11103
11104
11105
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11103

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