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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsEvaluation.md +1 -1
- data/docs/Call.md +1 -0
- data/docs/CallBasic.md +1 -0
- data/docs/Callback.md +1 -0
- data/docs/CallbackBasic.md +1 -0
- data/docs/Cobrowsesession.md +1 -0
- data/docs/{PartialUploadResponse.md → ContextEntity.md} +3 -3
- data/docs/ContextIntent.md +13 -0
- data/docs/ConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
- data/docs/ConversationChat.md +1 -0
- data/docs/ConversationEventTopicCallback.md +1 -0
- data/docs/Coretype.md +23 -0
- data/docs/CoretypeListing.md +15 -0
- data/docs/DataExtensionsApi.md +198 -0
- data/docs/DataSchemaListing.md +15 -0
- data/docs/DetectedDialogAct.md +14 -0
- data/docs/DetectedIntent.md +15 -0
- data/docs/DetectedNamedEntity.md +16 -0
- data/docs/DetectedNamedEntityValue.md +14 -0
- data/docs/DialogflowAgent.md +3 -2
- data/docs/Edge.md +1 -1
- data/docs/Email.md +1 -0
- data/docs/EntityListing.md +1 -5
- data/docs/ExternalContactsApi.md +1001 -144
- data/docs/FlowDivisionView.md +2 -0
- data/docs/IntentDefinition.md +15 -0
- data/docs/IntentFeedback.md +16 -0
- data/docs/ItemValidationLimits.md +14 -0
- data/docs/Items.md +14 -0
- data/docs/LanguageUnderstandingApi.md +1160 -0
- data/docs/MaxLength.md +14 -0
- data/docs/Message.md +1 -0
- data/docs/MinLength.md +14 -0
- data/docs/NamedEntityAnnotation.md +13 -0
- data/docs/NamedEntityTypeBinding.md +14 -0
- data/docs/NamedEntityTypeDefinition.md +15 -0
- data/docs/NamedEntityTypeItem.md +14 -0
- data/docs/NamedEntityTypeMechanism.md +15 -0
- data/docs/NluConfusionMatrixColumn.md +14 -0
- data/docs/NluConfusionMatrixRow.md +14 -0
- data/docs/NluDetectionContext.md +14 -0
- data/docs/NluDetectionInput.md +13 -0
- data/docs/NluDetectionOutput.md +14 -0
- data/docs/NluDetectionRequest.md +14 -0
- data/docs/NluDetectionResponse.md +15 -0
- data/docs/NluDomain.md +19 -0
- data/docs/NluDomainListing.md +22 -0
- data/docs/NluDomainVersion.md +24 -0
- data/docs/NluDomainVersionListing.md +22 -0
- data/docs/NluDomainVersionQualityReport.md +15 -0
- data/docs/NluDomainVersionTrainingResponse.md +14 -0
- data/docs/NluFeedbackListing.md +22 -0
- data/docs/NluFeedbackRequest.md +15 -0
- data/docs/NluFeedbackResponse.md +18 -0
- data/docs/NluQualityReportSummary.md +13 -0
- data/docs/NluQualityReportSummaryMetric.md +14 -0
- data/docs/NluUtterance.md +13 -0
- data/docs/NluUtteranceSegment.md +14 -0
- data/docs/QueueConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
- data/docs/QueueConversationEventTopicCallback.md +1 -0
- data/docs/QueueConversationSocialExpressionEventTopicCallback.md +1 -0
- data/docs/QueueConversationVideoEventTopicCallback.md +1 -0
- data/docs/ReportingExportJobRequest.md +1 -0
- data/docs/ReportingExportJobResponse.md +2 -0
- data/docs/RoutingApi.md +65 -0
- data/docs/SCIMApi.md +12 -12
- data/docs/Schema.md +17 -0
- data/docs/SchemaQuantityLimits.md +26 -0
- data/docs/ScimV2EnterpriseUser.md +1 -0
- data/docs/Screenshare.md +1 -0
- data/docs/SocialExpression.md +1 -0
- data/docs/{TimeOffRequestLookup.md → TimeOffRequest.md} +2 -2
- data/docs/TimeOffRequestListing.md +13 -0
- data/docs/UploadUrlRequest.md +15 -0
- data/docs/UploadUrlResponse.md +14 -0
- data/docs/UploadsApi.md +78 -0
- data/docs/ValidationLimits.md +18 -0
- data/docs/Video.md +1 -0
- data/docs/WorkforceManagementApi.md +297 -448
- data/lib/purecloudplatformclientv2.rb +50 -57
- data/lib/purecloudplatformclientv2/api/data_extensions_api.rb +207 -0
- data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +868 -4
- data/lib/purecloudplatformclientv2/api/language_understanding_api.rb +1304 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +64 -0
- data/lib/purecloudplatformclientv2/api/scim_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/uploads_api.rb +92 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +314 -571
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +13 -13
- data/lib/purecloudplatformclientv2/models/bulk_update_shift_trade_state_result_item.rb +2 -2
- data/lib/purecloudplatformclientv2/models/call.rb +30 -4
- data/lib/purecloudplatformclientv2/models/call_basic.rb +30 -4
- data/lib/purecloudplatformclientv2/models/callback.rb +30 -4
- data/lib/purecloudplatformclientv2/models/callback_basic.rb +30 -4
- data/lib/purecloudplatformclientv2/models/cobrowsesession.rb +30 -4
- data/lib/purecloudplatformclientv2/models/{partial_upload_response.rb → context_entity.rb} +14 -9
- data/lib/purecloudplatformclientv2/models/{list_wrapper_wfm_forecast_modification.rb → context_intent.rb} +14 -10
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_chat.rb +30 -4
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/{rescheduling_options_response.rb → coretype.rb} +97 -102
- data/lib/purecloudplatformclientv2/models/{service_goal_group_list.rb → coretype_listing.rb} +34 -11
- data/lib/purecloudplatformclientv2/models/data_schema_listing.rb +253 -0
- data/lib/purecloudplatformclientv2/models/{forecast_result_response.rb → detected_dialog_act.rb} +16 -16
- data/lib/purecloudplatformclientv2/models/{intraday_queue.rb → detected_intent.rb} +23 -23
- data/lib/purecloudplatformclientv2/models/detected_named_entity.rb +280 -0
- data/lib/purecloudplatformclientv2/models/detected_named_entity_value.rb +228 -0
- data/lib/purecloudplatformclientv2/models/dialogflow_agent.rb +31 -3
- data/lib/purecloudplatformclientv2/models/edge.rb +1 -0
- data/lib/purecloudplatformclientv2/models/email.rb +30 -4
- data/lib/purecloudplatformclientv2/models/entity_listing.rb +4 -104
- data/lib/purecloudplatformclientv2/models/flow_division_view.rb +53 -1
- data/lib/purecloudplatformclientv2/models/{create_service_goal_group_request.rb → intent_definition.rb} +30 -19
- data/lib/purecloudplatformclientv2/models/{wfm_intraday_queue_listing.rb → intent_feedback.rb} +71 -18
- data/lib/purecloudplatformclientv2/models/{service_goal_group_goals.rb → item_validation_limits.rb} +18 -45
- data/lib/purecloudplatformclientv2/models/{short_term_forecast_list_response.rb → items.rb} +33 -10
- data/lib/purecloudplatformclientv2/models/max_length.rb +238 -0
- data/lib/purecloudplatformclientv2/models/message.rb +30 -4
- data/lib/purecloudplatformclientv2/models/{forecast_generation_route_group_result.rb → min_length.rb} +26 -18
- data/lib/purecloudplatformclientv2/models/{list_wrapper_forecast_source_day_pointer.rb → named_entity_annotation.rb} +14 -10
- data/lib/purecloudplatformclientv2/models/{copy_short_term_forecast_request.rb → named_entity_type_binding.rb} +18 -19
- data/lib/purecloudplatformclientv2/models/{generate_week_schedule_request.rb → named_entity_type_definition.rb} +38 -13
- data/lib/purecloudplatformclientv2/models/{wfm_abandon_rate.rb → named_entity_type_item.rb} +19 -18
- data/lib/purecloudplatformclientv2/models/{short_term_forecast_response.rb → named_entity_type_mechanism.rb} +48 -36
- data/lib/purecloudplatformclientv2/models/{copy_week_schedule_request.rb → nlu_confusion_matrix_column.rb} +18 -18
- data/lib/purecloudplatformclientv2/models/{wfm_average_speed_of_answer.rb → nlu_confusion_matrix_row.rb} +24 -18
- data/lib/purecloudplatformclientv2/models/nlu_detection_context.rb +228 -0
- data/lib/purecloudplatformclientv2/models/{scheduling_run_list_response.rb → nlu_detection_input.rb} +14 -10
- data/lib/purecloudplatformclientv2/models/nlu_detection_output.rb +232 -0
- data/lib/purecloudplatformclientv2/models/nlu_detection_request.rb +233 -0
- data/lib/purecloudplatformclientv2/models/{route_group_list.rb → nlu_detection_response.rb} +39 -22
- data/lib/purecloudplatformclientv2/models/{short_term_forecast_list_item_response.rb → nlu_domain.rb} +66 -60
- data/lib/purecloudplatformclientv2/models/{intraday_query_data_command.rb → nlu_domain_listing.rb} +156 -53
- data/lib/purecloudplatformclientv2/models/{short_term_forecast.rb → nlu_domain_version.rb} +132 -87
- data/lib/purecloudplatformclientv2/models/nlu_domain_version_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/{intraday_metric.rb → nlu_domain_version_quality_report.rb} +57 -28
- data/lib/purecloudplatformclientv2/models/{user_schedules_partial_upload_request.rb → nlu_domain_version_training_response.rb} +33 -16
- data/lib/purecloudplatformclientv2/models/{import_week_schedule_request.rb → nlu_feedback_listing.rb} +158 -46
- data/lib/purecloudplatformclientv2/models/{wfm_service_level.rb → nlu_feedback_request.rb} +36 -25
- data/lib/purecloudplatformclientv2/models/{service_goal_group.rb → nlu_feedback_response.rb} +32 -37
- data/lib/purecloudplatformclientv2/models/{generate_short_term_forecast_request.rb → nlu_quality_report_summary.rb} +12 -10
- data/lib/purecloudplatformclientv2/models/nlu_quality_report_summary_metric.rb +238 -0
- data/lib/purecloudplatformclientv2/models/nlu_utterance.rb +209 -0
- data/lib/purecloudplatformclientv2/models/nlu_utterance_segment.rb +233 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_request.rb +32 -4
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +57 -1
- data/lib/purecloudplatformclientv2/models/{import_short_term_forecast_request.rb → schema.rb} +50 -35
- data/lib/purecloudplatformclientv2/models/schema_quantity_limits.rb +539 -0
- data/lib/purecloudplatformclientv2/models/scim_v2_enterprise_user.rb +30 -4
- data/lib/purecloudplatformclientv2/models/screenshare.rb +30 -4
- data/lib/purecloudplatformclientv2/models/shift_trade_match_violation.rb +2 -2
- data/lib/purecloudplatformclientv2/models/social_expression.rb +30 -4
- data/lib/purecloudplatformclientv2/models/{time_off_request_lookup.rb → time_off_request.rb} +1 -1
- data/lib/purecloudplatformclientv2/models/{time_off_request_lookup_list.rb → time_off_request_listing.rb} +2 -2
- data/lib/purecloudplatformclientv2/models/{create_queue_media_association_request.rb → upload_url_request.rb} +23 -26
- data/lib/purecloudplatformclientv2/models/upload_url_response.rb +230 -0
- data/lib/purecloudplatformclientv2/models/{wfm_forecast_modification_attributes.rb → validation_limits.rb} +76 -38
- data/lib/purecloudplatformclientv2/models/video.rb +30 -4
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +102 -116
- data/docs/AsyncWeekScheduleResponse.md +0 -16
- data/docs/CopyShortTermForecastRequest.md +0 -14
- data/docs/CopyWeekScheduleRequest.md +0 -14
- data/docs/CreateQueueMediaAssociationRequest.md +0 -15
- data/docs/CreateServiceGoalGroupRequest.md +0 -15
- data/docs/ForecastGenerationResult.md +0 -13
- data/docs/ForecastGenerationRouteGroupResult.md +0 -14
- data/docs/ForecastResultResponse.md +0 -14
- data/docs/ForecastTimeSeriesResult.md +0 -14
- data/docs/GenerateShortTermForecastRequest.md +0 -13
- data/docs/GenerateShortTermForecastResponse.md +0 -16
- data/docs/GenerateWeekScheduleRequest.md +0 -14
- data/docs/GenerateWeekScheduleResponse.md +0 -15
- data/docs/ImportShortTermForecastRequest.md +0 -16
- data/docs/ImportWeekScheduleRequest.md +0 -17
- data/docs/IntradayDataGroup.md +0 -19
- data/docs/IntradayForecastData.md +0 -15
- data/docs/IntradayHistoricalAgentData.md +0 -14
- data/docs/IntradayHistoricalQueueData.md +0 -20
- data/docs/IntradayMetric.md +0 -14
- data/docs/IntradayPerformancePredictionAgentData.md +0 -13
- data/docs/IntradayPerformancePredictionQueueData.md +0 -15
- data/docs/IntradayQueryDataCommand.md +0 -17
- data/docs/IntradayQueue.md +0 -15
- data/docs/IntradayResponse.md +0 -20
- data/docs/IntradayScheduleData.md +0 -14
- data/docs/ListWrapperForecastSourceDayPointer.md +0 -13
- data/docs/ListWrapperWfmForecastModification.md +0 -13
- data/docs/QueueMediaAssociation.md +0 -16
- data/docs/RescheduleRequest.md +0 -20
- data/docs/RescheduleResult.md +0 -13
- data/docs/ReschedulingOptionsResponse.md +0 -22
- data/docs/RouteGroup.md +0 -18
- data/docs/RouteGroupAttributes.md +0 -16
- data/docs/RouteGroupList.md +0 -14
- data/docs/SchedulingRunListResponse.md +0 -13
- data/docs/SchedulingRunResponse.md +0 -28
- data/docs/ServiceGoalGroup.md +0 -18
- data/docs/ServiceGoalGroupGoals.md +0 -15
- data/docs/ServiceGoalGroupList.md +0 -14
- data/docs/ShortTermForecast.md +0 -22
- data/docs/ShortTermForecastListItemResponse.md +0 -18
- data/docs/ShortTermForecastListResponse.md +0 -13
- data/docs/ShortTermForecastResponse.md +0 -15
- data/docs/TimeOffRequestEntityList.md +0 -13
- data/docs/TimeOffRequestLookupList.md +0 -13
- data/docs/UnscheduledAgentWarning.md +0 -14
- data/docs/UpdateWeekScheduleRequest.md +0 -21
- data/docs/UserSchedulesPartialUploadRequest.md +0 -13
- data/docs/WfmAbandonRate.md +0 -14
- data/docs/WfmAverageSpeedOfAnswer.md +0 -14
- data/docs/WfmForecastModification.md +0 -20
- data/docs/WfmForecastModificationAttributes.md +0 -16
- data/docs/WfmIntradayQueueListing.md +0 -14
- data/docs/WfmServiceLevel.md +0 -15
- data/lib/purecloudplatformclientv2/models/async_week_schedule_response.rb +0 -295
- data/lib/purecloudplatformclientv2/models/forecast_generation_result.rb +0 -204
- data/lib/purecloudplatformclientv2/models/forecast_time_series_result.rb +0 -256
- data/lib/purecloudplatformclientv2/models/generate_short_term_forecast_response.rb +0 -294
- data/lib/purecloudplatformclientv2/models/generate_week_schedule_response.rb +0 -269
- data/lib/purecloudplatformclientv2/models/intraday_data_group.rb +0 -384
- data/lib/purecloudplatformclientv2/models/intraday_forecast_data.rb +0 -254
- data/lib/purecloudplatformclientv2/models/intraday_historical_agent_data.rb +0 -228
- data/lib/purecloudplatformclientv2/models/intraday_historical_queue_data.rb +0 -384
- data/lib/purecloudplatformclientv2/models/intraday_performance_prediction_agent_data.rb +0 -202
- data/lib/purecloudplatformclientv2/models/intraday_performance_prediction_queue_data.rb +0 -254
- data/lib/purecloudplatformclientv2/models/intraday_response.rb +0 -404
- data/lib/purecloudplatformclientv2/models/intraday_schedule_data.rb +0 -228
- data/lib/purecloudplatformclientv2/models/queue_media_association.rb +0 -283
- data/lib/purecloudplatformclientv2/models/reschedule_request.rb +0 -418
- data/lib/purecloudplatformclientv2/models/reschedule_result.rb +0 -202
- data/lib/purecloudplatformclientv2/models/route_group.rb +0 -363
- data/lib/purecloudplatformclientv2/models/route_group_attributes.rb +0 -307
- data/lib/purecloudplatformclientv2/models/scheduling_run_response.rb +0 -609
- data/lib/purecloudplatformclientv2/models/time_off_request_entity_list.rb +0 -203
- data/lib/purecloudplatformclientv2/models/unscheduled_agent_warning.rb +0 -242
- data/lib/purecloudplatformclientv2/models/update_week_schedule_request.rb +0 -438
- data/lib/purecloudplatformclientv2/models/wfm_forecast_modification.rb +0 -435
@@ -42,6 +42,8 @@ module PureCloud
|
|
42
42
|
|
43
43
|
attr_accessor :peer_id
|
44
44
|
|
45
|
+
attr_accessor :external_campaign
|
46
|
+
|
45
47
|
attr_accessor :skip_enabled
|
46
48
|
|
47
49
|
attr_accessor :provider
|
@@ -86,6 +88,8 @@ module PureCloud
|
|
86
88
|
|
87
89
|
:'peer_id' => :'peerId',
|
88
90
|
|
91
|
+
:'external_campaign' => :'externalCampaign',
|
92
|
+
|
89
93
|
:'skip_enabled' => :'skipEnabled',
|
90
94
|
|
91
95
|
:'provider' => :'provider',
|
@@ -133,6 +137,8 @@ module PureCloud
|
|
133
137
|
|
134
138
|
:'peer_id' => :'String',
|
135
139
|
|
140
|
+
:'external_campaign' => :'BOOLEAN',
|
141
|
+
|
136
142
|
:'skip_enabled' => :'BOOLEAN',
|
137
143
|
|
138
144
|
:'provider' => :'String',
|
@@ -271,6 +277,15 @@ module PureCloud
|
|
271
277
|
end
|
272
278
|
|
273
279
|
|
280
|
+
if attributes.has_key?(:'externalCampaign')
|
281
|
+
|
282
|
+
|
283
|
+
self.external_campaign = attributes[:'externalCampaign']
|
284
|
+
|
285
|
+
|
286
|
+
end
|
287
|
+
|
288
|
+
|
274
289
|
if attributes.has_key?(:'skipEnabled')
|
275
290
|
|
276
291
|
|
@@ -448,6 +463,10 @@ module PureCloud
|
|
448
463
|
|
449
464
|
|
450
465
|
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
451
470
|
|
452
471
|
|
453
472
|
|
@@ -577,6 +596,11 @@ module PureCloud
|
|
577
596
|
|
578
597
|
|
579
598
|
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
|
580
604
|
|
581
605
|
|
582
606
|
|
@@ -600,6 +624,7 @@ module PureCloud
|
|
600
624
|
callback_user_name == o.callback_user_name &&
|
601
625
|
script_id == o.script_id &&
|
602
626
|
peer_id == o.peer_id &&
|
627
|
+
external_campaign == o.external_campaign &&
|
603
628
|
skip_enabled == o.skip_enabled &&
|
604
629
|
provider == o.provider &&
|
605
630
|
timeout_seconds == o.timeout_seconds &&
|
@@ -619,7 +644,7 @@ module PureCloud
|
|
619
644
|
# Calculates hash code according to all attributes.
|
620
645
|
# @return [Fixnum] Hash code
|
621
646
|
def hash
|
622
|
-
[state, id, direction, held, disconnect_type, start_hold_time, dialer_preview, voicemail, callback_numbers, callback_user_name, script_id, peer_id, skip_enabled, provider, timeout_seconds, connected_time, disconnected_time, callback_scheduled_time, automated_callback_config_id, additional_properties].hash
|
647
|
+
[state, id, direction, held, disconnect_type, start_hold_time, dialer_preview, voicemail, callback_numbers, callback_user_name, script_id, peer_id, external_campaign, skip_enabled, provider, timeout_seconds, connected_time, disconnected_time, callback_scheduled_time, automated_callback_config_id, additional_properties].hash
|
623
648
|
end
|
624
649
|
|
625
650
|
# build the object from hash
|
@@ -42,6 +42,8 @@ module PureCloud
|
|
42
42
|
|
43
43
|
attr_accessor :peer_id
|
44
44
|
|
45
|
+
attr_accessor :external_campaign
|
46
|
+
|
45
47
|
attr_accessor :skip_enabled
|
46
48
|
|
47
49
|
attr_accessor :provider
|
@@ -86,6 +88,8 @@ module PureCloud
|
|
86
88
|
|
87
89
|
:'peer_id' => :'peerId',
|
88
90
|
|
91
|
+
:'external_campaign' => :'externalCampaign',
|
92
|
+
|
89
93
|
:'skip_enabled' => :'skipEnabled',
|
90
94
|
|
91
95
|
:'provider' => :'provider',
|
@@ -133,6 +137,8 @@ module PureCloud
|
|
133
137
|
|
134
138
|
:'peer_id' => :'String',
|
135
139
|
|
140
|
+
:'external_campaign' => :'BOOLEAN',
|
141
|
+
|
136
142
|
:'skip_enabled' => :'BOOLEAN',
|
137
143
|
|
138
144
|
:'provider' => :'String',
|
@@ -271,6 +277,15 @@ module PureCloud
|
|
271
277
|
end
|
272
278
|
|
273
279
|
|
280
|
+
if attributes.has_key?(:'externalCampaign')
|
281
|
+
|
282
|
+
|
283
|
+
self.external_campaign = attributes[:'externalCampaign']
|
284
|
+
|
285
|
+
|
286
|
+
end
|
287
|
+
|
288
|
+
|
274
289
|
if attributes.has_key?(:'skipEnabled')
|
275
290
|
|
276
291
|
|
@@ -448,6 +463,10 @@ module PureCloud
|
|
448
463
|
|
449
464
|
|
450
465
|
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
451
470
|
|
452
471
|
|
453
472
|
|
@@ -577,6 +596,11 @@ module PureCloud
|
|
577
596
|
|
578
597
|
|
579
598
|
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
|
580
604
|
|
581
605
|
|
582
606
|
|
@@ -600,6 +624,7 @@ module PureCloud
|
|
600
624
|
callback_user_name == o.callback_user_name &&
|
601
625
|
script_id == o.script_id &&
|
602
626
|
peer_id == o.peer_id &&
|
627
|
+
external_campaign == o.external_campaign &&
|
603
628
|
skip_enabled == o.skip_enabled &&
|
604
629
|
provider == o.provider &&
|
605
630
|
timeout_seconds == o.timeout_seconds &&
|
@@ -619,7 +644,7 @@ module PureCloud
|
|
619
644
|
# Calculates hash code according to all attributes.
|
620
645
|
# @return [Fixnum] Hash code
|
621
646
|
def hash
|
622
|
-
[state, id, direction, held, disconnect_type, start_hold_time, dialer_preview, voicemail, callback_numbers, callback_user_name, script_id, peer_id, skip_enabled, provider, timeout_seconds, connected_time, disconnected_time, callback_scheduled_time, automated_callback_config_id, additional_properties].hash
|
647
|
+
[state, id, direction, held, disconnect_type, start_hold_time, dialer_preview, voicemail, callback_numbers, callback_user_name, script_id, peer_id, external_campaign, skip_enabled, provider, timeout_seconds, connected_time, disconnected_time, callback_scheduled_time, automated_callback_config_id, additional_properties].hash
|
623
648
|
end
|
624
649
|
|
625
650
|
# build the object from hash
|
@@ -42,6 +42,8 @@ module PureCloud
|
|
42
42
|
|
43
43
|
attr_accessor :peer_id
|
44
44
|
|
45
|
+
attr_accessor :external_campaign
|
46
|
+
|
45
47
|
attr_accessor :skip_enabled
|
46
48
|
|
47
49
|
attr_accessor :provider
|
@@ -86,6 +88,8 @@ module PureCloud
|
|
86
88
|
|
87
89
|
:'peer_id' => :'peerId',
|
88
90
|
|
91
|
+
:'external_campaign' => :'externalCampaign',
|
92
|
+
|
89
93
|
:'skip_enabled' => :'skipEnabled',
|
90
94
|
|
91
95
|
:'provider' => :'provider',
|
@@ -133,6 +137,8 @@ module PureCloud
|
|
133
137
|
|
134
138
|
:'peer_id' => :'String',
|
135
139
|
|
140
|
+
:'external_campaign' => :'BOOLEAN',
|
141
|
+
|
136
142
|
:'skip_enabled' => :'BOOLEAN',
|
137
143
|
|
138
144
|
:'provider' => :'String',
|
@@ -271,6 +277,15 @@ module PureCloud
|
|
271
277
|
end
|
272
278
|
|
273
279
|
|
280
|
+
if attributes.has_key?(:'externalCampaign')
|
281
|
+
|
282
|
+
|
283
|
+
self.external_campaign = attributes[:'externalCampaign']
|
284
|
+
|
285
|
+
|
286
|
+
end
|
287
|
+
|
288
|
+
|
274
289
|
if attributes.has_key?(:'skipEnabled')
|
275
290
|
|
276
291
|
|
@@ -448,6 +463,10 @@ module PureCloud
|
|
448
463
|
|
449
464
|
|
450
465
|
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
451
470
|
|
452
471
|
|
453
472
|
|
@@ -577,6 +596,11 @@ module PureCloud
|
|
577
596
|
|
578
597
|
|
579
598
|
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
|
580
604
|
|
581
605
|
|
582
606
|
|
@@ -600,6 +624,7 @@ module PureCloud
|
|
600
624
|
callback_user_name == o.callback_user_name &&
|
601
625
|
script_id == o.script_id &&
|
602
626
|
peer_id == o.peer_id &&
|
627
|
+
external_campaign == o.external_campaign &&
|
603
628
|
skip_enabled == o.skip_enabled &&
|
604
629
|
provider == o.provider &&
|
605
630
|
timeout_seconds == o.timeout_seconds &&
|
@@ -619,7 +644,7 @@ module PureCloud
|
|
619
644
|
# Calculates hash code according to all attributes.
|
620
645
|
# @return [Fixnum] Hash code
|
621
646
|
def hash
|
622
|
-
[state, id, direction, held, disconnect_type, start_hold_time, dialer_preview, voicemail, callback_numbers, callback_user_name, script_id, peer_id, skip_enabled, provider, timeout_seconds, connected_time, disconnected_time, callback_scheduled_time, automated_callback_config_id, additional_properties].hash
|
647
|
+
[state, id, direction, held, disconnect_type, start_hold_time, dialer_preview, voicemail, callback_numbers, callback_user_name, script_id, peer_id, external_campaign, skip_enabled, provider, timeout_seconds, connected_time, disconnected_time, callback_scheduled_time, automated_callback_config_id, additional_properties].hash
|
623
648
|
end
|
624
649
|
|
625
650
|
# build the object from hash
|
@@ -57,6 +57,9 @@ module PureCloud
|
|
57
57
|
# Indicates if custom participant attributes will be exported
|
58
58
|
attr_accessor :has_custom_participant_attributes
|
59
59
|
|
60
|
+
# The list of email recipients for the exports
|
61
|
+
attr_accessor :recipient_emails
|
62
|
+
|
60
63
|
# Attribute mapping from ruby-style variable name to JSON key.
|
61
64
|
def self.attribute_map
|
62
65
|
{
|
@@ -85,7 +88,9 @@ module PureCloud
|
|
85
88
|
|
86
89
|
:'selected_columns' => :'selectedColumns',
|
87
90
|
|
88
|
-
:'has_custom_participant_attributes' => :'hasCustomParticipantAttributes'
|
91
|
+
:'has_custom_participant_attributes' => :'hasCustomParticipantAttributes',
|
92
|
+
|
93
|
+
:'recipient_emails' => :'recipientEmails'
|
89
94
|
|
90
95
|
}
|
91
96
|
end
|
@@ -118,7 +123,9 @@ module PureCloud
|
|
118
123
|
|
119
124
|
:'selected_columns' => :'Array<SelectedColumns>',
|
120
125
|
|
121
|
-
:'has_custom_participant_attributes' => :'BOOLEAN'
|
126
|
+
:'has_custom_participant_attributes' => :'BOOLEAN',
|
127
|
+
|
128
|
+
:'recipient_emails' => :'Array<String>'
|
122
129
|
|
123
130
|
}
|
124
131
|
end
|
@@ -251,6 +258,17 @@ module PureCloud
|
|
251
258
|
end
|
252
259
|
|
253
260
|
|
261
|
+
if attributes.has_key?(:'recipientEmails')
|
262
|
+
|
263
|
+
if (value = attributes[:'recipientEmails']).is_a?(Array)
|
264
|
+
self.recipient_emails = value
|
265
|
+
end
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
end
|
270
|
+
|
271
|
+
|
254
272
|
end
|
255
273
|
|
256
274
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -363,6 +381,10 @@ module PureCloud
|
|
363
381
|
|
364
382
|
|
365
383
|
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
|
366
388
|
|
367
389
|
|
368
390
|
|
@@ -448,6 +470,11 @@ module PureCloud
|
|
448
470
|
|
449
471
|
|
450
472
|
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
|
451
478
|
|
452
479
|
|
453
480
|
|
@@ -471,7 +498,8 @@ module PureCloud
|
|
471
498
|
has_format_durations == o.has_format_durations &&
|
472
499
|
has_split_filters == o.has_split_filters &&
|
473
500
|
selected_columns == o.selected_columns &&
|
474
|
-
has_custom_participant_attributes == o.has_custom_participant_attributes
|
501
|
+
has_custom_participant_attributes == o.has_custom_participant_attributes &&
|
502
|
+
recipient_emails == o.recipient_emails
|
475
503
|
end
|
476
504
|
|
477
505
|
# @see the `==` method
|
@@ -483,7 +511,7 @@ module PureCloud
|
|
483
511
|
# Calculates hash code according to all attributes.
|
484
512
|
# @return [Fixnum] Hash code
|
485
513
|
def hash
|
486
|
-
[name, time_zone, export_format, interval, period, view_type, filter, read, locale, has_format_durations, has_split_filters, selected_columns, has_custom_participant_attributes].hash
|
514
|
+
[name, time_zone, export_format, interval, period, view_type, filter, read, locale, has_format_durations, has_split_filters, selected_columns, has_custom_participant_attributes, recipient_emails].hash
|
487
515
|
end
|
488
516
|
|
489
517
|
# build the object from hash
|
@@ -77,6 +77,12 @@ module PureCloud
|
|
77
77
|
# Indicates if custom participant attributes will be exported
|
78
78
|
attr_accessor :has_custom_participant_attributes
|
79
79
|
|
80
|
+
# The list of email recipients for the exports
|
81
|
+
attr_accessor :recipient_emails
|
82
|
+
|
83
|
+
# The status of individual email addresses as a map
|
84
|
+
attr_accessor :email_statuses
|
85
|
+
|
80
86
|
# The URI for this object
|
81
87
|
attr_accessor :self_uri
|
82
88
|
|
@@ -124,6 +130,10 @@ module PureCloud
|
|
124
130
|
|
125
131
|
:'has_custom_participant_attributes' => :'hasCustomParticipantAttributes',
|
126
132
|
|
133
|
+
:'recipient_emails' => :'recipientEmails',
|
134
|
+
|
135
|
+
:'email_statuses' => :'emailStatuses',
|
136
|
+
|
127
137
|
:'self_uri' => :'selfUri'
|
128
138
|
|
129
139
|
}
|
@@ -173,6 +183,10 @@ module PureCloud
|
|
173
183
|
|
174
184
|
:'has_custom_participant_attributes' => :'BOOLEAN',
|
175
185
|
|
186
|
+
:'recipient_emails' => :'Array<String>',
|
187
|
+
|
188
|
+
:'email_statuses' => :'Hash<String, String>',
|
189
|
+
|
176
190
|
:'self_uri' => :'String'
|
177
191
|
|
178
192
|
}
|
@@ -369,6 +383,28 @@ module PureCloud
|
|
369
383
|
end
|
370
384
|
|
371
385
|
|
386
|
+
if attributes.has_key?(:'recipientEmails')
|
387
|
+
|
388
|
+
if (value = attributes[:'recipientEmails']).is_a?(Array)
|
389
|
+
self.recipient_emails = value
|
390
|
+
end
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
end
|
395
|
+
|
396
|
+
|
397
|
+
if attributes.has_key?(:'emailStatuses')
|
398
|
+
|
399
|
+
if (value = attributes[:'emailStatuses']).is_a?(Array)
|
400
|
+
self.email_statuses = value
|
401
|
+
end
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
end
|
406
|
+
|
407
|
+
|
372
408
|
if attributes.has_key?(:'selfUri')
|
373
409
|
|
374
410
|
|
@@ -548,6 +584,14 @@ module PureCloud
|
|
548
584
|
|
549
585
|
|
550
586
|
|
587
|
+
|
588
|
+
|
589
|
+
|
590
|
+
|
591
|
+
|
592
|
+
|
593
|
+
|
594
|
+
|
551
595
|
|
552
596
|
|
553
597
|
|
@@ -690,6 +734,16 @@ module PureCloud
|
|
690
734
|
|
691
735
|
|
692
736
|
|
737
|
+
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
|
693
747
|
|
694
748
|
|
695
749
|
|
@@ -726,6 +780,8 @@ module PureCloud
|
|
726
780
|
has_split_filters == o.has_split_filters &&
|
727
781
|
selected_columns == o.selected_columns &&
|
728
782
|
has_custom_participant_attributes == o.has_custom_participant_attributes &&
|
783
|
+
recipient_emails == o.recipient_emails &&
|
784
|
+
email_statuses == o.email_statuses &&
|
729
785
|
self_uri == o.self_uri
|
730
786
|
end
|
731
787
|
|
@@ -738,7 +794,7 @@ module PureCloud
|
|
738
794
|
# Calculates hash code according to all attributes.
|
739
795
|
# @return [Fixnum] Hash code
|
740
796
|
def hash
|
741
|
-
[id, name, status, time_zone, export_format, interval, download_url, view_type, export_error_messages_type, period, filter, read, created_date_time, modified_date_time, locale, percentage_complete, has_format_durations, has_split_filters, selected_columns, has_custom_participant_attributes, self_uri].hash
|
797
|
+
[id, name, status, time_zone, export_format, interval, download_url, view_type, export_error_messages_type, period, filter, read, created_date_time, modified_date_time, locale, percentage_complete, has_format_durations, has_split_filters, selected_columns, has_custom_participant_attributes, recipient_emails, email_statuses, self_uri].hash
|
742
798
|
end
|
743
799
|
|
744
800
|
# build the object from hash
|
data/lib/purecloudplatformclientv2/models/{import_short_term_forecast_request.rb → schema.rb}
RENAMED
@@ -17,31 +17,35 @@ Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
|
|
17
17
|
require 'date'
|
18
18
|
|
19
19
|
module PureCloud
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
attr_accessor :file_name
|
20
|
+
class Schema
|
21
|
+
# A core type's title
|
22
|
+
attr_accessor :title
|
24
23
|
|
25
|
-
#
|
24
|
+
# A core type's description
|
26
25
|
attr_accessor :description
|
27
26
|
|
28
|
-
#
|
29
|
-
attr_accessor :
|
27
|
+
# An array of fundamental JSON Schema primitive types on which the core type is based
|
28
|
+
attr_accessor :type
|
30
29
|
|
31
|
-
#
|
32
|
-
attr_accessor :
|
30
|
+
# Denotes the type and pattern of the items in an enum core type
|
31
|
+
attr_accessor :items
|
32
|
+
|
33
|
+
# For the \"date\" and \"datetime\" core types, denotes the regex prescribing the allowable date/datetime format
|
34
|
+
attr_accessor :pattern
|
33
35
|
|
34
36
|
# Attribute mapping from ruby-style variable name to JSON key.
|
35
37
|
def self.attribute_map
|
36
38
|
{
|
37
39
|
|
38
|
-
:'
|
40
|
+
:'title' => :'title',
|
39
41
|
|
40
42
|
:'description' => :'description',
|
41
43
|
|
42
|
-
:'
|
44
|
+
:'type' => :'type',
|
45
|
+
|
46
|
+
:'items' => :'items',
|
43
47
|
|
44
|
-
:'
|
48
|
+
:'pattern' => :'pattern'
|
45
49
|
|
46
50
|
}
|
47
51
|
end
|
@@ -50,13 +54,15 @@ module PureCloud
|
|
50
54
|
def self.swagger_types
|
51
55
|
{
|
52
56
|
|
53
|
-
:'
|
57
|
+
:'title' => :'String',
|
54
58
|
|
55
59
|
:'description' => :'String',
|
56
60
|
|
57
|
-
:'
|
61
|
+
:'type' => :'Array<String>',
|
62
|
+
|
63
|
+
:'items' => :'Items',
|
58
64
|
|
59
|
-
:'
|
65
|
+
:'pattern' => :'String'
|
60
66
|
|
61
67
|
}
|
62
68
|
end
|
@@ -70,10 +76,10 @@ module PureCloud
|
|
70
76
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
71
77
|
|
72
78
|
|
73
|
-
if attributes.has_key?(:'
|
79
|
+
if attributes.has_key?(:'title')
|
74
80
|
|
75
81
|
|
76
|
-
self.
|
82
|
+
self.title = attributes[:'title']
|
77
83
|
|
78
84
|
|
79
85
|
end
|
@@ -88,21 +94,30 @@ module PureCloud
|
|
88
94
|
end
|
89
95
|
|
90
96
|
|
91
|
-
if attributes.has_key?(:'
|
97
|
+
if attributes.has_key?(:'type')
|
92
98
|
|
99
|
+
if (value = attributes[:'type']).is_a?(Array)
|
100
|
+
self.type = value
|
101
|
+
end
|
93
102
|
|
94
|
-
self.route_group_list = attributes[:'routeGroupList']
|
95
103
|
|
96
104
|
|
97
105
|
end
|
98
106
|
|
99
107
|
|
100
|
-
if attributes.has_key?(:'
|
108
|
+
if attributes.has_key?(:'items')
|
109
|
+
|
110
|
+
|
111
|
+
self.items = attributes[:'items']
|
112
|
+
|
113
|
+
|
114
|
+
end
|
115
|
+
|
116
|
+
|
117
|
+
if attributes.has_key?(:'pattern')
|
101
118
|
|
102
|
-
if (value = attributes[:'partialUploadIds']).is_a?(Array)
|
103
|
-
self.partial_upload_ids = value
|
104
|
-
end
|
105
119
|
|
120
|
+
self.pattern = attributes[:'pattern']
|
106
121
|
|
107
122
|
|
108
123
|
end
|
@@ -128,19 +143,13 @@ module PureCloud
|
|
128
143
|
|
129
144
|
|
130
145
|
|
131
|
-
if @description.nil?
|
132
|
-
return false
|
133
|
-
end
|
134
|
-
|
135
146
|
|
136
147
|
|
137
148
|
|
138
149
|
|
139
150
|
|
140
|
-
|
141
|
-
|
142
|
-
end
|
143
|
-
|
151
|
+
|
152
|
+
|
144
153
|
|
145
154
|
|
146
155
|
|
@@ -166,6 +175,11 @@ module PureCloud
|
|
166
175
|
|
167
176
|
|
168
177
|
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
169
183
|
|
170
184
|
|
171
185
|
|
@@ -177,10 +191,11 @@ module PureCloud
|
|
177
191
|
def ==(o)
|
178
192
|
return true if self.equal?(o)
|
179
193
|
self.class == o.class &&
|
180
|
-
|
194
|
+
title == o.title &&
|
181
195
|
description == o.description &&
|
182
|
-
|
183
|
-
|
196
|
+
type == o.type &&
|
197
|
+
items == o.items &&
|
198
|
+
pattern == o.pattern
|
184
199
|
end
|
185
200
|
|
186
201
|
# @see the `==` method
|
@@ -192,7 +207,7 @@ module PureCloud
|
|
192
207
|
# Calculates hash code according to all attributes.
|
193
208
|
# @return [Fixnum] Hash code
|
194
209
|
def hash
|
195
|
-
[
|
210
|
+
[title, description, type, items, pattern].hash
|
196
211
|
end
|
197
212
|
|
198
213
|
# build the object from hash
|