Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DiagnosticReportConversationSlice

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

Output only. A map of conversation slices used in the report.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DiagnosticReportConversationSlice

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DiagnosticReportConversationSlice.



14023
14024
14025
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14023

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

Instance Attribute Details

#conversation_idsArray<String>

The list of conversation IDs that match this slice. Corresponds to the JSON property conversationIds

Returns:

  • (Array<String>)


14021
14022
14023
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14021

def conversation_ids
  @conversation_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14028
14029
14030
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14028

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