purecloudplatformclientv2 85.0.1 → 86.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (244) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/AnalyticsEvaluation.md +1 -1
  4. data/docs/Call.md +1 -0
  5. data/docs/CallBasic.md +1 -0
  6. data/docs/Callback.md +1 -0
  7. data/docs/CallbackBasic.md +1 -0
  8. data/docs/Cobrowsesession.md +1 -0
  9. data/docs/{PartialUploadResponse.md → ContextEntity.md} +3 -3
  10. data/docs/ContextIntent.md +13 -0
  11. data/docs/ConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
  12. data/docs/ConversationChat.md +1 -0
  13. data/docs/ConversationEventTopicCallback.md +1 -0
  14. data/docs/Coretype.md +23 -0
  15. data/docs/CoretypeListing.md +15 -0
  16. data/docs/DataExtensionsApi.md +198 -0
  17. data/docs/DataSchemaListing.md +15 -0
  18. data/docs/DetectedDialogAct.md +14 -0
  19. data/docs/DetectedIntent.md +15 -0
  20. data/docs/DetectedNamedEntity.md +16 -0
  21. data/docs/DetectedNamedEntityValue.md +14 -0
  22. data/docs/DialogflowAgent.md +3 -2
  23. data/docs/Edge.md +1 -1
  24. data/docs/Email.md +1 -0
  25. data/docs/EntityListing.md +1 -5
  26. data/docs/ExternalContactsApi.md +1001 -144
  27. data/docs/FlowDivisionView.md +2 -0
  28. data/docs/IntentDefinition.md +15 -0
  29. data/docs/IntentFeedback.md +16 -0
  30. data/docs/ItemValidationLimits.md +14 -0
  31. data/docs/Items.md +14 -0
  32. data/docs/LanguageUnderstandingApi.md +1160 -0
  33. data/docs/MaxLength.md +14 -0
  34. data/docs/Message.md +1 -0
  35. data/docs/MinLength.md +14 -0
  36. data/docs/NamedEntityAnnotation.md +13 -0
  37. data/docs/NamedEntityTypeBinding.md +14 -0
  38. data/docs/NamedEntityTypeDefinition.md +15 -0
  39. data/docs/NamedEntityTypeItem.md +14 -0
  40. data/docs/NamedEntityTypeMechanism.md +15 -0
  41. data/docs/NluConfusionMatrixColumn.md +14 -0
  42. data/docs/NluConfusionMatrixRow.md +14 -0
  43. data/docs/NluDetectionContext.md +14 -0
  44. data/docs/NluDetectionInput.md +13 -0
  45. data/docs/NluDetectionOutput.md +14 -0
  46. data/docs/NluDetectionRequest.md +14 -0
  47. data/docs/NluDetectionResponse.md +15 -0
  48. data/docs/NluDomain.md +19 -0
  49. data/docs/NluDomainListing.md +22 -0
  50. data/docs/NluDomainVersion.md +24 -0
  51. data/docs/NluDomainVersionListing.md +22 -0
  52. data/docs/NluDomainVersionQualityReport.md +15 -0
  53. data/docs/NluDomainVersionTrainingResponse.md +14 -0
  54. data/docs/NluFeedbackListing.md +22 -0
  55. data/docs/NluFeedbackRequest.md +15 -0
  56. data/docs/NluFeedbackResponse.md +18 -0
  57. data/docs/NluQualityReportSummary.md +13 -0
  58. data/docs/NluQualityReportSummaryMetric.md +14 -0
  59. data/docs/NluUtterance.md +13 -0
  60. data/docs/NluUtteranceSegment.md +14 -0
  61. data/docs/QueueConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
  62. data/docs/QueueConversationEventTopicCallback.md +1 -0
  63. data/docs/QueueConversationSocialExpressionEventTopicCallback.md +1 -0
  64. data/docs/QueueConversationVideoEventTopicCallback.md +1 -0
  65. data/docs/ReportingExportJobRequest.md +1 -0
  66. data/docs/ReportingExportJobResponse.md +2 -0
  67. data/docs/RoutingApi.md +65 -0
  68. data/docs/SCIMApi.md +12 -12
  69. data/docs/Schema.md +17 -0
  70. data/docs/SchemaQuantityLimits.md +26 -0
  71. data/docs/ScimV2EnterpriseUser.md +1 -0
  72. data/docs/Screenshare.md +1 -0
  73. data/docs/SocialExpression.md +1 -0
  74. data/docs/{TimeOffRequestLookup.md → TimeOffRequest.md} +2 -2
  75. data/docs/TimeOffRequestListing.md +13 -0
  76. data/docs/UploadUrlRequest.md +15 -0
  77. data/docs/UploadUrlResponse.md +14 -0
  78. data/docs/UploadsApi.md +78 -0
  79. data/docs/ValidationLimits.md +18 -0
  80. data/docs/Video.md +1 -0
  81. data/docs/WorkforceManagementApi.md +297 -448
  82. data/lib/purecloudplatformclientv2.rb +50 -57
  83. data/lib/purecloudplatformclientv2/api/data_extensions_api.rb +207 -0
  84. data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +868 -4
  85. data/lib/purecloudplatformclientv2/api/language_understanding_api.rb +1304 -0
  86. data/lib/purecloudplatformclientv2/api/routing_api.rb +64 -0
  87. data/lib/purecloudplatformclientv2/api/scim_api.rb +8 -8
  88. data/lib/purecloudplatformclientv2/api/uploads_api.rb +92 -0
  89. data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +314 -571
  90. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  91. data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +13 -13
  92. data/lib/purecloudplatformclientv2/models/bulk_update_shift_trade_state_result_item.rb +2 -2
  93. data/lib/purecloudplatformclientv2/models/call.rb +30 -4
  94. data/lib/purecloudplatformclientv2/models/call_basic.rb +30 -4
  95. data/lib/purecloudplatformclientv2/models/callback.rb +30 -4
  96. data/lib/purecloudplatformclientv2/models/callback_basic.rb +30 -4
  97. data/lib/purecloudplatformclientv2/models/cobrowsesession.rb +30 -4
  98. data/lib/purecloudplatformclientv2/models/{partial_upload_response.rb → context_entity.rb} +14 -9
  99. data/lib/purecloudplatformclientv2/models/{list_wrapper_wfm_forecast_modification.rb → context_intent.rb} +14 -10
  100. data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_callback_media_participant.rb +26 -1
  101. data/lib/purecloudplatformclientv2/models/conversation_chat.rb +30 -4
  102. data/lib/purecloudplatformclientv2/models/conversation_event_topic_callback.rb +26 -1
  103. data/lib/purecloudplatformclientv2/models/{rescheduling_options_response.rb → coretype.rb} +97 -102
  104. data/lib/purecloudplatformclientv2/models/{service_goal_group_list.rb → coretype_listing.rb} +34 -11
  105. data/lib/purecloudplatformclientv2/models/data_schema_listing.rb +253 -0
  106. data/lib/purecloudplatformclientv2/models/{forecast_result_response.rb → detected_dialog_act.rb} +16 -16
  107. data/lib/purecloudplatformclientv2/models/{intraday_queue.rb → detected_intent.rb} +23 -23
  108. data/lib/purecloudplatformclientv2/models/detected_named_entity.rb +280 -0
  109. data/lib/purecloudplatformclientv2/models/detected_named_entity_value.rb +228 -0
  110. data/lib/purecloudplatformclientv2/models/dialogflow_agent.rb +31 -3
  111. data/lib/purecloudplatformclientv2/models/edge.rb +1 -0
  112. data/lib/purecloudplatformclientv2/models/email.rb +30 -4
  113. data/lib/purecloudplatformclientv2/models/entity_listing.rb +4 -104
  114. data/lib/purecloudplatformclientv2/models/flow_division_view.rb +53 -1
  115. data/lib/purecloudplatformclientv2/models/{create_service_goal_group_request.rb → intent_definition.rb} +30 -19
  116. data/lib/purecloudplatformclientv2/models/{wfm_intraday_queue_listing.rb → intent_feedback.rb} +71 -18
  117. data/lib/purecloudplatformclientv2/models/{service_goal_group_goals.rb → item_validation_limits.rb} +18 -45
  118. data/lib/purecloudplatformclientv2/models/{short_term_forecast_list_response.rb → items.rb} +33 -10
  119. data/lib/purecloudplatformclientv2/models/max_length.rb +238 -0
  120. data/lib/purecloudplatformclientv2/models/message.rb +30 -4
  121. data/lib/purecloudplatformclientv2/models/{forecast_generation_route_group_result.rb → min_length.rb} +26 -18
  122. data/lib/purecloudplatformclientv2/models/{list_wrapper_forecast_source_day_pointer.rb → named_entity_annotation.rb} +14 -10
  123. data/lib/purecloudplatformclientv2/models/{copy_short_term_forecast_request.rb → named_entity_type_binding.rb} +18 -19
  124. data/lib/purecloudplatformclientv2/models/{generate_week_schedule_request.rb → named_entity_type_definition.rb} +38 -13
  125. data/lib/purecloudplatformclientv2/models/{wfm_abandon_rate.rb → named_entity_type_item.rb} +19 -18
  126. data/lib/purecloudplatformclientv2/models/{short_term_forecast_response.rb → named_entity_type_mechanism.rb} +48 -36
  127. data/lib/purecloudplatformclientv2/models/{copy_week_schedule_request.rb → nlu_confusion_matrix_column.rb} +18 -18
  128. data/lib/purecloudplatformclientv2/models/{wfm_average_speed_of_answer.rb → nlu_confusion_matrix_row.rb} +24 -18
  129. data/lib/purecloudplatformclientv2/models/nlu_detection_context.rb +228 -0
  130. data/lib/purecloudplatformclientv2/models/{scheduling_run_list_response.rb → nlu_detection_input.rb} +14 -10
  131. data/lib/purecloudplatformclientv2/models/nlu_detection_output.rb +232 -0
  132. data/lib/purecloudplatformclientv2/models/nlu_detection_request.rb +233 -0
  133. data/lib/purecloudplatformclientv2/models/{route_group_list.rb → nlu_detection_response.rb} +39 -22
  134. data/lib/purecloudplatformclientv2/models/{short_term_forecast_list_item_response.rb → nlu_domain.rb} +66 -60
  135. data/lib/purecloudplatformclientv2/models/{intraday_query_data_command.rb → nlu_domain_listing.rb} +156 -53
  136. data/lib/purecloudplatformclientv2/models/{short_term_forecast.rb → nlu_domain_version.rb} +132 -87
  137. data/lib/purecloudplatformclientv2/models/nlu_domain_version_listing.rb +428 -0
  138. data/lib/purecloudplatformclientv2/models/{intraday_metric.rb → nlu_domain_version_quality_report.rb} +57 -28
  139. data/lib/purecloudplatformclientv2/models/{user_schedules_partial_upload_request.rb → nlu_domain_version_training_response.rb} +33 -16
  140. data/lib/purecloudplatformclientv2/models/{import_week_schedule_request.rb → nlu_feedback_listing.rb} +158 -46
  141. data/lib/purecloudplatformclientv2/models/{wfm_service_level.rb → nlu_feedback_request.rb} +36 -25
  142. data/lib/purecloudplatformclientv2/models/{service_goal_group.rb → nlu_feedback_response.rb} +32 -37
  143. data/lib/purecloudplatformclientv2/models/{generate_short_term_forecast_request.rb → nlu_quality_report_summary.rb} +12 -10
  144. data/lib/purecloudplatformclientv2/models/nlu_quality_report_summary_metric.rb +238 -0
  145. data/lib/purecloudplatformclientv2/models/nlu_utterance.rb +209 -0
  146. data/lib/purecloudplatformclientv2/models/nlu_utterance_segment.rb +233 -0
  147. data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_callback_media_participant.rb +26 -1
  148. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_callback.rb +26 -1
  149. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_callback.rb +26 -1
  150. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_callback.rb +26 -1
  151. data/lib/purecloudplatformclientv2/models/reporting_export_job_request.rb +32 -4
  152. data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +57 -1
  153. data/lib/purecloudplatformclientv2/models/{import_short_term_forecast_request.rb → schema.rb} +50 -35
  154. data/lib/purecloudplatformclientv2/models/schema_quantity_limits.rb +539 -0
  155. data/lib/purecloudplatformclientv2/models/scim_v2_enterprise_user.rb +30 -4
  156. data/lib/purecloudplatformclientv2/models/screenshare.rb +30 -4
  157. data/lib/purecloudplatformclientv2/models/shift_trade_match_violation.rb +2 -2
  158. data/lib/purecloudplatformclientv2/models/social_expression.rb +30 -4
  159. data/lib/purecloudplatformclientv2/models/{time_off_request_lookup.rb → time_off_request.rb} +1 -1
  160. data/lib/purecloudplatformclientv2/models/{time_off_request_lookup_list.rb → time_off_request_listing.rb} +2 -2
  161. data/lib/purecloudplatformclientv2/models/{create_queue_media_association_request.rb → upload_url_request.rb} +23 -26
  162. data/lib/purecloudplatformclientv2/models/upload_url_response.rb +230 -0
  163. data/lib/purecloudplatformclientv2/models/{wfm_forecast_modification_attributes.rb → validation_limits.rb} +76 -38
  164. data/lib/purecloudplatformclientv2/models/video.rb +30 -4
  165. data/lib/purecloudplatformclientv2/version.rb +1 -1
  166. metadata +102 -116
  167. data/docs/AsyncWeekScheduleResponse.md +0 -16
  168. data/docs/CopyShortTermForecastRequest.md +0 -14
  169. data/docs/CopyWeekScheduleRequest.md +0 -14
  170. data/docs/CreateQueueMediaAssociationRequest.md +0 -15
  171. data/docs/CreateServiceGoalGroupRequest.md +0 -15
  172. data/docs/ForecastGenerationResult.md +0 -13
  173. data/docs/ForecastGenerationRouteGroupResult.md +0 -14
  174. data/docs/ForecastResultResponse.md +0 -14
  175. data/docs/ForecastTimeSeriesResult.md +0 -14
  176. data/docs/GenerateShortTermForecastRequest.md +0 -13
  177. data/docs/GenerateShortTermForecastResponse.md +0 -16
  178. data/docs/GenerateWeekScheduleRequest.md +0 -14
  179. data/docs/GenerateWeekScheduleResponse.md +0 -15
  180. data/docs/ImportShortTermForecastRequest.md +0 -16
  181. data/docs/ImportWeekScheduleRequest.md +0 -17
  182. data/docs/IntradayDataGroup.md +0 -19
  183. data/docs/IntradayForecastData.md +0 -15
  184. data/docs/IntradayHistoricalAgentData.md +0 -14
  185. data/docs/IntradayHistoricalQueueData.md +0 -20
  186. data/docs/IntradayMetric.md +0 -14
  187. data/docs/IntradayPerformancePredictionAgentData.md +0 -13
  188. data/docs/IntradayPerformancePredictionQueueData.md +0 -15
  189. data/docs/IntradayQueryDataCommand.md +0 -17
  190. data/docs/IntradayQueue.md +0 -15
  191. data/docs/IntradayResponse.md +0 -20
  192. data/docs/IntradayScheduleData.md +0 -14
  193. data/docs/ListWrapperForecastSourceDayPointer.md +0 -13
  194. data/docs/ListWrapperWfmForecastModification.md +0 -13
  195. data/docs/QueueMediaAssociation.md +0 -16
  196. data/docs/RescheduleRequest.md +0 -20
  197. data/docs/RescheduleResult.md +0 -13
  198. data/docs/ReschedulingOptionsResponse.md +0 -22
  199. data/docs/RouteGroup.md +0 -18
  200. data/docs/RouteGroupAttributes.md +0 -16
  201. data/docs/RouteGroupList.md +0 -14
  202. data/docs/SchedulingRunListResponse.md +0 -13
  203. data/docs/SchedulingRunResponse.md +0 -28
  204. data/docs/ServiceGoalGroup.md +0 -18
  205. data/docs/ServiceGoalGroupGoals.md +0 -15
  206. data/docs/ServiceGoalGroupList.md +0 -14
  207. data/docs/ShortTermForecast.md +0 -22
  208. data/docs/ShortTermForecastListItemResponse.md +0 -18
  209. data/docs/ShortTermForecastListResponse.md +0 -13
  210. data/docs/ShortTermForecastResponse.md +0 -15
  211. data/docs/TimeOffRequestEntityList.md +0 -13
  212. data/docs/TimeOffRequestLookupList.md +0 -13
  213. data/docs/UnscheduledAgentWarning.md +0 -14
  214. data/docs/UpdateWeekScheduleRequest.md +0 -21
  215. data/docs/UserSchedulesPartialUploadRequest.md +0 -13
  216. data/docs/WfmAbandonRate.md +0 -14
  217. data/docs/WfmAverageSpeedOfAnswer.md +0 -14
  218. data/docs/WfmForecastModification.md +0 -20
  219. data/docs/WfmForecastModificationAttributes.md +0 -16
  220. data/docs/WfmIntradayQueueListing.md +0 -14
  221. data/docs/WfmServiceLevel.md +0 -15
  222. data/lib/purecloudplatformclientv2/models/async_week_schedule_response.rb +0 -295
  223. data/lib/purecloudplatformclientv2/models/forecast_generation_result.rb +0 -204
  224. data/lib/purecloudplatformclientv2/models/forecast_time_series_result.rb +0 -256
  225. data/lib/purecloudplatformclientv2/models/generate_short_term_forecast_response.rb +0 -294
  226. data/lib/purecloudplatformclientv2/models/generate_week_schedule_response.rb +0 -269
  227. data/lib/purecloudplatformclientv2/models/intraday_data_group.rb +0 -384
  228. data/lib/purecloudplatformclientv2/models/intraday_forecast_data.rb +0 -254
  229. data/lib/purecloudplatformclientv2/models/intraday_historical_agent_data.rb +0 -228
  230. data/lib/purecloudplatformclientv2/models/intraday_historical_queue_data.rb +0 -384
  231. data/lib/purecloudplatformclientv2/models/intraday_performance_prediction_agent_data.rb +0 -202
  232. data/lib/purecloudplatformclientv2/models/intraday_performance_prediction_queue_data.rb +0 -254
  233. data/lib/purecloudplatformclientv2/models/intraday_response.rb +0 -404
  234. data/lib/purecloudplatformclientv2/models/intraday_schedule_data.rb +0 -228
  235. data/lib/purecloudplatformclientv2/models/queue_media_association.rb +0 -283
  236. data/lib/purecloudplatformclientv2/models/reschedule_request.rb +0 -418
  237. data/lib/purecloudplatformclientv2/models/reschedule_result.rb +0 -202
  238. data/lib/purecloudplatformclientv2/models/route_group.rb +0 -363
  239. data/lib/purecloudplatformclientv2/models/route_group_attributes.rb +0 -307
  240. data/lib/purecloudplatformclientv2/models/scheduling_run_response.rb +0 -609
  241. data/lib/purecloudplatformclientv2/models/time_off_request_entity_list.rb +0 -203
  242. data/lib/purecloudplatformclientv2/models/unscheduled_agent_warning.rb +0 -242
  243. data/lib/purecloudplatformclientv2/models/update_week_schedule_request.rb +0 -438
  244. data/lib/purecloudplatformclientv2/models/wfm_forecast_modification.rb +0 -435
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c095d48da39d28e16efb295b31a1f8730c39bc2e
4
- data.tar.gz: 300cc81d267546d49fad1531deb27fd1b533465d
3
+ metadata.gz: 94df2dc8faf76d99f1baeab94ae8e900a0dd3b2e
4
+ data.tar.gz: 2cf2e224c7502c797b89ed3afa0455ba30fb8eb9
5
5
  SHA512:
6
- metadata.gz: a07cb315eecc34652dac9dbadb271b53d4652f770ea3c77e7f3014ba5d64164613283111b5d146dc8db81b66d91ef07a873980055460ca14ff5f0435fb8ec6a5
7
- data.tar.gz: 50beb021bbfe8d9f998f3bc9b2e2dc95d84767a2a5c75a25db6ad8dd1aa7337c7ca9ddbaa9afe95449609adcd1eed2194648eaa1af5703eea37ffd96be9ff20c
6
+ metadata.gz: 7fe2b6754ac72c681aad1bbd99f65dada157c07829db90965a39709ff710f2cb1ce6cf9c3a1ee7bf529e69484ac5428dd6979de5cb6506fcac6a971e06771b99
7
+ data.tar.gz: eac5c1404bca9cedfddcfcbe4752e2adb6e7db4c3e7461978ac4a90945406335dad91c05e2b976a520e8b355159338b5ea3dfc0086fc6f49b9a24ef3b9fd4371
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: PureCloud Ruby Gem
3
3
  ---
4
- ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=85.0.1)
4
+ ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=86.0.0)
5
5
 
6
6
  Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)
7
7
 
@@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
10
10
  ### from rubygems.org
11
11
 
12
12
  ```{"language":"ruby"}
13
- gem install 'purecloudplatformclientv2', '~> 85.0.1'
13
+ gem install 'purecloudplatformclientv2', '~> 86.0.0'
14
14
  ```
15
15
 
16
16
  ### Install from Git
@@ -18,8 +18,8 @@ title: AnalyticsEvaluation
18
18
  | **calibration_id** | **String** | The calibration id used for the purpose of training evaluators | [optional] |
19
19
  | **rescored** | **BOOLEAN** | Whether this evaluation has ever been rescored | [optional] |
20
20
  | **deleted** | **BOOLEAN** | Whether this evaluation has been deleted | [optional] |
21
- | **o_total_score** | **Integer** | | [optional] |
22
21
  | **o_total_critical_score** | **Integer** | | [optional] |
22
+ | **o_total_score** | **Integer** | | [optional] |
23
23
  {: class="table table-striped"}
24
24
 
25
25
 
@@ -32,6 +32,7 @@ title: Call
32
32
  | **uui_data** | **String** | User to User Information (UUI) data managed by SIP session application. | [optional] |
33
33
  | **_self** | [**Address**](Address.html) | Address and name data for a call endpoint. | [optional] |
34
34
  | **other** | [**Address**](Address.html) | Address and name data for a call endpoint. | [optional] |
35
+ | **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] |
35
36
  {: class="table table-striped"}
36
37
 
37
38
 
@@ -32,6 +32,7 @@ title: CallBasic
32
32
  | **uui_data** | **String** | User to User Information (UUI) data managed by SIP session application. | [optional] |
33
33
  | **_self** | [**Address**](Address.html) | Address and name data for a call endpoint. | [optional] |
34
34
  | **other** | [**Address**](Address.html) | Address and name data for a call endpoint. | [optional] |
35
+ | **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] |
35
36
  {: class="table table-striped"}
36
37
 
37
38
 
@@ -29,6 +29,7 @@ title: Callback
29
29
  | **automated_callback_config_id** | **String** | The id of the config for automatically placing the callback (and handling the disposition). If null, the callback will not be placed automatically but routed to an agent as per normal. | [optional] |
30
30
  | **provider** | **String** | The source provider for the callback. | [optional] |
31
31
  | **peer_id** | **String** | The id of the peer communication corresponding to a matching leg for this communication. | [optional] |
32
+ | **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] |
32
33
  {: class="table table-striped"}
33
34
 
34
35
 
@@ -29,6 +29,7 @@ title: CallbackBasic
29
29
  | **automated_callback_config_id** | **String** | The id of the config for automatically placing the callback (and handling the disposition). If null, the callback will not be placed automatically but routed to an agent as per normal. | [optional] |
30
30
  | **provider** | **String** | The source provider for the callback. | [optional] |
31
31
  | **peer_id** | **String** | The id of the peer communication corresponding to a matching leg for this communication. | [optional] |
32
+ | **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] |
32
33
  {: class="table table-striped"}
33
34
 
34
35
 
@@ -22,6 +22,7 @@ title: Cobrowsesession
22
22
  | **provider** | **String** | The source provider for the co-browse session. | [optional] |
23
23
  | **peer_id** | **String** | The id of the peer communication corresponding to a matching leg for this communication. | [optional] |
24
24
  | **segments** | [**Array<Segment>**](Segment.html) | The time line of the participant's call, divided into activity segments. | [optional] |
25
+ | **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] |
25
26
  {: class="table table-striped"}
26
27
 
27
28
 
@@ -1,13 +1,13 @@
1
1
  ---
2
- title: PartialUploadResponse
2
+ title: ContextEntity
3
3
  ---
4
- ## PureCloud::PartialUploadResponse
4
+ ## PureCloud::ContextEntity
5
5
 
6
6
  ## Properties
7
7
 
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
- | **id** | **String** | The reference id for a partial import request | [optional] |
10
+ | **name** | **String** | The name of the entity. | |
11
11
  {: class="table table-striped"}
12
12
 
13
13
 
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: ContextIntent
3
+ ---
4
+ ## PureCloud::ContextIntent
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **name** | **String** | The name of the intent. | |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -46,6 +46,7 @@ title: ConversationCallbackEventTopicCallbackMediaParticipant
46
46
  | **callback_numbers** | **Array<String>** | | [optional] |
47
47
  | **callback_user_name** | **String** | | [optional] |
48
48
  | **skip_enabled** | **BOOLEAN** | | [optional] |
49
+ | **external_campaign** | **BOOLEAN** | | [optional] |
49
50
  | **timeout_seconds** | **Integer** | | [optional] |
50
51
  | **callback_scheduled_time** | **DateTime** | | [optional] |
51
52
  | **automated_callback_config_id** | **String** | | [optional] |
@@ -24,6 +24,7 @@ title: ConversationChat
24
24
  | **peer_id** | **String** | The id of the peer communication corresponding to a matching leg for this communication. | [optional] |
25
25
  | **avatar_image_url** | **String** | If available, the URI to the avatar image of this communication. | [optional] |
26
26
  | **journey_context** | [**JourneyContext**](JourneyContext.html) | A subset of the Journey System's data relevant to a part of a conversation (for external linkage and internal usage/context). | [optional] |
27
+ | **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] |
27
28
  {: class="table table-striped"}
28
29
 
29
30
 
@@ -19,6 +19,7 @@ title: ConversationEventTopicCallback
19
19
  | **callback_user_name** | **String** | | [optional] |
20
20
  | **script_id** | **String** | | [optional] |
21
21
  | **peer_id** | **String** | | [optional] |
22
+ | **external_campaign** | **BOOLEAN** | | [optional] |
22
23
  | **skip_enabled** | **BOOLEAN** | | [optional] |
23
24
  | **provider** | **String** | | [optional] |
24
25
  | **timeout_seconds** | **Integer** | | [optional] |
@@ -0,0 +1,23 @@
1
+ ---
2
+ title: Coretype
3
+ ---
4
+ ## PureCloud::Coretype
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
+ | **version** | **Integer** | A positive integer denoting the core type's version | [optional] |
13
+ | **date_created** | **DateTime** | The date the core type was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
+ | **schema** | [**Schema**](Schema.html) | The core type's built-in schema | [optional] |
15
+ | **current** | **BOOLEAN** | A boolean indicating if the core type's version is the current one in use by the system | [optional] |
16
+ | **validation_fields** | **Array<String>** | An array of strings naming the fields of the core type subject to validation. Validation constraints are specified by a schema author using the core type. | [optional] |
17
+ | **validation_limits** | [**ValidationLimits**](ValidationLimits.html) | A structure denoting the system-imposed minimum and maximum string length (for text-based core types) or numeric values (for number-based) core types. For example, the validationLimits for a text-based core type specify the min/max values for a minimum string length (minLength) constraint supplied by a schemaauthor on a text field. Similarly, the maxLength's min/max specifies maximum string length constraint supplied by a schema author for the same field. | [optional] |
18
+ | **item_validation_fields** | **Array<String>** | Specific to the \"tag\" core type, this is an array of strings naming the tag item fields of the core type subject to validation | [optional] |
19
+ | **item_validation_limits** | [**ItemValidationLimits**](ItemValidationLimits.html) | A structure denoting the system-imposed minimum and maximum string length for string-array based core types such as \"tag\" and \"enum\". Forexample, the validationLimits for a schema field using a tag core type specify the min/max values for a minimum string length (minLength) constraint supplied by a schema author on individual tags. Similarly, the maxLength's min/max specifies maximum string length constraint supplied by a schema author for the same field's tags. | [optional] |
20
+ | **self_uri** | **String** | The URI for this object | [optional] |
21
+ {: class="table table-striped"}
22
+
23
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: CoretypeListing
3
+ ---
4
+ ## PureCloud::CoretypeListing
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **total** | **Integer** | | [optional] |
11
+ | **entities** | [**Array<Coretype>**](Coretype.html) | | [optional] |
12
+ | **self_uri** | **String** | | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,198 @@
1
+ ---
2
+ title: DataExtensionsApi
3
+ ---
4
+
5
+ ## PureCloud::DataExtensionsApi
6
+
7
+ All URIs are relative to *https://api.mypurecloud.com*
8
+
9
+ Method | Description
10
+ ------------- | ------------- | -------------
11
+ [**get_dataextensions_coretype**](DataExtensionsApi.html#get_dataextensions_coretype) | Get a specific named core type.
12
+ [**get_dataextensions_coretypes**](DataExtensionsApi.html#get_dataextensions_coretypes) | Get the core types from which all schemas are built.
13
+ [**get_dataextensions_limits**](DataExtensionsApi.html#get_dataextensions_limits) | Get quantitative limits on schemas
14
+ {: class="table table-striped"}
15
+
16
+ <a name="get_dataextensions_coretype"></a>
17
+
18
+ ## [**Coretype**](Coretype.html) get_dataextensions_coretype(coretype_name)
19
+
20
+
21
+
22
+ Get a specific named core type.
23
+
24
+
25
+
26
+ Wraps GET /api/v2/dataextensions/coretypes/{coretypeName}
27
+
28
+ Requires ANY permissions:
29
+
30
+ * externalContacts:customFields:view
31
+
32
+
33
+ ### Example
34
+ ```{"language":"ruby"}
35
+ # load the gem
36
+ require 'purecloudplatformclientv2'
37
+ # setup authorization
38
+ @secret = ENV['PURECLOUD_SECRET']
39
+ @id = ENV['PURECLOUD_CLIENT_ID']
40
+ environment = "mypurecloud.com"
41
+
42
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
43
+
44
+ PureCloud.configure do |config|
45
+ config.access_token = @authToken
46
+ end
47
+
48
+ api_instance = PureCloud::DataExtensionsApi.new
49
+
50
+ coretype_name = "coretype_name_example" # String | The core type's name
51
+
52
+
53
+ begin
54
+ #Get a specific named core type.
55
+ result = api_instance.get_dataextensions_coretype(coretype_name)
56
+ p result
57
+ rescue PureCloud::ApiError => e
58
+ puts "Exception when calling DataExtensionsApi->get_dataextensions_coretype: #{e}"
59
+ end
60
+ ```
61
+
62
+ ### Parameters
63
+
64
+ Name | Type | Description | Notes
65
+ ------------- | ------------- | ------------- | -------------
66
+ **coretype_name** | **String**| The core type&#39;s name | <br />**Values**: text, longtext, url, identifier, enum, date, datetime, integer, number, checkbox, tag |
67
+ {: class="table table-striped"}
68
+
69
+
70
+ ### Return type
71
+
72
+ [**Coretype**](Coretype.html)
73
+
74
+ ### HTTP request headers
75
+
76
+ - **Content-Type**: application/json
77
+ - **Accept**: application/json
78
+
79
+
80
+
81
+ <a name="get_dataextensions_coretypes"></a>
82
+
83
+ ## [**CoretypeListing**](CoretypeListing.html) get_dataextensions_coretypes
84
+
85
+
86
+
87
+ Get the core types from which all schemas are built.
88
+
89
+
90
+
91
+ Wraps GET /api/v2/dataextensions/coretypes
92
+
93
+ Requires ANY permissions:
94
+
95
+ * externalContacts:customFields:view
96
+
97
+
98
+ ### Example
99
+ ```{"language":"ruby"}
100
+ # load the gem
101
+ require 'purecloudplatformclientv2'
102
+ # setup authorization
103
+ @secret = ENV['PURECLOUD_SECRET']
104
+ @id = ENV['PURECLOUD_CLIENT_ID']
105
+ environment = "mypurecloud.com"
106
+
107
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
108
+
109
+ PureCloud.configure do |config|
110
+ config.access_token = @authToken
111
+ end
112
+
113
+ api_instance = PureCloud::DataExtensionsApi.new
114
+
115
+ begin
116
+ #Get the core types from which all schemas are built.
117
+ result = api_instance.get_dataextensions_coretypes
118
+ p result
119
+ rescue PureCloud::ApiError => e
120
+ puts "Exception when calling DataExtensionsApi->get_dataextensions_coretypes: #{e}"
121
+ end
122
+ ```
123
+
124
+ ### Parameters
125
+ This endpoint does not need any parameter.
126
+ {: class="table table-striped"}
127
+
128
+
129
+ ### Return type
130
+
131
+ [**CoretypeListing**](CoretypeListing.html)
132
+
133
+ ### HTTP request headers
134
+
135
+ - **Content-Type**: application/json
136
+ - **Accept**: application/json
137
+
138
+
139
+
140
+ <a name="get_dataextensions_limits"></a>
141
+
142
+ ## [**SchemaQuantityLimits**](SchemaQuantityLimits.html) get_dataextensions_limits
143
+
144
+
145
+
146
+ Get quantitative limits on schemas
147
+
148
+
149
+
150
+ Wraps GET /api/v2/dataextensions/limits
151
+
152
+ Requires ANY permissions:
153
+
154
+ * externalContacts:customFields:view
155
+
156
+
157
+ ### Example
158
+ ```{"language":"ruby"}
159
+ # load the gem
160
+ require 'purecloudplatformclientv2'
161
+ # setup authorization
162
+ @secret = ENV['PURECLOUD_SECRET']
163
+ @id = ENV['PURECLOUD_CLIENT_ID']
164
+ environment = "mypurecloud.com"
165
+
166
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
167
+
168
+ PureCloud.configure do |config|
169
+ config.access_token = @authToken
170
+ end
171
+
172
+ api_instance = PureCloud::DataExtensionsApi.new
173
+
174
+ begin
175
+ #Get quantitative limits on schemas
176
+ result = api_instance.get_dataextensions_limits
177
+ p result
178
+ rescue PureCloud::ApiError => e
179
+ puts "Exception when calling DataExtensionsApi->get_dataextensions_limits: #{e}"
180
+ end
181
+ ```
182
+
183
+ ### Parameters
184
+ This endpoint does not need any parameter.
185
+ {: class="table table-striped"}
186
+
187
+
188
+ ### Return type
189
+
190
+ [**SchemaQuantityLimits**](SchemaQuantityLimits.html)
191
+
192
+ ### HTTP request headers
193
+
194
+ - **Content-Type**: application/json
195
+ - **Accept**: application/json
196
+
197
+
198
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: DataSchemaListing
3
+ ---
4
+ ## PureCloud::DataSchemaListing
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **total** | **Integer** | | [optional] |
11
+ | **entities** | [**Array&lt;DataSchema&gt;**](DataSchema.html) | | [optional] |
12
+ | **self_uri** | **String** | | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: DetectedDialogAct
3
+ ---
4
+ ## PureCloud::DetectedDialogAct
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **name** | **String** | The name of the detected dialog act. | [optional] |
11
+ | **probability** | **Float** | The probability of the detected dialog act. | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: DetectedIntent
3
+ ---
4
+ ## PureCloud::DetectedIntent
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **name** | **String** | The name of the detected intent. | [optional] |
11
+ | **probability** | **Float** | The probability of the detected intent. | [optional] |
12
+ | **entities** | [**Array&lt;DetectedNamedEntity&gt;**](DetectedNamedEntity.html) | The collection of named entities detected. | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: DetectedNamedEntity
3
+ ---
4
+ ## PureCloud::DetectedNamedEntity
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **name** | **String** | The name of the detected named entity. | [optional] |
11
+ | **entity_type** | **String** | The type of the detected named entity. | [optional] |
12
+ | **probability** | **Float** | The probability of the detected named entity. | [optional] |
13
+ | **value** | [**DetectedNamedEntityValue**](DetectedNamedEntityValue.html) | The value of the detected named entity. | [optional] |
14
+ {: class="table table-striped"}
15
+
16
+