Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDiagnosticReportConversationSlice
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDiagnosticReportConversationSlice
- 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
-
#conversation_ids ⇒ Array<String>
The list of conversation IDs that match this slice.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDiagnosticReportConversationSlice
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainDiagnosticReportConversationSlice.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDiagnosticReportConversationSlice
Returns a new instance of GoogleCloudContactcenterinsightsV1mainDiagnosticReportConversationSlice.
21076 21077 21078 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21076 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_ids ⇒ Array<String>
The list of conversation IDs that match this slice.
Corresponds to the JSON property conversationIds
21074 21075 21076 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21074 def conversation_ids @conversation_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21081 21082 21083 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21081 def update!(**args) @conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids) end |