Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice
- 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) ⇒ GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice
constructor
A new instance of GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice
Returns a new instance of GoogleCloudContactcenterinsightsV1DiagnosticReportConversationSlice.
4684 4685 4686 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4684 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
4682 4683 4684 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4682 def conversation_ids @conversation_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4689 4690 4691 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4689 def update!(**args) @conversation_ids = args[:conversation_ids] if args.key?(:conversation_ids) end |