purecloudplatformclientv2 87.0.0 → 92.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 +5 -5
- data/docs/AmazonLexRequest.md +14 -0
- data/docs/AnalyticsEvaluation.md +1 -1
- data/docs/ApiUsageQuery.md +16 -0
- data/docs/ApiUsageQueryResult.md +14 -0
- data/docs/ApiUsageRow.md +25 -0
- data/docs/ArchitectApi.md +132 -0
- data/docs/AuditApi.md +130 -0
- data/docs/AuditQueryEntity.md +14 -0
- data/docs/AuditQueryExecutionStatusResponse.md +1 -0
- data/docs/AuditQueryRequest.md +1 -0
- data/docs/AuditQueryService.md +14 -0
- data/docs/AuditQueryServiceMapping.md +13 -0
- data/docs/AuditQuerySort.md +14 -0
- data/docs/AuditRealtimeQueryRequest.md +18 -0
- data/docs/AuditRealtimeQueryResultsResponse.md +17 -0
- data/docs/BuAgentScheduleActivity.md +2 -0
- data/docs/BuRescheduleRequest.md +2 -2
- data/docs/ButtonComponent.md +16 -0
- data/docs/CoachingApi.md +1 -1
- data/docs/ContentActions.md +17 -0
- data/docs/ContentAttachment.md +19 -0
- data/docs/ContentGeneric.md +19 -0
- data/docs/ContentList.md +19 -0
- data/docs/ContentLocation.md +17 -0
- data/docs/ContentNotificationTemplate.md +17 -0
- data/docs/ContentQuickReply.md +16 -0
- data/docs/ConversationAggregationQuery.md +1 -1
- data/docs/CreateQueueRequest.md +1 -0
- data/docs/EdgeGroup.md +1 -0
- data/docs/EntityListing.md +1 -5
- data/docs/EvaluationAggregationQuery.md +1 -1
- data/docs/ExternalContact.md +2 -0
- data/docs/ExternalOrganization.md +2 -0
- data/docs/FlowAggregationQuery.md +1 -1
- data/docs/FlowExecutionLaunchRequest.md +16 -0
- data/docs/FlowExecutionLaunchResponse.md +16 -0
- data/docs/FlowRuntimeExecution.md +23 -0
- data/docs/GenericSAML.md +22 -0
- data/docs/GoogleDialogflowCustomSettings.md +13 -0
- data/docs/GroupsApi.md +4 -4
- data/docs/IdentityProviderApi.md +187 -0
- data/docs/IpAddressAuthentication.md +13 -0
- data/docs/KnowledgeSearchResponse.md +1 -1
- data/docs/LanguageUnderstandingApi.md +164 -30
- data/docs/ListItemComponent.md +19 -0
- data/docs/MessageContent.md +19 -0
- data/docs/NluDomainVersion.md +3 -1
- data/docs/NotificationTemplateBody.md +14 -0
- data/docs/NotificationTemplateFooter.md +13 -0
- data/docs/NotificationTemplateHeader.md +16 -0
- data/docs/NotificationTemplateParameter.md +14 -0
- data/docs/OAuthApi.md +208 -0
- data/docs/OrganizationApi.md +126 -0
- data/docs/PostTextMessage.md +15 -0
- data/docs/PostTextRequest.md +23 -0
- data/docs/PostTextResponse.md +20 -0
- data/docs/Prompt.md +2 -2
- data/docs/Queue.md +1 -0
- data/docs/QueueRequest.md +1 -0
- data/docs/RecordingApi.md +12 -0
- data/docs/ReportingDataExportTopicDataExportNotification.md +1 -0
- data/docs/ScimEmail.md +1 -1
- data/docs/SurveyAggregationQuery.md +1 -1
- data/docs/SurveyForm.md +0 -2
- data/docs/TextbotsApi.md +78 -0
- data/docs/UploadUrlRequest.md +1 -0
- data/docs/UsageApi.md +144 -0
- data/docs/UsageExecutionResult.md +14 -0
- data/docs/UserAggregationQuery.md +1 -1
- data/docs/UserQueue.md +1 -0
- data/docs/UsersApi.md +5 -5
- data/docs/ViewFilter.md +2 -0
- data/docs/VoicemailMessagesTopicOwner.md +13 -0
- data/docs/VoicemailMessagesTopicVoicemailCopyRecord.md +14 -0
- data/docs/VoicemailMessagesTopicVoicemailMessage.md +2 -0
- data/docs/WfmBuShortTermForecastImportCompleteTopicBuForecastModification.md +23 -0
- data/docs/WfmBuShortTermForecastImportCompleteTopicBuShortTermForecast.md +24 -0
- data/docs/WfmBuShortTermForecastImportCompleteTopicBuShortTermForecastNotification.md +15 -0
- data/docs/WfmBuShortTermForecastImportCompleteTopicForecastSourceDayPointer.md +17 -0
- data/docs/WfmBuShortTermForecastImportCompleteTopicModificationIntervalOffsetValue.md +14 -0
- data/docs/WfmBuShortTermForecastImportCompleteTopicUserReference.md +13 -0
- data/docs/WfmBuShortTermForecastImportCompleteTopicWfmVersionedEntityMetadata.md +15 -0
- data/docs/WorkforceManagementApi.md +3 -3
- data/lib/purecloudplatformclientv2.rb +45 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +130 -0
- data/lib/purecloudplatformclientv2/api/audit_api.rb +129 -0
- data/lib/purecloudplatformclientv2/api/groups_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/identity_provider_api.rb +175 -0
- data/lib/purecloudplatformclientv2/api/language_understanding_api.rb +189 -30
- data/lib/purecloudplatformclientv2/api/o_auth_api.rb +224 -0
- data/lib/purecloudplatformclientv2/api/organization_api.rb +120 -0
- data/lib/purecloudplatformclientv2/api/recording_api.rb +78 -0
- data/lib/purecloudplatformclientv2/api/textbots_api.rb +92 -0
- data/lib/purecloudplatformclientv2/api/usage_api.rb +157 -0
- data/lib/purecloudplatformclientv2/api/users_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/amazon_lex_request.rb +232 -0
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +13 -13
- data/lib/purecloudplatformclientv2/models/api_usage_query.rb +303 -0
- data/lib/purecloudplatformclientv2/models/api_usage_query_result.rb +244 -0
- data/lib/purecloudplatformclientv2/models/api_usage_row.rb +514 -0
- data/lib/purecloudplatformclientv2/models/audit_log_message.rb +6 -6
- data/lib/purecloudplatformclientv2/models/audit_query_entity.rb +244 -0
- data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +34 -6
- data/lib/purecloudplatformclientv2/models/audit_query_request.rb +34 -6
- data/lib/purecloudplatformclientv2/models/audit_query_service.rb +244 -0
- data/lib/purecloudplatformclientv2/models/audit_query_service_mapping.rb +204 -0
- data/lib/purecloudplatformclientv2/models/audit_query_sort.rb +266 -0
- data/lib/purecloudplatformclientv2/models/audit_realtime_query_request.rb +360 -0
- data/lib/purecloudplatformclientv2/models/audit_realtime_query_results_response.rb +303 -0
- data/lib/purecloudplatformclientv2/models/bu_agent_schedule_activity.rb +70 -4
- data/lib/purecloudplatformclientv2/models/bu_reschedule_request.rb +2 -12
- data/lib/purecloudplatformclientv2/models/button_component.rb +281 -0
- data/lib/purecloudplatformclientv2/models/coaching_appointment_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/coaching_notification.rb +2 -2
- data/lib/purecloudplatformclientv2/models/content_actions.rb +309 -0
- data/lib/purecloudplatformclientv2/models/content_attachment.rb +378 -0
- data/lib/purecloudplatformclientv2/models/content_generic.rb +361 -0
- data/lib/purecloudplatformclientv2/models/content_list.rb +375 -0
- data/lib/purecloudplatformclientv2/models/content_location.rb +307 -0
- data/lib/purecloudplatformclientv2/models/content_notification_template.rb +312 -0
- data/lib/purecloudplatformclientv2/models/content_quick_reply.rb +300 -0
- data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_aggregation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_queue_request.rb +29 -1
- data/lib/purecloudplatformclientv2/models/edge_group.rb +27 -1
- data/lib/purecloudplatformclientv2/models/entity_listing.rb +4 -104
- data/lib/purecloudplatformclientv2/models/evaluation_aggregation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/external_contact.rb +55 -1
- data/lib/purecloudplatformclientv2/models/external_organization.rb +55 -1
- data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/flow_aggregation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/flow_execution_launch_request.rb +288 -0
- data/lib/purecloudplatformclientv2/models/flow_execution_launch_response.rb +281 -0
- data/lib/purecloudplatformclientv2/models/flow_runtime_execution.rb +494 -0
- data/lib/purecloudplatformclientv2/models/generic_saml.rb +428 -0
- data/lib/purecloudplatformclientv2/models/google_dialogflow_custom_settings.rb +202 -0
- data/lib/purecloudplatformclientv2/models/ip_address_authentication.rb +203 -0
- data/lib/purecloudplatformclientv2/models/knowledge_search_response.rb +18 -18
- data/lib/purecloudplatformclientv2/models/list_item_component.rb +373 -0
- data/lib/purecloudplatformclientv2/models/message_content.rb +378 -0
- data/lib/purecloudplatformclientv2/models/nlu_domain_version.rb +72 -1
- data/lib/purecloudplatformclientv2/models/notification_template_body.rb +236 -0
- data/lib/purecloudplatformclientv2/models/notification_template_footer.rb +203 -0
- data/lib/purecloudplatformclientv2/models/notification_template_header.rb +302 -0
- data/lib/purecloudplatformclientv2/models/notification_template_parameter.rb +234 -0
- data/lib/purecloudplatformclientv2/models/post_text_message.rb +275 -0
- data/lib/purecloudplatformclientv2/models/post_text_request.rb +482 -0
- data/lib/purecloudplatformclientv2/models/post_text_response.rb +413 -0
- data/lib/purecloudplatformclientv2/models/prompt.rb +2 -0
- data/lib/purecloudplatformclientv2/models/prompt_asset.rb +15 -1
- data/lib/purecloudplatformclientv2/models/prompt_asset_create.rb +15 -1
- data/lib/purecloudplatformclientv2/models/queue.rb +29 -1
- data/lib/purecloudplatformclientv2/models/queue_request.rb +29 -1
- data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +31 -4
- data/lib/purecloudplatformclientv2/models/scim_email.rb +1 -1
- data/lib/purecloudplatformclientv2/models/survey_aggregation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/survey_form.rb +1 -53
- data/lib/purecloudplatformclientv2/models/upload_url_request.rb +43 -4
- data/lib/purecloudplatformclientv2/models/usage_execution_result.rb +228 -0
- data/lib/purecloudplatformclientv2/models/user_aggregation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/user_queue.rb +29 -1
- data/lib/purecloudplatformclientv2/models/view_filter.rb +58 -4
- data/lib/purecloudplatformclientv2/models/voicemail_messages_topic_owner.rb +201 -0
- data/lib/purecloudplatformclientv2/models/voicemail_messages_topic_voicemail_copy_record.rb +226 -0
- data/lib/purecloudplatformclientv2/models/voicemail_messages_topic_voicemail_message.rb +56 -4
- data/lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_forecast_modification.rb +497 -0
- data/lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast.rb +494 -0
- data/lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast_notification.rb +265 -0
- data/lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_forecast_source_day_pointer.rb +315 -0
- data/lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_modification_interval_offset_value.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_user_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_bu_short_term_forecast_import_complete_topic_wfm_versioned_entity_metadata.rb +251 -0
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +92 -2
|
@@ -0,0 +1,203 @@
|
|
|
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: UNLICENSED
|
|
11
|
+
https://help.mypurecloud.com/articles/terms-and-conditions/
|
|
12
|
+
|
|
13
|
+
Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
|
|
14
|
+
|
|
15
|
+
=end
|
|
16
|
+
|
|
17
|
+
require 'date'
|
|
18
|
+
|
|
19
|
+
module PureCloud
|
|
20
|
+
class IpAddressAuthentication
|
|
21
|
+
attr_accessor :network_whitelist
|
|
22
|
+
|
|
23
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
24
|
+
def self.attribute_map
|
|
25
|
+
{
|
|
26
|
+
|
|
27
|
+
:'network_whitelist' => :'networkWhitelist'
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Attribute type mapping.
|
|
33
|
+
def self.swagger_types
|
|
34
|
+
{
|
|
35
|
+
|
|
36
|
+
:'network_whitelist' => :'Array<String>'
|
|
37
|
+
|
|
38
|
+
}
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
# Initializes the object
|
|
42
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
43
|
+
def initialize(attributes = {})
|
|
44
|
+
return unless attributes.is_a?(Hash)
|
|
45
|
+
|
|
46
|
+
# convert string to symbol for hash key
|
|
47
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
if attributes.has_key?(:'networkWhitelist')
|
|
51
|
+
|
|
52
|
+
if (value = attributes[:'networkWhitelist']).is_a?(Array)
|
|
53
|
+
self.network_whitelist = value
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
64
|
+
# @return Array for valid properies with the reasons
|
|
65
|
+
def list_invalid_properties
|
|
66
|
+
invalid_properties = Array.new
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
return invalid_properties
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# Check to see if the all the properties in the model are valid
|
|
73
|
+
# @return true if the model is valid
|
|
74
|
+
def valid?
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
# Checks equality by comparing each attribute.
|
|
89
|
+
# @param [Object] Object to be compared
|
|
90
|
+
def ==(o)
|
|
91
|
+
return true if self.equal?(o)
|
|
92
|
+
self.class == o.class &&
|
|
93
|
+
network_whitelist == o.network_whitelist
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
# @see the `==` method
|
|
97
|
+
# @param [Object] Object to be compared
|
|
98
|
+
def eql?(o)
|
|
99
|
+
self == o
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# Calculates hash code according to all attributes.
|
|
103
|
+
# @return [Fixnum] Hash code
|
|
104
|
+
def hash
|
|
105
|
+
[network_whitelist].hash
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# build the object from hash
|
|
109
|
+
def build_from_hash(attributes)
|
|
110
|
+
return nil unless attributes.is_a?(Hash)
|
|
111
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
112
|
+
if type =~ /^Array<(.*)>/i
|
|
113
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
114
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
|
115
|
+
else
|
|
116
|
+
#TODO show warning in debug mode
|
|
117
|
+
end
|
|
118
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
119
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
120
|
+
else
|
|
121
|
+
# data not found in attributes(hash), not an issue as the data can be optional
|
|
122
|
+
end
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
self
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
def _deserialize(type, value)
|
|
129
|
+
case type.to_sym
|
|
130
|
+
when :DateTime
|
|
131
|
+
DateTime.parse(value)
|
|
132
|
+
when :Date
|
|
133
|
+
Date.parse(value)
|
|
134
|
+
when :String
|
|
135
|
+
value.to_s
|
|
136
|
+
when :Integer
|
|
137
|
+
value.to_i
|
|
138
|
+
when :Float
|
|
139
|
+
value.to_f
|
|
140
|
+
when :BOOLEAN
|
|
141
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
|
142
|
+
true
|
|
143
|
+
else
|
|
144
|
+
false
|
|
145
|
+
end
|
|
146
|
+
when :Object
|
|
147
|
+
# generic object (usually a Hash), return directly
|
|
148
|
+
value
|
|
149
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
150
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
151
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
152
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
|
153
|
+
k_type = Regexp.last_match[:k_type]
|
|
154
|
+
v_type = Regexp.last_match[:v_type]
|
|
155
|
+
{}.tap do |hash|
|
|
156
|
+
value.each do |k, v|
|
|
157
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
else # model
|
|
161
|
+
_model = Object.const_get("PureCloud").const_get(type).new
|
|
162
|
+
_model.build_from_hash(value)
|
|
163
|
+
end
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
def to_s
|
|
167
|
+
to_hash.to_s
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
# to_body is an alias to to_body (backward compatibility))
|
|
171
|
+
def to_body
|
|
172
|
+
to_hash
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
# return the object in the form of hash
|
|
176
|
+
def to_hash
|
|
177
|
+
hash = {}
|
|
178
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
179
|
+
value = self.send(attr)
|
|
180
|
+
next if value.nil?
|
|
181
|
+
hash[param] = _to_hash(value)
|
|
182
|
+
end
|
|
183
|
+
hash
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
# Method to output non-array value in the form of hash
|
|
187
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
188
|
+
def _to_hash(value)
|
|
189
|
+
if value.is_a?(Array)
|
|
190
|
+
value.compact.map{ |v| _to_hash(v) }
|
|
191
|
+
elsif value.is_a?(Hash)
|
|
192
|
+
{}.tap do |hash|
|
|
193
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
194
|
+
end
|
|
195
|
+
elsif value.respond_to? :to_hash
|
|
196
|
+
value.to_hash
|
|
197
|
+
else
|
|
198
|
+
value
|
|
199
|
+
end
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
end
|
|
203
|
+
end
|
|
@@ -18,6 +18,9 @@ require 'date'
|
|
|
18
18
|
|
|
19
19
|
module PureCloud
|
|
20
20
|
class KnowledgeSearchResponse
|
|
21
|
+
# Search Id
|
|
22
|
+
attr_accessor :search_id
|
|
23
|
+
|
|
21
24
|
# Total number of records returned
|
|
22
25
|
attr_accessor :total
|
|
23
26
|
|
|
@@ -30,9 +33,6 @@ module PureCloud
|
|
|
30
33
|
# Current page number for the returned records
|
|
31
34
|
attr_accessor :page_number
|
|
32
35
|
|
|
33
|
-
# ID of the Search Response
|
|
34
|
-
attr_accessor :search_id
|
|
35
|
-
|
|
36
36
|
# Results associated to the search response
|
|
37
37
|
attr_accessor :results
|
|
38
38
|
|
|
@@ -40,6 +40,8 @@ module PureCloud
|
|
|
40
40
|
def self.attribute_map
|
|
41
41
|
{
|
|
42
42
|
|
|
43
|
+
:'search_id' => :'searchId',
|
|
44
|
+
|
|
43
45
|
:'total' => :'total',
|
|
44
46
|
|
|
45
47
|
:'page_count' => :'pageCount',
|
|
@@ -48,8 +50,6 @@ module PureCloud
|
|
|
48
50
|
|
|
49
51
|
:'page_number' => :'pageNumber',
|
|
50
52
|
|
|
51
|
-
:'search_id' => :'searchId',
|
|
52
|
-
|
|
53
53
|
:'results' => :'results'
|
|
54
54
|
|
|
55
55
|
}
|
|
@@ -59,6 +59,8 @@ module PureCloud
|
|
|
59
59
|
def self.swagger_types
|
|
60
60
|
{
|
|
61
61
|
|
|
62
|
+
:'search_id' => :'String',
|
|
63
|
+
|
|
62
64
|
:'total' => :'Integer',
|
|
63
65
|
|
|
64
66
|
:'page_count' => :'Integer',
|
|
@@ -67,8 +69,6 @@ module PureCloud
|
|
|
67
69
|
|
|
68
70
|
:'page_number' => :'Integer',
|
|
69
71
|
|
|
70
|
-
:'search_id' => :'String',
|
|
71
|
-
|
|
72
72
|
:'results' => :'Array<KnowledgeSearchDocument>'
|
|
73
73
|
|
|
74
74
|
}
|
|
@@ -83,6 +83,15 @@ module PureCloud
|
|
|
83
83
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
84
84
|
|
|
85
85
|
|
|
86
|
+
if attributes.has_key?(:'searchId')
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
self.search_id = attributes[:'searchId']
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
|
|
86
95
|
if attributes.has_key?(:'total')
|
|
87
96
|
|
|
88
97
|
|
|
@@ -119,15 +128,6 @@ module PureCloud
|
|
|
119
128
|
end
|
|
120
129
|
|
|
121
130
|
|
|
122
|
-
if attributes.has_key?(:'searchId')
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
self.search_id = attributes[:'searchId']
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
end
|
|
129
|
-
|
|
130
|
-
|
|
131
131
|
if attributes.has_key?(:'results')
|
|
132
132
|
|
|
133
133
|
if (value = attributes[:'results']).is_a?(Array)
|
|
@@ -216,11 +216,11 @@ module PureCloud
|
|
|
216
216
|
def ==(o)
|
|
217
217
|
return true if self.equal?(o)
|
|
218
218
|
self.class == o.class &&
|
|
219
|
+
search_id == o.search_id &&
|
|
219
220
|
total == o.total &&
|
|
220
221
|
page_count == o.page_count &&
|
|
221
222
|
page_size == o.page_size &&
|
|
222
223
|
page_number == o.page_number &&
|
|
223
|
-
search_id == o.search_id &&
|
|
224
224
|
results == o.results
|
|
225
225
|
end
|
|
226
226
|
|
|
@@ -233,7 +233,7 @@ module PureCloud
|
|
|
233
233
|
# Calculates hash code according to all attributes.
|
|
234
234
|
# @return [Fixnum] Hash code
|
|
235
235
|
def hash
|
|
236
|
-
[total, page_count, page_size, page_number,
|
|
236
|
+
[search_id, total, page_count, page_size, page_number, results].hash
|
|
237
237
|
end
|
|
238
238
|
|
|
239
239
|
# build the object from hash
|
|
@@ -0,0 +1,373 @@
|
|
|
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: UNLICENSED
|
|
11
|
+
https://help.mypurecloud.com/articles/terms-and-conditions/
|
|
12
|
+
|
|
13
|
+
Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
|
|
14
|
+
|
|
15
|
+
=end
|
|
16
|
+
|
|
17
|
+
require 'date'
|
|
18
|
+
|
|
19
|
+
module PureCloud
|
|
20
|
+
# An entry in List template
|
|
21
|
+
class ListItemComponent
|
|
22
|
+
# An ID assigned to this component
|
|
23
|
+
attr_accessor :id
|
|
24
|
+
|
|
25
|
+
# An ID of the rich message instance
|
|
26
|
+
attr_accessor :rmid
|
|
27
|
+
|
|
28
|
+
# The type of component to render
|
|
29
|
+
attr_accessor :type
|
|
30
|
+
|
|
31
|
+
# Path or URI to an image file
|
|
32
|
+
attr_accessor :image
|
|
33
|
+
|
|
34
|
+
# The main headline of the list item
|
|
35
|
+
attr_accessor :title
|
|
36
|
+
|
|
37
|
+
# Text to show in the description row
|
|
38
|
+
attr_accessor :description
|
|
39
|
+
|
|
40
|
+
# User actions available on the content. All actions are optional and all actions are executed simultaneously.
|
|
41
|
+
attr_accessor :actions
|
|
42
|
+
|
|
43
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
|
+
def self.attribute_map
|
|
45
|
+
{
|
|
46
|
+
|
|
47
|
+
:'id' => :'id',
|
|
48
|
+
|
|
49
|
+
:'rmid' => :'rmid',
|
|
50
|
+
|
|
51
|
+
:'type' => :'type',
|
|
52
|
+
|
|
53
|
+
:'image' => :'image',
|
|
54
|
+
|
|
55
|
+
:'title' => :'title',
|
|
56
|
+
|
|
57
|
+
:'description' => :'description',
|
|
58
|
+
|
|
59
|
+
:'actions' => :'actions'
|
|
60
|
+
|
|
61
|
+
}
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
# Attribute type mapping.
|
|
65
|
+
def self.swagger_types
|
|
66
|
+
{
|
|
67
|
+
|
|
68
|
+
:'id' => :'String',
|
|
69
|
+
|
|
70
|
+
:'rmid' => :'String',
|
|
71
|
+
|
|
72
|
+
:'type' => :'String',
|
|
73
|
+
|
|
74
|
+
:'image' => :'String',
|
|
75
|
+
|
|
76
|
+
:'title' => :'String',
|
|
77
|
+
|
|
78
|
+
:'description' => :'String',
|
|
79
|
+
|
|
80
|
+
:'actions' => :'ContentActions'
|
|
81
|
+
|
|
82
|
+
}
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# Initializes the object
|
|
86
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
87
|
+
def initialize(attributes = {})
|
|
88
|
+
return unless attributes.is_a?(Hash)
|
|
89
|
+
|
|
90
|
+
# convert string to symbol for hash key
|
|
91
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
if attributes.has_key?(:'id')
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
self.id = attributes[:'id']
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
if attributes.has_key?(:'rmid')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
self.rmid = attributes[:'rmid']
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
if attributes.has_key?(:'type')
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
self.type = attributes[:'type']
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
if attributes.has_key?(:'image')
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
self.image = attributes[:'image']
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
if attributes.has_key?(:'title')
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
self.title = attributes[:'title']
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
if attributes.has_key?(:'description')
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
self.description = attributes[:'description']
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
if attributes.has_key?(:'actions')
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
self.actions = attributes[:'actions']
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
160
|
+
# @return Array for valid properies with the reasons
|
|
161
|
+
def list_invalid_properties
|
|
162
|
+
invalid_properties = Array.new
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
return invalid_properties
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
# Check to see if the all the properties in the model are valid
|
|
169
|
+
# @return true if the model is valid
|
|
170
|
+
def valid?
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
allowed_values = ["ListItem", "ListItemBig"]
|
|
183
|
+
if @type && !allowed_values.include?(@type)
|
|
184
|
+
return false
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
220
|
+
# @param [Object] type Object to be assigned
|
|
221
|
+
def type=(type)
|
|
222
|
+
allowed_values = ["ListItem", "ListItemBig"]
|
|
223
|
+
if type && !allowed_values.include?(type)
|
|
224
|
+
fail ArgumentError, "invalid value for 'type', must be one of #{allowed_values}."
|
|
225
|
+
end
|
|
226
|
+
@type = type
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
# Checks equality by comparing each attribute.
|
|
253
|
+
# @param [Object] Object to be compared
|
|
254
|
+
def ==(o)
|
|
255
|
+
return true if self.equal?(o)
|
|
256
|
+
self.class == o.class &&
|
|
257
|
+
id == o.id &&
|
|
258
|
+
rmid == o.rmid &&
|
|
259
|
+
type == o.type &&
|
|
260
|
+
image == o.image &&
|
|
261
|
+
title == o.title &&
|
|
262
|
+
description == o.description &&
|
|
263
|
+
actions == o.actions
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
# @see the `==` method
|
|
267
|
+
# @param [Object] Object to be compared
|
|
268
|
+
def eql?(o)
|
|
269
|
+
self == o
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
# Calculates hash code according to all attributes.
|
|
273
|
+
# @return [Fixnum] Hash code
|
|
274
|
+
def hash
|
|
275
|
+
[id, rmid, type, image, title, description, actions].hash
|
|
276
|
+
end
|
|
277
|
+
|
|
278
|
+
# build the object from hash
|
|
279
|
+
def build_from_hash(attributes)
|
|
280
|
+
return nil unless attributes.is_a?(Hash)
|
|
281
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
282
|
+
if type =~ /^Array<(.*)>/i
|
|
283
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
284
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
|
285
|
+
else
|
|
286
|
+
#TODO show warning in debug mode
|
|
287
|
+
end
|
|
288
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
289
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
290
|
+
else
|
|
291
|
+
# data not found in attributes(hash), not an issue as the data can be optional
|
|
292
|
+
end
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
self
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
def _deserialize(type, value)
|
|
299
|
+
case type.to_sym
|
|
300
|
+
when :DateTime
|
|
301
|
+
DateTime.parse(value)
|
|
302
|
+
when :Date
|
|
303
|
+
Date.parse(value)
|
|
304
|
+
when :String
|
|
305
|
+
value.to_s
|
|
306
|
+
when :Integer
|
|
307
|
+
value.to_i
|
|
308
|
+
when :Float
|
|
309
|
+
value.to_f
|
|
310
|
+
when :BOOLEAN
|
|
311
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
|
312
|
+
true
|
|
313
|
+
else
|
|
314
|
+
false
|
|
315
|
+
end
|
|
316
|
+
when :Object
|
|
317
|
+
# generic object (usually a Hash), return directly
|
|
318
|
+
value
|
|
319
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
320
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
321
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
322
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
|
323
|
+
k_type = Regexp.last_match[:k_type]
|
|
324
|
+
v_type = Regexp.last_match[:v_type]
|
|
325
|
+
{}.tap do |hash|
|
|
326
|
+
value.each do |k, v|
|
|
327
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
328
|
+
end
|
|
329
|
+
end
|
|
330
|
+
else # model
|
|
331
|
+
_model = Object.const_get("PureCloud").const_get(type).new
|
|
332
|
+
_model.build_from_hash(value)
|
|
333
|
+
end
|
|
334
|
+
end
|
|
335
|
+
|
|
336
|
+
def to_s
|
|
337
|
+
to_hash.to_s
|
|
338
|
+
end
|
|
339
|
+
|
|
340
|
+
# to_body is an alias to to_body (backward compatibility))
|
|
341
|
+
def to_body
|
|
342
|
+
to_hash
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
# return the object in the form of hash
|
|
346
|
+
def to_hash
|
|
347
|
+
hash = {}
|
|
348
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
349
|
+
value = self.send(attr)
|
|
350
|
+
next if value.nil?
|
|
351
|
+
hash[param] = _to_hash(value)
|
|
352
|
+
end
|
|
353
|
+
hash
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
# Method to output non-array value in the form of hash
|
|
357
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
358
|
+
def _to_hash(value)
|
|
359
|
+
if value.is_a?(Array)
|
|
360
|
+
value.compact.map{ |v| _to_hash(v) }
|
|
361
|
+
elsif value.is_a?(Hash)
|
|
362
|
+
{}.tap do |hash|
|
|
363
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
364
|
+
end
|
|
365
|
+
elsif value.respond_to? :to_hash
|
|
366
|
+
value.to_hash
|
|
367
|
+
else
|
|
368
|
+
value
|
|
369
|
+
end
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
end
|
|
373
|
+
end
|