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.
9774 9775 9776 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9774 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversations ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation>
Optional. The conversations.
Corresponds to the JSON property conversations
9772 9773 9774 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9772 def conversations @conversations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9779 9780 9781 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9779 def update!(**args) @conversations = args[:conversations] if args.key?(:conversations) end |