purecloudplatformclientv2 47.0.0 → 48.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 +3 -3
- data/docs/AnalyticsApi.md +66 -0
- data/docs/AnalyticsSession.md +1 -1
- data/docs/AuthorizationApi.md +9 -5
- data/docs/Condition.md +4 -4
- data/docs/ContactColumnToDataActionFieldMapping.md +12 -0
- data/docs/ConversationProperties.md +21 -0
- data/docs/DataActionConditionPredicate.md +12 -0
- data/docs/GroupsApi.md +1 -1
- data/docs/OrgUser.md +1 -0
- data/docs/OutboundApi.md +2 -2
- data/docs/QualityApi.md +376 -0
- data/docs/RoutingApi.md +85 -12
- data/docs/ScorableSurvey.md +18 -0
- data/docs/SearchApi.md +2 -42
- data/docs/SuggestApi.md +2 -2
- data/docs/Survey.md +22 -0
- data/docs/SurveyFormAndScoringSet.md +14 -0
- data/docs/SurveyQuestionGroupScore.md +17 -0
- data/docs/SurveyQuestionScore.md +19 -0
- data/docs/SurveyScoringSet.md +15 -0
- data/docs/Token.md +13 -0
- data/docs/TrustUser.md +1 -0
- data/docs/User.md +1 -0
- data/docs/UserMe.md +1 -0
- data/docs/UsersApi.md +8 -8
- data/docs/UtilitiesApi.md +59 -0
- data/docs/ViewFilter.md +13 -0
- data/lib/purecloudplatformclientv2.rb +10 -0
- data/lib/purecloudplatformclientv2/api/alerting_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/analytics_api.rb +91 -26
- data/lib/purecloudplatformclientv2/api/architect_api.rb +81 -81
- data/lib/purecloudplatformclientv2/api/attributes_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/authorization_api.rb +45 -36
- data/lib/purecloudplatformclientv2/api/billing_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/content_management_api.rb +38 -38
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +100 -100
- data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +30 -30
- data/lib/purecloudplatformclientv2/api/fax_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/flows_api.rb +1 -1
- data/lib/purecloudplatformclientv2/api/general_data_protection_regulation_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/geolocation_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/greetings_api.rb +16 -16
- data/lib/purecloudplatformclientv2/api/groups_api.rb +14 -14
- data/lib/purecloudplatformclientv2/api/identity_provider_api.rb +28 -28
- data/lib/purecloudplatformclientv2/api/integrations_api.rb +41 -41
- data/lib/purecloudplatformclientv2/api/languages_api.rb +10 -10
- data/lib/purecloudplatformclientv2/api/license_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/locations_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/messaging_api.rb +14 -14
- data/lib/purecloudplatformclientv2/api/mobile_devices_api.rb +5 -5
- data/lib/purecloudplatformclientv2/api/notifications_api.rb +7 -7
- data/lib/purecloudplatformclientv2/api/o_auth_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/objects_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/organization_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/organization_authorization_api.rb +23 -23
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +98 -98
- data/lib/purecloudplatformclientv2/api/presence_api.rb +9 -9
- data/lib/purecloudplatformclientv2/api/quality_api.rb +450 -52
- data/lib/purecloudplatformclientv2/api/recording_api.rb +37 -37
- data/lib/purecloudplatformclientv2/api/response_management_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/routing_api.rb +173 -70
- data/lib/purecloudplatformclientv2/api/scripts_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/search_api.rb +16 -16
- data/lib/purecloudplatformclientv2/api/stations_api.rb +5 -5
- data/lib/purecloudplatformclientv2/api/suggest_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/telephony_providers_edge_api.rb +125 -125
- data/lib/purecloudplatformclientv2/api/tokens_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/user_recordings_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/users_api.rb +61 -61
- data/lib/purecloudplatformclientv2/api/utilities_api.rb +58 -3
- data/lib/purecloudplatformclientv2/api/voicemail_api.rb +24 -24
- data/lib/purecloudplatformclientv2/api/web_chat_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +64 -64
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/configuration.rb +9 -2
- data/lib/purecloudplatformclientv2/models/aggregate_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +1 -1
- data/lib/purecloudplatformclientv2/models/condition.rb +6 -6
- data/lib/purecloudplatformclientv2/models/contact_column_to_data_action_field_mapping.rb +176 -0
- data/lib/purecloudplatformclientv2/models/conversation_properties.rb +410 -0
- data/lib/purecloudplatformclientv2/models/data_action_condition_predicate.rb +176 -0
- data/lib/purecloudplatformclientv2/models/observation_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/org_user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/scorable_survey.rb +343 -0
- data/lib/purecloudplatformclientv2/models/survey.rb +444 -0
- data/lib/purecloudplatformclientv2/models/survey_form_and_scoring_set.rb +226 -0
- data/lib/purecloudplatformclientv2/models/survey_question_group_score.rb +303 -0
- data/lib/purecloudplatformclientv2/models/survey_question_score.rb +351 -0
- data/lib/purecloudplatformclientv2/models/survey_scoring_set.rb +253 -0
- data/lib/purecloudplatformclientv2/models/token.rb +207 -0
- data/lib/purecloudplatformclientv2/models/trust_user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user_me.rb +27 -1
- data/lib/purecloudplatformclientv2/models/view_filter.rb +354 -4
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +22 -2
@@ -91,6 +91,9 @@ module PureCloud
|
|
91
91
|
# acd auto answer
|
92
92
|
attr_accessor :acd_auto_answer
|
93
93
|
|
94
|
+
# preferred language by the user
|
95
|
+
attr_accessor :language_preference
|
96
|
+
|
94
97
|
attr_accessor :trust_user_details
|
95
98
|
|
96
99
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -151,6 +154,8 @@ module PureCloud
|
|
151
154
|
|
152
155
|
:'acd_auto_answer' => :'acdAutoAnswer',
|
153
156
|
|
157
|
+
:'language_preference' => :'languagePreference',
|
158
|
+
|
154
159
|
:'trust_user_details' => :'trustUserDetails'
|
155
160
|
|
156
161
|
}
|
@@ -214,6 +219,8 @@ module PureCloud
|
|
214
219
|
|
215
220
|
:'acd_auto_answer' => :'BOOLEAN',
|
216
221
|
|
222
|
+
:'language_preference' => :'String',
|
223
|
+
|
217
224
|
:'trust_user_details' => :'TrustUserDetails'
|
218
225
|
|
219
226
|
}
|
@@ -487,6 +494,15 @@ module PureCloud
|
|
487
494
|
end
|
488
495
|
|
489
496
|
|
497
|
+
if attributes.has_key?(:'languagePreference')
|
498
|
+
|
499
|
+
|
500
|
+
self.language_preference = attributes[:'languagePreference']
|
501
|
+
|
502
|
+
|
503
|
+
end
|
504
|
+
|
505
|
+
|
490
506
|
if attributes.has_key?(:'trustUserDetails')
|
491
507
|
|
492
508
|
|
@@ -628,6 +644,10 @@ module PureCloud
|
|
628
644
|
|
629
645
|
|
630
646
|
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
|
631
651
|
|
632
652
|
|
633
653
|
|
@@ -779,6 +799,11 @@ module PureCloud
|
|
779
799
|
|
780
800
|
|
781
801
|
|
802
|
+
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
|
782
807
|
|
783
808
|
|
784
809
|
|
@@ -817,6 +842,7 @@ module PureCloud
|
|
817
842
|
skills == o.skills &&
|
818
843
|
languages == o.languages &&
|
819
844
|
acd_auto_answer == o.acd_auto_answer &&
|
845
|
+
language_preference == o.language_preference &&
|
820
846
|
trust_user_details == o.trust_user_details
|
821
847
|
end
|
822
848
|
|
@@ -829,7 +855,7 @@ module PureCloud
|
|
829
855
|
# Calculates hash code according to all attributes.
|
830
856
|
# @return [Fixnum] Hash code
|
831
857
|
def hash
|
832
|
-
[id, name, division, chat, department, email, primary_contact_info, addresses, state, title, username, manager, images, version, routing_status, presence, conversation_summary, out_of_office, geolocation, station, authorization, profile_skills, locations, groups, skills, languages, acd_auto_answer, trust_user_details].hash
|
858
|
+
[id, name, division, chat, department, email, primary_contact_info, addresses, state, title, username, manager, images, version, routing_status, presence, conversation_summary, out_of_office, geolocation, station, authorization, profile_skills, locations, groups, skills, languages, acd_auto_answer, language_preference, trust_user_details].hash
|
833
859
|
end
|
834
860
|
|
835
861
|
# build the object from hash
|
@@ -91,6 +91,9 @@ module PureCloud
|
|
91
91
|
# acd auto answer
|
92
92
|
attr_accessor :acd_auto_answer
|
93
93
|
|
94
|
+
# preferred language by the user
|
95
|
+
attr_accessor :language_preference
|
96
|
+
|
94
97
|
# The URI for this object
|
95
98
|
attr_accessor :self_uri
|
96
99
|
|
@@ -152,6 +155,8 @@ module PureCloud
|
|
152
155
|
|
153
156
|
:'acd_auto_answer' => :'acdAutoAnswer',
|
154
157
|
|
158
|
+
:'language_preference' => :'languagePreference',
|
159
|
+
|
155
160
|
:'self_uri' => :'selfUri'
|
156
161
|
|
157
162
|
}
|
@@ -215,6 +220,8 @@ module PureCloud
|
|
215
220
|
|
216
221
|
:'acd_auto_answer' => :'BOOLEAN',
|
217
222
|
|
223
|
+
:'language_preference' => :'String',
|
224
|
+
|
218
225
|
:'self_uri' => :'String'
|
219
226
|
|
220
227
|
}
|
@@ -488,6 +495,15 @@ module PureCloud
|
|
488
495
|
end
|
489
496
|
|
490
497
|
|
498
|
+
if attributes.has_key?(:'languagePreference')
|
499
|
+
|
500
|
+
|
501
|
+
self.language_preference = attributes[:'languagePreference']
|
502
|
+
|
503
|
+
|
504
|
+
end
|
505
|
+
|
506
|
+
|
491
507
|
if attributes.has_key?(:'selfUri')
|
492
508
|
|
493
509
|
|
@@ -629,6 +645,10 @@ module PureCloud
|
|
629
645
|
|
630
646
|
|
631
647
|
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
|
632
652
|
|
633
653
|
|
634
654
|
|
@@ -780,6 +800,11 @@ module PureCloud
|
|
780
800
|
|
781
801
|
|
782
802
|
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
|
783
808
|
|
784
809
|
|
785
810
|
|
@@ -818,6 +843,7 @@ module PureCloud
|
|
818
843
|
skills == o.skills &&
|
819
844
|
languages == o.languages &&
|
820
845
|
acd_auto_answer == o.acd_auto_answer &&
|
846
|
+
language_preference == o.language_preference &&
|
821
847
|
self_uri == o.self_uri
|
822
848
|
end
|
823
849
|
|
@@ -830,7 +856,7 @@ module PureCloud
|
|
830
856
|
# Calculates hash code according to all attributes.
|
831
857
|
# @return [Fixnum] Hash code
|
832
858
|
def hash
|
833
|
-
[id, name, division, chat, department, email, primary_contact_info, addresses, state, title, username, manager, images, version, routing_status, presence, conversation_summary, out_of_office, geolocation, station, authorization, profile_skills, locations, groups, skills, languages, acd_auto_answer, self_uri].hash
|
859
|
+
[id, name, division, chat, department, email, primary_contact_info, addresses, state, title, username, manager, images, version, routing_status, presence, conversation_summary, out_of_office, geolocation, station, authorization, profile_skills, locations, groups, skills, languages, acd_auto_answer, language_preference, self_uri].hash
|
834
860
|
end
|
835
861
|
|
836
862
|
# build the object from hash
|
@@ -91,6 +91,9 @@ module PureCloud
|
|
91
91
|
# acd auto answer
|
92
92
|
attr_accessor :acd_auto_answer
|
93
93
|
|
94
|
+
# preferred language by the user
|
95
|
+
attr_accessor :language_preference
|
96
|
+
|
94
97
|
# The PureCloud system date time.
|
95
98
|
attr_accessor :date
|
96
99
|
|
@@ -197,6 +200,8 @@ module PureCloud
|
|
197
200
|
|
198
201
|
:'acd_auto_answer' => :'acdAutoAnswer',
|
199
202
|
|
203
|
+
:'language_preference' => :'languagePreference',
|
204
|
+
|
200
205
|
:'date' => :'date',
|
201
206
|
|
202
207
|
:'geolocation_settings' => :'geolocationSettings',
|
@@ -290,6 +295,8 @@ module PureCloud
|
|
290
295
|
|
291
296
|
:'acd_auto_answer' => :'BOOLEAN',
|
292
297
|
|
298
|
+
:'language_preference' => :'String',
|
299
|
+
|
293
300
|
:'date' => :'ServerDate',
|
294
301
|
|
295
302
|
:'geolocation_settings' => :'GeolocationSettings',
|
@@ -593,6 +600,15 @@ module PureCloud
|
|
593
600
|
end
|
594
601
|
|
595
602
|
|
603
|
+
if attributes.has_key?(:'languagePreference')
|
604
|
+
|
605
|
+
|
606
|
+
self.language_preference = attributes[:'languagePreference']
|
607
|
+
|
608
|
+
|
609
|
+
end
|
610
|
+
|
611
|
+
|
596
612
|
if attributes.has_key?(:'date')
|
597
613
|
|
598
614
|
|
@@ -947,6 +963,10 @@ module PureCloud
|
|
947
963
|
|
948
964
|
|
949
965
|
|
966
|
+
|
967
|
+
|
968
|
+
|
969
|
+
|
950
970
|
|
951
971
|
|
952
972
|
|
@@ -1173,6 +1193,11 @@ module PureCloud
|
|
1173
1193
|
|
1174
1194
|
|
1175
1195
|
|
1196
|
+
|
1197
|
+
|
1198
|
+
|
1199
|
+
|
1200
|
+
|
1176
1201
|
|
1177
1202
|
|
1178
1203
|
|
@@ -1211,6 +1236,7 @@ module PureCloud
|
|
1211
1236
|
skills == o.skills &&
|
1212
1237
|
languages == o.languages &&
|
1213
1238
|
acd_auto_answer == o.acd_auto_answer &&
|
1239
|
+
language_preference == o.language_preference &&
|
1214
1240
|
date == o.date &&
|
1215
1241
|
geolocation_settings == o.geolocation_settings &&
|
1216
1242
|
organization == o.organization &&
|
@@ -1238,7 +1264,7 @@ module PureCloud
|
|
1238
1264
|
# Calculates hash code according to all attributes.
|
1239
1265
|
# @return [Fixnum] Hash code
|
1240
1266
|
def hash
|
1241
|
-
[id, name, division, chat, department, email, primary_contact_info, addresses, state, title, username, manager, images, version, routing_status, presence, conversation_summary, out_of_office, geolocation, station, authorization, profile_skills, locations, groups, skills, languages, acd_auto_answer, date, geolocation_settings, organization, presence_definitions, location_definitions, org_authorization, favorites, superiors, direct_reports, adjacents, routing_skills, field_configs, token, trustors, org_products, self_uri].hash
|
1267
|
+
[id, name, division, chat, department, email, primary_contact_info, addresses, state, title, username, manager, images, version, routing_status, presence, conversation_summary, out_of_office, geolocation, station, authorization, profile_skills, locations, groups, skills, languages, acd_auto_answer, language_preference, date, geolocation_settings, organization, presence_definitions, location_definitions, org_authorization, favorites, superiors, direct_reports, adjacents, routing_skills, field_configs, token, trustors, org_products, self_uri].hash
|
1242
1268
|
end
|
1243
1269
|
|
1244
1270
|
# build the object from hash
|
@@ -141,6 +141,45 @@ module PureCloud
|
|
141
141
|
# The survey promoter score used to filter the view
|
142
142
|
attr_accessor :survey_promoter_score
|
143
143
|
|
144
|
+
# The list of survey form context ids used to filter the view
|
145
|
+
attr_accessor :survey_form_context_ids
|
146
|
+
|
147
|
+
# The list of conversation ids used to filter the view
|
148
|
+
attr_accessor :conversation_ids
|
149
|
+
|
150
|
+
# Indicates filtering for ended
|
151
|
+
attr_accessor :is_ended
|
152
|
+
|
153
|
+
# Indicates filtering for survey
|
154
|
+
attr_accessor :is_surveyed
|
155
|
+
|
156
|
+
# The list of survey score ranges used to filter the view
|
157
|
+
attr_accessor :survey_scores
|
158
|
+
|
159
|
+
# The list of promoter score ranges used to filter the view
|
160
|
+
attr_accessor :promoter_scores
|
161
|
+
|
162
|
+
# Indicates filtering for campaign
|
163
|
+
attr_accessor :is_campaign
|
164
|
+
|
165
|
+
# The list of survey statuses used to filter the view
|
166
|
+
attr_accessor :survey_statuses
|
167
|
+
|
168
|
+
# A grouping of conversation level filters
|
169
|
+
attr_accessor :conversation_properties
|
170
|
+
|
171
|
+
# Indicates filtering for blind transferred
|
172
|
+
attr_accessor :is_blind_transferred
|
173
|
+
|
174
|
+
# Indicates filtering for consulted
|
175
|
+
attr_accessor :is_consulted
|
176
|
+
|
177
|
+
# Indicates filtering for consult transferred
|
178
|
+
attr_accessor :is_consult_transferred
|
179
|
+
|
180
|
+
# The list of remote participants used to filter the view
|
181
|
+
attr_accessor :remote_participants
|
182
|
+
|
144
183
|
# Attribute mapping from ruby-style variable name to JSON key.
|
145
184
|
def self.attribute_map
|
146
185
|
{
|
@@ -225,7 +264,33 @@ module PureCloud
|
|
225
264
|
|
226
265
|
:'survey_question_group_score' => :'surveyQuestionGroupScore',
|
227
266
|
|
228
|
-
:'survey_promoter_score' => :'surveyPromoterScore'
|
267
|
+
:'survey_promoter_score' => :'surveyPromoterScore',
|
268
|
+
|
269
|
+
:'survey_form_context_ids' => :'surveyFormContextIds',
|
270
|
+
|
271
|
+
:'conversation_ids' => :'conversationIds',
|
272
|
+
|
273
|
+
:'is_ended' => :'isEnded',
|
274
|
+
|
275
|
+
:'is_surveyed' => :'isSurveyed',
|
276
|
+
|
277
|
+
:'survey_scores' => :'surveyScores',
|
278
|
+
|
279
|
+
:'promoter_scores' => :'promoterScores',
|
280
|
+
|
281
|
+
:'is_campaign' => :'isCampaign',
|
282
|
+
|
283
|
+
:'survey_statuses' => :'surveyStatuses',
|
284
|
+
|
285
|
+
:'conversation_properties' => :'conversationProperties',
|
286
|
+
|
287
|
+
:'is_blind_transferred' => :'isBlindTransferred',
|
288
|
+
|
289
|
+
:'is_consulted' => :'isConsulted',
|
290
|
+
|
291
|
+
:'is_consult_transferred' => :'isConsultTransferred',
|
292
|
+
|
293
|
+
:'remote_participants' => :'remoteParticipants'
|
229
294
|
|
230
295
|
}
|
231
296
|
end
|
@@ -314,7 +379,33 @@ module PureCloud
|
|
314
379
|
|
315
380
|
:'survey_question_group_score' => :'NumericRange',
|
316
381
|
|
317
|
-
:'survey_promoter_score' => :'NumericRange'
|
382
|
+
:'survey_promoter_score' => :'NumericRange',
|
383
|
+
|
384
|
+
:'survey_form_context_ids' => :'Array<String>',
|
385
|
+
|
386
|
+
:'conversation_ids' => :'Array<String>',
|
387
|
+
|
388
|
+
:'is_ended' => :'BOOLEAN',
|
389
|
+
|
390
|
+
:'is_surveyed' => :'BOOLEAN',
|
391
|
+
|
392
|
+
:'survey_scores' => :'Array<NumericRange>',
|
393
|
+
|
394
|
+
:'promoter_scores' => :'Array<NumericRange>',
|
395
|
+
|
396
|
+
:'is_campaign' => :'BOOLEAN',
|
397
|
+
|
398
|
+
:'survey_statuses' => :'Array<String>',
|
399
|
+
|
400
|
+
:'conversation_properties' => :'ConversationProperties',
|
401
|
+
|
402
|
+
:'is_blind_transferred' => :'BOOLEAN',
|
403
|
+
|
404
|
+
:'is_consulted' => :'BOOLEAN',
|
405
|
+
|
406
|
+
:'is_consult_transferred' => :'BOOLEAN',
|
407
|
+
|
408
|
+
:'remote_participants' => :'Array<String>'
|
318
409
|
|
319
410
|
}
|
320
411
|
end
|
@@ -751,6 +842,135 @@ module PureCloud
|
|
751
842
|
end
|
752
843
|
|
753
844
|
|
845
|
+
if attributes.has_key?(:'surveyFormContextIds')
|
846
|
+
|
847
|
+
if (value = attributes[:'surveyFormContextIds']).is_a?(Array)
|
848
|
+
self.survey_form_context_ids = value
|
849
|
+
end
|
850
|
+
|
851
|
+
|
852
|
+
|
853
|
+
end
|
854
|
+
|
855
|
+
|
856
|
+
if attributes.has_key?(:'conversationIds')
|
857
|
+
|
858
|
+
if (value = attributes[:'conversationIds']).is_a?(Array)
|
859
|
+
self.conversation_ids = value
|
860
|
+
end
|
861
|
+
|
862
|
+
|
863
|
+
|
864
|
+
end
|
865
|
+
|
866
|
+
|
867
|
+
if attributes.has_key?(:'isEnded')
|
868
|
+
|
869
|
+
|
870
|
+
self.is_ended = attributes[:'isEnded']
|
871
|
+
|
872
|
+
|
873
|
+
end
|
874
|
+
|
875
|
+
|
876
|
+
if attributes.has_key?(:'isSurveyed')
|
877
|
+
|
878
|
+
|
879
|
+
self.is_surveyed = attributes[:'isSurveyed']
|
880
|
+
|
881
|
+
|
882
|
+
end
|
883
|
+
|
884
|
+
|
885
|
+
if attributes.has_key?(:'surveyScores')
|
886
|
+
|
887
|
+
if (value = attributes[:'surveyScores']).is_a?(Array)
|
888
|
+
self.survey_scores = value
|
889
|
+
end
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
end
|
894
|
+
|
895
|
+
|
896
|
+
if attributes.has_key?(:'promoterScores')
|
897
|
+
|
898
|
+
if (value = attributes[:'promoterScores']).is_a?(Array)
|
899
|
+
self.promoter_scores = value
|
900
|
+
end
|
901
|
+
|
902
|
+
|
903
|
+
|
904
|
+
end
|
905
|
+
|
906
|
+
|
907
|
+
if attributes.has_key?(:'isCampaign')
|
908
|
+
|
909
|
+
|
910
|
+
self.is_campaign = attributes[:'isCampaign']
|
911
|
+
|
912
|
+
|
913
|
+
end
|
914
|
+
|
915
|
+
|
916
|
+
if attributes.has_key?(:'surveyStatuses')
|
917
|
+
|
918
|
+
if (value = attributes[:'surveyStatuses']).is_a?(Array)
|
919
|
+
self.survey_statuses = value
|
920
|
+
end
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
end
|
925
|
+
|
926
|
+
|
927
|
+
if attributes.has_key?(:'conversationProperties')
|
928
|
+
|
929
|
+
|
930
|
+
self.conversation_properties = attributes[:'conversationProperties']
|
931
|
+
|
932
|
+
|
933
|
+
end
|
934
|
+
|
935
|
+
|
936
|
+
if attributes.has_key?(:'isBlindTransferred')
|
937
|
+
|
938
|
+
|
939
|
+
self.is_blind_transferred = attributes[:'isBlindTransferred']
|
940
|
+
|
941
|
+
|
942
|
+
end
|
943
|
+
|
944
|
+
|
945
|
+
if attributes.has_key?(:'isConsulted')
|
946
|
+
|
947
|
+
|
948
|
+
self.is_consulted = attributes[:'isConsulted']
|
949
|
+
|
950
|
+
|
951
|
+
end
|
952
|
+
|
953
|
+
|
954
|
+
if attributes.has_key?(:'isConsultTransferred')
|
955
|
+
|
956
|
+
|
957
|
+
self.is_consult_transferred = attributes[:'isConsultTransferred']
|
958
|
+
|
959
|
+
|
960
|
+
end
|
961
|
+
|
962
|
+
|
963
|
+
if attributes.has_key?(:'remoteParticipants')
|
964
|
+
|
965
|
+
if (value = attributes[:'remoteParticipants']).is_a?(Array)
|
966
|
+
self.remote_participants = value
|
967
|
+
end
|
968
|
+
|
969
|
+
|
970
|
+
|
971
|
+
end
|
972
|
+
|
973
|
+
|
754
974
|
end
|
755
975
|
|
756
976
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -938,6 +1158,58 @@ module PureCloud
|
|
938
1158
|
|
939
1159
|
|
940
1160
|
|
1161
|
+
|
1162
|
+
|
1163
|
+
|
1164
|
+
|
1165
|
+
|
1166
|
+
|
1167
|
+
|
1168
|
+
|
1169
|
+
|
1170
|
+
|
1171
|
+
|
1172
|
+
|
1173
|
+
|
1174
|
+
|
1175
|
+
|
1176
|
+
|
1177
|
+
|
1178
|
+
|
1179
|
+
|
1180
|
+
|
1181
|
+
|
1182
|
+
|
1183
|
+
|
1184
|
+
|
1185
|
+
|
1186
|
+
|
1187
|
+
|
1188
|
+
|
1189
|
+
|
1190
|
+
|
1191
|
+
|
1192
|
+
|
1193
|
+
|
1194
|
+
|
1195
|
+
|
1196
|
+
|
1197
|
+
|
1198
|
+
|
1199
|
+
|
1200
|
+
|
1201
|
+
|
1202
|
+
|
1203
|
+
|
1204
|
+
|
1205
|
+
|
1206
|
+
|
1207
|
+
|
1208
|
+
|
1209
|
+
|
1210
|
+
|
1211
|
+
|
1212
|
+
|
941
1213
|
|
942
1214
|
|
943
1215
|
|
@@ -1159,6 +1431,71 @@ module PureCloud
|
|
1159
1431
|
|
1160
1432
|
|
1161
1433
|
|
1434
|
+
|
1435
|
+
|
1436
|
+
|
1437
|
+
|
1438
|
+
|
1439
|
+
|
1440
|
+
|
1441
|
+
|
1442
|
+
|
1443
|
+
|
1444
|
+
|
1445
|
+
|
1446
|
+
|
1447
|
+
|
1448
|
+
|
1449
|
+
|
1450
|
+
|
1451
|
+
|
1452
|
+
|
1453
|
+
|
1454
|
+
|
1455
|
+
|
1456
|
+
|
1457
|
+
|
1458
|
+
|
1459
|
+
|
1460
|
+
|
1461
|
+
|
1462
|
+
|
1463
|
+
|
1464
|
+
|
1465
|
+
|
1466
|
+
|
1467
|
+
|
1468
|
+
|
1469
|
+
|
1470
|
+
|
1471
|
+
|
1472
|
+
|
1473
|
+
|
1474
|
+
|
1475
|
+
|
1476
|
+
|
1477
|
+
|
1478
|
+
|
1479
|
+
|
1480
|
+
|
1481
|
+
|
1482
|
+
|
1483
|
+
|
1484
|
+
|
1485
|
+
|
1486
|
+
|
1487
|
+
|
1488
|
+
|
1489
|
+
|
1490
|
+
|
1491
|
+
|
1492
|
+
|
1493
|
+
|
1494
|
+
|
1495
|
+
|
1496
|
+
|
1497
|
+
|
1498
|
+
|
1162
1499
|
|
1163
1500
|
|
1164
1501
|
|
@@ -1225,7 +1562,20 @@ module PureCloud
|
|
1225
1562
|
language_list == o.language_list &&
|
1226
1563
|
mos == o.mos &&
|
1227
1564
|
survey_question_group_score == o.survey_question_group_score &&
|
1228
|
-
survey_promoter_score == o.survey_promoter_score
|
1565
|
+
survey_promoter_score == o.survey_promoter_score &&
|
1566
|
+
survey_form_context_ids == o.survey_form_context_ids &&
|
1567
|
+
conversation_ids == o.conversation_ids &&
|
1568
|
+
is_ended == o.is_ended &&
|
1569
|
+
is_surveyed == o.is_surveyed &&
|
1570
|
+
survey_scores == o.survey_scores &&
|
1571
|
+
promoter_scores == o.promoter_scores &&
|
1572
|
+
is_campaign == o.is_campaign &&
|
1573
|
+
survey_statuses == o.survey_statuses &&
|
1574
|
+
conversation_properties == o.conversation_properties &&
|
1575
|
+
is_blind_transferred == o.is_blind_transferred &&
|
1576
|
+
is_consulted == o.is_consulted &&
|
1577
|
+
is_consult_transferred == o.is_consult_transferred &&
|
1578
|
+
remote_participants == o.remote_participants
|
1229
1579
|
end
|
1230
1580
|
|
1231
1581
|
# @see the `==` method
|
@@ -1237,7 +1587,7 @@ module PureCloud
|
|
1237
1587
|
# Calculates hash code according to all attributes.
|
1238
1588
|
# @return [Fixnum] Hash code
|
1239
1589
|
def hash
|
1240
|
-
[media_types, queue_ids, skill_ids, skill_groups, language_ids, language_groups, directions, wrap_up_codes, dnis_list, filter_queues_by_user_ids, filter_users_by_queue_ids, user_ids, address_tos, address_froms, outbound_campaign_ids, outbound_contact_list_ids, contact_ids, ani_list, durations_milliseconds, evaluation_score, evaluation_critical_score, evaluation_form_ids, evaluated_agent_ids, evaluator_ids, transferred, abandoned, message_types, division_ids, survey_form_ids, survey_total_score, survey_nps_score, show_secondary_status, agent_duration_sort_order, waiting_duration_sort_order, interacting_duration_sort_order, agent_name, skills_list, language_list, mos, survey_question_group_score, survey_promoter_score].hash
|
1590
|
+
[media_types, queue_ids, skill_ids, skill_groups, language_ids, language_groups, directions, wrap_up_codes, dnis_list, filter_queues_by_user_ids, filter_users_by_queue_ids, user_ids, address_tos, address_froms, outbound_campaign_ids, outbound_contact_list_ids, contact_ids, ani_list, durations_milliseconds, evaluation_score, evaluation_critical_score, evaluation_form_ids, evaluated_agent_ids, evaluator_ids, transferred, abandoned, message_types, division_ids, survey_form_ids, survey_total_score, survey_nps_score, show_secondary_status, agent_duration_sort_order, waiting_duration_sort_order, interacting_duration_sort_order, agent_name, skills_list, language_list, mos, survey_question_group_score, survey_promoter_score, survey_form_context_ids, conversation_ids, is_ended, is_surveyed, survey_scores, promoter_scores, is_campaign, survey_statuses, conversation_properties, is_blind_transferred, is_consulted, is_consult_transferred, remote_participants].hash
|
1241
1591
|
end
|
1242
1592
|
|
1243
1593
|
# build the object from hash
|