purecloudplatformclientv2 85.0.1 → 86.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 (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
@@ -1,254 +0,0 @@
1
- =begin
2
- PureCloud Platform API
3
-
4
- With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more.
5
-
6
- OpenAPI spec version: v2
7
- Contact: DeveloperEvangelists@genesys.com
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
-
10
- License: UNLICENSED
11
- https://help.mypurecloud.com/articles/terms-and-conditions/
12
-
13
- Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
14
-
15
- =end
16
-
17
- require 'date'
18
-
19
- module PureCloud
20
- class IntradayPerformancePredictionQueueData
21
- # Predicted percent of interactions answered in X seconds, where X is the service level objective configured in the service goal group matching this intraday group
22
- attr_accessor :service_level_percent
23
-
24
- # Predicted average time in seconds it takes to answer an interaction once the interaction becomes available to be routed
25
- attr_accessor :average_speed_of_answer_seconds
26
-
27
- # Predicted number of interactions
28
- attr_accessor :number_of_interactions
29
-
30
- # Attribute mapping from ruby-style variable name to JSON key.
31
- def self.attribute_map
32
- {
33
-
34
- :'service_level_percent' => :'serviceLevelPercent',
35
-
36
- :'average_speed_of_answer_seconds' => :'averageSpeedOfAnswerSeconds',
37
-
38
- :'number_of_interactions' => :'numberOfInteractions'
39
-
40
- }
41
- end
42
-
43
- # Attribute type mapping.
44
- def self.swagger_types
45
- {
46
-
47
- :'service_level_percent' => :'Float',
48
-
49
- :'average_speed_of_answer_seconds' => :'Float',
50
-
51
- :'number_of_interactions' => :'Float'
52
-
53
- }
54
- end
55
-
56
- # Initializes the object
57
- # @param [Hash] attributes Model attributes in the form of hash
58
- def initialize(attributes = {})
59
- return unless attributes.is_a?(Hash)
60
-
61
- # convert string to symbol for hash key
62
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
63
-
64
-
65
- if attributes.has_key?(:'serviceLevelPercent')
66
-
67
-
68
- self.service_level_percent = attributes[:'serviceLevelPercent']
69
-
70
-
71
- end
72
-
73
-
74
- if attributes.has_key?(:'averageSpeedOfAnswerSeconds')
75
-
76
-
77
- self.average_speed_of_answer_seconds = attributes[:'averageSpeedOfAnswerSeconds']
78
-
79
-
80
- end
81
-
82
-
83
- if attributes.has_key?(:'numberOfInteractions')
84
-
85
-
86
- self.number_of_interactions = attributes[:'numberOfInteractions']
87
-
88
-
89
- end
90
-
91
-
92
- end
93
-
94
- # Show invalid properties with the reasons. Usually used together with valid?
95
- # @return Array for valid properies with the reasons
96
- def list_invalid_properties
97
- invalid_properties = Array.new
98
-
99
-
100
- return invalid_properties
101
- end
102
-
103
- # Check to see if the all the properties in the model are valid
104
- # @return true if the model is valid
105
- def valid?
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
- end
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
- # Checks equality by comparing each attribute.
138
- # @param [Object] Object to be compared
139
- def ==(o)
140
- return true if self.equal?(o)
141
- self.class == o.class &&
142
- service_level_percent == o.service_level_percent &&
143
- average_speed_of_answer_seconds == o.average_speed_of_answer_seconds &&
144
- number_of_interactions == o.number_of_interactions
145
- end
146
-
147
- # @see the `==` method
148
- # @param [Object] Object to be compared
149
- def eql?(o)
150
- self == o
151
- end
152
-
153
- # Calculates hash code according to all attributes.
154
- # @return [Fixnum] Hash code
155
- def hash
156
- [service_level_percent, average_speed_of_answer_seconds, number_of_interactions].hash
157
- end
158
-
159
- # build the object from hash
160
- def build_from_hash(attributes)
161
- return nil unless attributes.is_a?(Hash)
162
- self.class.swagger_types.each_pair do |key, type|
163
- if type =~ /^Array<(.*)>/i
164
- if attributes[self.class.attribute_map[key]].is_a?(Array)
165
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
166
- else
167
- #TODO show warning in debug mode
168
- end
169
- elsif !attributes[self.class.attribute_map[key]].nil?
170
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
171
- else
172
- # data not found in attributes(hash), not an issue as the data can be optional
173
- end
174
- end
175
-
176
- self
177
- end
178
-
179
- def _deserialize(type, value)
180
- case type.to_sym
181
- when :DateTime
182
- DateTime.parse(value)
183
- when :Date
184
- Date.parse(value)
185
- when :String
186
- value.to_s
187
- when :Integer
188
- value.to_i
189
- when :Float
190
- value.to_f
191
- when :BOOLEAN
192
- if value.to_s =~ /^(true|t|yes|y|1)$/i
193
- true
194
- else
195
- false
196
- end
197
- when :Object
198
- # generic object (usually a Hash), return directly
199
- value
200
- when /\AArray<(?<inner_type>.+)>\z/
201
- inner_type = Regexp.last_match[:inner_type]
202
- value.map { |v| _deserialize(inner_type, v) }
203
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
204
- k_type = Regexp.last_match[:k_type]
205
- v_type = Regexp.last_match[:v_type]
206
- {}.tap do |hash|
207
- value.each do |k, v|
208
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
209
- end
210
- end
211
- else # model
212
- _model = Object.const_get("PureCloud").const_get(type).new
213
- _model.build_from_hash(value)
214
- end
215
- end
216
-
217
- def to_s
218
- to_hash.to_s
219
- end
220
-
221
- # to_body is an alias to to_body (backward compatibility))
222
- def to_body
223
- to_hash
224
- end
225
-
226
- # return the object in the form of hash
227
- def to_hash
228
- hash = {}
229
- self.class.attribute_map.each_pair do |attr, param|
230
- value = self.send(attr)
231
- next if value.nil?
232
- hash[param] = _to_hash(value)
233
- end
234
- hash
235
- end
236
-
237
- # Method to output non-array value in the form of hash
238
- # For object, use to_hash. Otherwise, just return the value
239
- def _to_hash(value)
240
- if value.is_a?(Array)
241
- value.compact.map{ |v| _to_hash(v) }
242
- elsif value.is_a?(Hash)
243
- {}.tap do |hash|
244
- value.each { |k, v| hash[k] = _to_hash(v) }
245
- end
246
- elsif value.respond_to? :to_hash
247
- value.to_hash
248
- else
249
- value
250
- end
251
- end
252
-
253
- end
254
- end
@@ -1,404 +0,0 @@
1
- =begin
2
- PureCloud Platform API
3
-
4
- With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more.
5
-
6
- OpenAPI spec version: v2
7
- Contact: DeveloperEvangelists@genesys.com
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
-
10
- License: UNLICENSED
11
- https://help.mypurecloud.com/articles/terms-and-conditions/
12
-
13
- Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
14
-
15
- =end
16
-
17
- require 'date'
18
-
19
- module PureCloud
20
- class IntradayResponse
21
- # The start of the date range for which this data applies. This is also the start reference point for the intervals represented in the various arrays. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
22
- attr_accessor :start_date
23
-
24
- # The end of the date range for which this data applies. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
25
- attr_accessor :end_date
26
-
27
- # The aggregation period in minutes, which determines the interval duration of the returned data
28
- attr_accessor :interval_length_minutes
29
-
30
- # The total number of time intervals represented by this data
31
- attr_accessor :number_of_intervals
32
-
33
- # The metrics to which this data corresponds
34
- attr_accessor :metrics
35
-
36
- # If not null, the reason there was no data for the request
37
- attr_accessor :no_data_reason
38
-
39
- # The IDs of the queues this data corresponds to
40
- attr_accessor :queue_ids
41
-
42
- # Intraday data grouped by a single media type and set of queue IDs
43
- attr_accessor :intraday_data_groupings
44
-
45
- # Attribute mapping from ruby-style variable name to JSON key.
46
- def self.attribute_map
47
- {
48
-
49
- :'start_date' => :'startDate',
50
-
51
- :'end_date' => :'endDate',
52
-
53
- :'interval_length_minutes' => :'intervalLengthMinutes',
54
-
55
- :'number_of_intervals' => :'numberOfIntervals',
56
-
57
- :'metrics' => :'metrics',
58
-
59
- :'no_data_reason' => :'noDataReason',
60
-
61
- :'queue_ids' => :'queueIds',
62
-
63
- :'intraday_data_groupings' => :'intradayDataGroupings'
64
-
65
- }
66
- end
67
-
68
- # Attribute type mapping.
69
- def self.swagger_types
70
- {
71
-
72
- :'start_date' => :'DateTime',
73
-
74
- :'end_date' => :'DateTime',
75
-
76
- :'interval_length_minutes' => :'Integer',
77
-
78
- :'number_of_intervals' => :'Integer',
79
-
80
- :'metrics' => :'Array<IntradayMetric>',
81
-
82
- :'no_data_reason' => :'String',
83
-
84
- :'queue_ids' => :'Array<String>',
85
-
86
- :'intraday_data_groupings' => :'Array<IntradayDataGroup>'
87
-
88
- }
89
- end
90
-
91
- # Initializes the object
92
- # @param [Hash] attributes Model attributes in the form of hash
93
- def initialize(attributes = {})
94
- return unless attributes.is_a?(Hash)
95
-
96
- # convert string to symbol for hash key
97
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
98
-
99
-
100
- if attributes.has_key?(:'startDate')
101
-
102
-
103
- self.start_date = attributes[:'startDate']
104
-
105
-
106
- end
107
-
108
-
109
- if attributes.has_key?(:'endDate')
110
-
111
-
112
- self.end_date = attributes[:'endDate']
113
-
114
-
115
- end
116
-
117
-
118
- if attributes.has_key?(:'intervalLengthMinutes')
119
-
120
-
121
- self.interval_length_minutes = attributes[:'intervalLengthMinutes']
122
-
123
-
124
- end
125
-
126
-
127
- if attributes.has_key?(:'numberOfIntervals')
128
-
129
-
130
- self.number_of_intervals = attributes[:'numberOfIntervals']
131
-
132
-
133
- end
134
-
135
-
136
- if attributes.has_key?(:'metrics')
137
-
138
- if (value = attributes[:'metrics']).is_a?(Array)
139
- self.metrics = value
140
- end
141
-
142
-
143
-
144
- end
145
-
146
-
147
- if attributes.has_key?(:'noDataReason')
148
-
149
-
150
- self.no_data_reason = attributes[:'noDataReason']
151
-
152
-
153
- end
154
-
155
-
156
- if attributes.has_key?(:'queueIds')
157
-
158
- if (value = attributes[:'queueIds']).is_a?(Array)
159
- self.queue_ids = value
160
- end
161
-
162
-
163
-
164
- end
165
-
166
-
167
- if attributes.has_key?(:'intradayDataGroupings')
168
-
169
- if (value = attributes[:'intradayDataGroupings']).is_a?(Array)
170
- self.intraday_data_groupings = value
171
- end
172
-
173
-
174
-
175
- end
176
-
177
-
178
- end
179
-
180
- # Show invalid properties with the reasons. Usually used together with valid?
181
- # @return Array for valid properies with the reasons
182
- def list_invalid_properties
183
- invalid_properties = Array.new
184
-
185
-
186
- return invalid_properties
187
- end
188
-
189
- # Check to see if the all the properties in the model are valid
190
- # @return true if the model is valid
191
- def valid?
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
- allowed_values = ["NoWeekData", "NoPublishedSchedule", "NoSourceForecast"]
216
- if @no_data_reason && !allowed_values.include?(@no_data_reason)
217
- return false
218
- end
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
- end
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
- # Custom attribute writer method checking allowed values (enum).
260
- # @param [Object] no_data_reason Object to be assigned
261
- def no_data_reason=(no_data_reason)
262
- allowed_values = ["NoWeekData", "NoPublishedSchedule", "NoSourceForecast"]
263
- if no_data_reason && !allowed_values.include?(no_data_reason)
264
- fail ArgumentError, "invalid value for 'no_data_reason', must be one of #{allowed_values}."
265
- end
266
- @no_data_reason = no_data_reason
267
- end
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
- # Checks equality by comparing each attribute.
283
- # @param [Object] Object to be compared
284
- def ==(o)
285
- return true if self.equal?(o)
286
- self.class == o.class &&
287
- start_date == o.start_date &&
288
- end_date == o.end_date &&
289
- interval_length_minutes == o.interval_length_minutes &&
290
- number_of_intervals == o.number_of_intervals &&
291
- metrics == o.metrics &&
292
- no_data_reason == o.no_data_reason &&
293
- queue_ids == o.queue_ids &&
294
- intraday_data_groupings == o.intraday_data_groupings
295
- end
296
-
297
- # @see the `==` method
298
- # @param [Object] Object to be compared
299
- def eql?(o)
300
- self == o
301
- end
302
-
303
- # Calculates hash code according to all attributes.
304
- # @return [Fixnum] Hash code
305
- def hash
306
- [start_date, end_date, interval_length_minutes, number_of_intervals, metrics, no_data_reason, queue_ids, intraday_data_groupings].hash
307
- end
308
-
309
- # build the object from hash
310
- def build_from_hash(attributes)
311
- return nil unless attributes.is_a?(Hash)
312
- self.class.swagger_types.each_pair do |key, type|
313
- if type =~ /^Array<(.*)>/i
314
- if attributes[self.class.attribute_map[key]].is_a?(Array)
315
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
316
- else
317
- #TODO show warning in debug mode
318
- end
319
- elsif !attributes[self.class.attribute_map[key]].nil?
320
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
321
- else
322
- # data not found in attributes(hash), not an issue as the data can be optional
323
- end
324
- end
325
-
326
- self
327
- end
328
-
329
- def _deserialize(type, value)
330
- case type.to_sym
331
- when :DateTime
332
- DateTime.parse(value)
333
- when :Date
334
- Date.parse(value)
335
- when :String
336
- value.to_s
337
- when :Integer
338
- value.to_i
339
- when :Float
340
- value.to_f
341
- when :BOOLEAN
342
- if value.to_s =~ /^(true|t|yes|y|1)$/i
343
- true
344
- else
345
- false
346
- end
347
- when :Object
348
- # generic object (usually a Hash), return directly
349
- value
350
- when /\AArray<(?<inner_type>.+)>\z/
351
- inner_type = Regexp.last_match[:inner_type]
352
- value.map { |v| _deserialize(inner_type, v) }
353
- when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
354
- k_type = Regexp.last_match[:k_type]
355
- v_type = Regexp.last_match[:v_type]
356
- {}.tap do |hash|
357
- value.each do |k, v|
358
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
359
- end
360
- end
361
- else # model
362
- _model = Object.const_get("PureCloud").const_get(type).new
363
- _model.build_from_hash(value)
364
- end
365
- end
366
-
367
- def to_s
368
- to_hash.to_s
369
- end
370
-
371
- # to_body is an alias to to_body (backward compatibility))
372
- def to_body
373
- to_hash
374
- end
375
-
376
- # return the object in the form of hash
377
- def to_hash
378
- hash = {}
379
- self.class.attribute_map.each_pair do |attr, param|
380
- value = self.send(attr)
381
- next if value.nil?
382
- hash[param] = _to_hash(value)
383
- end
384
- hash
385
- end
386
-
387
- # Method to output non-array value in the form of hash
388
- # For object, use to_hash. Otherwise, just return the value
389
- def _to_hash(value)
390
- if value.is_a?(Array)
391
- value.compact.map{ |v| _to_hash(v) }
392
- elsif value.is_a?(Hash)
393
- {}.tap do |hash|
394
- value.each { |k, v| hash[k] = _to_hash(v) }
395
- end
396
- elsif value.respond_to? :to_hash
397
- value.to_hash
398
- else
399
- value
400
- end
401
- end
402
-
403
- end
404
- end