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.
Files changed (179) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/ActivityCode.md +1 -1
  4. data/docs/AnalyticsApi.md +66 -2
  5. data/docs/AnalyticsConversationAsyncQueryResponse.md +1 -1
  6. data/docs/AnalyticsConversationQueryResponse.md +1 -1
  7. data/docs/AnalyticsParticipant.md +1 -0
  8. data/docs/AnalyticsParticipantWithoutAttributes.md +1 -0
  9. data/docs/ArchitectApi.md +345 -0
  10. data/docs/AuditApi.md +3 -1
  11. data/docs/AuditLogMessage.md +1 -1
  12. data/docs/AuthorizationApi.md +154 -9
  13. data/docs/AvailableTopic.md +3 -1
  14. data/docs/BuAgentScheduleActivity.md +18 -0
  15. data/docs/BuAgentSchedulePublishedScheduleReference.md +16 -0
  16. data/docs/BuAgentScheduleSearchResponse.md +15 -0
  17. data/docs/BuAgentScheduleShift.md +18 -0
  18. data/docs/BuAgentSchedulesSearchResponse.md +15 -0
  19. data/docs/BuAsyncAgentSchedulesSearchResponse.md +17 -0
  20. data/docs/BuFullDayTimeOffMarker.md +18 -0
  21. data/docs/BuScheduleReference.md +15 -0
  22. data/docs/Call.md +1 -1
  23. data/docs/CallBasic.md +1 -1
  24. data/docs/CallMediaParticipant.md +1 -1
  25. data/docs/CallbackMediaParticipant.md +1 -1
  26. data/docs/CampaignProgress.md +2 -1
  27. data/docs/ChatMediaParticipant.md +1 -1
  28. data/docs/CobrowseMediaParticipant.md +1 -1
  29. data/docs/ConversationsApi.md +71 -1
  30. data/docs/CopyAttachmentsRequest.md +14 -0
  31. data/docs/CreateManagementUnitApiRequest.md +3 -2
  32. data/docs/CreateManagementUnitSettingsRequest.md +1 -1
  33. data/docs/CreateWorkPlanShift.md +1 -1
  34. data/docs/DataTableExportJob.md +22 -0
  35. data/docs/DataTableImportJob.md +25 -0
  36. data/docs/DivsPermittedEntityListing.md +23 -0
  37. data/docs/EmailMediaParticipant.md +1 -1
  38. data/docs/EntityListing.md +17 -0
  39. data/docs/ErrorBody.md +2 -2
  40. data/docs/ErrorInfo.md +14 -0
  41. data/docs/Evaluation.md +1 -0
  42. data/docs/EvaluationQuestionGroupScore.md +4 -0
  43. data/docs/EvaluationScoringSet.md +1 -0
  44. data/docs/FacebookIntegrationRequest.md +2 -2
  45. data/docs/GDPRJourneyCustomer.md +2 -2
  46. data/docs/InboundDomain.md +2 -0
  47. data/docs/Library.md +4 -3
  48. data/docs/LicenseApi.md +66 -0
  49. data/docs/MailFromResult.md +15 -0
  50. data/docs/ManagementUnit.md +2 -2
  51. data/docs/ManagementUnitSettingsRequest.md +1 -1
  52. data/docs/MessageMediaParticipant.md +1 -1
  53. data/docs/MessagingApi.md +0 -936
  54. data/docs/MessagingTemplate.md +15 -0
  55. data/docs/Organization.md +1 -0
  56. data/docs/QualityApi.md +5 -6
  57. data/docs/Record.md +15 -0
  58. data/docs/ReportingExportMetadataJobListing.md +22 -0
  59. data/docs/ReportingExportMetadataJobResponse.md +22 -0
  60. data/docs/Response.md +2 -0
  61. data/docs/RoutingApi.md +385 -0
  62. data/docs/RoutingSettings.md +13 -0
  63. data/docs/SCIMApi.md +397 -23
  64. data/docs/ScimUserExtensions.md +14 -0
  65. data/docs/ScimUserRole.md +13 -0
  66. data/docs/ScimUserRoutingLanguage.md +14 -0
  67. data/docs/ScimUserRoutingSkill.md +14 -0
  68. data/docs/ScimV2CreateUser.md +2 -1
  69. data/docs/ScimV2SchemaAttribute.md +24 -0
  70. data/docs/ScimV2SchemaDefinition.md +17 -0
  71. data/docs/ScimV2SchemaListResponse.md +17 -0
  72. data/docs/ScimV2User.md +2 -1
  73. data/docs/ShortTermForecast.md +2 -2
  74. data/docs/ShortTermForecastListItemResponse.md +2 -2
  75. data/docs/ShortTermForecastReference.md +2 -2
  76. data/docs/TimeOffRequestLookup.md +3 -3
  77. data/docs/TimeOffRequestResponse.md +3 -3
  78. data/docs/UserScheduleAdherence.md +1 -1
  79. data/docs/UsersApi.md +358 -10
  80. data/docs/ViewFilter.md +4 -10
  81. data/docs/WeekSchedule.md +1 -1
  82. data/docs/WeekScheduleListItemResponse.md +1 -1
  83. data/docs/WeekScheduleReference.md +1 -1
  84. data/docs/WorkPlanShift.md +1 -1
  85. data/docs/WorkforceManagementApi.md +40 -41
  86. data/lib/purecloudplatformclientv2.rb +27 -0
  87. data/lib/purecloudplatformclientv2/api/analytics_api.rb +73 -0
  88. data/lib/purecloudplatformclientv2/api/architect_api.rb +373 -0
  89. data/lib/purecloudplatformclientv2/api/audit_api.rb +9 -0
  90. data/lib/purecloudplatformclientv2/api/authorization_api.rb +185 -7
  91. data/lib/purecloudplatformclientv2/api/conversations_api.rb +84 -0
  92. data/lib/purecloudplatformclientv2/api/license_api.rb +63 -0
  93. data/lib/purecloudplatformclientv2/api/messaging_api.rb +0 -949
  94. data/lib/purecloudplatformclientv2/api/quality_api.rb +8 -6
  95. data/lib/purecloudplatformclientv2/api/routing_api.rb +378 -0
  96. data/lib/purecloudplatformclientv2/api/scim_api.rb +366 -26
  97. data/lib/purecloudplatformclientv2/api/users_api.rb +398 -7
  98. data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -3
  99. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  100. data/lib/purecloudplatformclientv2/models/activity_code.rb +30 -30
  101. data/lib/purecloudplatformclientv2/models/analytics_conversation_async_query_response.rb +15 -15
  102. data/lib/purecloudplatformclientv2/models/analytics_conversation_query_response.rb +15 -15
  103. data/lib/purecloudplatformclientv2/models/analytics_participant.rb +27 -1
  104. data/lib/purecloudplatformclientv2/models/analytics_participant_without_attributes.rb +27 -1
  105. data/lib/purecloudplatformclientv2/models/audit_log_message.rb +5 -5
  106. data/lib/purecloudplatformclientv2/models/available_topic.rb +57 -4
  107. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_activity.rb +332 -0
  108. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_published_schedule_reference.rb +280 -0
  109. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_search_response.rb +258 -0
  110. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_shift.rb +334 -0
  111. data/lib/purecloudplatformclientv2/models/bu_agent_schedules_search_response.rb +258 -0
  112. data/lib/purecloudplatformclientv2/models/bu_async_agent_schedules_search_response.rb +320 -0
  113. data/lib/purecloudplatformclientv2/models/bu_full_day_time_off_marker.rb +332 -0
  114. data/lib/purecloudplatformclientv2/models/bu_schedule_reference.rb +254 -0
  115. data/lib/purecloudplatformclientv2/models/call.rb +1 -1
  116. data/lib/purecloudplatformclientv2/models/call_basic.rb +1 -1
  117. data/lib/purecloudplatformclientv2/models/call_media_participant.rb +1 -1
  118. data/lib/purecloudplatformclientv2/models/callback_media_participant.rb +1 -1
  119. data/lib/purecloudplatformclientv2/models/campaign_progress.rb +28 -2
  120. data/lib/purecloudplatformclientv2/models/chat_media_participant.rb +1 -1
  121. data/lib/purecloudplatformclientv2/models/cobrowse_media_participant.rb +1 -1
  122. data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
  123. data/lib/purecloudplatformclientv2/models/copy_attachments_request.rb +240 -0
  124. data/lib/purecloudplatformclientv2/models/create_management_unit_api_request.rb +37 -16
  125. data/lib/purecloudplatformclientv2/models/create_management_unit_settings_request.rb +1 -1
  126. data/lib/purecloudplatformclientv2/models/create_work_plan_shift.rb +1 -1
  127. data/lib/purecloudplatformclientv2/models/data_table_export_job.rb +455 -0
  128. data/lib/purecloudplatformclientv2/models/data_table_import_job.rb +547 -0
  129. data/lib/purecloudplatformclientv2/models/divs_permitted_entity_listing.rb +453 -0
  130. data/lib/purecloudplatformclientv2/models/email_media_participant.rb +1 -1
  131. data/lib/purecloudplatformclientv2/models/entity_listing.rb +303 -0
  132. data/lib/purecloudplatformclientv2/models/error_body.rb +20 -20
  133. data/lib/purecloudplatformclientv2/models/error_info.rb +226 -0
  134. data/lib/purecloudplatformclientv2/models/evaluation.rb +27 -1
  135. data/lib/purecloudplatformclientv2/models/evaluation_question_group_score.rb +101 -1
  136. data/lib/purecloudplatformclientv2/models/evaluation_scoring_set.rb +26 -1
  137. data/lib/purecloudplatformclientv2/models/facebook_integration_request.rb +2 -7
  138. data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
  139. data/lib/purecloudplatformclientv2/models/gdpr_journey_customer.rb +2 -12
  140. data/lib/purecloudplatformclientv2/models/inbound_domain.rb +53 -1
  141. data/lib/purecloudplatformclientv2/models/library.rb +44 -2
  142. data/lib/purecloudplatformclientv2/models/mail_from_result.rb +275 -0
  143. data/lib/purecloudplatformclientv2/models/management_unit.rb +2 -2
  144. data/lib/purecloudplatformclientv2/models/management_unit_settings_request.rb +1 -1
  145. data/lib/purecloudplatformclientv2/models/message_media_participant.rb +1 -1
  146. data/lib/purecloudplatformclientv2/models/messaging_template.rb +270 -0
  147. data/lib/purecloudplatformclientv2/models/organization.rb +41 -1
  148. data/lib/purecloudplatformclientv2/models/record.rb +269 -0
  149. data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +2 -2
  150. data/lib/purecloudplatformclientv2/models/reporting_export_metadata_job_listing.rb +428 -0
  151. data/lib/purecloudplatformclientv2/models/reporting_export_metadata_job_response.rb +459 -0
  152. data/lib/purecloudplatformclientv2/models/response.rb +67 -1
  153. data/lib/purecloudplatformclientv2/models/routing_settings.rb +202 -0
  154. data/lib/purecloudplatformclientv2/models/scim_metadata.rb +2 -2
  155. data/lib/purecloudplatformclientv2/models/scim_user_extensions.rb +233 -0
  156. data/lib/purecloudplatformclientv2/models/scim_user_role.rb +203 -0
  157. data/lib/purecloudplatformclientv2/models/scim_user_routing_language.rb +234 -0
  158. data/lib/purecloudplatformclientv2/models/scim_user_routing_skill.rb +234 -0
  159. data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +30 -5
  160. data/lib/purecloudplatformclientv2/models/scim_v2_group_reference.rb +2 -2
  161. data/lib/purecloudplatformclientv2/models/scim_v2_member_reference.rb +2 -2
  162. data/lib/purecloudplatformclientv2/models/scim_v2_schema_attribute.rb +551 -0
  163. data/lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb +309 -0
  164. data/lib/purecloudplatformclientv2/models/scim_v2_schema_list_response.rb +311 -0
  165. data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +27 -2
  166. data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
  167. data/lib/purecloudplatformclientv2/models/short_term_forecast.rb +30 -35
  168. data/lib/purecloudplatformclientv2/models/short_term_forecast_list_item_response.rb +30 -35
  169. data/lib/purecloudplatformclientv2/models/short_term_forecast_reference.rb +22 -27
  170. data/lib/purecloudplatformclientv2/models/time_off_request_lookup.rb +3 -3
  171. data/lib/purecloudplatformclientv2/models/time_off_request_response.rb +3 -3
  172. data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +1 -1
  173. data/lib/purecloudplatformclientv2/models/view_filter.rb +53 -255
  174. data/lib/purecloudplatformclientv2/models/week_schedule.rb +21 -21
  175. data/lib/purecloudplatformclientv2/models/week_schedule_list_item_response.rb +21 -21
  176. data/lib/purecloudplatformclientv2/models/week_schedule_reference.rb +14 -14
  177. data/lib/purecloudplatformclientv2/models/work_plan_shift.rb +1 -1
  178. data/lib/purecloudplatformclientv2/version.rb +1 -1
  179. metadata +56 -2
@@ -60,6 +60,9 @@ module PureCloud
60
60
  # Date of conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
61
61
  attr_accessor :conversation_date
62
62
 
63
+ # End date of conversation if it had completed before evaluation creation. Null if created before the conversation ended. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
64
+ attr_accessor :conversation_end_date
65
+
63
66
  # Signifies if the evaluation is never to be released. This cannot be set true if release date is also set.
64
67
  attr_accessor :never_release
65
68
 
@@ -115,6 +118,8 @@ module PureCloud
115
118
 
116
119
  :'conversation_date' => :'conversationDate',
117
120
 
121
+ :'conversation_end_date' => :'conversationEndDate',
122
+
118
123
  :'never_release' => :'neverRelease',
119
124
 
120
125
  :'resource_id' => :'resourceId',
@@ -168,6 +173,8 @@ module PureCloud
168
173
 
169
174
  :'conversation_date' => :'DateTime',
170
175
 
176
+ :'conversation_end_date' => :'DateTime',
177
+
171
178
  :'never_release' => :'BOOLEAN',
172
179
 
173
180
  :'resource_id' => :'String',
@@ -347,6 +354,15 @@ module PureCloud
347
354
  end
348
355
 
349
356
 
357
+ if attributes.has_key?(:'conversationEndDate')
358
+
359
+
360
+ self.conversation_end_date = attributes[:'conversationEndDate']
361
+
362
+
363
+ end
364
+
365
+
350
366
  if attributes.has_key?(:'neverRelease')
351
367
 
352
368
 
@@ -494,6 +510,10 @@ module PureCloud
494
510
 
495
511
 
496
512
 
513
+
514
+
515
+
516
+
497
517
 
498
518
 
499
519
 
@@ -620,6 +640,11 @@ module PureCloud
620
640
 
621
641
 
622
642
 
643
+
644
+
645
+
646
+
647
+
623
648
 
624
649
 
625
650
 
@@ -676,6 +701,7 @@ module PureCloud
676
701
  media_type == o.media_type &&
677
702
  rescore == o.rescore &&
678
703
  conversation_date == o.conversation_date &&
704
+ conversation_end_date == o.conversation_end_date &&
679
705
  never_release == o.never_release &&
680
706
  resource_id == o.resource_id &&
681
707
  resource_type == o.resource_type &&
@@ -693,7 +719,7 @@ module PureCloud
693
719
  # Calculates hash code according to all attributes.
694
720
  # @return [Fixnum] Hash code
695
721
  def hash
696
- [id, name, conversation, evaluation_form, evaluator, agent, calibration, status, answers, agent_has_read, release_date, assigned_date, changed_date, queue, media_type, rescore, conversation_date, never_release, resource_id, resource_type, redacted, is_scoring_index, self_uri].hash
722
+ [id, name, conversation, evaluation_form, evaluator, agent, calibration, status, answers, agent_has_read, release_date, assigned_date, changed_date, queue, media_type, rescore, conversation_date, conversation_end_date, never_release, resource_id, resource_type, redacted, is_scoring_index, self_uri].hash
697
723
  end
698
724
 
699
725
  # build the object from hash
@@ -30,6 +30,10 @@ module PureCloud
30
30
 
31
31
  attr_accessor :max_total_critical_score
32
32
 
33
+ attr_accessor :total_non_critical_score
34
+
35
+ attr_accessor :max_total_non_critical_score
36
+
33
37
  attr_accessor :total_score_unweighted
34
38
 
35
39
  attr_accessor :max_total_score_unweighted
@@ -38,6 +42,10 @@ module PureCloud
38
42
 
39
43
  attr_accessor :max_total_critical_score_unweighted
40
44
 
45
+ attr_accessor :total_non_critical_score_unweighted
46
+
47
+ attr_accessor :max_total_non_critical_score_unweighted
48
+
41
49
  attr_accessor :question_scores
42
50
 
43
51
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -56,6 +64,10 @@ module PureCloud
56
64
 
57
65
  :'max_total_critical_score' => :'maxTotalCriticalScore',
58
66
 
67
+ :'total_non_critical_score' => :'totalNonCriticalScore',
68
+
69
+ :'max_total_non_critical_score' => :'maxTotalNonCriticalScore',
70
+
59
71
  :'total_score_unweighted' => :'totalScoreUnweighted',
60
72
 
61
73
  :'max_total_score_unweighted' => :'maxTotalScoreUnweighted',
@@ -64,6 +76,10 @@ module PureCloud
64
76
 
65
77
  :'max_total_critical_score_unweighted' => :'maxTotalCriticalScoreUnweighted',
66
78
 
79
+ :'total_non_critical_score_unweighted' => :'totalNonCriticalScoreUnweighted',
80
+
81
+ :'max_total_non_critical_score_unweighted' => :'maxTotalNonCriticalScoreUnweighted',
82
+
67
83
  :'question_scores' => :'questionScores'
68
84
 
69
85
  }
@@ -85,6 +101,10 @@ module PureCloud
85
101
 
86
102
  :'max_total_critical_score' => :'Float',
87
103
 
104
+ :'total_non_critical_score' => :'Float',
105
+
106
+ :'max_total_non_critical_score' => :'Float',
107
+
88
108
  :'total_score_unweighted' => :'Float',
89
109
 
90
110
  :'max_total_score_unweighted' => :'Float',
@@ -93,6 +113,10 @@ module PureCloud
93
113
 
94
114
  :'max_total_critical_score_unweighted' => :'Float',
95
115
 
116
+ :'total_non_critical_score_unweighted' => :'Float',
117
+
118
+ :'max_total_non_critical_score_unweighted' => :'Float',
119
+
96
120
  :'question_scores' => :'Array<EvaluationQuestionScore>'
97
121
 
98
122
  }
@@ -161,6 +185,24 @@ module PureCloud
161
185
  end
162
186
 
163
187
 
188
+ if attributes.has_key?(:'totalNonCriticalScore')
189
+
190
+
191
+ self.total_non_critical_score = attributes[:'totalNonCriticalScore']
192
+
193
+
194
+ end
195
+
196
+
197
+ if attributes.has_key?(:'maxTotalNonCriticalScore')
198
+
199
+
200
+ self.max_total_non_critical_score = attributes[:'maxTotalNonCriticalScore']
201
+
202
+
203
+ end
204
+
205
+
164
206
  if attributes.has_key?(:'totalScoreUnweighted')
165
207
 
166
208
 
@@ -197,6 +239,24 @@ module PureCloud
197
239
  end
198
240
 
199
241
 
242
+ if attributes.has_key?(:'totalNonCriticalScoreUnweighted')
243
+
244
+
245
+ self.total_non_critical_score_unweighted = attributes[:'totalNonCriticalScoreUnweighted']
246
+
247
+
248
+ end
249
+
250
+
251
+ if attributes.has_key?(:'maxTotalNonCriticalScoreUnweighted')
252
+
253
+
254
+ self.max_total_non_critical_score_unweighted = attributes[:'maxTotalNonCriticalScoreUnweighted']
255
+
256
+
257
+ end
258
+
259
+
200
260
  if attributes.has_key?(:'questionScores')
201
261
 
202
262
  if (value = attributes[:'questionScores']).is_a?(Array)
@@ -250,6 +310,22 @@ module PureCloud
250
310
 
251
311
 
252
312
 
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
253
329
 
254
330
 
255
331
 
@@ -304,6 +380,26 @@ module PureCloud
304
380
 
305
381
 
306
382
 
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
307
403
 
308
404
 
309
405
 
@@ -336,10 +432,14 @@ module PureCloud
336
432
  marked_na == o.marked_na &&
337
433
  total_critical_score == o.total_critical_score &&
338
434
  max_total_critical_score == o.max_total_critical_score &&
435
+ total_non_critical_score == o.total_non_critical_score &&
436
+ max_total_non_critical_score == o.max_total_non_critical_score &&
339
437
  total_score_unweighted == o.total_score_unweighted &&
340
438
  max_total_score_unweighted == o.max_total_score_unweighted &&
341
439
  total_critical_score_unweighted == o.total_critical_score_unweighted &&
342
440
  max_total_critical_score_unweighted == o.max_total_critical_score_unweighted &&
441
+ total_non_critical_score_unweighted == o.total_non_critical_score_unweighted &&
442
+ max_total_non_critical_score_unweighted == o.max_total_non_critical_score_unweighted &&
343
443
  question_scores == o.question_scores
344
444
  end
345
445
 
@@ -352,7 +452,7 @@ module PureCloud
352
452
  # Calculates hash code according to all attributes.
353
453
  # @return [Fixnum] Hash code
354
454
  def hash
355
- [question_group_id, total_score, max_total_score, marked_na, total_critical_score, max_total_critical_score, total_score_unweighted, max_total_score_unweighted, total_critical_score_unweighted, max_total_critical_score_unweighted, question_scores].hash
455
+ [question_group_id, total_score, max_total_score, marked_na, total_critical_score, max_total_critical_score, total_non_critical_score, max_total_non_critical_score, total_score_unweighted, max_total_score_unweighted, total_critical_score_unweighted, max_total_critical_score_unweighted, total_non_critical_score_unweighted, max_total_non_critical_score_unweighted, question_scores].hash
356
456
  end
357
457
 
358
458
  # build the object from hash
@@ -22,6 +22,8 @@ module PureCloud
22
22
 
23
23
  attr_accessor :total_critical_score
24
24
 
25
+ attr_accessor :total_non_critical_score
26
+
25
27
  attr_accessor :question_group_scores
26
28
 
27
29
  attr_accessor :any_failed_kill_questions
@@ -38,6 +40,8 @@ module PureCloud
38
40
 
39
41
  :'total_critical_score' => :'totalCriticalScore',
40
42
 
43
+ :'total_non_critical_score' => :'totalNonCriticalScore',
44
+
41
45
  :'question_group_scores' => :'questionGroupScores',
42
46
 
43
47
  :'any_failed_kill_questions' => :'anyFailedKillQuestions',
@@ -57,6 +61,8 @@ module PureCloud
57
61
 
58
62
  :'total_critical_score' => :'Float',
59
63
 
64
+ :'total_non_critical_score' => :'Float',
65
+
60
66
  :'question_group_scores' => :'Array<EvaluationQuestionGroupScore>',
61
67
 
62
68
  :'any_failed_kill_questions' => :'BOOLEAN',
@@ -95,6 +101,15 @@ module PureCloud
95
101
  end
96
102
 
97
103
 
104
+ if attributes.has_key?(:'totalNonCriticalScore')
105
+
106
+
107
+ self.total_non_critical_score = attributes[:'totalNonCriticalScore']
108
+
109
+
110
+ end
111
+
112
+
98
113
  if attributes.has_key?(:'questionGroupScores')
99
114
 
100
115
  if (value = attributes[:'questionGroupScores']).is_a?(Array)
@@ -167,6 +182,10 @@ module PureCloud
167
182
 
168
183
 
169
184
 
185
+
186
+
187
+
188
+
170
189
 
171
190
 
172
191
 
@@ -199,6 +218,11 @@ module PureCloud
199
218
 
200
219
 
201
220
 
221
+
222
+
223
+
224
+
225
+
202
226
 
203
227
 
204
228
 
@@ -212,6 +236,7 @@ module PureCloud
212
236
  self.class == o.class &&
213
237
  total_score == o.total_score &&
214
238
  total_critical_score == o.total_critical_score &&
239
+ total_non_critical_score == o.total_non_critical_score &&
215
240
  question_group_scores == o.question_group_scores &&
216
241
  any_failed_kill_questions == o.any_failed_kill_questions &&
217
242
  comments == o.comments &&
@@ -227,7 +252,7 @@ module PureCloud
227
252
  # Calculates hash code according to all attributes.
228
253
  # @return [Fixnum] Hash code
229
254
  def hash
230
- [total_score, total_critical_score, question_group_scores, any_failed_kill_questions, comments, agent_comments].hash
255
+ [total_score, total_critical_score, total_non_critical_score, question_group_scores, any_failed_kill_questions, comments, agent_comments].hash
231
256
  end
232
257
 
233
258
  # build the object from hash
@@ -33,10 +33,10 @@ module PureCloud
33
33
  # The page Id of a facebook page. The pageId is required when userAccessToken is provided.
34
34
  attr_accessor :page_id
35
35
 
36
- # The app Id of a facebook app
36
+ # The app Id of a facebook app. The appId is required when a customer wants to use their own approved facebook app.
37
37
  attr_accessor :app_id
38
38
 
39
- # The app Secret of a facebook app
39
+ # The app Secret of a facebook app. The appSecret is required when appId is provided.
40
40
  attr_accessor :app_secret
41
41
 
42
42
  # The URI for this object
@@ -210,11 +210,6 @@ module PureCloud
210
210
 
211
211
 
212
212
 
213
- if @app_id.nil?
214
- return false
215
- end
216
-
217
-
218
213
 
219
214
 
220
215
 
@@ -147,7 +147,7 @@ module PureCloud
147
147
 
148
148
 
149
149
 
150
- allowed_values = ["addressFrom", "addressTo", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "sessionDnis", "sessionId", "startingLanguage", "stationId", "transferTargetAddress", "transferTargetName", "transferType", "userId", "wrapUpCode"]
150
+ allowed_values = ["addressFrom", "addressTo", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "sessionDnis", "sessionId", "startingLanguage", "stationId", "teamId", "transferTargetAddress", "transferTargetName", "transferType", "userId", "wrapUpCode"]
151
151
  if @dimension && !allowed_values.include?(@dimension)
152
152
  return false
153
153
  end
@@ -192,7 +192,7 @@ module PureCloud
192
192
  # Custom attribute writer method checking allowed values (enum).
193
193
  # @param [Object] dimension Object to be assigned
194
194
  def dimension=(dimension)
195
- allowed_values = ["addressFrom", "addressTo", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "sessionDnis", "sessionId", "startingLanguage", "stationId", "transferTargetAddress", "transferTargetName", "transferType", "userId", "wrapUpCode"]
195
+ allowed_values = ["addressFrom", "addressTo", "agentScore", "ani", "conversationId", "convertedFrom", "convertedTo", "direction", "disconnectType", "divisionId", "dnis", "edgeId", "endingLanguage", "entryReason", "entryType", "exitReason", "externalMediaCount", "externalOrganizationId", "flaggedReason", "flowId", "flowName", "flowOutType", "flowOutcome", "flowOutcomeId", "flowOutcomeValue", "flowType", "flowVersion", "groupId", "interactionType", "journeyActionId", "journeyActionMapId", "journeyActionMapVersion", "journeyCustomerId", "journeyCustomerIdType", "journeyCustomerSessionId", "journeyCustomerSessionIdType", "mediaCount", "mediaType", "messageType", "originatingDirection", "outboundCampaignId", "outboundContactId", "outboundContactListId", "participantName", "peerId", "provider", "purpose", "queueId", "remote", "requestedLanguageId", "requestedRoutingSkillId", "roomId", "routingPriority", "scoredAgentId", "sessionDnis", "sessionId", "startingLanguage", "stationId", "teamId", "transferTargetAddress", "transferTargetName", "transferType", "userId", "wrapUpCode"]
196
196
  if dimension && !allowed_values.include?(dimension)
197
197
  fail ArgumentError, "invalid value for 'dimension', must be one of #{allowed_values}."
198
198
  end
@@ -18,10 +18,10 @@ require 'date'
18
18
 
19
19
  module PureCloud
20
20
  class GDPRJourneyCustomer
21
- # The type of the customerId within the Journey System (e.g. cookie).
21
+ # The type of the customerId within the Journey System (e.g. cookie). Required if `id` is defined.
22
22
  attr_accessor :type
23
23
 
24
- # An ID of a customer within the Journey System at a point-in-time.
24
+ # An ID of a customer within the Journey System at a point-in-time. Required if `type` is defined.
25
25
  attr_accessor :id
26
26
 
27
27
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -89,20 +89,10 @@ module PureCloud
89
89
  def valid?
90
90
 
91
91
 
92
- if @type.nil?
93
- return false
94
- end
95
-
96
-
97
92
 
98
93
 
99
94
 
100
95
 
101
- if @id.nil?
102
- return false
103
- end
104
-
105
-
106
96
 
107
97
 
108
98
 
@@ -29,6 +29,12 @@ module PureCloud
29
29
  # Indicates if this a PureCloud sub-domain. If true, then the appropriate DNS records are created for sending/receiving email.
30
30
  attr_accessor :sub_domain
31
31
 
32
+ # The DNS settings if the inbound domain is using a custom Mail From. These settings can only be used on InboundDomains where subDomain is false.
33
+ attr_accessor :mail_from_settings
34
+
35
+ # The custom SMTP server integration to use when sending outbound emails from this domain.
36
+ attr_accessor :custom_smtp_server
37
+
32
38
  # The URI for this object
33
39
  attr_accessor :self_uri
34
40
 
@@ -44,6 +50,10 @@ module PureCloud
44
50
 
45
51
  :'sub_domain' => :'subDomain',
46
52
 
53
+ :'mail_from_settings' => :'mailFromSettings',
54
+
55
+ :'custom_smtp_server' => :'customSMTPServer',
56
+
47
57
  :'self_uri' => :'selfUri'
48
58
 
49
59
  }
@@ -61,6 +71,10 @@ module PureCloud
61
71
 
62
72
  :'sub_domain' => :'BOOLEAN',
63
73
 
74
+ :'mail_from_settings' => :'MailFromResult',
75
+
76
+ :'custom_smtp_server' => :'DomainEntityRef',
77
+
64
78
  :'self_uri' => :'String'
65
79
 
66
80
  }
@@ -111,6 +125,24 @@ module PureCloud
111
125
  end
112
126
 
113
127
 
128
+ if attributes.has_key?(:'mailFromSettings')
129
+
130
+
131
+ self.mail_from_settings = attributes[:'mailFromSettings']
132
+
133
+
134
+ end
135
+
136
+
137
+ if attributes.has_key?(:'customSMTPServer')
138
+
139
+
140
+ self.custom_smtp_server = attributes[:'customSMTPServer']
141
+
142
+
143
+ end
144
+
145
+
114
146
  if attributes.has_key?(:'selfUri')
115
147
 
116
148
 
@@ -165,6 +197,14 @@ module PureCloud
165
197
 
166
198
 
167
199
 
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
168
208
  end
169
209
 
170
210
 
@@ -198,6 +238,16 @@ module PureCloud
198
238
 
199
239
 
200
240
 
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
201
251
 
202
252
 
203
253
 
@@ -211,6 +261,8 @@ module PureCloud
211
261
  name == o.name &&
212
262
  mx_record_status == o.mx_record_status &&
213
263
  sub_domain == o.sub_domain &&
264
+ mail_from_settings == o.mail_from_settings &&
265
+ custom_smtp_server == o.custom_smtp_server &&
214
266
  self_uri == o.self_uri
215
267
  end
216
268
 
@@ -223,7 +275,7 @@ module PureCloud
223
275
  # Calculates hash code according to all attributes.
224
276
  # @return [Fixnum] Hash code
225
277
  def hash
226
- [id, name, mx_record_status, sub_domain, self_uri].hash
278
+ [id, name, mx_record_status, sub_domain, mail_from_settings, custom_smtp_server, self_uri].hash
227
279
  end
228
280
 
229
281
  # build the object from hash