Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations
- 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
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations
constructor
A new instance of GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations
Returns a new instance of GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations.
10366 10367 10368 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 10366 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversations ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation>
Optional. The conversations.
Corresponds to the JSON property conversations
10364 10365 10366 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 10364 def conversations @conversations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10371 10372 10373 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 10371 def update!(**args) @conversations = args[:conversations] if args.key?(:conversations) end |