purecloudplatformclientv2 91.0.0 → 96.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 (448) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/AfterCallWork.md +15 -0
  4. data/docs/AmazonLexRequest.md +14 -0
  5. data/docs/AnalyticsApi.md +67 -1
  6. data/docs/AnalyticsProposedAgent.md +14 -0
  7. data/docs/AnalyticsSession.md +6 -0
  8. data/docs/ArchitectApi.md +51 -49
  9. data/docs/ArrayNode.md +4 -4
  10. data/docs/AuditApi.md +130 -0
  11. data/docs/AuditRealtimeQueryRequest.md +18 -0
  12. data/docs/AuditRealtimeQueryResultsResponse.md +17 -0
  13. data/docs/AvailableTopic.md +1 -0
  14. data/docs/Biography.md +1 -0
  15. data/docs/BuAgentSchedulesQueryResponse.md +1 -0
  16. data/docs/ButtonComponent.md +16 -0
  17. data/docs/Call.md +1 -0
  18. data/docs/CallBasic.md +1 -0
  19. data/docs/Callback.md +1 -0
  20. data/docs/CallbackBasic.md +1 -0
  21. data/docs/CoachingApi.md +115 -30
  22. data/docs/CoachingAppointmentAggregateRequest.md +16 -0
  23. data/docs/CoachingAppointmentAggregateResponse.md +13 -0
  24. data/docs/CoachingAppointmentResponse.md +1 -0
  25. data/docs/CoachingNotification.md +1 -1
  26. data/docs/Cobrowsesession.md +1 -0
  27. data/docs/CommonCampaign.md +17 -0
  28. data/docs/CommonCampaignDivisionView.md +17 -0
  29. data/docs/CommonCampaignDivisionViewEntityListing.md +22 -0
  30. data/docs/CommonCampaignEntityListing.md +22 -0
  31. data/docs/Contact.md +1 -0
  32. data/docs/ContentActions.md +17 -0
  33. data/docs/ContentAttachment.md +19 -0
  34. data/docs/ContentGeneric.md +19 -0
  35. data/docs/ContentList.md +19 -0
  36. data/docs/ContentLocation.md +17 -0
  37. data/docs/ContentNotificationTemplate.md +17 -0
  38. data/docs/ContentQuickReply.md +16 -0
  39. data/docs/ConversationAssociation.md +1 -1
  40. data/docs/ConversationChat.md +1 -0
  41. data/docs/ConversationEventTopicAfterCallWork.md +15 -0
  42. data/docs/ConversationEventTopicCall.md +1 -0
  43. data/docs/ConversationEventTopicCallback.md +1 -0
  44. data/docs/ConversationEventTopicChat.md +1 -0
  45. data/docs/ConversationEventTopicCobrowse.md +1 -0
  46. data/docs/ConversationEventTopicEmail.md +1 -0
  47. data/docs/ConversationEventTopicMessage.md +2 -0
  48. data/docs/ConversationEventTopicScreenshare.md +1 -0
  49. data/docs/ConversationEventTopicSocialExpression.md +1 -0
  50. data/docs/ConversationEventTopicVideo.md +1 -0
  51. data/docs/ConversationMetrics.md +15 -0
  52. data/docs/ConversationsApi.md +73 -4
  53. data/docs/CreateCoachingAppointmentRequest.md +1 -1
  54. data/docs/CursorContactListing.md +16 -0
  55. data/docs/CursorNoteListing.md +16 -0
  56. data/docs/CursorOrganizationListing.md +16 -0
  57. data/docs/CursorRelationshipListing.md +16 -0
  58. data/docs/EdgeGroup.md +1 -0
  59. data/docs/Education.md +17 -0
  60. data/docs/Email.md +1 -0
  61. data/docs/EntityListing.md +1 -5
  62. data/docs/ExternalContactsApi.md +285 -9
  63. data/docs/ExternalOrganizationTrustorLink.md +1 -2
  64. data/docs/FacebookIntegrationUpdateRequest.md +14 -0
  65. data/docs/GoogleDialogflowCustomSettings.md +13 -0
  66. data/docs/HistoricalAdherenceActuals.md +15 -0
  67. data/docs/HistoricalAdherenceDayMetrics.md +23 -0
  68. data/docs/HistoricalAdherenceExceptionInfo.md +21 -0
  69. data/docs/HistoricalAdherenceQueryResult.md +21 -0
  70. data/docs/JourneyAggregateDataContainer.md +14 -0
  71. data/docs/JourneyAggregateQueryClause.md +14 -0
  72. data/docs/JourneyAggregateQueryFilter.md +15 -0
  73. data/docs/JourneyAggregateQueryPredicate.md +17 -0
  74. data/docs/JourneyAggregateQueryResponse.md +13 -0
  75. data/docs/JourneyAggregationQuery.md +21 -0
  76. data/docs/JourneyAggregationView.md +16 -0
  77. data/docs/JourneyApi.md +78 -0
  78. data/docs/JsonNode.md +4 -4
  79. data/docs/KnowledgeSearchRequest.md +3 -3
  80. data/docs/LanguageUnderstandingApi.md +165 -31
  81. data/docs/ListItemComponent.md +19 -0
  82. data/docs/Message.md +1 -0
  83. data/docs/MessageContent.md +19 -0
  84. data/docs/MessagingCampaign.md +28 -0
  85. data/docs/MessagingCampaignDivisionView.md +16 -0
  86. data/docs/MessagingCampaignDivisionViewEntityListing.md +22 -0
  87. data/docs/MessagingCampaignEntityListing.md +22 -0
  88. data/docs/NluDomainVersion.md +2 -1
  89. data/docs/NotificationTemplateBody.md +14 -0
  90. data/docs/NotificationTemplateFooter.md +13 -0
  91. data/docs/NotificationTemplateHeader.md +16 -0
  92. data/docs/NotificationTemplateParameter.md +14 -0
  93. data/docs/NotificationsApi.md +1 -1
  94. data/docs/OAuthClient.md +2 -0
  95. data/docs/OAuthClientListing.md +2 -0
  96. data/docs/OAuthClientRequest.md +2 -0
  97. data/docs/ObservationValue.md +3 -1
  98. data/docs/OrgOAuthClient.md +2 -0
  99. data/docs/OutboundApi.md +881 -76
  100. data/docs/Permissions.md +0 -2
  101. data/docs/PhoneCapabilities.md +1 -0
  102. data/docs/PostTextMessage.md +15 -0
  103. data/docs/PostTextRequest.md +23 -0
  104. data/docs/PostTextResponse.md +20 -0
  105. data/docs/PresenceApi.md +206 -6
  106. data/docs/PresenceExpand.md +17 -0
  107. data/docs/QueryRequestClause.md +14 -0
  108. data/docs/QueryRequestFilter.md +14 -0
  109. data/docs/QueryRequestPredicate.md +14 -0
  110. data/docs/QueryResponseData.md +14 -0
  111. data/docs/QueryResponseGroupedData.md +14 -0
  112. data/docs/QueryResponseMetric.md +14 -0
  113. data/docs/QueryResponseStats.md +13 -0
  114. data/docs/QueueConversationEventTopicAfterCallWork.md +15 -0
  115. data/docs/QueueConversationEventTopicCall.md +1 -0
  116. data/docs/QueueConversationEventTopicCallback.md +1 -0
  117. data/docs/QueueConversationEventTopicChat.md +1 -0
  118. data/docs/QueueConversationEventTopicCobrowse.md +1 -0
  119. data/docs/QueueConversationEventTopicEmail.md +1 -0
  120. data/docs/QueueConversationEventTopicMessage.md +2 -0
  121. data/docs/QueueConversationEventTopicScreenshare.md +1 -0
  122. data/docs/QueueConversationEventTopicSocialExpression.md +1 -0
  123. data/docs/QueueConversationEventTopicVideo.md +1 -0
  124. data/docs/QueueConversationSocialExpressionEventTopicAfterCallWork.md +15 -0
  125. data/docs/QueueConversationSocialExpressionEventTopicCall.md +1 -0
  126. data/docs/QueueConversationSocialExpressionEventTopicCallback.md +1 -0
  127. data/docs/QueueConversationSocialExpressionEventTopicChat.md +1 -0
  128. data/docs/QueueConversationSocialExpressionEventTopicCobrowse.md +1 -0
  129. data/docs/QueueConversationSocialExpressionEventTopicEmail.md +1 -0
  130. data/docs/QueueConversationSocialExpressionEventTopicMessage.md +2 -0
  131. data/docs/QueueConversationSocialExpressionEventTopicScreenshare.md +1 -0
  132. data/docs/QueueConversationSocialExpressionEventTopicSocialExpression.md +1 -0
  133. data/docs/QueueConversationSocialExpressionEventTopicVideo.md +1 -0
  134. data/docs/QueueConversationVideoEventTopicAfterCallWork.md +15 -0
  135. data/docs/QueueConversationVideoEventTopicCall.md +1 -0
  136. data/docs/QueueConversationVideoEventTopicCallback.md +1 -0
  137. data/docs/QueueConversationVideoEventTopicChat.md +1 -0
  138. data/docs/QueueConversationVideoEventTopicCobrowse.md +1 -0
  139. data/docs/QueueConversationVideoEventTopicEmail.md +1 -0
  140. data/docs/QueueConversationVideoEventTopicMessage.md +2 -0
  141. data/docs/QueueConversationVideoEventTopicScreenshare.md +1 -0
  142. data/docs/QueueConversationVideoEventTopicSocialExpression.md +1 -0
  143. data/docs/QueueConversationVideoEventTopicVideo.md +1 -0
  144. data/docs/Recording.md +1 -0
  145. data/docs/RecordingApi.md +2 -2
  146. data/docs/ReportingDataExportTopicDataExportNotification.md +1 -0
  147. data/docs/ReportingExportJobRequest.md +2 -0
  148. data/docs/ReportingExportJobResponse.md +4 -0
  149. data/docs/RoutingApi.md +14 -14
  150. data/docs/SCIMApi.md +92 -104
  151. data/docs/ScimConfigResourceType.md +2 -2
  152. data/docs/ScimGenesysUserExternalId.md +14 -0
  153. data/docs/ScimMetadata.md +2 -2
  154. data/docs/ScimUserExtensions.md +3 -2
  155. data/docs/ScimUserRole.md +1 -1
  156. data/docs/ScimUserRoutingLanguage.md +2 -2
  157. data/docs/ScimUserRoutingSkill.md +2 -2
  158. data/docs/ScimV2CreateUser.md +3 -3
  159. data/docs/ScimV2Group.md +1 -1
  160. data/docs/ScimV2SchemaAttribute.md +11 -11
  161. data/docs/ScimV2SchemaDefinition.md +5 -5
  162. data/docs/ScimV2SchemaListResponse.md +1 -1
  163. data/docs/ScimV2User.md +4 -4
  164. data/docs/Screenshare.md +1 -0
  165. data/docs/SearchApi.md +5 -2
  166. data/docs/SmsConfig.md +15 -0
  167. data/docs/SmsPhoneNumberRef.md +14 -0
  168. data/docs/SocialExpression.md +1 -0
  169. data/docs/SpeechTextAnalyticsApi.md +147 -0
  170. data/docs/StatEventFlowOutcomeTopicDatum.md +14 -0
  171. data/docs/StatEventFlowOutcomeTopicMetric.md +15 -0
  172. data/docs/StatEventFlowOutcomeTopicStatsNotification.md +14 -0
  173. data/docs/StatEventFlowTopicDatum.md +14 -0
  174. data/docs/StatEventFlowTopicMetric.md +15 -0
  175. data/docs/StatEventFlowTopicStatsNotification.md +14 -0
  176. data/docs/StatEventWrapUpCodeTopicDatum.md +14 -0
  177. data/docs/StatEventWrapUpCodeTopicMetric.md +15 -0
  178. data/docs/StatEventWrapUpCodeTopicStatsNotification.md +14 -0
  179. data/docs/SurveyForm.md +0 -2
  180. data/docs/TelephonyProvidersEdgeApi.md +6 -2
  181. data/docs/TextbotsApi.md +78 -0
  182. data/docs/TranscriptUrl.md +13 -0
  183. data/docs/UpdateCoachingAppointmentRequest.md +2 -1
  184. data/docs/UserRoutingLanguage.md +3 -3
  185. data/docs/UserRoutingLanguagePost.md +1 -1
  186. data/docs/UserRoutingSkill.md +1 -1
  187. data/docs/UserScheduleAdherence.md +1 -0
  188. data/docs/UserSearchRequest.md +2 -0
  189. data/docs/UsersApi.md +19 -6
  190. data/docs/Video.md +1 -0
  191. data/docs/ViewFilter.md +2 -0
  192. data/docs/VoicemailUserPolicy.md +1 -0
  193. data/docs/WemCoachingAppointmentTopicCoachingAppointmentNotification.md +1 -0
  194. data/docs/WfmBusinessUnitReference.md +14 -0
  195. data/docs/WfmHistoricalAdherenceResponse.md +1 -0
  196. data/docs/WfmHistoricalAdherenceResultWrapper.md +15 -0
  197. data/docs/WfmHistoricalDataUploadPurgeRequestStatusTopicHistoricalDataUploadPurgeRequestUpdate.md +13 -0
  198. data/docs/WfmHistoricalDataUploadRequestStatusTopicDateTime.md +16 -0
  199. data/docs/WfmHistoricalDataUploadRequestStatusTopicHistoricalDataUploadRequestUpdate.md +20 -0
  200. data/docs/WfmScheduleReference.md +16 -0
  201. data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUriReference.md +14 -0
  202. data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate.md +1 -0
  203. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference.md +13 -0
  204. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUriReference.md +14 -0
  205. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserReference.md +13 -0
  206. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserScheduleAdherenceUpdate.md +28 -0
  207. data/docs/WfmUserScheduleAdherenceUpdatedTopicUriReference.md +14 -0
  208. data/docs/WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate.md +1 -0
  209. data/lib/purecloudplatformclientv2.rb +91 -0
  210. data/lib/purecloudplatformclientv2/api/analytics_api.rb +67 -2
  211. data/lib/purecloudplatformclientv2/api/architect_api.rb +15 -6
  212. data/lib/purecloudplatformclientv2/api/audit_api.rb +129 -0
  213. data/lib/purecloudplatformclientv2/api/coaching_api.rb +155 -9
  214. data/lib/purecloudplatformclientv2/api/conversations_api.rb +79 -4
  215. data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +305 -13
  216. data/lib/purecloudplatformclientv2/api/journey_api.rb +92 -0
  217. data/lib/purecloudplatformclientv2/api/language_understanding_api.rb +191 -32
  218. data/lib/purecloudplatformclientv2/api/outbound_api.rb +1215 -155
  219. data/lib/purecloudplatformclientv2/api/presence_api.rb +213 -8
  220. data/lib/purecloudplatformclientv2/api/recording_api.rb +3 -3
  221. data/lib/purecloudplatformclientv2/api/routing_api.rb +2 -2
  222. data/lib/purecloudplatformclientv2/api/scim_api.rb +74 -74
  223. data/lib/purecloudplatformclientv2/api/search_api.rb +13 -0
  224. data/lib/purecloudplatformclientv2/api/speech_text_analytics_api.rb +167 -0
  225. data/lib/purecloudplatformclientv2/api/telephony_providers_edge_api.rb +18 -0
  226. data/lib/purecloudplatformclientv2/api/textbots_api.rb +92 -0
  227. data/lib/purecloudplatformclientv2/api/users_api.rb +78 -0
  228. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  229. data/lib/purecloudplatformclientv2/models/acw_settings.rb +2 -2
  230. data/lib/purecloudplatformclientv2/models/after_call_work.rb +267 -0
  231. data/lib/purecloudplatformclientv2/models/amazon_lex_request.rb +232 -0
  232. data/lib/purecloudplatformclientv2/models/analytics_proposed_agent.rb +228 -0
  233. data/lib/purecloudplatformclientv2/models/analytics_session.rb +178 -4
  234. data/lib/purecloudplatformclientv2/models/array_node.rb +54 -54
  235. data/lib/purecloudplatformclientv2/models/audit_log_message.rb +6 -6
  236. data/lib/purecloudplatformclientv2/models/audit_query_entity.rb +2 -2
  237. data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +2 -2
  238. data/lib/purecloudplatformclientv2/models/audit_query_request.rb +2 -2
  239. data/lib/purecloudplatformclientv2/models/audit_query_service.rb +2 -2
  240. data/lib/purecloudplatformclientv2/models/audit_realtime_query_request.rb +360 -0
  241. data/lib/purecloudplatformclientv2/models/audit_realtime_query_results_response.rb +303 -0
  242. data/lib/purecloudplatformclientv2/models/available_topic.rb +32 -4
  243. data/lib/purecloudplatformclientv2/models/biography.rb +32 -4
  244. data/lib/purecloudplatformclientv2/models/bu_agent_schedules_query_response.rb +30 -4
  245. data/lib/purecloudplatformclientv2/models/button_component.rb +281 -0
  246. data/lib/purecloudplatformclientv2/models/call.rb +30 -4
  247. data/lib/purecloudplatformclientv2/models/call_basic.rb +30 -4
  248. data/lib/purecloudplatformclientv2/models/callback.rb +30 -4
  249. data/lib/purecloudplatformclientv2/models/callback_basic.rb +30 -4
  250. data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_request.rb +294 -0
  251. data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_response.rb +204 -0
  252. data/lib/purecloudplatformclientv2/models/coaching_appointment_response.rb +27 -1
  253. data/lib/purecloudplatformclientv2/models/coaching_notification.rb +1 -1
  254. data/lib/purecloudplatformclientv2/models/cobrowsesession.rb +30 -4
  255. data/lib/purecloudplatformclientv2/models/common_campaign.rb +320 -0
  256. data/lib/purecloudplatformclientv2/models/common_campaign_division_view.rb +320 -0
  257. data/lib/purecloudplatformclientv2/models/common_campaign_division_view_entity_listing.rb +428 -0
  258. data/lib/purecloudplatformclientv2/models/common_campaign_entity_listing.rb +428 -0
  259. data/lib/purecloudplatformclientv2/models/contact.rb +29 -4
  260. data/lib/purecloudplatformclientv2/models/content_actions.rb +309 -0
  261. data/lib/purecloudplatformclientv2/models/content_attachment.rb +378 -0
  262. data/lib/purecloudplatformclientv2/models/content_generic.rb +361 -0
  263. data/lib/purecloudplatformclientv2/models/content_list.rb +375 -0
  264. data/lib/purecloudplatformclientv2/models/content_location.rb +307 -0
  265. data/lib/purecloudplatformclientv2/models/content_notification_template.rb +312 -0
  266. data/lib/purecloudplatformclientv2/models/content_quick_reply.rb +300 -0
  267. data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
  268. data/lib/purecloudplatformclientv2/models/conversation_association.rb +1 -1
  269. data/lib/purecloudplatformclientv2/models/conversation_chat.rb +30 -4
  270. data/lib/purecloudplatformclientv2/models/conversation_event_topic_after_call_work.rb +265 -0
  271. data/lib/purecloudplatformclientv2/models/conversation_event_topic_call.rb +26 -1
  272. data/lib/purecloudplatformclientv2/models/conversation_event_topic_callback.rb +26 -1
  273. data/lib/purecloudplatformclientv2/models/conversation_event_topic_chat.rb +26 -1
  274. data/lib/purecloudplatformclientv2/models/conversation_event_topic_cobrowse.rb +26 -1
  275. data/lib/purecloudplatformclientv2/models/conversation_event_topic_email.rb +26 -1
  276. data/lib/purecloudplatformclientv2/models/conversation_event_topic_message.rb +53 -3
  277. data/lib/purecloudplatformclientv2/models/conversation_event_topic_screenshare.rb +26 -1
  278. data/lib/purecloudplatformclientv2/models/conversation_event_topic_social_expression.rb +26 -1
  279. data/lib/purecloudplatformclientv2/models/conversation_event_topic_video.rb +26 -1
  280. data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_message_media_participant.rb +2 -2
  281. data/lib/purecloudplatformclientv2/models/conversation_metrics.rb +254 -0
  282. data/lib/purecloudplatformclientv2/models/create_coaching_appointment_request.rb +1 -1
  283. data/lib/purecloudplatformclientv2/models/create_outbound_messaging_conversation_request.rb +2 -2
  284. data/lib/purecloudplatformclientv2/models/cursor_contact_listing.rb +278 -0
  285. data/lib/purecloudplatformclientv2/models/cursor_note_listing.rb +278 -0
  286. data/lib/purecloudplatformclientv2/models/cursor_organization_listing.rb +278 -0
  287. data/lib/purecloudplatformclientv2/models/cursor_relationship_listing.rb +278 -0
  288. data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
  289. data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
  290. data/lib/purecloudplatformclientv2/models/edge_group.rb +27 -1
  291. data/lib/purecloudplatformclientv2/models/education.rb +304 -0
  292. data/lib/purecloudplatformclientv2/models/email.rb +30 -4
  293. data/lib/purecloudplatformclientv2/models/entity_listing.rb +4 -104
  294. data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
  295. data/lib/purecloudplatformclientv2/models/external_organization_trustor_link.rb +8 -34
  296. data/lib/purecloudplatformclientv2/models/facebook_integration_update_request.rb +228 -0
  297. data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
  298. data/lib/purecloudplatformclientv2/models/google_dialogflow_custom_settings.rb +202 -0
  299. data/lib/purecloudplatformclientv2/models/historical_adherence_actuals.rb +268 -0
  300. data/lib/purecloudplatformclientv2/models/historical_adherence_day_metrics.rb +462 -0
  301. data/lib/purecloudplatformclientv2/models/historical_adherence_exception_info.rb +466 -0
  302. data/lib/purecloudplatformclientv2/models/historical_adherence_query_result.rb +430 -0
  303. data/lib/purecloudplatformclientv2/models/intent_feedback.rb +2 -2
  304. data/lib/purecloudplatformclientv2/models/ip_address_range.rb +2 -2
  305. data/lib/purecloudplatformclientv2/models/journey_aggregate_data_container.rb +231 -0
  306. data/lib/purecloudplatformclientv2/models/journey_aggregate_query_clause.rb +254 -0
  307. data/lib/purecloudplatformclientv2/models/journey_aggregate_query_filter.rb +277 -0
  308. data/lib/purecloudplatformclientv2/models/journey_aggregate_query_predicate.rb +348 -0
  309. data/lib/purecloudplatformclientv2/models/journey_aggregate_query_response.rb +203 -0
  310. data/lib/purecloudplatformclientv2/models/journey_aggregation_query.rb +435 -0
  311. data/lib/purecloudplatformclientv2/models/journey_aggregation_view.rb +323 -0
  312. data/lib/purecloudplatformclientv2/models/json_node.rb +54 -54
  313. data/lib/purecloudplatformclientv2/models/knowledge_search_request.rb +0 -15
  314. data/lib/purecloudplatformclientv2/models/library.rb +2 -2
  315. data/lib/purecloudplatformclientv2/models/list_item_component.rb +373 -0
  316. data/lib/purecloudplatformclientv2/models/message.rb +32 -6
  317. data/lib/purecloudplatformclientv2/models/message_content.rb +378 -0
  318. data/lib/purecloudplatformclientv2/models/message_data.rb +2 -2
  319. data/lib/purecloudplatformclientv2/models/message_media_participant.rb +2 -2
  320. data/lib/purecloudplatformclientv2/models/messaging_campaign.rb +621 -0
  321. data/lib/purecloudplatformclientv2/models/messaging_campaign_division_view.rb +279 -0
  322. data/lib/purecloudplatformclientv2/models/messaging_campaign_division_view_entity_listing.rb +428 -0
  323. data/lib/purecloudplatformclientv2/models/messaging_campaign_entity_listing.rb +428 -0
  324. data/lib/purecloudplatformclientv2/models/messaging_integration.rb +2 -2
  325. data/lib/purecloudplatformclientv2/models/messaging_sticker.rb +2 -2
  326. data/lib/purecloudplatformclientv2/models/nlu_domain_version.rb +32 -1
  327. data/lib/purecloudplatformclientv2/models/notification_template_body.rb +236 -0
  328. data/lib/purecloudplatformclientv2/models/notification_template_footer.rb +203 -0
  329. data/lib/purecloudplatformclientv2/models/notification_template_header.rb +302 -0
  330. data/lib/purecloudplatformclientv2/models/notification_template_parameter.rb +234 -0
  331. data/lib/purecloudplatformclientv2/models/o_auth_client.rb +67 -1
  332. data/lib/purecloudplatformclientv2/models/o_auth_client_listing.rb +67 -1
  333. data/lib/purecloudplatformclientv2/models/o_auth_client_request.rb +70 -4
  334. data/lib/purecloudplatformclientv2/models/observation_value.rb +70 -2
  335. data/lib/purecloudplatformclientv2/models/org_o_auth_client.rb +67 -1
  336. data/lib/purecloudplatformclientv2/models/participant.rb +2 -2
  337. data/lib/purecloudplatformclientv2/models/participant_basic.rb +2 -2
  338. data/lib/purecloudplatformclientv2/models/permissions.rb +1 -52
  339. data/lib/purecloudplatformclientv2/models/phone_capabilities.rb +29 -4
  340. data/lib/purecloudplatformclientv2/models/post_text_message.rb +275 -0
  341. data/lib/purecloudplatformclientv2/models/post_text_request.rb +482 -0
  342. data/lib/purecloudplatformclientv2/models/post_text_response.rb +413 -0
  343. data/lib/purecloudplatformclientv2/models/presence_expand.rb +309 -0
  344. data/lib/purecloudplatformclientv2/models/query_request_clause.rb +254 -0
  345. data/lib/purecloudplatformclientv2/models/query_request_filter.rb +254 -0
  346. data/lib/purecloudplatformclientv2/models/query_request_predicate.rb +252 -0
  347. data/lib/purecloudplatformclientv2/models/query_response_data.rb +230 -0
  348. data/lib/purecloudplatformclientv2/models/query_response_grouped_data.rb +232 -0
  349. data/lib/purecloudplatformclientv2/models/query_response_metric.rb +242 -0
  350. data/lib/purecloudplatformclientv2/models/query_response_stats.rb +202 -0
  351. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_after_call_work.rb +265 -0
  352. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_call.rb +26 -1
  353. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_callback.rb +26 -1
  354. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_chat.rb +26 -1
  355. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_cobrowse.rb +26 -1
  356. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_email.rb +26 -1
  357. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_message.rb +53 -3
  358. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_screenshare.rb +26 -1
  359. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_social_expression.rb +26 -1
  360. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_video.rb +26 -1
  361. data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media_participant.rb +2 -2
  362. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_after_call_work.rb +265 -0
  363. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_call.rb +26 -1
  364. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_callback.rb +26 -1
  365. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_chat.rb +26 -1
  366. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_cobrowse.rb +26 -1
  367. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_email.rb +26 -1
  368. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message.rb +53 -3
  369. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_screenshare.rb +26 -1
  370. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_social_expression.rb +26 -1
  371. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_video.rb +26 -1
  372. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_after_call_work.rb +265 -0
  373. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_call.rb +26 -1
  374. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_callback.rb +26 -1
  375. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_chat.rb +26 -1
  376. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_cobrowse.rb +26 -1
  377. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_email.rb +26 -1
  378. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_message.rb +53 -3
  379. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_screenshare.rb +26 -1
  380. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_social_expression.rb +26 -1
  381. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_video.rb +26 -1
  382. data/lib/purecloudplatformclientv2/models/recipient.rb +2 -2
  383. data/lib/purecloudplatformclientv2/models/recording.rb +41 -1
  384. data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +26 -1
  385. data/lib/purecloudplatformclientv2/models/reporting_export_job_request.rb +53 -1
  386. data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +109 -1
  387. data/lib/purecloudplatformclientv2/models/response.rb +2 -2
  388. data/lib/purecloudplatformclientv2/models/schedule_generation_message.rb +2 -2
  389. data/lib/purecloudplatformclientv2/models/scim_config_resource_type.rb +2 -2
  390. data/lib/purecloudplatformclientv2/models/scim_genesys_user_external_id.rb +229 -0
  391. data/lib/purecloudplatformclientv2/models/scim_metadata.rb +2 -2
  392. data/lib/purecloudplatformclientv2/models/scim_phone_number.rb +2 -2
  393. data/lib/purecloudplatformclientv2/models/scim_user_extensions.rb +35 -7
  394. data/lib/purecloudplatformclientv2/models/scim_user_role.rb +1 -1
  395. data/lib/purecloudplatformclientv2/models/scim_user_routing_language.rb +3 -3
  396. data/lib/purecloudplatformclientv2/models/scim_user_routing_skill.rb +3 -3
  397. data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +3 -2
  398. data/lib/purecloudplatformclientv2/models/scim_v2_enterprise_user.rb +1 -1
  399. data/lib/purecloudplatformclientv2/models/scim_v2_group.rb +1 -1
  400. data/lib/purecloudplatformclientv2/models/scim_v2_schema_attribute.rb +12 -12
  401. data/lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb +6 -6
  402. data/lib/purecloudplatformclientv2/models/scim_v2_schema_list_response.rb +2 -2
  403. data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +4 -3
  404. data/lib/purecloudplatformclientv2/models/screenshare.rb +30 -4
  405. data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
  406. data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_request.rb +2 -2
  407. data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_response.rb +2 -2
  408. data/lib/purecloudplatformclientv2/models/sms_config.rb +269 -0
  409. data/lib/purecloudplatformclientv2/models/sms_phone_number_ref.rb +232 -0
  410. data/lib/purecloudplatformclientv2/models/social_expression.rb +30 -4
  411. data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_datum.rb +228 -0
  412. data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_metric.rb +253 -0
  413. data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_stats_notification.rb +230 -0
  414. data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_datum.rb +228 -0
  415. data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_metric.rb +253 -0
  416. data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_stats_notification.rb +230 -0
  417. data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_datum.rb +228 -0
  418. data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_metric.rb +253 -0
  419. data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_stats_notification.rb +230 -0
  420. data/lib/purecloudplatformclientv2/models/survey_form.rb +1 -53
  421. data/lib/purecloudplatformclientv2/models/transcript_url.rb +202 -0
  422. data/lib/purecloudplatformclientv2/models/update_coaching_appointment_request.rb +45 -5
  423. data/lib/purecloudplatformclientv2/models/user_routing_language.rb +4 -4
  424. data/lib/purecloudplatformclientv2/models/user_routing_language_post.rb +1 -1
  425. data/lib/purecloudplatformclientv2/models/user_routing_skill.rb +1 -1
  426. data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +27 -1
  427. data/lib/purecloudplatformclientv2/models/user_search_request.rb +70 -4
  428. data/lib/purecloudplatformclientv2/models/video.rb +30 -4
  429. data/lib/purecloudplatformclientv2/models/view_filter.rb +60 -4
  430. data/lib/purecloudplatformclientv2/models/voicemail_user_policy.rb +30 -4
  431. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +33 -8
  432. data/lib/purecloudplatformclientv2/models/wfm_business_unit_reference.rb +233 -0
  433. data/lib/purecloudplatformclientv2/models/wfm_historical_adherence_response.rb +27 -1
  434. data/lib/purecloudplatformclientv2/models/wfm_historical_adherence_result_wrapper.rb +258 -0
  435. data/lib/purecloudplatformclientv2/models/wfm_historical_data_upload_purge_request_status_topic_historical_data_upload_purge_request_update.rb +215 -0
  436. data/lib/purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_date_time.rb +276 -0
  437. data/lib/purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_historical_data_upload_request_update.rb +390 -0
  438. data/lib/purecloudplatformclientv2/models/wfm_schedule_reference.rb +295 -0
  439. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_uri_reference.rb +226 -0
  440. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_user_schedule_adherence_update.rb +26 -1
  441. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_queue_reference.rb +201 -0
  442. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_uri_reference.rb +226 -0
  443. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_reference.rb +201 -0
  444. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_schedule_adherence_update.rb +606 -0
  445. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.rb +226 -0
  446. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update.rb +26 -1
  447. data/lib/purecloudplatformclientv2/version.rb +1 -1
  448. metadata +185 -3
@@ -7,8 +7,6 @@ title: Permissions
7
7
 
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
- | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
- | **name** | **String** | | [optional] |
12
10
  | **ids** | **Array<String>** | List of permission ids. | |
13
11
  {: class="table table-striped"}
14
12
 
@@ -15,6 +15,7 @@ title: PhoneCapabilities
15
15
  | **no_rebalance** | **BOOLEAN** | | [optional] |
16
16
  | **no_cloud_provisioning** | **BOOLEAN** | | [optional] |
17
17
  | **media_codecs** | **Array<String>** | | [optional] |
18
+ | **cdm** | **BOOLEAN** | | [optional] |
18
19
  {: class="table table-striped"}
19
20
 
20
21
 
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: PostTextMessage
3
+ ---
4
+ ## PureCloud::PostTextMessage
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **type** | **String** | Message type | |
11
+ | **text** | **String** | Message text. If type is structured, used as fallback for clients that do not support particular structured content | [optional] |
12
+ | **content** | [**Array<MessageContent>**](MessageContent.html) | A list of content elements in message | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,23 @@
1
+ ---
2
+ title: PostTextRequest
3
+ ---
4
+ ## PureCloud::PostTextRequest
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **bot_id** | **String** | ID of the bot to send the text to. | |
11
+ | **bot_alias** | **String** | Alias/Version of the bot | [optional] |
12
+ | **integration_id** | **String** | the integration service id for the bot's credentials | |
13
+ | **bot_session_id** | **String** | GUID for this bot's session | |
14
+ | **post_text_message** | [**PostTextMessage**](PostTextMessage.html) | Message to send to the bot | |
15
+ | **language_code** | **String** | The launguage code the bot will run under | [optional] |
16
+ | **bot_session_timeout_minutes** | **Integer** | Override timeout for the bot session. This should be greater than 10 minutes. | [optional] |
17
+ | **bot_channels** | **Array<String>** | The channels this bot is utilizing | [optional] |
18
+ | **bot_correlation_id** | **String** | Id for tracking the activity - this will be returned in the response | [optional] |
19
+ | **amazon_lex_request** | [**AmazonLexRequest**](AmazonLexRequest.html) | | [optional] |
20
+ | **google_dialogflow** | [**GoogleDialogflowCustomSettings**](GoogleDialogflowCustomSettings.html) | | [optional] |
21
+ {: class="table table-striped"}
22
+
23
+
@@ -0,0 +1,20 @@
1
+ ---
2
+ title: PostTextResponse
3
+ ---
4
+ ## PureCloud::PostTextResponse
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **bot_state** | **String** | The state of the bot after completion of the request | |
11
+ | **reply_messages** | [**Array<PostTextMessage>**](PostTextMessage.html) | The list of messages to respond with, if any | [optional] |
12
+ | **intent_name** | **String** | The name of the intent the bot is either processing or has processed, this will be blank if no intent could be detected. | [optional] |
13
+ | **slots** | **Hash<String, String>** | Data parameters detected and filled by the bot. | [optional] |
14
+ | **bot_correlation_id** | **String** | The optional ID specified in the request | [optional] |
15
+ | **amazon_lex** | **Hash<String, Object>** | Raw data response from AWS (if called) | [optional] |
16
+ | **google_dialog_flow** | **Hash<String, Object>** | Raw data response from Google Dialogflow (if called) | [optional] |
17
+ | **genesys_dialog_engine** | **Hash<String, Object>** | Raw data response from Genesys' Dialogengine (if called) | [optional] |
18
+ {: class="table table-striped"}
19
+
20
+
@@ -13,7 +13,10 @@ Method | Description
13
13
  [**get_presencedefinitions**](PresenceApi.html#get_presencedefinitions) | Get an Organization's list of Presence Definitions
14
14
  [**get_systempresences**](PresenceApi.html#get_systempresences) | Get the list of SystemPresences
15
15
  [**get_user_presence**](PresenceApi.html#get_user_presence) | Get a user's Presence
16
+ [**get_user_presences_microsoftteams**](PresenceApi.html#get_user_presences_microsoftteams) | Get a user's Microsoft Teams presence.
17
+ [**get_user_presences_purecloud**](PresenceApi.html#get_user_presences_purecloud) | Get a user's Genesys Cloud presence.
16
18
  [**patch_user_presence**](PresenceApi.html#patch_user_presence) | Patch a user's Presence
19
+ [**patch_user_presences_purecloud**](PresenceApi.html#patch_user_presences_purecloud) | Patch a Genesys Cloud user's presence
17
20
  [**post_presencedefinitions**](PresenceApi.html#post_presencedefinitions) | Create a Presence Definition
18
21
  [**put_presencedefinition**](PresenceApi.html#put_presencedefinition) | Update a Presence Definition
19
22
  [**put_users_presences_bulk**](PresenceApi.html#put_users_presences_bulk) | Update bulk user Presences
@@ -288,7 +291,7 @@ This endpoint does not need any parameter.
288
291
 
289
292
  Get a user's Presence
290
293
 
291
-
294
+ Get a user's presence for the specified source that is not specifically listed. Used to support custom presence sources.
292
295
 
293
296
  Wraps GET /api/v2/users/{userId}/presences/{sourceId}
294
297
 
@@ -315,7 +318,7 @@ api_instance = PureCloud::PresenceApi.new
315
318
 
316
319
  user_id = "user_id_example" # String | user Id
317
320
 
318
- source_id = "source_id_example" # String | Source
321
+ source_id = "source_id_example" # String | Presence source ID
319
322
 
320
323
 
321
324
  begin
@@ -332,7 +335,137 @@ end
332
335
  Name | Type | Description | Notes
333
336
  ------------- | ------------- | ------------- | -------------
334
337
  **user_id** | **String**| user Id | |
335
- **source_id** | **String**| Source | |
338
+ **source_id** | **String**| Presence source ID | |
339
+ {: class="table table-striped"}
340
+
341
+
342
+ ### Return type
343
+
344
+ [**UserPresence**](UserPresence.html)
345
+
346
+ ### HTTP request headers
347
+
348
+ - **Content-Type**: application/json
349
+ - **Accept**: application/json
350
+
351
+
352
+
353
+ <a name="get_user_presences_microsoftteams"></a>
354
+
355
+ ## [**PresenceExpand**](PresenceExpand.html) get_user_presences_microsoftteams(user_id)
356
+
357
+
358
+
359
+ Get a user's Microsoft Teams presence.
360
+
361
+ Gets the presence for a Microsoft Teams user. This will return the Microsoft Teams presence mapped to Genesys Cloud presence with additional activity details in the message field. This presence source is read-only.
362
+
363
+ Wraps GET /api/v2/users/{userId}/presences/microsoftteams
364
+
365
+ Requires ANY permissions:
366
+
367
+ * integration:microsoftTeams:view
368
+ * integrations:integration:view
369
+
370
+
371
+ ### Example
372
+ ```{"language":"ruby"}
373
+ # load the gem
374
+ require 'purecloudplatformclientv2'
375
+ # setup authorization
376
+ @secret = ENV['PURECLOUD_SECRET']
377
+ @id = ENV['PURECLOUD_CLIENT_ID']
378
+ environment = "mypurecloud.com"
379
+
380
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
381
+
382
+ PureCloud.configure do |config|
383
+ config.access_token = @authToken
384
+ end
385
+
386
+ api_instance = PureCloud::PresenceApi.new
387
+
388
+ user_id = "user_id_example" # String | user Id
389
+
390
+
391
+ begin
392
+ #Get a user's Microsoft Teams presence.
393
+ result = api_instance.get_user_presences_microsoftteams(user_id)
394
+ p result
395
+ rescue PureCloud::ApiError => e
396
+ puts "Exception when calling PresenceApi->get_user_presences_microsoftteams: #{e}"
397
+ end
398
+ ```
399
+
400
+ ### Parameters
401
+
402
+ Name | Type | Description | Notes
403
+ ------------- | ------------- | ------------- | -------------
404
+ **user_id** | **String**| user Id | |
405
+ {: class="table table-striped"}
406
+
407
+
408
+ ### Return type
409
+
410
+ [**PresenceExpand**](PresenceExpand.html)
411
+
412
+ ### HTTP request headers
413
+
414
+ - **Content-Type**: application/json
415
+ - **Accept**: application/json
416
+
417
+
418
+
419
+ <a name="get_user_presences_purecloud"></a>
420
+
421
+ ## [**UserPresence**](UserPresence.html) get_user_presences_purecloud(user_id)
422
+
423
+
424
+
425
+ Get a user's Genesys Cloud presence.
426
+
427
+ Get the default Genesys Cloud user presence source PURECLOUD
428
+
429
+ Wraps GET /api/v2/users/{userId}/presences/purecloud
430
+
431
+ Requires NO permissions:
432
+
433
+
434
+
435
+ ### Example
436
+ ```{"language":"ruby"}
437
+ # load the gem
438
+ require 'purecloudplatformclientv2'
439
+ # setup authorization
440
+ @secret = ENV['PURECLOUD_SECRET']
441
+ @id = ENV['PURECLOUD_CLIENT_ID']
442
+ environment = "mypurecloud.com"
443
+
444
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
445
+
446
+ PureCloud.configure do |config|
447
+ config.access_token = @authToken
448
+ end
449
+
450
+ api_instance = PureCloud::PresenceApi.new
451
+
452
+ user_id = "user_id_example" # String | user Id
453
+
454
+
455
+ begin
456
+ #Get a user's Genesys Cloud presence.
457
+ result = api_instance.get_user_presences_purecloud(user_id)
458
+ p result
459
+ rescue PureCloud::ApiError => e
460
+ puts "Exception when calling PresenceApi->get_user_presences_purecloud: #{e}"
461
+ end
462
+ ```
463
+
464
+ ### Parameters
465
+
466
+ Name | Type | Description | Notes
467
+ ------------- | ------------- | ------------- | -------------
468
+ **user_id** | **String**| user Id | |
336
469
  {: class="table table-striped"}
337
470
 
338
471
 
@@ -355,7 +488,7 @@ Name | Type | Description | Notes
355
488
 
356
489
  Patch a user's Presence
357
490
 
358
- The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the 'source' defined in the path as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.
491
+ Patch a user's presence for the specified source that is not specifically listed. The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the 'source' defined in the path as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.
359
492
 
360
493
  Wraps PATCH /api/v2/users/{userId}/presences/{sourceId}
361
494
 
@@ -382,7 +515,7 @@ api_instance = PureCloud::PresenceApi.new
382
515
 
383
516
  user_id = "user_id_example" # String | user Id
384
517
 
385
- source_id = "source_id_example" # String | Source
518
+ source_id = "source_id_example" # String | Presence source ID
386
519
 
387
520
  body = PureCloud::UserPresence.new # UserPresence | User presence
388
521
 
@@ -401,7 +534,74 @@ end
401
534
  Name | Type | Description | Notes
402
535
  ------------- | ------------- | ------------- | -------------
403
536
  **user_id** | **String**| user Id | |
404
- **source_id** | **String**| Source | |
537
+ **source_id** | **String**| Presence source ID | |
538
+ **body** | [**UserPresence**](UserPresence.html)| User presence | |
539
+ {: class="table table-striped"}
540
+
541
+
542
+ ### Return type
543
+
544
+ [**UserPresence**](UserPresence.html)
545
+
546
+ ### HTTP request headers
547
+
548
+ - **Content-Type**: application/json
549
+ - **Accept**: application/json
550
+
551
+
552
+
553
+ <a name="patch_user_presences_purecloud"></a>
554
+
555
+ ## [**UserPresence**](UserPresence.html) patch_user_presences_purecloud(user_id, body)
556
+
557
+
558
+
559
+ Patch a Genesys Cloud user's presence
560
+
561
+ The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the PURECLOUD source as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.
562
+
563
+ Wraps PATCH /api/v2/users/{userId}/presences/purecloud
564
+
565
+ Requires NO permissions:
566
+
567
+
568
+
569
+ ### Example
570
+ ```{"language":"ruby"}
571
+ # load the gem
572
+ require 'purecloudplatformclientv2'
573
+ # setup authorization
574
+ @secret = ENV['PURECLOUD_SECRET']
575
+ @id = ENV['PURECLOUD_CLIENT_ID']
576
+ environment = "mypurecloud.com"
577
+
578
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
579
+
580
+ PureCloud.configure do |config|
581
+ config.access_token = @authToken
582
+ end
583
+
584
+ api_instance = PureCloud::PresenceApi.new
585
+
586
+ user_id = "user_id_example" # String | user Id
587
+
588
+ body = PureCloud::UserPresence.new # UserPresence | User presence
589
+
590
+
591
+ begin
592
+ #Patch a Genesys Cloud user's presence
593
+ result = api_instance.patch_user_presences_purecloud(user_id, body)
594
+ p result
595
+ rescue PureCloud::ApiError => e
596
+ puts "Exception when calling PresenceApi->patch_user_presences_purecloud: #{e}"
597
+ end
598
+ ```
599
+
600
+ ### Parameters
601
+
602
+ Name | Type | Description | Notes
603
+ ------------- | ------------- | ------------- | -------------
604
+ **user_id** | **String**| user Id | |
405
605
  **body** | [**UserPresence**](UserPresence.html)| User presence | |
406
606
  {: class="table table-striped"}
407
607
 
@@ -0,0 +1,17 @@
1
+ ---
2
+ title: PresenceExpand
3
+ ---
4
+ ## PureCloud::PresenceExpand
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **presences** | [**Array&lt;UserPresence&gt;**](UserPresence.html) | An array of user presences | [optional] |
13
+ | **out_of_offices** | [**Array&lt;OutOfOffice&gt;**](OutOfOffice.html) | An array of out of office statuses | [optional] |
14
+ | **self_uri** | **String** | The URI for this object | [optional] |
15
+ {: class="table table-striped"}
16
+
17
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryRequestClause
3
+ ---
4
+ ## PureCloud::QueryRequestClause
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **type** | **String** | The logic used to combine the predicates | |
11
+ | **predicates** | [**Array&lt;QueryRequestPredicate&gt;**](QueryRequestPredicate.html) | The list of predicates used to filter the data | |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryRequestFilter
3
+ ---
4
+ ## PureCloud::QueryRequestFilter
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **type** | **String** | The logic used to combine the clauses | |
11
+ | **clauses** | [**Array&lt;QueryRequestClause&gt;**](QueryRequestClause.html) | The list of clauses used to filter the data | |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryRequestPredicate
3
+ ---
4
+ ## PureCloud::QueryRequestPredicate
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **dimension** | **String** | The dimension to be filtered | |
11
+ | **value** | **String** | The value to filter by | |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryResponseData
3
+ ---
4
+ ## PureCloud::QueryResponseData
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **interval** | **String** | Interval with start and end represented as ISO-8601 string. i.e: yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSS&#39;Z&#39;/yyyy-MM-dd&#39;T&#39;HH:mm:ss.SSS&#39;Z&#39; | [optional] |
11
+ | **metrics** | [**Array&lt;QueryResponseMetric&gt;**](QueryResponseMetric.html) | A list of aggregated metrics | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryResponseGroupedData
3
+ ---
4
+ ## PureCloud::QueryResponseGroupedData
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **group** | **Hash&lt;String, String&gt;** | The group values for this data | [optional] |
11
+ | **data** | [**Array&lt;QueryResponseData&gt;**](QueryResponseData.html) | The metrics in this group | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryResponseMetric
3
+ ---
4
+ ## PureCloud::QueryResponseMetric
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **metric** | **String** | The metric this applies to | [optional] |
11
+ | **stats** | [**QueryResponseStats**](QueryResponseStats.html) | The aggregated values for this metric | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+