purecloudplatformclientv2 15.0.0 → 16.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (131) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/Action.md +21 -0
  4. data/docs/ActionConfig.md +14 -0
  5. data/docs/ActionContract.md +14 -0
  6. data/docs/ActionContractInput.md +14 -0
  7. data/docs/ActionEntityListing.md +22 -0
  8. data/docs/ActionInput.md +15 -0
  9. data/docs/ActionOutput.md +18 -0
  10. data/docs/ActiveAlertCount.md +13 -0
  11. data/docs/AggregationQuery.md +1 -1
  12. data/docs/AlertingApi.md +54 -0
  13. data/docs/ArchitectApi.md +31 -25
  14. data/docs/CallConversationNotificationCallMediaParticipant.md +1 -0
  15. data/docs/CallConversationNotificationParticipants.md +1 -0
  16. data/docs/CallbackConversationNotificationCallbackMediaParticipant.md +1 -0
  17. data/docs/CallbackConversationNotificationParticipants.md +1 -0
  18. data/docs/Category.md +13 -0
  19. data/docs/CategoryEntityListing.md +17 -0
  20. data/docs/ChatConversationNotificationChatMediaParticipant.md +1 -0
  21. data/docs/ChatConversationNotificationParticipants.md +1 -0
  22. data/docs/CobrowseConversationNotificationCobrowseMediaParticipant.md +1 -0
  23. data/docs/CobrowseConversationNotificationParticipants.md +1 -0
  24. data/docs/ConversationNotificationCall.md +1 -0
  25. data/docs/ConversationNotificationCalls.md +1 -0
  26. data/docs/ConversationNotificationEmail.md +1 -0
  27. data/docs/ConversationNotificationEmails.md +1 -0
  28. data/docs/ConversationNotificationParticipant.md +1 -0
  29. data/docs/ConversationNotificationParticipants.md +1 -0
  30. data/docs/ConversationsApi.md +3 -3
  31. data/docs/Document.md +1 -1
  32. data/docs/DomainOrganizationRole.md +1 -1
  33. data/docs/DomainOrganizationRoleCreate.md +1 -1
  34. data/docs/DomainOrganizationRoleUpdate.md +1 -1
  35. data/docs/DraftValidationResult.md +14 -0
  36. data/docs/EmailConversationNotificationEmailMediaParticipant.md +2 -0
  37. data/docs/EmailConversationNotificationParticipants.md +2 -0
  38. data/docs/FaxDocument.md +1 -1
  39. data/docs/IntegrationsApi.md +1355 -0
  40. data/docs/JsonNode.md +4 -4
  41. data/docs/ManagementUnit.md +1 -1
  42. data/docs/ManagementUnitListing.md +22 -0
  43. data/docs/OutboundApi.md +59 -0
  44. data/docs/PostActionInput.md +18 -0
  45. data/docs/PostInputContract.md +13 -0
  46. data/docs/PostOutputContract.md +13 -0
  47. data/docs/PublishDraftInput.md +13 -0
  48. data/docs/RecordingApi.md +123 -0
  49. data/docs/RequestConfig.md +17 -0
  50. data/docs/ResponseConfig.md +15 -0
  51. data/docs/ScreenShareConversationNotificationParticipants.md +1 -0
  52. data/docs/ScreenShareConversationNotificationScreenShareMediaParticipant.md +1 -0
  53. data/docs/SocialConversationNotificationParticipants.md +1 -0
  54. data/docs/SocialConversationNotificationSocialMediaParticipant.md +1 -0
  55. data/docs/TestExecutionOperationResult.md +17 -0
  56. data/docs/TestExecutionResult.md +16 -0
  57. data/docs/UpdateActionInput.md +16 -0
  58. data/docs/UpdateDraftInput.md +18 -0
  59. data/docs/VideoConversationNotificationParticipants.md +1 -0
  60. data/docs/VideoConversationNotificationVideoMediaParticipant.md +1 -0
  61. data/docs/WorkforceManagementApi.md +2 -4
  62. data/lib/purecloudplatformclientv2.rb +23 -1
  63. data/lib/purecloudplatformclientv2/api/alerting_api.rb +55 -0
  64. data/lib/purecloudplatformclientv2/api/architect_api.rb +52 -20
  65. data/lib/purecloudplatformclientv2/api/conversations_api.rb +2 -2
  66. data/lib/purecloudplatformclientv2/api/integrations_api.rb +1723 -0
  67. data/lib/purecloudplatformclientv2/api/outbound_api.rb +65 -0
  68. data/lib/purecloudplatformclientv2/api/recording_api.rb +140 -0
  69. data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -12
  70. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  71. data/lib/purecloudplatformclientv2/models/action.rb +409 -0
  72. data/lib/purecloudplatformclientv2/models/action_config.rb +229 -0
  73. data/lib/purecloudplatformclientv2/models/action_contract.rb +229 -0
  74. data/lib/purecloudplatformclientv2/models/action_contract_input.rb +239 -0
  75. data/lib/purecloudplatformclientv2/models/action_entity_listing.rb +428 -0
  76. data/lib/purecloudplatformclientv2/models/action_input.rb +255 -0
  77. data/lib/purecloudplatformclientv2/models/action_output.rb +333 -0
  78. data/lib/purecloudplatformclientv2/models/active_alert_count.rb +202 -0
  79. data/lib/purecloudplatformclientv2/models/aggregation_query.rb +1 -1
  80. data/lib/purecloudplatformclientv2/models/call_conversation_notification_call_media_participant.rb +26 -1
  81. data/lib/purecloudplatformclientv2/models/call_conversation_notification_participants.rb +26 -1
  82. data/lib/purecloudplatformclientv2/models/callback_conversation_notification_callback_media_participant.rb +26 -1
  83. data/lib/purecloudplatformclientv2/models/callback_conversation_notification_participants.rb +26 -1
  84. data/lib/purecloudplatformclientv2/models/category.rb +203 -0
  85. data/lib/purecloudplatformclientv2/models/category_entity_listing.rb +303 -0
  86. data/lib/purecloudplatformclientv2/models/chat_conversation_notification_chat_media_participant.rb +26 -1
  87. data/lib/purecloudplatformclientv2/models/chat_conversation_notification_participants.rb +26 -1
  88. data/lib/purecloudplatformclientv2/models/cobrowse_conversation_notification_cobrowse_media_participant.rb +26 -1
  89. data/lib/purecloudplatformclientv2/models/cobrowse_conversation_notification_participants.rb +26 -1
  90. data/lib/purecloudplatformclientv2/models/condition.rb +2 -2
  91. data/lib/purecloudplatformclientv2/models/conversation_notification_call.rb +26 -1
  92. data/lib/purecloudplatformclientv2/models/conversation_notification_calls.rb +26 -1
  93. data/lib/purecloudplatformclientv2/models/conversation_notification_email.rb +26 -1
  94. data/lib/purecloudplatformclientv2/models/conversation_notification_emails.rb +26 -1
  95. data/lib/purecloudplatformclientv2/models/conversation_notification_participant.rb +40 -1
  96. data/lib/purecloudplatformclientv2/models/conversation_notification_participants.rb +40 -1
  97. data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
  98. data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
  99. data/lib/purecloudplatformclientv2/models/document.rb +12 -12
  100. data/lib/purecloudplatformclientv2/models/domain_organization_role.rb +12 -12
  101. data/lib/purecloudplatformclientv2/models/domain_organization_role_create.rb +12 -12
  102. data/lib/purecloudplatformclientv2/models/domain_organization_role_update.rb +12 -12
  103. data/lib/purecloudplatformclientv2/models/draft_validation_result.rb +231 -0
  104. data/lib/purecloudplatformclientv2/models/email_conversation_notification_email_media_participant.rb +54 -4
  105. data/lib/purecloudplatformclientv2/models/email_conversation_notification_participants.rb +54 -4
  106. data/lib/purecloudplatformclientv2/models/fax_document.rb +12 -12
  107. data/lib/purecloudplatformclientv2/models/flow.rb +2 -2
  108. data/lib/purecloudplatformclientv2/models/interaction_stats_alert.rb +2 -2
  109. data/lib/purecloudplatformclientv2/models/interaction_stats_rule.rb +2 -2
  110. data/lib/purecloudplatformclientv2/models/json_node.rb +72 -72
  111. data/lib/purecloudplatformclientv2/models/management_unit.rb +7 -7
  112. data/lib/purecloudplatformclientv2/models/management_unit_listing.rb +428 -0
  113. data/lib/purecloudplatformclientv2/models/post_action_input.rb +358 -0
  114. data/lib/purecloudplatformclientv2/models/post_input_contract.rb +208 -0
  115. data/lib/purecloudplatformclientv2/models/post_output_contract.rb +208 -0
  116. data/lib/purecloudplatformclientv2/models/publish_draft_input.rb +208 -0
  117. data/lib/purecloudplatformclientv2/models/request_config.rb +309 -0
  118. data/lib/purecloudplatformclientv2/models/response_config.rb +257 -0
  119. data/lib/purecloudplatformclientv2/models/screen_share_conversation_notification_participants.rb +26 -1
  120. data/lib/purecloudplatformclientv2/models/screen_share_conversation_notification_screen_share_media_participant.rb +26 -1
  121. data/lib/purecloudplatformclientv2/models/social_conversation_notification_participants.rb +26 -1
  122. data/lib/purecloudplatformclientv2/models/social_conversation_notification_social_media_participant.rb +26 -1
  123. data/lib/purecloudplatformclientv2/models/test_execution_operation_result.rb +306 -0
  124. data/lib/purecloudplatformclientv2/models/test_execution_result.rb +282 -0
  125. data/lib/purecloudplatformclientv2/models/{publish_flow_notification_notification.rb → update_action_input.rb} +35 -26
  126. data/lib/purecloudplatformclientv2/models/update_draft_input.rb +338 -0
  127. data/lib/purecloudplatformclientv2/models/video_conversation_notification_participants.rb +26 -1
  128. data/lib/purecloudplatformclientv2/models/video_conversation_notification_video_media_participant.rb +26 -1
  129. data/lib/purecloudplatformclientv2/version.rb +1 -1
  130. metadata +91 -47
  131. data/docs/PublishFlowNotificationNotification.md +0 -16
@@ -70,6 +70,8 @@ module PureCloud
70
70
 
71
71
  attr_accessor :peer
72
72
 
73
+ attr_accessor :screen_recording_state
74
+
73
75
  attr_accessor :room_id
74
76
 
75
77
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -128,6 +130,8 @@ module PureCloud
128
130
 
129
131
  :'peer' => :'peer',
130
132
 
133
+ :'screen_recording_state' => :'screenRecordingState',
134
+
131
135
  :'room_id' => :'roomId'
132
136
 
133
137
  }
@@ -189,6 +193,8 @@ module PureCloud
189
193
 
190
194
  :'peer' => :'String',
191
195
 
196
+ :'screen_recording_state' => :'String',
197
+
192
198
  :'room_id' => :'String'
193
199
 
194
200
  }
@@ -439,6 +445,15 @@ module PureCloud
439
445
  end
440
446
 
441
447
 
448
+ if attributes.has_key?(:'screenRecordingState')
449
+
450
+
451
+ self.screen_recording_state = attributes[:'screenRecordingState']
452
+
453
+
454
+ end
455
+
456
+
442
457
  if attributes.has_key?(:'roomId')
443
458
 
444
459
 
@@ -581,6 +596,10 @@ module PureCloud
581
596
 
582
597
 
583
598
 
599
+
600
+
601
+
602
+
584
603
 
585
604
 
586
605
 
@@ -745,6 +764,11 @@ module PureCloud
745
764
 
746
765
 
747
766
 
767
+
768
+
769
+
770
+
771
+
748
772
 
749
773
 
750
774
 
@@ -782,6 +806,7 @@ module PureCloud
782
806
  external_organization == o.external_organization &&
783
807
  wrapup == o.wrapup &&
784
808
  peer == o.peer &&
809
+ screen_recording_state == o.screen_recording_state &&
785
810
  room_id == o.room_id
786
811
  end
787
812
 
@@ -794,7 +819,7 @@ module PureCloud
794
819
  # Calculates hash code according to all attributes.
795
820
  # @return [Fixnum] Hash code
796
821
  def hash
797
- [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, room_id].hash
822
+ [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, room_id].hash
798
823
  end
799
824
 
800
825
  # build the object from hash
@@ -70,6 +70,8 @@ module PureCloud
70
70
 
71
71
  attr_accessor :peer
72
72
 
73
+ attr_accessor :screen_recording_state
74
+
73
75
  attr_accessor :room_id
74
76
 
75
77
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -128,6 +130,8 @@ module PureCloud
128
130
 
129
131
  :'peer' => :'peer',
130
132
 
133
+ :'screen_recording_state' => :'screenRecordingState',
134
+
131
135
  :'room_id' => :'roomId'
132
136
 
133
137
  }
@@ -189,6 +193,8 @@ module PureCloud
189
193
 
190
194
  :'peer' => :'String',
191
195
 
196
+ :'screen_recording_state' => :'String',
197
+
192
198
  :'room_id' => :'String'
193
199
 
194
200
  }
@@ -439,6 +445,15 @@ module PureCloud
439
445
  end
440
446
 
441
447
 
448
+ if attributes.has_key?(:'screenRecordingState')
449
+
450
+
451
+ self.screen_recording_state = attributes[:'screenRecordingState']
452
+
453
+
454
+ end
455
+
456
+
442
457
  if attributes.has_key?(:'roomId')
443
458
 
444
459
 
@@ -581,6 +596,10 @@ module PureCloud
581
596
 
582
597
 
583
598
 
599
+
600
+
601
+
602
+
584
603
 
585
604
 
586
605
 
@@ -745,6 +764,11 @@ module PureCloud
745
764
 
746
765
 
747
766
 
767
+
768
+
769
+
770
+
771
+
748
772
 
749
773
 
750
774
 
@@ -782,6 +806,7 @@ module PureCloud
782
806
  external_organization == o.external_organization &&
783
807
  wrapup == o.wrapup &&
784
808
  peer == o.peer &&
809
+ screen_recording_state == o.screen_recording_state &&
785
810
  room_id == o.room_id
786
811
  end
787
812
 
@@ -794,7 +819,7 @@ module PureCloud
794
819
  # Calculates hash code according to all attributes.
795
820
  # @return [Fixnum] Hash code
796
821
  def hash
797
- [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, room_id].hash
822
+ [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, room_id].hash
798
823
  end
799
824
 
800
825
  # build the object from hash
@@ -70,6 +70,8 @@ module PureCloud
70
70
 
71
71
  attr_accessor :peer
72
72
 
73
+ attr_accessor :screen_recording_state
74
+
73
75
  attr_accessor :cobrowse_session_id
74
76
 
75
77
  attr_accessor :cobrowse_role
@@ -136,6 +138,8 @@ module PureCloud
136
138
 
137
139
  :'peer' => :'peer',
138
140
 
141
+ :'screen_recording_state' => :'screenRecordingState',
142
+
139
143
  :'cobrowse_session_id' => :'cobrowseSessionId',
140
144
 
141
145
  :'cobrowse_role' => :'cobrowseRole',
@@ -205,6 +209,8 @@ module PureCloud
205
209
 
206
210
  :'peer' => :'String',
207
211
 
212
+ :'screen_recording_state' => :'String',
213
+
208
214
  :'cobrowse_session_id' => :'String',
209
215
 
210
216
  :'cobrowse_role' => :'String',
@@ -463,6 +469,15 @@ module PureCloud
463
469
  end
464
470
 
465
471
 
472
+ if attributes.has_key?(:'screenRecordingState')
473
+
474
+
475
+ self.screen_recording_state = attributes[:'screenRecordingState']
476
+
477
+
478
+ end
479
+
480
+
466
481
  if attributes.has_key?(:'cobrowseSessionId')
467
482
 
468
483
 
@@ -659,6 +674,10 @@ module PureCloud
659
674
 
660
675
 
661
676
 
677
+
678
+
679
+
680
+
662
681
 
663
682
 
664
683
 
@@ -843,6 +862,11 @@ module PureCloud
843
862
 
844
863
 
845
864
 
865
+
866
+
867
+
868
+
869
+
846
870
 
847
871
 
848
872
 
@@ -880,6 +904,7 @@ module PureCloud
880
904
  external_organization == o.external_organization &&
881
905
  wrapup == o.wrapup &&
882
906
  peer == o.peer &&
907
+ screen_recording_state == o.screen_recording_state &&
883
908
  cobrowse_session_id == o.cobrowse_session_id &&
884
909
  cobrowse_role == o.cobrowse_role &&
885
910
  viewer_url == o.viewer_url &&
@@ -896,7 +921,7 @@ module PureCloud
896
921
  # Calculates hash code according to all attributes.
897
922
  # @return [Fixnum] Hash code
898
923
  def hash
899
- [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
924
+ [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
900
925
  end
901
926
 
902
927
  # build the object from hash
@@ -70,6 +70,8 @@ module PureCloud
70
70
 
71
71
  attr_accessor :peer
72
72
 
73
+ attr_accessor :screen_recording_state
74
+
73
75
  attr_accessor :cobrowse_session_id
74
76
 
75
77
  attr_accessor :cobrowse_role
@@ -136,6 +138,8 @@ module PureCloud
136
138
 
137
139
  :'peer' => :'peer',
138
140
 
141
+ :'screen_recording_state' => :'screenRecordingState',
142
+
139
143
  :'cobrowse_session_id' => :'cobrowseSessionId',
140
144
 
141
145
  :'cobrowse_role' => :'cobrowseRole',
@@ -205,6 +209,8 @@ module PureCloud
205
209
 
206
210
  :'peer' => :'String',
207
211
 
212
+ :'screen_recording_state' => :'String',
213
+
208
214
  :'cobrowse_session_id' => :'String',
209
215
 
210
216
  :'cobrowse_role' => :'String',
@@ -463,6 +469,15 @@ module PureCloud
463
469
  end
464
470
 
465
471
 
472
+ if attributes.has_key?(:'screenRecordingState')
473
+
474
+
475
+ self.screen_recording_state = attributes[:'screenRecordingState']
476
+
477
+
478
+ end
479
+
480
+
466
481
  if attributes.has_key?(:'cobrowseSessionId')
467
482
 
468
483
 
@@ -659,6 +674,10 @@ module PureCloud
659
674
 
660
675
 
661
676
 
677
+
678
+
679
+
680
+
662
681
 
663
682
 
664
683
 
@@ -843,6 +862,11 @@ module PureCloud
843
862
 
844
863
 
845
864
 
865
+
866
+
867
+
868
+
869
+
846
870
 
847
871
 
848
872
 
@@ -880,6 +904,7 @@ module PureCloud
880
904
  external_organization == o.external_organization &&
881
905
  wrapup == o.wrapup &&
882
906
  peer == o.peer &&
907
+ screen_recording_state == o.screen_recording_state &&
883
908
  cobrowse_session_id == o.cobrowse_session_id &&
884
909
  cobrowse_role == o.cobrowse_role &&
885
910
  viewer_url == o.viewer_url &&
@@ -896,7 +921,7 @@ module PureCloud
896
921
  # Calculates hash code according to all attributes.
897
922
  # @return [Fixnum] Hash code
898
923
  def hash
899
- [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
924
+ [id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
900
925
  end
901
926
 
902
927
  # build the object from hash
@@ -234,7 +234,7 @@ module PureCloud
234
234
 
235
235
 
236
236
 
237
- allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER"]
237
+ allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER", "IN"]
238
238
  if @operator && !allowed_values.include?(@operator)
239
239
  return false
240
240
  end
@@ -308,7 +308,7 @@ module PureCloud
308
308
  # Custom attribute writer method checking allowed values (enum).
309
309
  # @param [Object] operator Object to be assigned
310
310
  def operator=(operator)
311
- allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER"]
311
+ allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER", "IN"]
312
312
  if operator && !allowed_values.include?(operator)
313
313
  fail ArgumentError, "invalid value for 'operator', must be one of #{allowed_values}."
314
314
  end
@@ -60,6 +60,8 @@ module PureCloud
60
60
 
61
61
  attr_accessor :fax_status
62
62
 
63
+ attr_accessor :uui_data
64
+
63
65
  attr_accessor :additional_properties
64
66
 
65
67
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -108,6 +110,8 @@ module PureCloud
108
110
 
109
111
  :'fax_status' => :'faxStatus',
110
112
 
113
+ :'uui_data' => :'uuiData',
114
+
111
115
  :'additional_properties' => :'additionalProperties'
112
116
 
113
117
  }
@@ -159,6 +163,8 @@ module PureCloud
159
163
 
160
164
  :'fax_status' => :'ConversationNotificationFaxStatus',
161
165
 
166
+ :'uui_data' => :'String',
167
+
162
168
  :'additional_properties' => :'Object'
163
169
 
164
170
  }
@@ -364,6 +370,15 @@ module PureCloud
364
370
  end
365
371
 
366
372
 
373
+ if attributes.has_key?(:'uuiData')
374
+
375
+
376
+ self.uui_data = attributes[:'uuiData']
377
+
378
+
379
+ end
380
+
381
+
367
382
  if attributes.has_key?(:'additionalProperties')
368
383
 
369
384
 
@@ -491,6 +506,10 @@ module PureCloud
491
506
 
492
507
 
493
508
 
509
+
510
+
511
+
512
+
494
513
 
495
514
 
496
515
 
@@ -639,6 +658,11 @@ module PureCloud
639
658
 
640
659
 
641
660
 
661
+
662
+
663
+
664
+
665
+
642
666
 
643
667
 
644
668
 
@@ -671,6 +695,7 @@ module PureCloud
671
695
  disconnected_time == o.disconnected_time &&
672
696
  disconnect_reasons == o.disconnect_reasons &&
673
697
  fax_status == o.fax_status &&
698
+ uui_data == o.uui_data &&
674
699
  additional_properties == o.additional_properties
675
700
  end
676
701
 
@@ -683,7 +708,7 @@ module PureCloud
683
708
  # Calculates hash code according to all attributes.
684
709
  # @return [Fixnum] Hash code
685
710
  def hash
686
- [id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, additional_properties].hash
711
+ [id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, uui_data, additional_properties].hash
687
712
  end
688
713
 
689
714
  # build the object from hash
@@ -60,6 +60,8 @@ module PureCloud
60
60
 
61
61
  attr_accessor :fax_status
62
62
 
63
+ attr_accessor :uui_data
64
+
63
65
  attr_accessor :additional_properties
64
66
 
65
67
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -108,6 +110,8 @@ module PureCloud
108
110
 
109
111
  :'fax_status' => :'faxStatus',
110
112
 
113
+ :'uui_data' => :'uuiData',
114
+
111
115
  :'additional_properties' => :'additionalProperties'
112
116
 
113
117
  }
@@ -159,6 +163,8 @@ module PureCloud
159
163
 
160
164
  :'fax_status' => :'ConversationNotificationFaxStatus',
161
165
 
166
+ :'uui_data' => :'String',
167
+
162
168
  :'additional_properties' => :'Object'
163
169
 
164
170
  }
@@ -364,6 +370,15 @@ module PureCloud
364
370
  end
365
371
 
366
372
 
373
+ if attributes.has_key?(:'uuiData')
374
+
375
+
376
+ self.uui_data = attributes[:'uuiData']
377
+
378
+
379
+ end
380
+
381
+
367
382
  if attributes.has_key?(:'additionalProperties')
368
383
 
369
384
 
@@ -491,6 +506,10 @@ module PureCloud
491
506
 
492
507
 
493
508
 
509
+
510
+
511
+
512
+
494
513
 
495
514
 
496
515
 
@@ -639,6 +658,11 @@ module PureCloud
639
658
 
640
659
 
641
660
 
661
+
662
+
663
+
664
+
665
+
642
666
 
643
667
 
644
668
 
@@ -671,6 +695,7 @@ module PureCloud
671
695
  disconnected_time == o.disconnected_time &&
672
696
  disconnect_reasons == o.disconnect_reasons &&
673
697
  fax_status == o.fax_status &&
698
+ uui_data == o.uui_data &&
674
699
  additional_properties == o.additional_properties
675
700
  end
676
701
 
@@ -683,7 +708,7 @@ module PureCloud
683
708
  # Calculates hash code according to all attributes.
684
709
  # @return [Fixnum] Hash code
685
710
  def hash
686
- [id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, additional_properties].hash
711
+ [id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, uui_data, additional_properties].hash
687
712
  end
688
713
 
689
714
  # build the object from hash