purecloudplatformclientv2 79.0.0 → 80.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 (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/ArrayNode.md +2 -2
  4. data/docs/DialerCampaignProgressEventCampaignProgress.md +1 -0
  5. data/docs/JsonNode.md +2 -2
  6. data/docs/ObservationValue.md +1 -0
  7. data/docs/OutboundMessagingMessagingCampaignProgressEventCampaignProgress.md +1 -0
  8. data/docs/ScimV2CreateUser.md +0 -1
  9. data/docs/ScimV2User.md +0 -1
  10. data/docs/WemCoachingAppointmentTopicCoachingAppointmentConversation.md +14 -0
  11. data/docs/WemCoachingAppointmentTopicCoachingAppointmentDocument.md +14 -0
  12. data/docs/WemCoachingAppointmentTopicCoachingAppointmentNotification.md +26 -0
  13. data/docs/WemCoachingAppointmentTopicUserReference.md +13 -0
  14. data/lib/purecloudplatformclientv2.rb +4 -1
  15. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  16. data/lib/purecloudplatformclientv2/models/array_node.rb +23 -23
  17. data/lib/purecloudplatformclientv2/models/audit_log_message.rb +2 -2
  18. data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +2 -2
  19. data/lib/purecloudplatformclientv2/models/audit_query_request.rb +2 -2
  20. data/lib/purecloudplatformclientv2/models/campaign.rb +2 -2
  21. data/lib/purecloudplatformclientv2/models/campaign_rule_parameters.rb +2 -2
  22. data/lib/purecloudplatformclientv2/models/dialer_campaign_progress_event_campaign_progress.rb +26 -1
  23. data/lib/purecloudplatformclientv2/models/json_node.rb +23 -23
  24. data/lib/purecloudplatformclientv2/models/observation_value.rb +27 -1
  25. data/lib/purecloudplatformclientv2/models/outbound_messaging_messaging_campaign_progress_event_campaign_progress.rb +26 -1
  26. data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +2 -2
  27. data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +1 -29
  28. data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +1 -29
  29. data/lib/purecloudplatformclientv2/models/{photo.rb → wem_coaching_appointment_topic_coaching_appointment_conversation.rb} +22 -25
  30. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_document.rb +240 -0
  31. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +560 -0
  32. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_user_reference.rb +201 -0
  33. data/lib/purecloudplatformclientv2/version.rb +1 -1
  34. metadata +10 -4
  35. data/docs/Photo.md +0 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fb7ad6b87905946dfc74db0074de53b61f551e6
4
- data.tar.gz: 6f6596a2d8a487e68467d888aedbc0cfc98dca6b
3
+ metadata.gz: f6bf772419878305d6bb9c8d0e12e2f0dc71685f
4
+ data.tar.gz: 7eeec6a101b98df3a739c51a7ac00ecc536cb6bb
5
5
  SHA512:
6
- metadata.gz: 5c11fc677709bf7299ebc3245733d791db6f363f4d1775c3497f8126c230d391db0594bc8eba9085e4721faedfb605e9ae536b0f77340ee5bdde76dca683a833
7
- data.tar.gz: 60f5105b91dc8cfbf71977085f83822c7e2164ef26f33040bdcb8c6c1f067661ab3a2c259fd205eb39647d05d9976b6ee9adbe9532e186456cc3ab1ff40ebb28
6
+ metadata.gz: 94efb5f25ab7d99d309b7981ea61b2efa939eba05f46317dc608eec0e10518c458de1ce15ea94e2fb2252ee254149c2f5cb71ae5cea8f3a535d5a8008e7857fb
7
+ data.tar.gz: 71548096fc182d55130d8579406ddf232bfea5f560dd44f05250b92d9d5926a8b713e35332caf435b46ba7ecdbaa86c2769696e4bd93b6d4947d41dc1494e291
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: PureCloud Ruby Gem
3
3
  ---
4
- ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=79.0.0)
4
+ ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=80.0.0)
5
5
 
6
6
  Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)
7
7
 
@@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
10
10
  ### from rubygems.org
11
11
 
12
12
  ```{"language":"ruby"}
13
- gem install 'purecloudplatformclientv2', '~> 79.0.0'
13
+ gem install 'purecloudplatformclientv2', '~> 80.0.0'
14
14
  ```
15
15
 
16
16
  ### Install from Git
@@ -15,9 +15,8 @@ title: ArrayNode
15
15
  | **value_node** | **BOOLEAN** | | [optional] |
16
16
  | **container_node** | **BOOLEAN** | | [optional] |
17
17
  | **missing_node** | **BOOLEAN** | | [optional] |
18
- | **pojo** | **BOOLEAN** | | [optional] |
19
- | **floating_point_number** | **BOOLEAN** | | [optional] |
20
18
  | **integral_number** | **BOOLEAN** | | [optional] |
19
+ | **floating_point_number** | **BOOLEAN** | | [optional] |
21
20
  | **short** | **BOOLEAN** | | [optional] |
22
21
  | **int** | **BOOLEAN** | | [optional] |
23
22
  | **long** | **BOOLEAN** | | [optional] |
@@ -26,6 +25,7 @@ title: ArrayNode
26
25
  | **big_integer** | **BOOLEAN** | | [optional] |
27
26
  | **textual** | **BOOLEAN** | | [optional] |
28
27
  | **binary** | **BOOLEAN** | | [optional] |
28
+ | **pojo** | **BOOLEAN** | | [optional] |
29
29
  | **array** | **BOOLEAN** | | [optional] |
30
30
  | **null** | **BOOLEAN** | | [optional] |
31
31
  {: class="table table-striped"}
@@ -9,6 +9,7 @@ title: DialerCampaignProgressEventCampaignProgress
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **campaign** | [**DialerCampaignProgressEventUriReference**](DialerCampaignProgressEventUriReference.html) | | [optional] |
11
11
  | **number_of_contacts_called** | **Float** | | [optional] |
12
+ | **number_of_contacts_messaged** | **Float** | | [optional] |
12
13
  | **total_number_of_contacts** | **Float** | | [optional] |
13
14
  | **percentage** | **Integer** | | [optional] |
14
15
  | **additional_properties** | **Object** | | [optional] |
@@ -15,9 +15,8 @@ title: JsonNode
15
15
  | **value_node** | **BOOLEAN** | | [optional] |
16
16
  | **container_node** | **BOOLEAN** | | [optional] |
17
17
  | **missing_node** | **BOOLEAN** | | [optional] |
18
- | **pojo** | **BOOLEAN** | | [optional] |
19
- | **floating_point_number** | **BOOLEAN** | | [optional] |
20
18
  | **integral_number** | **BOOLEAN** | | [optional] |
19
+ | **floating_point_number** | **BOOLEAN** | | [optional] |
21
20
  | **short** | **BOOLEAN** | | [optional] |
22
21
  | **int** | **BOOLEAN** | | [optional] |
23
22
  | **long** | **BOOLEAN** | | [optional] |
@@ -26,6 +25,7 @@ title: JsonNode
26
25
  | **big_integer** | **BOOLEAN** | | [optional] |
27
26
  | **textual** | **BOOLEAN** | | [optional] |
28
27
  | **binary** | **BOOLEAN** | | [optional] |
28
+ | **pojo** | **BOOLEAN** | | [optional] |
29
29
  | **array** | **BOOLEAN** | | [optional] |
30
30
  | **null** | **BOOLEAN** | | [optional] |
31
31
  {: class="table table-striped"}
@@ -22,6 +22,7 @@ title: ObservationValue
22
22
  | **address_to** | **String** | The address receiving an action | [optional] |
23
23
  | **ani** | **String** | Automatic Number Identification (caller's number) | [optional] |
24
24
  | **dnis** | **String** | Dialed number identification service (number dialed by the calling party) | [optional] |
25
+ | **team_id** | **String** | The team Id the user is a member of | [optional] |
25
26
  | **scored_agents** | [**Array<AnalyticsScoredAgent>**](AnalyticsScoredAgent.html) | | [optional] |
26
27
  {: class="table table-striped"}
27
28
 
@@ -9,6 +9,7 @@ title: OutboundMessagingMessagingCampaignProgressEventCampaignProgress
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **campaign** | [**OutboundMessagingMessagingCampaignProgressEventUriReference**](OutboundMessagingMessagingCampaignProgressEventUriReference.html) | | [optional] |
11
11
  | **number_of_contacts_called** | **Float** | | [optional] |
12
+ | **number_of_contacts_messaged** | **Float** | | [optional] |
12
13
  | **total_number_of_contacts** | **Float** | | [optional] |
13
14
  | **percentage** | **Integer** | | [optional] |
14
15
  | **additional_properties** | **Object** | | [optional] |
@@ -15,7 +15,6 @@ title: ScimV2CreateUser
15
15
  | **title** | **String** | The user's title. | [optional] |
16
16
  | **phone_numbers** | [**Array<ScimPhoneNumber>**](ScimPhoneNumber.html) | The list of the user's phone numbers. | [optional] |
17
17
  | **emails** | [**Array<ScimEmail>**](ScimEmail.html) | The list of the user's email addresses. | [optional] |
18
- | **photos** | [**Array<Photo>**](Photo.html) | The list of the user's photos. | [optional] |
19
18
  | **external_id** | **String** | The external ID of the user. Set by the provisioning client. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readWrite\". | [optional] |
20
19
  | **groups** | [**Array<ScimV2GroupReference>**](ScimV2GroupReference.html) | The list of groups that the user is a member of. | [optional] |
21
20
  | **roles** | [**Array<ScimUserRole>**](ScimUserRole.html) | The list of roles assigned to the user. | [optional] |
@@ -16,7 +16,6 @@ title: ScimV2User
16
16
  | **title** | **String** | The user's title. | [optional] |
17
17
  | **phone_numbers** | [**Array<ScimPhoneNumber>**](ScimPhoneNumber.html) | The list of the user's phone numbers. | [optional] |
18
18
  | **emails** | [**Array<ScimEmail>**](ScimEmail.html) | The list of the user's email addresses. | [optional] |
19
- | **photos** | [**Array<Photo>**](Photo.html) | The list of the user's photos. | [optional] |
20
19
  | **external_id** | **String** | The external ID of the user. Set by the provisioning client. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readWrite\". | [optional] |
21
20
  | **groups** | [**Array<ScimV2GroupReference>**](ScimV2GroupReference.html) | The list of groups that the user is a member of. | [optional] |
22
21
  | **roles** | [**Array<ScimUserRole>**](ScimUserRole.html) | The list of roles assigned to the user. | [optional] |
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: WemCoachingAppointmentTopicCoachingAppointmentConversation
3
+ ---
4
+ ## PureCloud::WemCoachingAppointmentTopicCoachingAppointmentConversation
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | | [optional] |
11
+ | **action** | **String** | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: WemCoachingAppointmentTopicCoachingAppointmentDocument
3
+ ---
4
+ ## PureCloud::WemCoachingAppointmentTopicCoachingAppointmentDocument
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | | [optional] |
11
+ | **action** | **String** | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: WemCoachingAppointmentTopicCoachingAppointmentNotification
3
+ ---
4
+ ## PureCloud::WemCoachingAppointmentTopicCoachingAppointmentNotification
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **date_start** | **DateTime** | | [optional] |
13
+ | **length_in_minutes** | **Integer** | | [optional] |
14
+ | **status** | **String** | | [optional] |
15
+ | **facilitator** | [**WemCoachingAppointmentTopicUserReference**](WemCoachingAppointmentTopicUserReference.html) | | [optional] |
16
+ | **attendees** | [**Array<WemCoachingAppointmentTopicUserReference>**](WemCoachingAppointmentTopicUserReference.html) | | [optional] |
17
+ | **created_by** | [**WemCoachingAppointmentTopicUserReference**](WemCoachingAppointmentTopicUserReference.html) | | [optional] |
18
+ | **date_created** | **DateTime** | | [optional] |
19
+ | **modified_by** | [**WemCoachingAppointmentTopicUserReference**](WemCoachingAppointmentTopicUserReference.html) | | [optional] |
20
+ | **date_modified** | **DateTime** | | [optional] |
21
+ | **conversations** | [**Array<WemCoachingAppointmentTopicCoachingAppointmentConversation>**](WemCoachingAppointmentTopicCoachingAppointmentConversation.html) | | [optional] |
22
+ | **documents** | [**Array<WemCoachingAppointmentTopicCoachingAppointmentDocument>**](WemCoachingAppointmentTopicCoachingAppointmentDocument.html) | | [optional] |
23
+ | **change_type** | **String** | | [optional] |
24
+ {: class="table table-striped"}
25
+
26
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: WemCoachingAppointmentTopicUserReference
3
+ ---
4
+ ## PureCloud::WemCoachingAppointmentTopicUserReference
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -1081,7 +1081,6 @@ require 'purecloudplatformclientv2/models/phone_number_column'
1081
1081
  require 'purecloudplatformclientv2/models/phone_number_status'
1082
1082
  require 'purecloudplatformclientv2/models/phone_status'
1083
1083
  require 'purecloudplatformclientv2/models/phones_reboot'
1084
- require 'purecloudplatformclientv2/models/photo'
1085
1084
  require 'purecloudplatformclientv2/models/physical_interface_entity_listing'
1086
1085
  require 'purecloudplatformclientv2/models/ping_identity'
1087
1086
  require 'purecloudplatformclientv2/models/planning_period_settings'
@@ -1765,6 +1764,10 @@ require 'purecloudplatformclientv2/models/week_schedule_list_response'
1765
1764
  require 'purecloudplatformclientv2/models/week_schedule_reference'
1766
1765
  require 'purecloudplatformclientv2/models/week_schedule_response'
1767
1766
  require 'purecloudplatformclientv2/models/week_shift_trade_matches_summary_response'
1767
+ require 'purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_conversation'
1768
+ require 'purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_document'
1769
+ require 'purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification'
1770
+ require 'purecloudplatformclientv2/models/wem_coaching_appointment_topic_user_reference'
1768
1771
  require 'purecloudplatformclientv2/models/wfm_abandon_rate'
1769
1772
  require 'purecloudplatformclientv2/models/wfm_agent'
1770
1773
  require 'purecloudplatformclientv2/models/wfm_agent_schedule_update_topic_user_reference'
@@ -76,7 +76,7 @@ module PureCloud
76
76
  http_method = http_method.to_sym.downcase
77
77
 
78
78
  header_params = @default_headers.merge(opts[:header_params] || {})
79
- header_params['purecloud-sdk'] = '79.0.0'
79
+ header_params['purecloud-sdk'] = '80.0.0'
80
80
  query_params = opts[:query_params] || {}
81
81
  form_params = opts[:form_params] || {}
82
82
 
@@ -34,12 +34,10 @@ module PureCloud
34
34
 
35
35
  attr_accessor :missing_node
36
36
 
37
- attr_accessor :pojo
37
+ attr_accessor :integral_number
38
38
 
39
39
  attr_accessor :floating_point_number
40
40
 
41
- attr_accessor :integral_number
42
-
43
41
  attr_accessor :short
44
42
 
45
43
  attr_accessor :int
@@ -56,6 +54,8 @@ module PureCloud
56
54
 
57
55
  attr_accessor :binary
58
56
 
57
+ attr_accessor :pojo
58
+
59
59
  attr_accessor :array
60
60
 
61
61
  attr_accessor :null
@@ -80,12 +80,10 @@ module PureCloud
80
80
 
81
81
  :'missing_node' => :'missingNode',
82
82
 
83
- :'pojo' => :'pojo',
83
+ :'integral_number' => :'integralNumber',
84
84
 
85
85
  :'floating_point_number' => :'floatingPointNumber',
86
86
 
87
- :'integral_number' => :'integralNumber',
88
-
89
87
  :'short' => :'short',
90
88
 
91
89
  :'int' => :'int',
@@ -102,6 +100,8 @@ module PureCloud
102
100
 
103
101
  :'binary' => :'binary',
104
102
 
103
+ :'pojo' => :'pojo',
104
+
105
105
  :'array' => :'array',
106
106
 
107
107
  :'null' => :'null'
@@ -129,12 +129,10 @@ module PureCloud
129
129
 
130
130
  :'missing_node' => :'BOOLEAN',
131
131
 
132
- :'pojo' => :'BOOLEAN',
132
+ :'integral_number' => :'BOOLEAN',
133
133
 
134
134
  :'floating_point_number' => :'BOOLEAN',
135
135
 
136
- :'integral_number' => :'BOOLEAN',
137
-
138
136
  :'short' => :'BOOLEAN',
139
137
 
140
138
  :'int' => :'BOOLEAN',
@@ -151,6 +149,8 @@ module PureCloud
151
149
 
152
150
  :'binary' => :'BOOLEAN',
153
151
 
152
+ :'pojo' => :'BOOLEAN',
153
+
154
154
  :'array' => :'BOOLEAN',
155
155
 
156
156
  :'null' => :'BOOLEAN'
@@ -239,10 +239,10 @@ module PureCloud
239
239
  end
240
240
 
241
241
 
242
- if attributes.has_key?(:'pojo')
242
+ if attributes.has_key?(:'integralNumber')
243
243
 
244
244
 
245
- self.pojo = attributes[:'pojo']
245
+ self.integral_number = attributes[:'integralNumber']
246
246
 
247
247
 
248
248
  end
@@ -257,15 +257,6 @@ module PureCloud
257
257
  end
258
258
 
259
259
 
260
- if attributes.has_key?(:'integralNumber')
261
-
262
-
263
- self.integral_number = attributes[:'integralNumber']
264
-
265
-
266
- end
267
-
268
-
269
260
  if attributes.has_key?(:'short')
270
261
 
271
262
 
@@ -338,6 +329,15 @@ module PureCloud
338
329
  end
339
330
 
340
331
 
332
+ if attributes.has_key?(:'pojo')
333
+
334
+
335
+ self.pojo = attributes[:'pojo']
336
+
337
+
338
+ end
339
+
340
+
341
341
  if attributes.has_key?(:'array')
342
342
 
343
343
 
@@ -590,9 +590,8 @@ module PureCloud
590
590
  value_node == o.value_node &&
591
591
  container_node == o.container_node &&
592
592
  missing_node == o.missing_node &&
593
- pojo == o.pojo &&
594
- floating_point_number == o.floating_point_number &&
595
593
  integral_number == o.integral_number &&
594
+ floating_point_number == o.floating_point_number &&
596
595
  short == o.short &&
597
596
  int == o.int &&
598
597
  long == o.long &&
@@ -601,6 +600,7 @@ module PureCloud
601
600
  big_integer == o.big_integer &&
602
601
  textual == o.textual &&
603
602
  binary == o.binary &&
603
+ pojo == o.pojo &&
604
604
  array == o.array &&
605
605
  null == o.null
606
606
  end
@@ -614,7 +614,7 @@ module PureCloud
614
614
  # Calculates hash code according to all attributes.
615
615
  # @return [Fixnum] Hash code
616
616
  def hash
617
- [node_type, float, number, boolean, object, value_node, container_node, missing_node, pojo, floating_point_number, integral_number, short, int, long, double, big_decimal, big_integer, textual, binary, array, null].hash
617
+ [node_type, float, number, boolean, object, value_node, container_node, missing_node, integral_number, floating_point_number, short, int, long, double, big_decimal, big_integer, textual, binary, pojo, array, null].hash
618
618
  end
619
619
 
620
620
  # build the object from hash
@@ -272,7 +272,7 @@ module PureCloud
272
272
 
273
273
 
274
274
 
275
- allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitionsService"]
275
+ allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitions"]
276
276
  if @service_name && !allowed_values.include?(@service_name)
277
277
  return false
278
278
  end
@@ -344,7 +344,7 @@ module PureCloud
344
344
  # Custom attribute writer method checking allowed values (enum).
345
345
  # @param [Object] service_name Object to be assigned
346
346
  def service_name=(service_name)
347
- allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitionsService"]
347
+ allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitions"]
348
348
  if service_name && !allowed_values.include?(service_name)
349
349
  fail ArgumentError, "invalid value for 'service_name', must be one of #{allowed_values}."
350
350
  end
@@ -177,7 +177,7 @@ module PureCloud
177
177
 
178
178
 
179
179
 
180
- allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitionsService"]
180
+ allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitions"]
181
181
  if @service_name && !allowed_values.include?(@service_name)
182
182
  return false
183
183
  end
@@ -224,7 +224,7 @@ module PureCloud
224
224
  # Custom attribute writer method checking allowed values (enum).
225
225
  # @param [Object] service_name Object to be assigned
226
226
  def service_name=(service_name)
227
- allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitionsService"]
227
+ allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitions"]
228
228
  if service_name && !allowed_values.include?(service_name)
229
229
  fail ArgumentError, "invalid value for 'service_name', must be one of #{allowed_values}."
230
230
  end
@@ -122,7 +122,7 @@ module PureCloud
122
122
 
123
123
 
124
124
 
125
- allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitionsService"]
125
+ allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitions"]
126
126
  if @service_name && !allowed_values.include?(@service_name)
127
127
  return false
128
128
  end
@@ -145,7 +145,7 @@ module PureCloud
145
145
  # Custom attribute writer method checking allowed values (enum).
146
146
  # @param [Object] service_name Object to be assigned
147
147
  def service_name=(service_name)
148
- allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitionsService"]
148
+ allowed_values = ["ContactCenter", "ContentManagement", "PeoplePermissions", "Quality", "LanguageUnderstanding", "TopicsDefinitions"]
149
149
  if service_name && !allowed_values.include?(service_name)
150
150
  fail ArgumentError, "invalid value for 'service_name', must be one of #{allowed_values}."
151
151
  end
@@ -641,7 +641,7 @@ module PureCloud
641
641
 
642
642
 
643
643
 
644
- allowed_values = ["agentless", "preview", "power", "predictive", "progressive"]
644
+ allowed_values = ["agentless", "preview", "power", "predictive", "progressive", "external"]
645
645
  if @dialing_mode && !allowed_values.include?(@dialing_mode)
646
646
  return false
647
647
  end
@@ -810,7 +810,7 @@ module PureCloud
810
810
  # Custom attribute writer method checking allowed values (enum).
811
811
  # @param [Object] dialing_mode Object to be assigned
812
812
  def dialing_mode=(dialing_mode)
813
- allowed_values = ["agentless", "preview", "power", "predictive", "progressive"]
813
+ allowed_values = ["agentless", "preview", "power", "predictive", "progressive", "external"]
814
814
  if dialing_mode && !allowed_values.include?(dialing_mode)
815
815
  fail ArgumentError, "invalid value for 'dialing_mode', must be one of #{allowed_values}."
816
816
  end
@@ -144,7 +144,7 @@ module PureCloud
144
144
 
145
145
 
146
146
 
147
- allowed_values = ["agentless", "preview", "power", "predictive", "progressive"]
147
+ allowed_values = ["agentless", "preview", "power", "predictive", "progressive", "external"]
148
148
  if @dialing_mode && !allowed_values.include?(@dialing_mode)
149
149
  return false
150
150
  end
@@ -191,7 +191,7 @@ module PureCloud
191
191
  # Custom attribute writer method checking allowed values (enum).
192
192
  # @param [Object] dialing_mode Object to be assigned
193
193
  def dialing_mode=(dialing_mode)
194
- allowed_values = ["agentless", "preview", "power", "predictive", "progressive"]
194
+ allowed_values = ["agentless", "preview", "power", "predictive", "progressive", "external"]
195
195
  if dialing_mode && !allowed_values.include?(dialing_mode)
196
196
  fail ArgumentError, "invalid value for 'dialing_mode', must be one of #{allowed_values}."
197
197
  end
@@ -22,6 +22,8 @@ module PureCloud
22
22
 
23
23
  attr_accessor :number_of_contacts_called
24
24
 
25
+ attr_accessor :number_of_contacts_messaged
26
+
25
27
  attr_accessor :total_number_of_contacts
26
28
 
27
29
  attr_accessor :percentage
@@ -36,6 +38,8 @@ module PureCloud
36
38
 
37
39
  :'number_of_contacts_called' => :'numberOfContactsCalled',
38
40
 
41
+ :'number_of_contacts_messaged' => :'numberOfContactsMessaged',
42
+
39
43
  :'total_number_of_contacts' => :'totalNumberOfContacts',
40
44
 
41
45
  :'percentage' => :'percentage',
@@ -53,6 +57,8 @@ module PureCloud
53
57
 
54
58
  :'number_of_contacts_called' => :'Float',
55
59
 
60
+ :'number_of_contacts_messaged' => :'Float',
61
+
56
62
  :'total_number_of_contacts' => :'Float',
57
63
 
58
64
  :'percentage' => :'Integer',
@@ -89,6 +95,15 @@ module PureCloud
89
95
  end
90
96
 
91
97
 
98
+ if attributes.has_key?(:'numberOfContactsMessaged')
99
+
100
+
101
+ self.number_of_contacts_messaged = attributes[:'numberOfContactsMessaged']
102
+
103
+
104
+ end
105
+
106
+
92
107
  if attributes.has_key?(:'totalNumberOfContacts')
93
108
 
94
109
 
@@ -146,6 +161,10 @@ module PureCloud
146
161
 
147
162
 
148
163
 
164
+
165
+
166
+
167
+
149
168
 
150
169
 
151
170
 
@@ -173,6 +192,11 @@ module PureCloud
173
192
 
174
193
 
175
194
 
195
+
196
+
197
+
198
+
199
+
176
200
 
177
201
 
178
202
 
@@ -186,6 +210,7 @@ module PureCloud
186
210
  self.class == o.class &&
187
211
  campaign == o.campaign &&
188
212
  number_of_contacts_called == o.number_of_contacts_called &&
213
+ number_of_contacts_messaged == o.number_of_contacts_messaged &&
189
214
  total_number_of_contacts == o.total_number_of_contacts &&
190
215
  percentage == o.percentage &&
191
216
  additional_properties == o.additional_properties
@@ -200,7 +225,7 @@ module PureCloud
200
225
  # Calculates hash code according to all attributes.
201
226
  # @return [Fixnum] Hash code
202
227
  def hash
203
- [campaign, number_of_contacts_called, total_number_of_contacts, percentage, additional_properties].hash
228
+ [campaign, number_of_contacts_called, number_of_contacts_messaged, total_number_of_contacts, percentage, additional_properties].hash
204
229
  end
205
230
 
206
231
  # build the object from hash