purecloudplatformclientv2 75.1.0 → 79.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/ActivityCode.md +1 -1
- data/docs/AnalyticsApi.md +66 -2
- data/docs/AnalyticsConversationAsyncQueryResponse.md +1 -1
- data/docs/AnalyticsConversationQueryResponse.md +1 -1
- data/docs/AnalyticsParticipant.md +1 -0
- data/docs/AnalyticsParticipantWithoutAttributes.md +1 -0
- data/docs/ArchitectApi.md +345 -0
- data/docs/AuditApi.md +3 -1
- data/docs/AuditLogMessage.md +1 -1
- data/docs/AuthorizationApi.md +154 -9
- data/docs/AvailableTopic.md +3 -1
- data/docs/BuAgentScheduleActivity.md +18 -0
- data/docs/BuAgentSchedulePublishedScheduleReference.md +16 -0
- data/docs/BuAgentScheduleSearchResponse.md +15 -0
- data/docs/BuAgentScheduleShift.md +18 -0
- data/docs/BuAgentSchedulesSearchResponse.md +15 -0
- data/docs/BuAsyncAgentSchedulesSearchResponse.md +17 -0
- data/docs/BuFullDayTimeOffMarker.md +18 -0
- data/docs/BuScheduleReference.md +15 -0
- data/docs/Call.md +1 -1
- data/docs/CallBasic.md +1 -1
- data/docs/CallMediaParticipant.md +1 -1
- data/docs/CallbackMediaParticipant.md +1 -1
- data/docs/CampaignProgress.md +2 -1
- data/docs/ChatMediaParticipant.md +1 -1
- data/docs/CobrowseMediaParticipant.md +1 -1
- data/docs/ConversationsApi.md +71 -1
- data/docs/CopyAttachmentsRequest.md +14 -0
- data/docs/CreateManagementUnitApiRequest.md +3 -2
- data/docs/CreateManagementUnitSettingsRequest.md +1 -1
- data/docs/CreateWorkPlanShift.md +1 -1
- data/docs/DataTableExportJob.md +22 -0
- data/docs/DataTableImportJob.md +25 -0
- data/docs/DivsPermittedEntityListing.md +23 -0
- data/docs/EmailMediaParticipant.md +1 -1
- data/docs/EntityListing.md +17 -0
- data/docs/ErrorBody.md +2 -2
- data/docs/ErrorInfo.md +14 -0
- data/docs/Evaluation.md +1 -0
- data/docs/EvaluationQuestionGroupScore.md +4 -0
- data/docs/EvaluationScoringSet.md +1 -0
- data/docs/FacebookIntegrationRequest.md +2 -2
- data/docs/GDPRJourneyCustomer.md +2 -2
- data/docs/InboundDomain.md +2 -0
- data/docs/Library.md +4 -3
- data/docs/LicenseApi.md +66 -0
- data/docs/MailFromResult.md +15 -0
- data/docs/ManagementUnit.md +2 -2
- data/docs/ManagementUnitSettingsRequest.md +1 -1
- data/docs/MessageMediaParticipant.md +1 -1
- data/docs/MessagingApi.md +0 -936
- data/docs/MessagingTemplate.md +15 -0
- data/docs/Organization.md +1 -0
- data/docs/QualityApi.md +5 -6
- data/docs/Record.md +15 -0
- data/docs/ReportingExportMetadataJobListing.md +22 -0
- data/docs/ReportingExportMetadataJobResponse.md +22 -0
- data/docs/Response.md +2 -0
- data/docs/RoutingApi.md +385 -0
- data/docs/RoutingSettings.md +13 -0
- data/docs/SCIMApi.md +397 -23
- data/docs/ScimUserExtensions.md +14 -0
- data/docs/ScimUserRole.md +13 -0
- data/docs/ScimUserRoutingLanguage.md +14 -0
- data/docs/ScimUserRoutingSkill.md +14 -0
- data/docs/ScimV2CreateUser.md +2 -1
- data/docs/ScimV2SchemaAttribute.md +24 -0
- data/docs/ScimV2SchemaDefinition.md +17 -0
- data/docs/ScimV2SchemaListResponse.md +17 -0
- data/docs/ScimV2User.md +2 -1
- data/docs/ShortTermForecast.md +2 -2
- data/docs/ShortTermForecastListItemResponse.md +2 -2
- data/docs/ShortTermForecastReference.md +2 -2
- data/docs/TimeOffRequestLookup.md +3 -3
- data/docs/TimeOffRequestResponse.md +3 -3
- data/docs/UserScheduleAdherence.md +1 -1
- data/docs/UsersApi.md +358 -10
- data/docs/ViewFilter.md +4 -10
- data/docs/WeekSchedule.md +1 -1
- data/docs/WeekScheduleListItemResponse.md +1 -1
- data/docs/WeekScheduleReference.md +1 -1
- data/docs/WorkPlanShift.md +1 -1
- data/docs/WorkforceManagementApi.md +40 -41
- data/lib/purecloudplatformclientv2.rb +27 -0
- data/lib/purecloudplatformclientv2/api/analytics_api.rb +73 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +373 -0
- data/lib/purecloudplatformclientv2/api/audit_api.rb +9 -0
- data/lib/purecloudplatformclientv2/api/authorization_api.rb +185 -7
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +84 -0
- data/lib/purecloudplatformclientv2/api/license_api.rb +63 -0
- data/lib/purecloudplatformclientv2/api/messaging_api.rb +0 -949
- data/lib/purecloudplatformclientv2/api/quality_api.rb +8 -6
- data/lib/purecloudplatformclientv2/api/routing_api.rb +378 -0
- data/lib/purecloudplatformclientv2/api/scim_api.rb +366 -26
- data/lib/purecloudplatformclientv2/api/users_api.rb +398 -7
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -3
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/activity_code.rb +30 -30
- data/lib/purecloudplatformclientv2/models/analytics_conversation_async_query_response.rb +15 -15
- data/lib/purecloudplatformclientv2/models/analytics_conversation_query_response.rb +15 -15
- data/lib/purecloudplatformclientv2/models/analytics_participant.rb +27 -1
- data/lib/purecloudplatformclientv2/models/analytics_participant_without_attributes.rb +27 -1
- data/lib/purecloudplatformclientv2/models/audit_log_message.rb +5 -5
- data/lib/purecloudplatformclientv2/models/available_topic.rb +57 -4
- data/lib/purecloudplatformclientv2/models/bu_agent_schedule_activity.rb +332 -0
- data/lib/purecloudplatformclientv2/models/bu_agent_schedule_published_schedule_reference.rb +280 -0
- data/lib/purecloudplatformclientv2/models/bu_agent_schedule_search_response.rb +258 -0
- data/lib/purecloudplatformclientv2/models/bu_agent_schedule_shift.rb +334 -0
- data/lib/purecloudplatformclientv2/models/bu_agent_schedules_search_response.rb +258 -0
- data/lib/purecloudplatformclientv2/models/bu_async_agent_schedules_search_response.rb +320 -0
- data/lib/purecloudplatformclientv2/models/bu_full_day_time_off_marker.rb +332 -0
- data/lib/purecloudplatformclientv2/models/bu_schedule_reference.rb +254 -0
- data/lib/purecloudplatformclientv2/models/call.rb +1 -1
- data/lib/purecloudplatformclientv2/models/call_basic.rb +1 -1
- data/lib/purecloudplatformclientv2/models/call_media_participant.rb +1 -1
- data/lib/purecloudplatformclientv2/models/callback_media_participant.rb +1 -1
- data/lib/purecloudplatformclientv2/models/campaign_progress.rb +28 -2
- data/lib/purecloudplatformclientv2/models/chat_media_participant.rb +1 -1
- data/lib/purecloudplatformclientv2/models/cobrowse_media_participant.rb +1 -1
- data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/copy_attachments_request.rb +240 -0
- data/lib/purecloudplatformclientv2/models/create_management_unit_api_request.rb +37 -16
- data/lib/purecloudplatformclientv2/models/create_management_unit_settings_request.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_work_plan_shift.rb +1 -1
- data/lib/purecloudplatformclientv2/models/data_table_export_job.rb +455 -0
- data/lib/purecloudplatformclientv2/models/data_table_import_job.rb +547 -0
- data/lib/purecloudplatformclientv2/models/divs_permitted_entity_listing.rb +453 -0
- data/lib/purecloudplatformclientv2/models/email_media_participant.rb +1 -1
- data/lib/purecloudplatformclientv2/models/entity_listing.rb +303 -0
- data/lib/purecloudplatformclientv2/models/error_body.rb +20 -20
- data/lib/purecloudplatformclientv2/models/error_info.rb +226 -0
- data/lib/purecloudplatformclientv2/models/evaluation.rb +27 -1
- data/lib/purecloudplatformclientv2/models/evaluation_question_group_score.rb +101 -1
- data/lib/purecloudplatformclientv2/models/evaluation_scoring_set.rb +26 -1
- data/lib/purecloudplatformclientv2/models/facebook_integration_request.rb +2 -7
- data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/gdpr_journey_customer.rb +2 -12
- data/lib/purecloudplatformclientv2/models/inbound_domain.rb +53 -1
- data/lib/purecloudplatformclientv2/models/library.rb +44 -2
- data/lib/purecloudplatformclientv2/models/mail_from_result.rb +275 -0
- data/lib/purecloudplatformclientv2/models/management_unit.rb +2 -2
- data/lib/purecloudplatformclientv2/models/management_unit_settings_request.rb +1 -1
- data/lib/purecloudplatformclientv2/models/message_media_participant.rb +1 -1
- data/lib/purecloudplatformclientv2/models/messaging_template.rb +270 -0
- data/lib/purecloudplatformclientv2/models/organization.rb +41 -1
- data/lib/purecloudplatformclientv2/models/record.rb +269 -0
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/reporting_export_metadata_job_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/reporting_export_metadata_job_response.rb +459 -0
- data/lib/purecloudplatformclientv2/models/response.rb +67 -1
- data/lib/purecloudplatformclientv2/models/routing_settings.rb +202 -0
- data/lib/purecloudplatformclientv2/models/scim_metadata.rb +2 -2
- data/lib/purecloudplatformclientv2/models/scim_user_extensions.rb +233 -0
- data/lib/purecloudplatformclientv2/models/scim_user_role.rb +203 -0
- data/lib/purecloudplatformclientv2/models/scim_user_routing_language.rb +234 -0
- data/lib/purecloudplatformclientv2/models/scim_user_routing_skill.rb +234 -0
- data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +30 -5
- data/lib/purecloudplatformclientv2/models/scim_v2_group_reference.rb +2 -2
- data/lib/purecloudplatformclientv2/models/scim_v2_member_reference.rb +2 -2
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_attribute.rb +551 -0
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb +309 -0
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_list_response.rb +311 -0
- data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +27 -2
- data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/short_term_forecast.rb +30 -35
- data/lib/purecloudplatformclientv2/models/short_term_forecast_list_item_response.rb +30 -35
- data/lib/purecloudplatformclientv2/models/short_term_forecast_reference.rb +22 -27
- data/lib/purecloudplatformclientv2/models/time_off_request_lookup.rb +3 -3
- data/lib/purecloudplatformclientv2/models/time_off_request_response.rb +3 -3
- data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +1 -1
- data/lib/purecloudplatformclientv2/models/view_filter.rb +53 -255
- data/lib/purecloudplatformclientv2/models/week_schedule.rb +21 -21
- data/lib/purecloudplatformclientv2/models/week_schedule_list_item_response.rb +21 -21
- data/lib/purecloudplatformclientv2/models/week_schedule_reference.rb +14 -14
- data/lib/purecloudplatformclientv2/models/work_plan_shift.rb +1 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +56 -2
@@ -111,7 +111,7 @@ module PureCloud
|
|
111
111
|
|
112
112
|
:'id' => :'String',
|
113
113
|
|
114
|
-
:'user' => :'
|
114
|
+
:'user' => :'UserReference',
|
115
115
|
|
116
116
|
:'is_full_day_request' => :'BOOLEAN',
|
117
117
|
|
@@ -129,11 +129,11 @@ module PureCloud
|
|
129
129
|
|
130
130
|
:'notes' => :'String',
|
131
131
|
|
132
|
-
:'submitted_by' => :'
|
132
|
+
:'submitted_by' => :'UserReference',
|
133
133
|
|
134
134
|
:'submitted_date' => :'DateTime',
|
135
135
|
|
136
|
-
:'reviewed_by' => :'
|
136
|
+
:'reviewed_by' => :'UserReference',
|
137
137
|
|
138
138
|
:'reviewed_date' => :'DateTime',
|
139
139
|
|
@@ -121,7 +121,7 @@ module PureCloud
|
|
121
121
|
|
122
122
|
:'id' => :'String',
|
123
123
|
|
124
|
-
:'user' => :'
|
124
|
+
:'user' => :'UserReference',
|
125
125
|
|
126
126
|
:'is_full_day_request' => :'BOOLEAN',
|
127
127
|
|
@@ -139,11 +139,11 @@ module PureCloud
|
|
139
139
|
|
140
140
|
:'notes' => :'String',
|
141
141
|
|
142
|
-
:'submitted_by' => :'
|
142
|
+
:'submitted_by' => :'UserReference',
|
143
143
|
|
144
144
|
:'submitted_date' => :'DateTime',
|
145
145
|
|
146
|
-
:'reviewed_by' => :'
|
146
|
+
:'reviewed_by' => :'UserReference',
|
147
147
|
|
148
148
|
:'reviewed_date' => :'DateTime',
|
149
149
|
|
@@ -141,27 +141,6 @@ module PureCloud
|
|
141
141
|
# The survey NPS score used to filter the view
|
142
142
|
attr_accessor :survey_nps_score
|
143
143
|
|
144
|
-
# Indicates if the Secondary Status should be shown
|
145
|
-
attr_accessor :show_secondary_status
|
146
|
-
|
147
|
-
# Provides the agent duration sort order
|
148
|
-
attr_accessor :agent_duration_sort_order
|
149
|
-
|
150
|
-
# Provides the waiting duration sort order
|
151
|
-
attr_accessor :waiting_duration_sort_order
|
152
|
-
|
153
|
-
# Provides the interacting duration sort order
|
154
|
-
attr_accessor :interacting_duration_sort_order
|
155
|
-
|
156
|
-
# Displays the Agent name as provided by the user
|
157
|
-
attr_accessor :agent_name
|
158
|
-
|
159
|
-
# The list of skill strings as free form text
|
160
|
-
attr_accessor :skills_list
|
161
|
-
|
162
|
-
# The list of language strings as free form text
|
163
|
-
attr_accessor :language_list
|
164
|
-
|
165
144
|
# The desired range for mos values
|
166
145
|
attr_accessor :mos
|
167
146
|
|
@@ -213,9 +192,6 @@ module PureCloud
|
|
213
192
|
# The list of remote participants used to filter the view
|
214
193
|
attr_accessor :remote_participants
|
215
194
|
|
216
|
-
# A list of status for the configuration view
|
217
|
-
attr_accessor :status_list
|
218
|
-
|
219
195
|
# The list of flow Ids
|
220
196
|
attr_accessor :flow_ids
|
221
197
|
|
@@ -255,11 +231,17 @@ module PureCloud
|
|
255
231
|
# Indicates filtering for Journey visit id
|
256
232
|
attr_accessor :has_journey_visit_id
|
257
233
|
|
258
|
-
#
|
259
|
-
attr_accessor :
|
234
|
+
# Indicates filtering for presence of MMS media
|
235
|
+
attr_accessor :has_media
|
236
|
+
|
237
|
+
# The role Ids used to filter the view
|
238
|
+
attr_accessor :role_ids
|
260
239
|
|
261
|
-
#
|
262
|
-
attr_accessor :
|
240
|
+
# The report to user IDs used to filter the view
|
241
|
+
attr_accessor :reports_tos
|
242
|
+
|
243
|
+
# The location Ids used to filter the view
|
244
|
+
attr_accessor :location_ids
|
263
245
|
|
264
246
|
# Attribute mapping from ruby-style variable name to JSON key.
|
265
247
|
def self.attribute_map
|
@@ -347,20 +329,6 @@ module PureCloud
|
|
347
329
|
|
348
330
|
:'survey_nps_score' => :'surveyNpsScore',
|
349
331
|
|
350
|
-
:'show_secondary_status' => :'showSecondaryStatus',
|
351
|
-
|
352
|
-
:'agent_duration_sort_order' => :'agentDurationSortOrder',
|
353
|
-
|
354
|
-
:'waiting_duration_sort_order' => :'waitingDurationSortOrder',
|
355
|
-
|
356
|
-
:'interacting_duration_sort_order' => :'interactingDurationSortOrder',
|
357
|
-
|
358
|
-
:'agent_name' => :'agentName',
|
359
|
-
|
360
|
-
:'skills_list' => :'skillsList',
|
361
|
-
|
362
|
-
:'language_list' => :'languageList',
|
363
|
-
|
364
332
|
:'mos' => :'mos',
|
365
333
|
|
366
334
|
:'survey_question_group_score' => :'surveyQuestionGroupScore',
|
@@ -395,8 +363,6 @@ module PureCloud
|
|
395
363
|
|
396
364
|
:'remote_participants' => :'remoteParticipants',
|
397
365
|
|
398
|
-
:'status_list' => :'statusList',
|
399
|
-
|
400
366
|
:'flow_ids' => :'flowIds',
|
401
367
|
|
402
368
|
:'flow_outcome_ids' => :'flowOutcomeIds',
|
@@ -423,9 +389,13 @@ module PureCloud
|
|
423
389
|
|
424
390
|
:'has_journey_visit_id' => :'hasJourneyVisitId',
|
425
391
|
|
426
|
-
:'
|
392
|
+
:'has_media' => :'hasMedia',
|
393
|
+
|
394
|
+
:'role_ids' => :'roleIds',
|
395
|
+
|
396
|
+
:'reports_tos' => :'reportsTos',
|
427
397
|
|
428
|
-
:'
|
398
|
+
:'location_ids' => :'locationIds'
|
429
399
|
|
430
400
|
}
|
431
401
|
end
|
@@ -516,20 +486,6 @@ module PureCloud
|
|
516
486
|
|
517
487
|
:'survey_nps_score' => :'NumericRange',
|
518
488
|
|
519
|
-
:'show_secondary_status' => :'BOOLEAN',
|
520
|
-
|
521
|
-
:'agent_duration_sort_order' => :'String',
|
522
|
-
|
523
|
-
:'waiting_duration_sort_order' => :'String',
|
524
|
-
|
525
|
-
:'interacting_duration_sort_order' => :'String',
|
526
|
-
|
527
|
-
:'agent_name' => :'String',
|
528
|
-
|
529
|
-
:'skills_list' => :'Array<String>',
|
530
|
-
|
531
|
-
:'language_list' => :'Array<String>',
|
532
|
-
|
533
489
|
:'mos' => :'NumericRange',
|
534
490
|
|
535
491
|
:'survey_question_group_score' => :'NumericRange',
|
@@ -564,8 +520,6 @@ module PureCloud
|
|
564
520
|
|
565
521
|
:'remote_participants' => :'Array<String>',
|
566
522
|
|
567
|
-
:'status_list' => :'Array<String>',
|
568
|
-
|
569
523
|
:'flow_ids' => :'Array<String>',
|
570
524
|
|
571
525
|
:'flow_outcome_ids' => :'Array<String>',
|
@@ -592,9 +546,13 @@ module PureCloud
|
|
592
546
|
|
593
547
|
:'has_journey_visit_id' => :'BOOLEAN',
|
594
548
|
|
595
|
-
:'
|
549
|
+
:'has_media' => :'BOOLEAN',
|
596
550
|
|
597
|
-
:'
|
551
|
+
:'role_ids' => :'Array<String>',
|
552
|
+
|
553
|
+
:'reports_tos' => :'Array<String>',
|
554
|
+
|
555
|
+
:'location_ids' => :'Array<String>'
|
598
556
|
|
599
557
|
}
|
600
558
|
end
|
@@ -1047,73 +1005,6 @@ module PureCloud
|
|
1047
1005
|
end
|
1048
1006
|
|
1049
1007
|
|
1050
|
-
if attributes.has_key?(:'showSecondaryStatus')
|
1051
|
-
|
1052
|
-
|
1053
|
-
self.show_secondary_status = attributes[:'showSecondaryStatus']
|
1054
|
-
|
1055
|
-
|
1056
|
-
end
|
1057
|
-
|
1058
|
-
|
1059
|
-
if attributes.has_key?(:'agentDurationSortOrder')
|
1060
|
-
|
1061
|
-
|
1062
|
-
self.agent_duration_sort_order = attributes[:'agentDurationSortOrder']
|
1063
|
-
|
1064
|
-
|
1065
|
-
end
|
1066
|
-
|
1067
|
-
|
1068
|
-
if attributes.has_key?(:'waitingDurationSortOrder')
|
1069
|
-
|
1070
|
-
|
1071
|
-
self.waiting_duration_sort_order = attributes[:'waitingDurationSortOrder']
|
1072
|
-
|
1073
|
-
|
1074
|
-
end
|
1075
|
-
|
1076
|
-
|
1077
|
-
if attributes.has_key?(:'interactingDurationSortOrder')
|
1078
|
-
|
1079
|
-
|
1080
|
-
self.interacting_duration_sort_order = attributes[:'interactingDurationSortOrder']
|
1081
|
-
|
1082
|
-
|
1083
|
-
end
|
1084
|
-
|
1085
|
-
|
1086
|
-
if attributes.has_key?(:'agentName')
|
1087
|
-
|
1088
|
-
|
1089
|
-
self.agent_name = attributes[:'agentName']
|
1090
|
-
|
1091
|
-
|
1092
|
-
end
|
1093
|
-
|
1094
|
-
|
1095
|
-
if attributes.has_key?(:'skillsList')
|
1096
|
-
|
1097
|
-
if (value = attributes[:'skillsList']).is_a?(Array)
|
1098
|
-
self.skills_list = value
|
1099
|
-
end
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
end
|
1104
|
-
|
1105
|
-
|
1106
|
-
if attributes.has_key?(:'languageList')
|
1107
|
-
|
1108
|
-
if (value = attributes[:'languageList']).is_a?(Array)
|
1109
|
-
self.language_list = value
|
1110
|
-
end
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
end
|
1115
|
-
|
1116
|
-
|
1117
1008
|
if attributes.has_key?(:'mos')
|
1118
1009
|
|
1119
1010
|
|
@@ -1278,17 +1169,6 @@ module PureCloud
|
|
1278
1169
|
|
1279
1170
|
|
1280
1171
|
|
1281
|
-
end
|
1282
|
-
|
1283
|
-
|
1284
|
-
if attributes.has_key?(:'statusList')
|
1285
|
-
|
1286
|
-
if (value = attributes[:'statusList']).is_a?(Array)
|
1287
|
-
self.status_list = value
|
1288
|
-
end
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
1172
|
end
|
1293
1173
|
|
1294
1174
|
|
@@ -1429,10 +1309,19 @@ module PureCloud
|
|
1429
1309
|
end
|
1430
1310
|
|
1431
1311
|
|
1432
|
-
if attributes.has_key?(:'
|
1312
|
+
if attributes.has_key?(:'hasMedia')
|
1313
|
+
|
1314
|
+
|
1315
|
+
self.has_media = attributes[:'hasMedia']
|
1316
|
+
|
1317
|
+
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
|
1321
|
+
if attributes.has_key?(:'roleIds')
|
1433
1322
|
|
1434
|
-
if (value = attributes[:'
|
1435
|
-
self.
|
1323
|
+
if (value = attributes[:'roleIds']).is_a?(Array)
|
1324
|
+
self.role_ids = value
|
1436
1325
|
end
|
1437
1326
|
|
1438
1327
|
|
@@ -1440,10 +1329,21 @@ module PureCloud
|
|
1440
1329
|
end
|
1441
1330
|
|
1442
1331
|
|
1443
|
-
if attributes.has_key?(:'
|
1332
|
+
if attributes.has_key?(:'reportsTos')
|
1444
1333
|
|
1445
|
-
if (value = attributes[:'
|
1446
|
-
self.
|
1334
|
+
if (value = attributes[:'reportsTos']).is_a?(Array)
|
1335
|
+
self.reports_tos = value
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
|
1339
|
+
|
1340
|
+
end
|
1341
|
+
|
1342
|
+
|
1343
|
+
if attributes.has_key?(:'locationIds')
|
1344
|
+
|
1345
|
+
if (value = attributes[:'locationIds']).is_a?(Array)
|
1346
|
+
self.location_ids = value
|
1447
1347
|
end
|
1448
1348
|
|
1449
1349
|
|
@@ -1636,45 +1536,6 @@ module PureCloud
|
|
1636
1536
|
|
1637
1537
|
|
1638
1538
|
|
1639
|
-
allowed_values = ["ascending", "descending"]
|
1640
|
-
if @agent_duration_sort_order && !allowed_values.include?(@agent_duration_sort_order)
|
1641
|
-
return false
|
1642
|
-
end
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
allowed_values = ["ascending", "descending"]
|
1649
|
-
if @waiting_duration_sort_order && !allowed_values.include?(@waiting_duration_sort_order)
|
1650
|
-
return false
|
1651
|
-
end
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
allowed_values = ["ascending", "descending"]
|
1658
|
-
if @interacting_duration_sort_order && !allowed_values.include?(@interacting_duration_sort_order)
|
1659
|
-
return false
|
1660
|
-
end
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1676
|
-
|
1677
|
-
|
1678
1539
|
|
1679
1540
|
|
1680
1541
|
|
@@ -2019,63 +1880,6 @@ module PureCloud
|
|
2019
1880
|
|
2020
1881
|
|
2021
1882
|
|
2022
|
-
# Custom attribute writer method checking allowed values (enum).
|
2023
|
-
# @param [Object] agent_duration_sort_order Object to be assigned
|
2024
|
-
def agent_duration_sort_order=(agent_duration_sort_order)
|
2025
|
-
allowed_values = ["ascending", "descending"]
|
2026
|
-
if agent_duration_sort_order && !allowed_values.include?(agent_duration_sort_order)
|
2027
|
-
fail ArgumentError, "invalid value for 'agent_duration_sort_order', must be one of #{allowed_values}."
|
2028
|
-
end
|
2029
|
-
@agent_duration_sort_order = agent_duration_sort_order
|
2030
|
-
end
|
2031
|
-
|
2032
|
-
|
2033
|
-
|
2034
|
-
|
2035
|
-
|
2036
|
-
# Custom attribute writer method checking allowed values (enum).
|
2037
|
-
# @param [Object] waiting_duration_sort_order Object to be assigned
|
2038
|
-
def waiting_duration_sort_order=(waiting_duration_sort_order)
|
2039
|
-
allowed_values = ["ascending", "descending"]
|
2040
|
-
if waiting_duration_sort_order && !allowed_values.include?(waiting_duration_sort_order)
|
2041
|
-
fail ArgumentError, "invalid value for 'waiting_duration_sort_order', must be one of #{allowed_values}."
|
2042
|
-
end
|
2043
|
-
@waiting_duration_sort_order = waiting_duration_sort_order
|
2044
|
-
end
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2050
|
-
# Custom attribute writer method checking allowed values (enum).
|
2051
|
-
# @param [Object] interacting_duration_sort_order Object to be assigned
|
2052
|
-
def interacting_duration_sort_order=(interacting_duration_sort_order)
|
2053
|
-
allowed_values = ["ascending", "descending"]
|
2054
|
-
if interacting_duration_sort_order && !allowed_values.include?(interacting_duration_sort_order)
|
2055
|
-
fail ArgumentError, "invalid value for 'interacting_duration_sort_order', must be one of #{allowed_values}."
|
2056
|
-
end
|
2057
|
-
@interacting_duration_sort_order = interacting_duration_sort_order
|
2058
|
-
end
|
2059
|
-
|
2060
|
-
|
2061
|
-
|
2062
|
-
|
2063
|
-
|
2064
|
-
|
2065
|
-
|
2066
|
-
|
2067
|
-
|
2068
|
-
|
2069
|
-
|
2070
|
-
|
2071
|
-
|
2072
|
-
|
2073
|
-
|
2074
|
-
|
2075
|
-
|
2076
|
-
|
2077
|
-
|
2078
|
-
|
2079
1883
|
|
2080
1884
|
|
2081
1885
|
|
@@ -2286,13 +2090,6 @@ module PureCloud
|
|
2286
2090
|
survey_form_ids == o.survey_form_ids &&
|
2287
2091
|
survey_total_score == o.survey_total_score &&
|
2288
2092
|
survey_nps_score == o.survey_nps_score &&
|
2289
|
-
show_secondary_status == o.show_secondary_status &&
|
2290
|
-
agent_duration_sort_order == o.agent_duration_sort_order &&
|
2291
|
-
waiting_duration_sort_order == o.waiting_duration_sort_order &&
|
2292
|
-
interacting_duration_sort_order == o.interacting_duration_sort_order &&
|
2293
|
-
agent_name == o.agent_name &&
|
2294
|
-
skills_list == o.skills_list &&
|
2295
|
-
language_list == o.language_list &&
|
2296
2093
|
mos == o.mos &&
|
2297
2094
|
survey_question_group_score == o.survey_question_group_score &&
|
2298
2095
|
survey_promoter_score == o.survey_promoter_score &&
|
@@ -2310,7 +2107,6 @@ module PureCloud
|
|
2310
2107
|
is_consulted == o.is_consulted &&
|
2311
2108
|
is_consult_transferred == o.is_consult_transferred &&
|
2312
2109
|
remote_participants == o.remote_participants &&
|
2313
|
-
status_list == o.status_list &&
|
2314
2110
|
flow_ids == o.flow_ids &&
|
2315
2111
|
flow_outcome_ids == o.flow_outcome_ids &&
|
2316
2112
|
flow_outcome_values == o.flow_outcome_values &&
|
@@ -2324,8 +2120,10 @@ module PureCloud
|
|
2324
2120
|
has_journey_customer_id == o.has_journey_customer_id &&
|
2325
2121
|
has_journey_action_map_id == o.has_journey_action_map_id &&
|
2326
2122
|
has_journey_visit_id == o.has_journey_visit_id &&
|
2327
|
-
|
2328
|
-
|
2123
|
+
has_media == o.has_media &&
|
2124
|
+
role_ids == o.role_ids &&
|
2125
|
+
reports_tos == o.reports_tos &&
|
2126
|
+
location_ids == o.location_ids
|
2329
2127
|
end
|
2330
2128
|
|
2331
2129
|
# @see the `==` method
|
@@ -2337,7 +2135,7 @@ module PureCloud
|
|
2337
2135
|
# Calculates hash code according to all attributes.
|
2338
2136
|
# @return [Fixnum] Hash code
|
2339
2137
|
def hash
|
2340
|
-
[media_types, queue_ids, skill_ids, skill_groups, language_ids, language_groups, directions, originating_directions, wrap_up_codes, dnis_list, session_dnis_list, filter_queues_by_user_ids, filter_users_by_queue_ids, user_ids, address_tos, address_froms, outbound_campaign_ids, outbound_contact_list_ids, contact_ids, external_contact_ids, external_org_ids, ani_list, durations_milliseconds, acd_durations_milliseconds, talk_durations_milliseconds, acw_durations_milliseconds, handle_durations_milliseconds, hold_durations_milliseconds, abandon_durations_milliseconds, evaluation_score, evaluation_critical_score, evaluation_form_ids, evaluated_agent_ids, evaluator_ids, transferred, abandoned, message_types, division_ids, survey_form_ids, survey_total_score, survey_nps_score,
|
2138
|
+
[media_types, queue_ids, skill_ids, skill_groups, language_ids, language_groups, directions, originating_directions, wrap_up_codes, dnis_list, session_dnis_list, filter_queues_by_user_ids, filter_users_by_queue_ids, user_ids, address_tos, address_froms, outbound_campaign_ids, outbound_contact_list_ids, contact_ids, external_contact_ids, external_org_ids, ani_list, durations_milliseconds, acd_durations_milliseconds, talk_durations_milliseconds, acw_durations_milliseconds, handle_durations_milliseconds, hold_durations_milliseconds, abandon_durations_milliseconds, evaluation_score, evaluation_critical_score, evaluation_form_ids, evaluated_agent_ids, evaluator_ids, transferred, abandoned, message_types, division_ids, survey_form_ids, survey_total_score, survey_nps_score, mos, survey_question_group_score, survey_promoter_score, survey_form_context_ids, conversation_ids, sip_call_ids, is_ended, is_surveyed, survey_scores, promoter_scores, is_campaign, survey_statuses, conversation_properties, is_blind_transferred, is_consulted, is_consult_transferred, remote_participants, flow_ids, flow_outcome_ids, flow_outcome_values, flow_destination_types, flow_disconnect_reasons, flow_types, flow_entry_types, flow_entry_reasons, flow_versions, group_ids, has_journey_customer_id, has_journey_action_map_id, has_journey_visit_id, has_media, role_ids, reports_tos, location_ids].hash
|
2341
2139
|
end
|
2342
2140
|
|
2343
2141
|
# build the object from hash
|