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.
11168 11169 11170 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11168 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversations ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation>
Optional. The conversations.
Corresponds to the JSON property conversations
11166 11167 11168 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11166 def conversations @conversations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11173 11174 11175 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11173 def update!(**args) @conversations = args[:conversations] if args.key?(:conversations) end |