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.



13913
13914
13915
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13913

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>)


13911
13912
13913
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13911

def conversation_ids
  @conversation_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13918
13919
13920
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 13918

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