purecloudplatformclientv2 15.0.0 → 16.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/Action.md +21 -0
- data/docs/ActionConfig.md +14 -0
- data/docs/ActionContract.md +14 -0
- data/docs/ActionContractInput.md +14 -0
- data/docs/ActionEntityListing.md +22 -0
- data/docs/ActionInput.md +15 -0
- data/docs/ActionOutput.md +18 -0
- data/docs/ActiveAlertCount.md +13 -0
- data/docs/AggregationQuery.md +1 -1
- data/docs/AlertingApi.md +54 -0
- data/docs/ArchitectApi.md +31 -25
- data/docs/CallConversationNotificationCallMediaParticipant.md +1 -0
- data/docs/CallConversationNotificationParticipants.md +1 -0
- data/docs/CallbackConversationNotificationCallbackMediaParticipant.md +1 -0
- data/docs/CallbackConversationNotificationParticipants.md +1 -0
- data/docs/Category.md +13 -0
- data/docs/CategoryEntityListing.md +17 -0
- data/docs/ChatConversationNotificationChatMediaParticipant.md +1 -0
- data/docs/ChatConversationNotificationParticipants.md +1 -0
- data/docs/CobrowseConversationNotificationCobrowseMediaParticipant.md +1 -0
- data/docs/CobrowseConversationNotificationParticipants.md +1 -0
- data/docs/ConversationNotificationCall.md +1 -0
- data/docs/ConversationNotificationCalls.md +1 -0
- data/docs/ConversationNotificationEmail.md +1 -0
- data/docs/ConversationNotificationEmails.md +1 -0
- data/docs/ConversationNotificationParticipant.md +1 -0
- data/docs/ConversationNotificationParticipants.md +1 -0
- data/docs/ConversationsApi.md +3 -3
- data/docs/Document.md +1 -1
- data/docs/DomainOrganizationRole.md +1 -1
- data/docs/DomainOrganizationRoleCreate.md +1 -1
- data/docs/DomainOrganizationRoleUpdate.md +1 -1
- data/docs/DraftValidationResult.md +14 -0
- data/docs/EmailConversationNotificationEmailMediaParticipant.md +2 -0
- data/docs/EmailConversationNotificationParticipants.md +2 -0
- data/docs/FaxDocument.md +1 -1
- data/docs/IntegrationsApi.md +1355 -0
- data/docs/JsonNode.md +4 -4
- data/docs/ManagementUnit.md +1 -1
- data/docs/ManagementUnitListing.md +22 -0
- data/docs/OutboundApi.md +59 -0
- data/docs/PostActionInput.md +18 -0
- data/docs/PostInputContract.md +13 -0
- data/docs/PostOutputContract.md +13 -0
- data/docs/PublishDraftInput.md +13 -0
- data/docs/RecordingApi.md +123 -0
- data/docs/RequestConfig.md +17 -0
- data/docs/ResponseConfig.md +15 -0
- data/docs/ScreenShareConversationNotificationParticipants.md +1 -0
- data/docs/ScreenShareConversationNotificationScreenShareMediaParticipant.md +1 -0
- data/docs/SocialConversationNotificationParticipants.md +1 -0
- data/docs/SocialConversationNotificationSocialMediaParticipant.md +1 -0
- data/docs/TestExecutionOperationResult.md +17 -0
- data/docs/TestExecutionResult.md +16 -0
- data/docs/UpdateActionInput.md +16 -0
- data/docs/UpdateDraftInput.md +18 -0
- data/docs/VideoConversationNotificationParticipants.md +1 -0
- data/docs/VideoConversationNotificationVideoMediaParticipant.md +1 -0
- data/docs/WorkforceManagementApi.md +2 -4
- data/lib/purecloudplatformclientv2.rb +23 -1
- data/lib/purecloudplatformclientv2/api/alerting_api.rb +55 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +52 -20
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/integrations_api.rb +1723 -0
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +65 -0
- data/lib/purecloudplatformclientv2/api/recording_api.rb +140 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -12
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/action.rb +409 -0
- data/lib/purecloudplatformclientv2/models/action_config.rb +229 -0
- data/lib/purecloudplatformclientv2/models/action_contract.rb +229 -0
- data/lib/purecloudplatformclientv2/models/action_contract_input.rb +239 -0
- data/lib/purecloudplatformclientv2/models/action_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/action_input.rb +255 -0
- data/lib/purecloudplatformclientv2/models/action_output.rb +333 -0
- data/lib/purecloudplatformclientv2/models/active_alert_count.rb +202 -0
- data/lib/purecloudplatformclientv2/models/aggregation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/call_conversation_notification_call_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/call_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/callback_conversation_notification_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/callback_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/category.rb +203 -0
- data/lib/purecloudplatformclientv2/models/category_entity_listing.rb +303 -0
- data/lib/purecloudplatformclientv2/models/chat_conversation_notification_chat_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/chat_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/cobrowse_conversation_notification_cobrowse_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/cobrowse_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/condition.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_notification_call.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_calls.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_email.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_emails.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_participant.rb +40 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_participants.rb +40 -1
- data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
- data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
- data/lib/purecloudplatformclientv2/models/document.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role_create.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role_update.rb +12 -12
- data/lib/purecloudplatformclientv2/models/draft_validation_result.rb +231 -0
- data/lib/purecloudplatformclientv2/models/email_conversation_notification_email_media_participant.rb +54 -4
- data/lib/purecloudplatformclientv2/models/email_conversation_notification_participants.rb +54 -4
- data/lib/purecloudplatformclientv2/models/fax_document.rb +12 -12
- data/lib/purecloudplatformclientv2/models/flow.rb +2 -2
- data/lib/purecloudplatformclientv2/models/interaction_stats_alert.rb +2 -2
- data/lib/purecloudplatformclientv2/models/interaction_stats_rule.rb +2 -2
- data/lib/purecloudplatformclientv2/models/json_node.rb +72 -72
- data/lib/purecloudplatformclientv2/models/management_unit.rb +7 -7
- data/lib/purecloudplatformclientv2/models/management_unit_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/post_action_input.rb +358 -0
- data/lib/purecloudplatformclientv2/models/post_input_contract.rb +208 -0
- data/lib/purecloudplatformclientv2/models/post_output_contract.rb +208 -0
- data/lib/purecloudplatformclientv2/models/publish_draft_input.rb +208 -0
- data/lib/purecloudplatformclientv2/models/request_config.rb +309 -0
- data/lib/purecloudplatformclientv2/models/response_config.rb +257 -0
- data/lib/purecloudplatformclientv2/models/screen_share_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/screen_share_conversation_notification_screen_share_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/social_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/social_conversation_notification_social_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/test_execution_operation_result.rb +306 -0
- data/lib/purecloudplatformclientv2/models/test_execution_result.rb +282 -0
- data/lib/purecloudplatformclientv2/models/{publish_flow_notification_notification.rb → update_action_input.rb} +35 -26
- data/lib/purecloudplatformclientv2/models/update_draft_input.rb +338 -0
- data/lib/purecloudplatformclientv2/models/video_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/video_conversation_notification_video_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +91 -47
- data/docs/PublishFlowNotificationNotification.md +0 -16
@@ -0,0 +1,202 @@
|
|
1
|
+
=begin
|
2
|
+
PureCloud Platform API
|
3
|
+
|
4
|
+
With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more.
|
5
|
+
|
6
|
+
OpenAPI spec version: v2
|
7
|
+
Contact: DeveloperEvangelists@genesys.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
|
10
|
+
License: ININ
|
11
|
+
http://www.inin.com
|
12
|
+
|
13
|
+
Terms of Service: https://developer.mypurecloud.com/tos
|
14
|
+
|
15
|
+
=end
|
16
|
+
|
17
|
+
require 'date'
|
18
|
+
|
19
|
+
module PureCloud
|
20
|
+
class ActiveAlertCount
|
21
|
+
# The count of active alerts for a user.
|
22
|
+
attr_accessor :count
|
23
|
+
|
24
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
25
|
+
def self.attribute_map
|
26
|
+
{
|
27
|
+
|
28
|
+
:'count' => :'count'
|
29
|
+
|
30
|
+
}
|
31
|
+
end
|
32
|
+
|
33
|
+
# Attribute type mapping.
|
34
|
+
def self.swagger_types
|
35
|
+
{
|
36
|
+
|
37
|
+
:'count' => :'Integer'
|
38
|
+
|
39
|
+
}
|
40
|
+
end
|
41
|
+
|
42
|
+
# Initializes the object
|
43
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
44
|
+
def initialize(attributes = {})
|
45
|
+
return unless attributes.is_a?(Hash)
|
46
|
+
|
47
|
+
# convert string to symbol for hash key
|
48
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
49
|
+
|
50
|
+
|
51
|
+
if attributes.has_key?(:'count')
|
52
|
+
|
53
|
+
|
54
|
+
self.count = attributes[:'count']
|
55
|
+
|
56
|
+
|
57
|
+
end
|
58
|
+
|
59
|
+
|
60
|
+
end
|
61
|
+
|
62
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
63
|
+
# @return Array for valid properies with the reasons
|
64
|
+
def list_invalid_properties
|
65
|
+
invalid_properties = Array.new
|
66
|
+
|
67
|
+
|
68
|
+
return invalid_properties
|
69
|
+
end
|
70
|
+
|
71
|
+
# Check to see if the all the properties in the model are valid
|
72
|
+
# @return true if the model is valid
|
73
|
+
def valid?
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
end
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
# Checks equality by comparing each attribute.
|
88
|
+
# @param [Object] Object to be compared
|
89
|
+
def ==(o)
|
90
|
+
return true if self.equal?(o)
|
91
|
+
self.class == o.class &&
|
92
|
+
count == o.count
|
93
|
+
end
|
94
|
+
|
95
|
+
# @see the `==` method
|
96
|
+
# @param [Object] Object to be compared
|
97
|
+
def eql?(o)
|
98
|
+
self == o
|
99
|
+
end
|
100
|
+
|
101
|
+
# Calculates hash code according to all attributes.
|
102
|
+
# @return [Fixnum] Hash code
|
103
|
+
def hash
|
104
|
+
[count].hash
|
105
|
+
end
|
106
|
+
|
107
|
+
# build the object from hash
|
108
|
+
def build_from_hash(attributes)
|
109
|
+
return nil unless attributes.is_a?(Hash)
|
110
|
+
self.class.swagger_types.each_pair do |key, type|
|
111
|
+
if type =~ /^Array<(.*)>/i
|
112
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
113
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
114
|
+
else
|
115
|
+
#TODO show warning in debug mode
|
116
|
+
end
|
117
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
118
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
119
|
+
else
|
120
|
+
# data not found in attributes(hash), not an issue as the data can be optional
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
self
|
125
|
+
end
|
126
|
+
|
127
|
+
def _deserialize(type, value)
|
128
|
+
case type.to_sym
|
129
|
+
when :DateTime
|
130
|
+
DateTime.parse(value)
|
131
|
+
when :Date
|
132
|
+
Date.parse(value)
|
133
|
+
when :String
|
134
|
+
value.to_s
|
135
|
+
when :Integer
|
136
|
+
value.to_i
|
137
|
+
when :Float
|
138
|
+
value.to_f
|
139
|
+
when :BOOLEAN
|
140
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
141
|
+
true
|
142
|
+
else
|
143
|
+
false
|
144
|
+
end
|
145
|
+
when :Object
|
146
|
+
# generic object (usually a Hash), return directly
|
147
|
+
value
|
148
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
149
|
+
inner_type = Regexp.last_match[:inner_type]
|
150
|
+
value.map { |v| _deserialize(inner_type, v) }
|
151
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
152
|
+
k_type = Regexp.last_match[:k_type]
|
153
|
+
v_type = Regexp.last_match[:v_type]
|
154
|
+
{}.tap do |hash|
|
155
|
+
value.each do |k, v|
|
156
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
157
|
+
end
|
158
|
+
end
|
159
|
+
else # model
|
160
|
+
_model = Object.const_get("PureCloud").const_get(type).new
|
161
|
+
_model.build_from_hash(value)
|
162
|
+
end
|
163
|
+
end
|
164
|
+
|
165
|
+
def to_s
|
166
|
+
to_hash.to_s
|
167
|
+
end
|
168
|
+
|
169
|
+
# to_body is an alias to to_body (backward compatibility))
|
170
|
+
def to_body
|
171
|
+
to_hash
|
172
|
+
end
|
173
|
+
|
174
|
+
# return the object in the form of hash
|
175
|
+
def to_hash
|
176
|
+
hash = {}
|
177
|
+
self.class.attribute_map.each_pair do |attr, param|
|
178
|
+
value = self.send(attr)
|
179
|
+
next if value.nil?
|
180
|
+
hash[param] = _to_hash(value)
|
181
|
+
end
|
182
|
+
hash
|
183
|
+
end
|
184
|
+
|
185
|
+
# Method to output non-array value in the form of hash
|
186
|
+
# For object, use to_hash. Otherwise, just return the value
|
187
|
+
def _to_hash(value)
|
188
|
+
if value.is_a?(Array)
|
189
|
+
value.compact.map{ |v| _to_hash(v) }
|
190
|
+
elsif value.is_a?(Hash)
|
191
|
+
{}.tap do |hash|
|
192
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
193
|
+
end
|
194
|
+
elsif value.respond_to? :to_hash
|
195
|
+
value.to_hash
|
196
|
+
else
|
197
|
+
value
|
198
|
+
end
|
199
|
+
end
|
200
|
+
|
201
|
+
end
|
202
|
+
end
|
@@ -24,7 +24,7 @@ module PureCloud
|
|
24
24
|
# Granularity aggregates metrics into subpartitions within the time interval specified. The default granularity is the same duration as the interval. Periods are represented as an ISO-8601 string. For example: P1D or P1DT12H
|
25
25
|
attr_accessor :granularity
|
26
26
|
|
27
|
-
# Sets the time zone for the query interval, defaults to UTC. Time zones are represented as
|
27
|
+
# Sets the time zone for the query interval, defaults to UTC. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London
|
28
28
|
attr_accessor :time_zone
|
29
29
|
|
30
30
|
# Behaves like a SQL GROUPBY. Allows for multiple levels of grouping as a list of dimensions. Partitions resulting aggregate computations into distinct named subgroups rather than across the entire result set as if it were one group.
|
data/lib/purecloudplatformclientv2/models/call_conversation_notification_call_media_participant.rb
CHANGED
@@ -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 :muted
|
74
76
|
|
75
77
|
attr_accessor :confined
|
@@ -148,6 +150,8 @@ module PureCloud
|
|
148
150
|
|
149
151
|
:'peer' => :'peer',
|
150
152
|
|
153
|
+
:'screen_recording_state' => :'screenRecordingState',
|
154
|
+
|
151
155
|
:'muted' => :'muted',
|
152
156
|
|
153
157
|
:'confined' => :'confined',
|
@@ -229,6 +233,8 @@ module PureCloud
|
|
229
233
|
|
230
234
|
:'peer' => :'String',
|
231
235
|
|
236
|
+
:'screen_recording_state' => :'String',
|
237
|
+
|
232
238
|
:'muted' => :'BOOLEAN',
|
233
239
|
|
234
240
|
:'confined' => :'BOOLEAN',
|
@@ -499,6 +505,15 @@ module PureCloud
|
|
499
505
|
end
|
500
506
|
|
501
507
|
|
508
|
+
if attributes.has_key?(:'screenRecordingState')
|
509
|
+
|
510
|
+
|
511
|
+
self.screen_recording_state = attributes[:'screenRecordingState']
|
512
|
+
|
513
|
+
|
514
|
+
end
|
515
|
+
|
516
|
+
|
502
517
|
if attributes.has_key?(:'muted')
|
503
518
|
|
504
519
|
|
@@ -741,6 +756,10 @@ module PureCloud
|
|
741
756
|
|
742
757
|
|
743
758
|
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
|
744
763
|
|
745
764
|
|
746
765
|
|
@@ -951,6 +970,11 @@ module PureCloud
|
|
951
970
|
|
952
971
|
|
953
972
|
|
973
|
+
|
974
|
+
|
975
|
+
|
976
|
+
|
977
|
+
|
954
978
|
|
955
979
|
|
956
980
|
|
@@ -1036,6 +1060,7 @@ module PureCloud
|
|
1036
1060
|
external_organization == o.external_organization &&
|
1037
1061
|
wrapup == o.wrapup &&
|
1038
1062
|
peer == o.peer &&
|
1063
|
+
screen_recording_state == o.screen_recording_state &&
|
1039
1064
|
muted == o.muted &&
|
1040
1065
|
confined == o.confined &&
|
1041
1066
|
recording == o.recording &&
|
@@ -1058,7 +1083,7 @@ module PureCloud
|
|
1058
1083
|
# Calculates hash code according to all attributes.
|
1059
1084
|
# @return [Fixnum] Hash code
|
1060
1085
|
def hash
|
1061
|
-
[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, muted, confined, recording, recording_state, group, ani, dnis, document_id, monitored_participant_id, consult_participant_id, fax_status].hash
|
1086
|
+
[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, muted, confined, recording, recording_state, group, ani, dnis, document_id, monitored_participant_id, consult_participant_id, fax_status].hash
|
1062
1087
|
end
|
1063
1088
|
|
1064
1089
|
# 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 :muted
|
74
76
|
|
75
77
|
attr_accessor :confined
|
@@ -148,6 +150,8 @@ module PureCloud
|
|
148
150
|
|
149
151
|
:'peer' => :'peer',
|
150
152
|
|
153
|
+
:'screen_recording_state' => :'screenRecordingState',
|
154
|
+
|
151
155
|
:'muted' => :'muted',
|
152
156
|
|
153
157
|
:'confined' => :'confined',
|
@@ -229,6 +233,8 @@ module PureCloud
|
|
229
233
|
|
230
234
|
:'peer' => :'String',
|
231
235
|
|
236
|
+
:'screen_recording_state' => :'String',
|
237
|
+
|
232
238
|
:'muted' => :'BOOLEAN',
|
233
239
|
|
234
240
|
:'confined' => :'BOOLEAN',
|
@@ -499,6 +505,15 @@ module PureCloud
|
|
499
505
|
end
|
500
506
|
|
501
507
|
|
508
|
+
if attributes.has_key?(:'screenRecordingState')
|
509
|
+
|
510
|
+
|
511
|
+
self.screen_recording_state = attributes[:'screenRecordingState']
|
512
|
+
|
513
|
+
|
514
|
+
end
|
515
|
+
|
516
|
+
|
502
517
|
if attributes.has_key?(:'muted')
|
503
518
|
|
504
519
|
|
@@ -741,6 +756,10 @@ module PureCloud
|
|
741
756
|
|
742
757
|
|
743
758
|
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
|
744
763
|
|
745
764
|
|
746
765
|
|
@@ -951,6 +970,11 @@ module PureCloud
|
|
951
970
|
|
952
971
|
|
953
972
|
|
973
|
+
|
974
|
+
|
975
|
+
|
976
|
+
|
977
|
+
|
954
978
|
|
955
979
|
|
956
980
|
|
@@ -1036,6 +1060,7 @@ module PureCloud
|
|
1036
1060
|
external_organization == o.external_organization &&
|
1037
1061
|
wrapup == o.wrapup &&
|
1038
1062
|
peer == o.peer &&
|
1063
|
+
screen_recording_state == o.screen_recording_state &&
|
1039
1064
|
muted == o.muted &&
|
1040
1065
|
confined == o.confined &&
|
1041
1066
|
recording == o.recording &&
|
@@ -1058,7 +1083,7 @@ module PureCloud
|
|
1058
1083
|
# Calculates hash code according to all attributes.
|
1059
1084
|
# @return [Fixnum] Hash code
|
1060
1085
|
def hash
|
1061
|
-
[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, muted, confined, recording, recording_state, group, ani, dnis, document_id, monitored_participant_id, consult_participant_id, fax_status].hash
|
1086
|
+
[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, muted, confined, recording, recording_state, group, ani, dnis, document_id, monitored_participant_id, consult_participant_id, fax_status].hash
|
1062
1087
|
end
|
1063
1088
|
|
1064
1089
|
# 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 :outbound_preview
|
74
76
|
|
75
77
|
attr_accessor :voicemail
|
@@ -142,6 +144,8 @@ module PureCloud
|
|
142
144
|
|
143
145
|
:'peer' => :'peer',
|
144
146
|
|
147
|
+
:'screen_recording_state' => :'screenRecordingState',
|
148
|
+
|
145
149
|
:'outbound_preview' => :'outboundPreview',
|
146
150
|
|
147
151
|
:'voicemail' => :'voicemail',
|
@@ -217,6 +221,8 @@ module PureCloud
|
|
217
221
|
|
218
222
|
:'peer' => :'String',
|
219
223
|
|
224
|
+
:'screen_recording_state' => :'String',
|
225
|
+
|
220
226
|
:'outbound_preview' => :'ConversationNotificationDialerPreview',
|
221
227
|
|
222
228
|
:'voicemail' => :'ConversationNotificationVoicemail',
|
@@ -481,6 +487,15 @@ module PureCloud
|
|
481
487
|
end
|
482
488
|
|
483
489
|
|
490
|
+
if attributes.has_key?(:'screenRecordingState')
|
491
|
+
|
492
|
+
|
493
|
+
self.screen_recording_state = attributes[:'screenRecordingState']
|
494
|
+
|
495
|
+
|
496
|
+
end
|
497
|
+
|
498
|
+
|
484
499
|
if attributes.has_key?(:'outboundPreview')
|
485
500
|
|
486
501
|
|
@@ -716,6 +731,10 @@ module PureCloud
|
|
716
731
|
|
717
732
|
|
718
733
|
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
|
719
738
|
|
720
739
|
|
721
740
|
|
@@ -915,6 +934,11 @@ module PureCloud
|
|
915
934
|
|
916
935
|
|
917
936
|
|
937
|
+
|
938
|
+
|
939
|
+
|
940
|
+
|
941
|
+
|
918
942
|
|
919
943
|
|
920
944
|
|
@@ -952,6 +976,7 @@ module PureCloud
|
|
952
976
|
external_organization == o.external_organization &&
|
953
977
|
wrapup == o.wrapup &&
|
954
978
|
peer == o.peer &&
|
979
|
+
screen_recording_state == o.screen_recording_state &&
|
955
980
|
outbound_preview == o.outbound_preview &&
|
956
981
|
voicemail == o.voicemail &&
|
957
982
|
callback_numbers == o.callback_numbers &&
|
@@ -971,7 +996,7 @@ module PureCloud
|
|
971
996
|
# Calculates hash code according to all attributes.
|
972
997
|
# @return [Fixnum] Hash code
|
973
998
|
def hash
|
974
|
-
[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, outbound_preview, voicemail, callback_numbers, callback_user_name, skip_enabled, timeout_seconds, callback_scheduled_time, automated_callback_config_id].hash
|
999
|
+
[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, outbound_preview, voicemail, callback_numbers, callback_user_name, skip_enabled, timeout_seconds, callback_scheduled_time, automated_callback_config_id].hash
|
975
1000
|
end
|
976
1001
|
|
977
1002
|
# build the object from hash
|