purecloud-platform-client-v2 238.0.0 → 241.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.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +855 -116
- package/dist/web-amd/purecloud-platform-client-v2.js +855 -116
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +298 -119
- package/dist/web-cjs/purecloud-platform-client-v2.js +298 -119
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +563 -8
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +5 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +36 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +156 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +135 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -14
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +273 -13
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +30 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +3 -2
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +134 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +3 -2
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -745,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
745
745
|
|
|
746
746
|
/**
|
|
747
747
|
* @module purecloud-platform-client-v2/ApiClient
|
|
748
|
-
* @version
|
|
748
|
+
* @version 241.0.0
|
|
749
749
|
*/
|
|
750
750
|
class ApiClient {
|
|
751
751
|
/**
|
|
@@ -1120,6 +1120,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1120
1120
|
* @param {string} opts.state - (optional) An arbitrary string to be passed back with the login response. Used for client apps to associate login responses with a request.
|
|
1121
1121
|
* @param {string} opts.org - (optional) The organization name that would normally used when specifying an organization name when logging in. This is only used when a provider is also specified.
|
|
1122
1122
|
* @param {string} opts.provider - (optional) Authentication provider to log in with e.g. okta, adfs, salesforce, onelogin. This is only used when an org is also specified.
|
|
1123
|
+
* @param {string} opts.prompt - (optional) Use the prompt=login parameter to require that the user be prompted to enter credentials at the Gensys Cloud login screen and ignore any remembered sessions (auth cookies).
|
|
1123
1124
|
*/
|
|
1124
1125
|
loginImplicitGrant(clientId, redirectUri, opts) {
|
|
1125
1126
|
// Check for auth token in hash
|
|
@@ -1161,6 +1162,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1161
1162
|
if (opts.state) query.state = encodeURIComponent(opts.state);
|
|
1162
1163
|
if (opts.org) query.org = encodeURIComponent(opts.org);
|
|
1163
1164
|
if (opts.provider) query.provider = encodeURIComponent(opts.provider);
|
|
1165
|
+
if (opts.prompt && opts.prompt == 'login') query.prompt = encodeURIComponent(opts.prompt);
|
|
1164
1166
|
|
|
1165
1167
|
var url = this._buildAuthUrl('oauth/authorize', query);
|
|
1166
1168
|
window.location.replace(url);
|
|
@@ -1487,6 +1489,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1487
1489
|
* @param {string} opts.state - (optional) An arbitrary string to be passed back with the login response. Used for client apps to associate login responses with a request.
|
|
1488
1490
|
* @param {string} opts.org - (optional) The organization name that would normally used when specifying an organization name when logging in. This is only used when a provider is also specified.
|
|
1489
1491
|
* @param {string} opts.provider - (optional) Authentication provider to log in with e.g. okta, adfs, salesforce, onelogin. This is only used when an org is also specified.
|
|
1492
|
+
* @param {string} opts.prompt - (optional) Use the prompt=login parameter to require that the user be prompted to enter credentials at the Gensys Cloud login screen and ignore any remembered sessions (auth cookies).
|
|
1490
1493
|
* @param {string} codeVerifier - (optional) code verifier used to generate the code challenge
|
|
1491
1494
|
*/
|
|
1492
1495
|
loginPKCEGrant(clientId, redirectUri, opts, codeVerifier) {
|
|
@@ -1591,6 +1594,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1591
1594
|
if (opts.state) tokenQuery.state = encodeURIComponent(opts.state);
|
|
1592
1595
|
if (opts.org) tokenQuery.org = encodeURIComponent(opts.org);
|
|
1593
1596
|
if (opts.provider) tokenQuery.provider = encodeURIComponent(opts.provider);
|
|
1597
|
+
if (opts.prompt && opts.prompt == 'login') tokenQuery.prompt = encodeURIComponent(opts.prompt);
|
|
1594
1598
|
|
|
1595
1599
|
var url = this._buildAuthUrl('oauth/authorize', tokenQuery);
|
|
1596
1600
|
window.location.replace(url);
|
|
@@ -2358,7 +2362,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2358
2362
|
/**
|
|
2359
2363
|
* AIStudio service.
|
|
2360
2364
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2361
|
-
* @version
|
|
2365
|
+
* @version 241.0.0
|
|
2362
2366
|
*/
|
|
2363
2367
|
|
|
2364
2368
|
/**
|
|
@@ -2776,6 +2780,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2776
2780
|
);
|
|
2777
2781
|
}
|
|
2778
2782
|
|
|
2783
|
+
/**
|
|
2784
|
+
* Add a turn to a guide session.
|
|
2785
|
+
* Creates a new turn in the specified guide session with the provided request data. If the session ID doesnt exist, a new session will be created automatically.
|
|
2786
|
+
* @param {String} guideId Guide ID
|
|
2787
|
+
* @param {String} guideSessionId Guide Session ID
|
|
2788
|
+
* @param {Object} body
|
|
2789
|
+
*/
|
|
2790
|
+
postGuideSessionTurns(guideId, guideSessionId, body) {
|
|
2791
|
+
// verify the required parameter 'guideId' is set
|
|
2792
|
+
if (guideId === undefined || guideId === null || guideId === '') {
|
|
2793
|
+
throw 'Missing the required parameter "guideId" when calling postGuideSessionTurns';
|
|
2794
|
+
}
|
|
2795
|
+
// verify the required parameter 'guideSessionId' is set
|
|
2796
|
+
if (guideSessionId === undefined || guideSessionId === null || guideSessionId === '') {
|
|
2797
|
+
throw 'Missing the required parameter "guideSessionId" when calling postGuideSessionTurns';
|
|
2798
|
+
}
|
|
2799
|
+
// verify the required parameter 'body' is set
|
|
2800
|
+
if (body === undefined || body === null) {
|
|
2801
|
+
throw 'Missing the required parameter "body" when calling postGuideSessionTurns';
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
return this.apiClient.callApi(
|
|
2805
|
+
'/api/v2/guides/{guideId}/sessions/{guideSessionId}/turns',
|
|
2806
|
+
'POST',
|
|
2807
|
+
{ 'guideId': guideId,'guideSessionId': guideSessionId },
|
|
2808
|
+
{ },
|
|
2809
|
+
{ },
|
|
2810
|
+
{ },
|
|
2811
|
+
body,
|
|
2812
|
+
['PureCloud OAuth'],
|
|
2813
|
+
['application/json'],
|
|
2814
|
+
['application/json']
|
|
2815
|
+
);
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2779
2818
|
/**
|
|
2780
2819
|
* Start the publishing of a guide version.
|
|
2781
2820
|
*
|
|
@@ -2930,7 +2969,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2930
2969
|
/**
|
|
2931
2970
|
* AgentAssistants service.
|
|
2932
2971
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
2933
|
-
* @version
|
|
2972
|
+
* @version 241.0.0
|
|
2934
2973
|
*/
|
|
2935
2974
|
|
|
2936
2975
|
/**
|
|
@@ -3029,6 +3068,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3029
3068
|
);
|
|
3030
3069
|
}
|
|
3031
3070
|
|
|
3071
|
+
/**
|
|
3072
|
+
* Delete an agent checklist
|
|
3073
|
+
*
|
|
3074
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
3075
|
+
*/
|
|
3076
|
+
deleteAssistantsAgentchecklist(agentChecklistId) {
|
|
3077
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
3078
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
3079
|
+
throw 'Missing the required parameter "agentChecklistId" when calling deleteAssistantsAgentchecklist';
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
return this.apiClient.callApi(
|
|
3083
|
+
'/api/v2/assistants/agentchecklists/{agentChecklistId}',
|
|
3084
|
+
'DELETE',
|
|
3085
|
+
{ 'agentChecklistId': agentChecklistId },
|
|
3086
|
+
{ },
|
|
3087
|
+
{ },
|
|
3088
|
+
{ },
|
|
3089
|
+
null,
|
|
3090
|
+
['PureCloud OAuth'],
|
|
3091
|
+
['application/json'],
|
|
3092
|
+
['application/json']
|
|
3093
|
+
);
|
|
3094
|
+
}
|
|
3095
|
+
|
|
3032
3096
|
/**
|
|
3033
3097
|
* Get an assistant.
|
|
3034
3098
|
*
|
|
@@ -3153,6 +3217,81 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3153
3217
|
);
|
|
3154
3218
|
}
|
|
3155
3219
|
|
|
3220
|
+
/**
|
|
3221
|
+
* Get an agent checklist
|
|
3222
|
+
*
|
|
3223
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
3224
|
+
*/
|
|
3225
|
+
getAssistantsAgentchecklist(agentChecklistId) {
|
|
3226
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
3227
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
3228
|
+
throw 'Missing the required parameter "agentChecklistId" when calling getAssistantsAgentchecklist';
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
return this.apiClient.callApi(
|
|
3232
|
+
'/api/v2/assistants/agentchecklists/{agentChecklistId}',
|
|
3233
|
+
'GET',
|
|
3234
|
+
{ 'agentChecklistId': agentChecklistId },
|
|
3235
|
+
{ },
|
|
3236
|
+
{ },
|
|
3237
|
+
{ },
|
|
3238
|
+
null,
|
|
3239
|
+
['PureCloud OAuth'],
|
|
3240
|
+
['application/json'],
|
|
3241
|
+
['application/json']
|
|
3242
|
+
);
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
/**
|
|
3246
|
+
* Get the list of agent checklists
|
|
3247
|
+
*
|
|
3248
|
+
* @param {Object} opts Optional parameters
|
|
3249
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
3250
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
3251
|
+
* @param {String} opts.pageSize The page size for the listing. The max that will be returned is 100. (default to 25)
|
|
3252
|
+
* @param {String} opts.namePrefix The agent checklist name prefix filter applied to the listing.
|
|
3253
|
+
* @param {String} opts.language The agent checklist language filter applied to the listing.
|
|
3254
|
+
* @param {Object} opts.sortOrder The sort order for the listing
|
|
3255
|
+
* @param {Object} opts.sortBy The field to sort by for the listing.
|
|
3256
|
+
*/
|
|
3257
|
+
getAssistantsAgentchecklists(opts) {
|
|
3258
|
+
opts = opts || {};
|
|
3259
|
+
|
|
3260
|
+
|
|
3261
|
+
return this.apiClient.callApi(
|
|
3262
|
+
'/api/v2/assistants/agentchecklists',
|
|
3263
|
+
'GET',
|
|
3264
|
+
{ },
|
|
3265
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'namePrefix': opts['namePrefix'],'language': opts['language'],'sortOrder': opts['sortOrder'],'sortBy': opts['sortBy'] },
|
|
3266
|
+
{ },
|
|
3267
|
+
{ },
|
|
3268
|
+
null,
|
|
3269
|
+
['PureCloud OAuth'],
|
|
3270
|
+
['application/json'],
|
|
3271
|
+
['application/json']
|
|
3272
|
+
);
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
/**
|
|
3276
|
+
* Get the list of supported languages
|
|
3277
|
+
*
|
|
3278
|
+
*/
|
|
3279
|
+
getAssistantsAgentchecklistsLanguages() {
|
|
3280
|
+
|
|
3281
|
+
return this.apiClient.callApi(
|
|
3282
|
+
'/api/v2/assistants/agentchecklists/languages',
|
|
3283
|
+
'GET',
|
|
3284
|
+
{ },
|
|
3285
|
+
{ },
|
|
3286
|
+
{ },
|
|
3287
|
+
{ },
|
|
3288
|
+
null,
|
|
3289
|
+
['PureCloud OAuth'],
|
|
3290
|
+
['application/json'],
|
|
3291
|
+
['application/json']
|
|
3292
|
+
);
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3156
3295
|
/**
|
|
3157
3296
|
* Get all queues assigned to any assistant.
|
|
3158
3297
|
*
|
|
@@ -3375,6 +3514,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3375
3514
|
);
|
|
3376
3515
|
}
|
|
3377
3516
|
|
|
3517
|
+
/**
|
|
3518
|
+
* Create an agent checklist
|
|
3519
|
+
*
|
|
3520
|
+
* @param {Object} body Request body containing details of checklist to be added
|
|
3521
|
+
*/
|
|
3522
|
+
postAssistantsAgentchecklists(body) {
|
|
3523
|
+
// verify the required parameter 'body' is set
|
|
3524
|
+
if (body === undefined || body === null) {
|
|
3525
|
+
throw 'Missing the required parameter "body" when calling postAssistantsAgentchecklists';
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
return this.apiClient.callApi(
|
|
3529
|
+
'/api/v2/assistants/agentchecklists',
|
|
3530
|
+
'POST',
|
|
3531
|
+
{ },
|
|
3532
|
+
{ },
|
|
3533
|
+
{ },
|
|
3534
|
+
{ },
|
|
3535
|
+
body,
|
|
3536
|
+
['PureCloud OAuth'],
|
|
3537
|
+
['application/json'],
|
|
3538
|
+
['application/json']
|
|
3539
|
+
);
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3378
3542
|
/**
|
|
3379
3543
|
* Create a queue assistant association.
|
|
3380
3544
|
*
|
|
@@ -3410,13 +3574,43 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3410
3574
|
);
|
|
3411
3575
|
}
|
|
3412
3576
|
|
|
3577
|
+
/**
|
|
3578
|
+
* Update an agent checklist
|
|
3579
|
+
*
|
|
3580
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
3581
|
+
* @param {Object} body Request body containing details of checklist to be updated
|
|
3582
|
+
*/
|
|
3583
|
+
putAssistantsAgentchecklist(agentChecklistId, body) {
|
|
3584
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
3585
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
3586
|
+
throw 'Missing the required parameter "agentChecklistId" when calling putAssistantsAgentchecklist';
|
|
3587
|
+
}
|
|
3588
|
+
// verify the required parameter 'body' is set
|
|
3589
|
+
if (body === undefined || body === null) {
|
|
3590
|
+
throw 'Missing the required parameter "body" when calling putAssistantsAgentchecklist';
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3593
|
+
return this.apiClient.callApi(
|
|
3594
|
+
'/api/v2/assistants/agentchecklists/{agentChecklistId}',
|
|
3595
|
+
'PUT',
|
|
3596
|
+
{ 'agentChecklistId': agentChecklistId },
|
|
3597
|
+
{ },
|
|
3598
|
+
{ },
|
|
3599
|
+
{ },
|
|
3600
|
+
body,
|
|
3601
|
+
['PureCloud OAuth'],
|
|
3602
|
+
['application/json'],
|
|
3603
|
+
['application/json']
|
|
3604
|
+
);
|
|
3605
|
+
}
|
|
3606
|
+
|
|
3413
3607
|
}
|
|
3414
3608
|
|
|
3415
3609
|
class AgentCopilotApi {
|
|
3416
3610
|
/**
|
|
3417
3611
|
* AgentCopilot service.
|
|
3418
3612
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3419
|
-
* @version
|
|
3613
|
+
* @version 241.0.0
|
|
3420
3614
|
*/
|
|
3421
3615
|
|
|
3422
3616
|
/**
|
|
@@ -3516,7 +3710,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3516
3710
|
/**
|
|
3517
3711
|
* AgentUI service.
|
|
3518
3712
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
3519
|
-
* @version
|
|
3713
|
+
* @version 241.0.0
|
|
3520
3714
|
*/
|
|
3521
3715
|
|
|
3522
3716
|
/**
|
|
@@ -3647,7 +3841,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3647
3841
|
/**
|
|
3648
3842
|
* Alerting service.
|
|
3649
3843
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
3650
|
-
* @version
|
|
3844
|
+
* @version 241.0.0
|
|
3651
3845
|
*/
|
|
3652
3846
|
|
|
3653
3847
|
/**
|
|
@@ -4048,7 +4242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4048
4242
|
/**
|
|
4049
4243
|
* Analytics service.
|
|
4050
4244
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
4051
|
-
* @version
|
|
4245
|
+
* @version 241.0.0
|
|
4052
4246
|
*/
|
|
4053
4247
|
|
|
4054
4248
|
/**
|
|
@@ -4141,6 +4335,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4141
4335
|
);
|
|
4142
4336
|
}
|
|
4143
4337
|
|
|
4338
|
+
/**
|
|
4339
|
+
* Delete/cancel an async request for case management aggregates
|
|
4340
|
+
*
|
|
4341
|
+
* @param {String} jobId jobId
|
|
4342
|
+
* deleteAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4343
|
+
*/
|
|
4344
|
+
deleteAnalyticsCasemanagementAggregatesJob(jobId) {
|
|
4345
|
+
// verify the required parameter 'jobId' is set
|
|
4346
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
4347
|
+
throw 'Missing the required parameter "jobId" when calling deleteAnalyticsCasemanagementAggregatesJob';
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4350
|
+
return this.apiClient.callApi(
|
|
4351
|
+
'/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}',
|
|
4352
|
+
'DELETE',
|
|
4353
|
+
{ 'jobId': jobId },
|
|
4354
|
+
{ },
|
|
4355
|
+
{ },
|
|
4356
|
+
{ },
|
|
4357
|
+
null,
|
|
4358
|
+
['PureCloud OAuth'],
|
|
4359
|
+
['application/json'],
|
|
4360
|
+
['application/json']
|
|
4361
|
+
);
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4144
4364
|
/**
|
|
4145
4365
|
* Delete/cancel an async request for conversation aggregates
|
|
4146
4366
|
*
|
|
@@ -4800,6 +5020,62 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4800
5020
|
);
|
|
4801
5021
|
}
|
|
4802
5022
|
|
|
5023
|
+
/**
|
|
5024
|
+
* Get status for async query for case management aggregates
|
|
5025
|
+
*
|
|
5026
|
+
* @param {String} jobId jobId
|
|
5027
|
+
* getAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5028
|
+
*/
|
|
5029
|
+
getAnalyticsCasemanagementAggregatesJob(jobId) {
|
|
5030
|
+
// verify the required parameter 'jobId' is set
|
|
5031
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
5032
|
+
throw 'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJob';
|
|
5033
|
+
}
|
|
5034
|
+
|
|
5035
|
+
return this.apiClient.callApi(
|
|
5036
|
+
'/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}',
|
|
5037
|
+
'GET',
|
|
5038
|
+
{ 'jobId': jobId },
|
|
5039
|
+
{ },
|
|
5040
|
+
{ },
|
|
5041
|
+
{ },
|
|
5042
|
+
null,
|
|
5043
|
+
['PureCloud OAuth'],
|
|
5044
|
+
['application/json'],
|
|
5045
|
+
['application/json']
|
|
5046
|
+
);
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
/**
|
|
5050
|
+
* Fetch a page of results for an async case management query
|
|
5051
|
+
*
|
|
5052
|
+
* @param {String} jobId jobId
|
|
5053
|
+
* @param {Object} opts Optional parameters
|
|
5054
|
+
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5055
|
+
* getAnalyticsCasemanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5056
|
+
*/
|
|
5057
|
+
getAnalyticsCasemanagementAggregatesJobResults(jobId, opts) {
|
|
5058
|
+
opts = opts || {};
|
|
5059
|
+
|
|
5060
|
+
// verify the required parameter 'jobId' is set
|
|
5061
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
5062
|
+
throw 'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJobResults';
|
|
5063
|
+
}
|
|
5064
|
+
|
|
5065
|
+
return this.apiClient.callApi(
|
|
5066
|
+
'/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}/results',
|
|
5067
|
+
'GET',
|
|
5068
|
+
{ 'jobId': jobId },
|
|
5069
|
+
{ 'cursor': opts['cursor'] },
|
|
5070
|
+
{ },
|
|
5071
|
+
{ },
|
|
5072
|
+
null,
|
|
5073
|
+
['PureCloud OAuth'],
|
|
5074
|
+
['application/json'],
|
|
5075
|
+
['application/json']
|
|
5076
|
+
);
|
|
5077
|
+
}
|
|
5078
|
+
|
|
4803
5079
|
/**
|
|
4804
5080
|
* Get a conversation by id
|
|
4805
5081
|
*
|
|
@@ -6167,6 +6443,58 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6167
6443
|
);
|
|
6168
6444
|
}
|
|
6169
6445
|
|
|
6446
|
+
/**
|
|
6447
|
+
* Query for case management aggregates asynchronously
|
|
6448
|
+
*
|
|
6449
|
+
* @param {Object} body query
|
|
6450
|
+
* postAnalyticsCasemanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6451
|
+
*/
|
|
6452
|
+
postAnalyticsCasemanagementAggregatesJobs(body) {
|
|
6453
|
+
// verify the required parameter 'body' is set
|
|
6454
|
+
if (body === undefined || body === null) {
|
|
6455
|
+
throw 'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesJobs';
|
|
6456
|
+
}
|
|
6457
|
+
|
|
6458
|
+
return this.apiClient.callApi(
|
|
6459
|
+
'/api/v2/analytics/casemanagement/aggregates/jobs',
|
|
6460
|
+
'POST',
|
|
6461
|
+
{ },
|
|
6462
|
+
{ },
|
|
6463
|
+
{ },
|
|
6464
|
+
{ },
|
|
6465
|
+
body,
|
|
6466
|
+
['PureCloud OAuth'],
|
|
6467
|
+
['application/json'],
|
|
6468
|
+
['application/json']
|
|
6469
|
+
);
|
|
6470
|
+
}
|
|
6471
|
+
|
|
6472
|
+
/**
|
|
6473
|
+
* Query for case management aggregates
|
|
6474
|
+
*
|
|
6475
|
+
* @param {Object} body query
|
|
6476
|
+
* postAnalyticsCasemanagementAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6477
|
+
*/
|
|
6478
|
+
postAnalyticsCasemanagementAggregatesQuery(body) {
|
|
6479
|
+
// verify the required parameter 'body' is set
|
|
6480
|
+
if (body === undefined || body === null) {
|
|
6481
|
+
throw 'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesQuery';
|
|
6482
|
+
}
|
|
6483
|
+
|
|
6484
|
+
return this.apiClient.callApi(
|
|
6485
|
+
'/api/v2/analytics/casemanagement/aggregates/query',
|
|
6486
|
+
'POST',
|
|
6487
|
+
{ },
|
|
6488
|
+
{ },
|
|
6489
|
+
{ },
|
|
6490
|
+
{ },
|
|
6491
|
+
body,
|
|
6492
|
+
['PureCloud OAuth'],
|
|
6493
|
+
['application/json'],
|
|
6494
|
+
['application/json']
|
|
6495
|
+
);
|
|
6496
|
+
}
|
|
6497
|
+
|
|
6170
6498
|
/**
|
|
6171
6499
|
* Index conversation properties
|
|
6172
6500
|
*
|
|
@@ -7316,7 +7644,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7316
7644
|
/**
|
|
7317
7645
|
* Architect service.
|
|
7318
7646
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
7319
|
-
* @version
|
|
7647
|
+
* @version 241.0.0
|
|
7320
7648
|
*/
|
|
7321
7649
|
|
|
7322
7650
|
/**
|
|
@@ -11611,7 +11939,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11611
11939
|
/**
|
|
11612
11940
|
* Audit service.
|
|
11613
11941
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
11614
|
-
* @version
|
|
11942
|
+
* @version 241.0.0
|
|
11615
11943
|
*/
|
|
11616
11944
|
|
|
11617
11945
|
/**
|
|
@@ -11812,7 +12140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11812
12140
|
/**
|
|
11813
12141
|
* Authorization service.
|
|
11814
12142
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
11815
|
-
* @version
|
|
12143
|
+
* @version 241.0.0
|
|
11816
12144
|
*/
|
|
11817
12145
|
|
|
11818
12146
|
/**
|
|
@@ -11861,7 +12189,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11861
12189
|
*
|
|
11862
12190
|
* @param {String} targetName The domain:entity:action target to which the policy is applied
|
|
11863
12191
|
* @param {String} subjectId The ID of the subject to which the policy is applied
|
|
11864
|
-
* deleteAuthorizationPoliciesTargetSubjectSubjectId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11865
12192
|
*/
|
|
11866
12193
|
deleteAuthorizationPoliciesTargetSubjectSubjectId(targetName, subjectId) {
|
|
11867
12194
|
// verify the required parameter 'targetName' is set
|
|
@@ -12260,7 +12587,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12260
12587
|
* @param {Object} opts Optional parameters
|
|
12261
12588
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
12262
12589
|
* @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
|
|
12263
|
-
* getAuthorizationPolicies is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12264
12590
|
*/
|
|
12265
12591
|
getAuthorizationPolicies(opts) {
|
|
12266
12592
|
opts = opts || {};
|
|
@@ -12287,7 +12613,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12287
12613
|
* @param {Object} opts Optional parameters
|
|
12288
12614
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
12289
12615
|
* @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
|
|
12290
|
-
* getAuthorizationPoliciesSubjectSubjectId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12291
12616
|
*/
|
|
12292
12617
|
getAuthorizationPoliciesSubjectSubjectId(subjectId, opts) {
|
|
12293
12618
|
opts = opts || {};
|
|
@@ -12318,7 +12643,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12318
12643
|
* @param {Object} opts Optional parameters
|
|
12319
12644
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
12320
12645
|
* @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
|
|
12321
|
-
* getAuthorizationPoliciesTarget is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12322
12646
|
*/
|
|
12323
12647
|
getAuthorizationPoliciesTarget(targetName, opts) {
|
|
12324
12648
|
opts = opts || {};
|
|
@@ -12347,7 +12671,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12347
12671
|
*
|
|
12348
12672
|
* @param {String} targetName The domain:entity:action resource target to which the policy is applied
|
|
12349
12673
|
* @param {String} subjectId The ID of the subject to which the policy is applied
|
|
12350
|
-
* getAuthorizationPoliciesTargetSubjectSubjectId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12351
12674
|
*/
|
|
12352
12675
|
getAuthorizationPoliciesTargetSubjectSubjectId(targetName, subjectId) {
|
|
12353
12676
|
// verify the required parameter 'targetName' is set
|
|
@@ -12376,7 +12699,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12376
12699
|
/**
|
|
12377
12700
|
* Get a map of policy targets to valid attributes for those targets
|
|
12378
12701
|
*
|
|
12379
|
-
* getAuthorizationPoliciesTargets is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12380
12702
|
*/
|
|
12381
12703
|
getAuthorizationPoliciesTargets() {
|
|
12382
12704
|
|
|
@@ -12398,7 +12720,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12398
12720
|
* Get an access control policy with the specified policy ID
|
|
12399
12721
|
*
|
|
12400
12722
|
* @param {String} policyId The ID of the policy to retrieve
|
|
12401
|
-
* getAuthorizationPolicy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12402
12723
|
*/
|
|
12403
12724
|
getAuthorizationPolicy(policyId) {
|
|
12404
12725
|
// verify the required parameter 'policyId' is set
|
|
@@ -12424,7 +12745,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12424
12745
|
* Get the list of attributes used to evaluate an access control policy with the specified policy ID
|
|
12425
12746
|
*
|
|
12426
12747
|
* @param {String} policyId The ID of the policy to retrieve attributes
|
|
12427
|
-
* getAuthorizationPolicyAttributes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12428
12748
|
*/
|
|
12429
12749
|
getAuthorizationPolicyAttributes(policyId) {
|
|
12430
12750
|
// verify the required parameter 'policyId' is set
|
|
@@ -12916,7 +13236,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12916
13236
|
*
|
|
12917
13237
|
* @param {String} targetName The domain:entity:action target to which the policy will be applied
|
|
12918
13238
|
* @param {Object} body Access control policy
|
|
12919
|
-
* postAuthorizationPoliciesTarget is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12920
13239
|
*/
|
|
12921
13240
|
postAuthorizationPoliciesTarget(targetName, body) {
|
|
12922
13241
|
// verify the required parameter 'targetName' is set
|
|
@@ -12947,7 +13266,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12947
13266
|
*
|
|
12948
13267
|
* @param {String} targetName The domain:entity:action target to which the policy will be applied
|
|
12949
13268
|
* @param {Object} body Access control policy
|
|
12950
|
-
* postAuthorizationPoliciesTargetValidate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12951
13269
|
*/
|
|
12952
13270
|
postAuthorizationPoliciesTargetValidate(targetName, body) {
|
|
12953
13271
|
// verify the required parameter 'targetName' is set
|
|
@@ -12978,7 +13296,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12978
13296
|
*
|
|
12979
13297
|
* @param {String} policyId The ID of the policy to test the simulated data against
|
|
12980
13298
|
* @param {Object} body A map of attribute names to type and simulated data value
|
|
12981
|
-
* postAuthorizationPolicySimulate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
12982
13299
|
*/
|
|
12983
13300
|
postAuthorizationPolicySimulate(policyId, body) {
|
|
12984
13301
|
// verify the required parameter 'policyId' is set
|
|
@@ -13294,7 +13611,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13294
13611
|
*
|
|
13295
13612
|
* @param {String} targetName The domain:entity:action target to which the policy will be applied
|
|
13296
13613
|
* @param {Object} body Access control policy
|
|
13297
|
-
* putAuthorizationPoliciesTarget is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
13298
13614
|
*/
|
|
13299
13615
|
putAuthorizationPoliciesTarget(targetName, body) {
|
|
13300
13616
|
// verify the required parameter 'targetName' is set
|
|
@@ -13325,7 +13641,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13325
13641
|
*
|
|
13326
13642
|
* @param {String} policyId The ID of the policy to update
|
|
13327
13643
|
* @param {Object} body Access control policy
|
|
13328
|
-
* putAuthorizationPolicy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
13329
13644
|
*/
|
|
13330
13645
|
putAuthorizationPolicy(policyId, body) {
|
|
13331
13646
|
// verify the required parameter 'policyId' is set
|
|
@@ -13527,7 +13842,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13527
13842
|
/**
|
|
13528
13843
|
* Billing service.
|
|
13529
13844
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
13530
|
-
* @version
|
|
13845
|
+
* @version 241.0.0
|
|
13531
13846
|
*/
|
|
13532
13847
|
|
|
13533
13848
|
/**
|
|
@@ -13783,7 +14098,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13783
14098
|
/**
|
|
13784
14099
|
* BusinessRules service.
|
|
13785
14100
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
13786
|
-
* @version
|
|
14101
|
+
* @version 241.0.0
|
|
13787
14102
|
*/
|
|
13788
14103
|
|
|
13789
14104
|
/**
|
|
@@ -14670,7 +14985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14670
14985
|
/**
|
|
14671
14986
|
* CarrierServices service.
|
|
14672
14987
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
14673
|
-
* @version
|
|
14988
|
+
* @version 241.0.0
|
|
14674
14989
|
*/
|
|
14675
14990
|
|
|
14676
14991
|
/**
|
|
@@ -14740,7 +15055,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14740
15055
|
/**
|
|
14741
15056
|
* Chat service.
|
|
14742
15057
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
14743
|
-
* @version
|
|
15058
|
+
* @version 241.0.0
|
|
14744
15059
|
*/
|
|
14745
15060
|
|
|
14746
15061
|
/**
|
|
@@ -15721,7 +16036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15721
16036
|
/**
|
|
15722
16037
|
* Coaching service.
|
|
15723
16038
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
15724
|
-
* @version
|
|
16039
|
+
* @version 241.0.0
|
|
15725
16040
|
*/
|
|
15726
16041
|
|
|
15727
16042
|
/**
|
|
@@ -16348,7 +16663,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16348
16663
|
/**
|
|
16349
16664
|
* ContentManagement service.
|
|
16350
16665
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
16351
|
-
* @version
|
|
16666
|
+
* @version 241.0.0
|
|
16352
16667
|
*/
|
|
16353
16668
|
|
|
16354
16669
|
/**
|
|
@@ -17429,7 +17744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17429
17744
|
/**
|
|
17430
17745
|
* Conversations service.
|
|
17431
17746
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
17432
|
-
* @version
|
|
17747
|
+
* @version 241.0.0
|
|
17433
17748
|
*/
|
|
17434
17749
|
|
|
17435
17750
|
/**
|
|
@@ -18095,6 +18410,111 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18095
18410
|
);
|
|
18096
18411
|
}
|
|
18097
18412
|
|
|
18413
|
+
/**
|
|
18414
|
+
* Get checklist info for a single checklist.
|
|
18415
|
+
*
|
|
18416
|
+
* @param {String} conversationId Conversation ID
|
|
18417
|
+
* @param {String} communicationId Communication ID
|
|
18418
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
18419
|
+
*/
|
|
18420
|
+
getConversationCommunicationAgentchecklist(conversationId, communicationId, agentChecklistId) {
|
|
18421
|
+
// verify the required parameter 'conversationId' is set
|
|
18422
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
18423
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklist';
|
|
18424
|
+
}
|
|
18425
|
+
// verify the required parameter 'communicationId' is set
|
|
18426
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
18427
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklist';
|
|
18428
|
+
}
|
|
18429
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
18430
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
18431
|
+
throw 'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklist';
|
|
18432
|
+
}
|
|
18433
|
+
|
|
18434
|
+
return this.apiClient.callApi(
|
|
18435
|
+
'/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}',
|
|
18436
|
+
'GET',
|
|
18437
|
+
{ 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
|
|
18438
|
+
{ },
|
|
18439
|
+
{ },
|
|
18440
|
+
{ },
|
|
18441
|
+
null,
|
|
18442
|
+
['PureCloud OAuth'],
|
|
18443
|
+
['application/json'],
|
|
18444
|
+
['application/json']
|
|
18445
|
+
);
|
|
18446
|
+
}
|
|
18447
|
+
|
|
18448
|
+
/**
|
|
18449
|
+
* Get inference job status
|
|
18450
|
+
*
|
|
18451
|
+
* @param {String} conversationId Conversation ID
|
|
18452
|
+
* @param {String} communicationId Communication ID
|
|
18453
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
18454
|
+
* @param {String} jobId Inference Job ID
|
|
18455
|
+
*/
|
|
18456
|
+
getConversationCommunicationAgentchecklistJob(conversationId, communicationId, agentChecklistId, jobId) {
|
|
18457
|
+
// verify the required parameter 'conversationId' is set
|
|
18458
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
18459
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklistJob';
|
|
18460
|
+
}
|
|
18461
|
+
// verify the required parameter 'communicationId' is set
|
|
18462
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
18463
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklistJob';
|
|
18464
|
+
}
|
|
18465
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
18466
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
18467
|
+
throw 'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklistJob';
|
|
18468
|
+
}
|
|
18469
|
+
// verify the required parameter 'jobId' is set
|
|
18470
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
18471
|
+
throw 'Missing the required parameter "jobId" when calling getConversationCommunicationAgentchecklistJob';
|
|
18472
|
+
}
|
|
18473
|
+
|
|
18474
|
+
return this.apiClient.callApi(
|
|
18475
|
+
'/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs/{jobId}',
|
|
18476
|
+
'GET',
|
|
18477
|
+
{ 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId,'jobId': jobId },
|
|
18478
|
+
{ },
|
|
18479
|
+
{ },
|
|
18480
|
+
{ },
|
|
18481
|
+
null,
|
|
18482
|
+
['PureCloud OAuth'],
|
|
18483
|
+
['application/json'],
|
|
18484
|
+
['application/json']
|
|
18485
|
+
);
|
|
18486
|
+
}
|
|
18487
|
+
|
|
18488
|
+
/**
|
|
18489
|
+
* Get information of all checklists associated with a conversation.
|
|
18490
|
+
*
|
|
18491
|
+
* @param {String} conversationId Conversation ID
|
|
18492
|
+
* @param {String} communicationId Communication ID
|
|
18493
|
+
*/
|
|
18494
|
+
getConversationCommunicationAgentchecklists(conversationId, communicationId) {
|
|
18495
|
+
// verify the required parameter 'conversationId' is set
|
|
18496
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
18497
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklists';
|
|
18498
|
+
}
|
|
18499
|
+
// verify the required parameter 'communicationId' is set
|
|
18500
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
18501
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklists';
|
|
18502
|
+
}
|
|
18503
|
+
|
|
18504
|
+
return this.apiClient.callApi(
|
|
18505
|
+
'/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists',
|
|
18506
|
+
'GET',
|
|
18507
|
+
{ 'conversationId': conversationId,'communicationId': communicationId },
|
|
18508
|
+
{ },
|
|
18509
|
+
{ },
|
|
18510
|
+
{ },
|
|
18511
|
+
null,
|
|
18512
|
+
['PureCloud OAuth'],
|
|
18513
|
+
['application/json'],
|
|
18514
|
+
['application/json']
|
|
18515
|
+
);
|
|
18516
|
+
}
|
|
18517
|
+
|
|
18098
18518
|
/**
|
|
18099
18519
|
* Get message
|
|
18100
18520
|
*
|
|
@@ -22650,6 +23070,161 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22650
23070
|
);
|
|
22651
23071
|
}
|
|
22652
23072
|
|
|
23073
|
+
/**
|
|
23074
|
+
* Agent Checklist activation API
|
|
23075
|
+
*
|
|
23076
|
+
* @param {String} conversationId Conversation ID
|
|
23077
|
+
* @param {String} communicationId Communication ID
|
|
23078
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
23079
|
+
* @param {Object} body Agent checklist activation payload
|
|
23080
|
+
*/
|
|
23081
|
+
postConversationCommunicationAgentchecklist(conversationId, communicationId, agentChecklistId, body) {
|
|
23082
|
+
// verify the required parameter 'conversationId' is set
|
|
23083
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
23084
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklist';
|
|
23085
|
+
}
|
|
23086
|
+
// verify the required parameter 'communicationId' is set
|
|
23087
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
23088
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklist';
|
|
23089
|
+
}
|
|
23090
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
23091
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
23092
|
+
throw 'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklist';
|
|
23093
|
+
}
|
|
23094
|
+
// verify the required parameter 'body' is set
|
|
23095
|
+
if (body === undefined || body === null) {
|
|
23096
|
+
throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklist';
|
|
23097
|
+
}
|
|
23098
|
+
|
|
23099
|
+
return this.apiClient.callApi(
|
|
23100
|
+
'/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}',
|
|
23101
|
+
'POST',
|
|
23102
|
+
{ 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
|
|
23103
|
+
{ },
|
|
23104
|
+
{ },
|
|
23105
|
+
{ },
|
|
23106
|
+
body,
|
|
23107
|
+
['PureCloud OAuth'],
|
|
23108
|
+
['application/json'],
|
|
23109
|
+
['application/json']
|
|
23110
|
+
);
|
|
23111
|
+
}
|
|
23112
|
+
|
|
23113
|
+
/**
|
|
23114
|
+
* API invoked to capture an agent action.
|
|
23115
|
+
*
|
|
23116
|
+
* @param {String} conversationId Conversation ID
|
|
23117
|
+
* @param {String} communicationId Communication ID
|
|
23118
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
23119
|
+
* @param {Object} body Agent action payload
|
|
23120
|
+
*/
|
|
23121
|
+
postConversationCommunicationAgentchecklistAgentaction(conversationId, communicationId, agentChecklistId, body) {
|
|
23122
|
+
// verify the required parameter 'conversationId' is set
|
|
23123
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
23124
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistAgentaction';
|
|
23125
|
+
}
|
|
23126
|
+
// verify the required parameter 'communicationId' is set
|
|
23127
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
23128
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistAgentaction';
|
|
23129
|
+
}
|
|
23130
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
23131
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
23132
|
+
throw 'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistAgentaction';
|
|
23133
|
+
}
|
|
23134
|
+
// verify the required parameter 'body' is set
|
|
23135
|
+
if (body === undefined || body === null) {
|
|
23136
|
+
throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistAgentaction';
|
|
23137
|
+
}
|
|
23138
|
+
|
|
23139
|
+
return this.apiClient.callApi(
|
|
23140
|
+
'/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/agentaction',
|
|
23141
|
+
'POST',
|
|
23142
|
+
{ 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
|
|
23143
|
+
{ },
|
|
23144
|
+
{ },
|
|
23145
|
+
{ },
|
|
23146
|
+
body,
|
|
23147
|
+
['PureCloud OAuth'],
|
|
23148
|
+
['application/json'],
|
|
23149
|
+
['application/json']
|
|
23150
|
+
);
|
|
23151
|
+
}
|
|
23152
|
+
|
|
23153
|
+
/**
|
|
23154
|
+
* Create inference job
|
|
23155
|
+
*
|
|
23156
|
+
* @param {String} conversationId Conversation ID
|
|
23157
|
+
* @param {String} communicationId Communication ID
|
|
23158
|
+
* @param {String} agentChecklistId Agent Checklist ID
|
|
23159
|
+
* @param {Object} body Agent checklist inference job payload
|
|
23160
|
+
*/
|
|
23161
|
+
postConversationCommunicationAgentchecklistJobs(conversationId, communicationId, agentChecklistId, body) {
|
|
23162
|
+
// verify the required parameter 'conversationId' is set
|
|
23163
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
23164
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistJobs';
|
|
23165
|
+
}
|
|
23166
|
+
// verify the required parameter 'communicationId' is set
|
|
23167
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
23168
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistJobs';
|
|
23169
|
+
}
|
|
23170
|
+
// verify the required parameter 'agentChecklistId' is set
|
|
23171
|
+
if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
|
|
23172
|
+
throw 'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistJobs';
|
|
23173
|
+
}
|
|
23174
|
+
// verify the required parameter 'body' is set
|
|
23175
|
+
if (body === undefined || body === null) {
|
|
23176
|
+
throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistJobs';
|
|
23177
|
+
}
|
|
23178
|
+
|
|
23179
|
+
return this.apiClient.callApi(
|
|
23180
|
+
'/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs',
|
|
23181
|
+
'POST',
|
|
23182
|
+
{ 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
|
|
23183
|
+
{ },
|
|
23184
|
+
{ },
|
|
23185
|
+
{ },
|
|
23186
|
+
body,
|
|
23187
|
+
['PureCloud OAuth'],
|
|
23188
|
+
['application/json'],
|
|
23189
|
+
['application/json']
|
|
23190
|
+
);
|
|
23191
|
+
}
|
|
23192
|
+
|
|
23193
|
+
/**
|
|
23194
|
+
* API invoked to finalize agent checklist evaluation.
|
|
23195
|
+
*
|
|
23196
|
+
* @param {String} conversationId Conversation ID
|
|
23197
|
+
* @param {String} communicationId Communication ID
|
|
23198
|
+
* @param {Object} body Agent checklist finalize payload
|
|
23199
|
+
*/
|
|
23200
|
+
postConversationCommunicationAgentchecklistsFinalize(conversationId, communicationId, body) {
|
|
23201
|
+
// verify the required parameter 'conversationId' is set
|
|
23202
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
23203
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistsFinalize';
|
|
23204
|
+
}
|
|
23205
|
+
// verify the required parameter 'communicationId' is set
|
|
23206
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
23207
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistsFinalize';
|
|
23208
|
+
}
|
|
23209
|
+
// verify the required parameter 'body' is set
|
|
23210
|
+
if (body === undefined || body === null) {
|
|
23211
|
+
throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistsFinalize';
|
|
23212
|
+
}
|
|
23213
|
+
|
|
23214
|
+
return this.apiClient.callApi(
|
|
23215
|
+
'/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/finalize',
|
|
23216
|
+
'POST',
|
|
23217
|
+
{ 'conversationId': conversationId,'communicationId': communicationId },
|
|
23218
|
+
{ },
|
|
23219
|
+
{ },
|
|
23220
|
+
{ },
|
|
23221
|
+
body,
|
|
23222
|
+
['PureCloud OAuth'],
|
|
23223
|
+
['application/json'],
|
|
23224
|
+
['application/json']
|
|
23225
|
+
);
|
|
23226
|
+
}
|
|
23227
|
+
|
|
22653
23228
|
/**
|
|
22654
23229
|
* Send internal message
|
|
22655
23230
|
* Send a new internal message for an existing communication.
|
|
@@ -22814,11 +23389,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22814
23389
|
}
|
|
22815
23390
|
|
|
22816
23391
|
/**
|
|
22817
|
-
* Replace this participant
|
|
22818
|
-
*
|
|
23392
|
+
* Replace this participant (Deprecated)
|
|
23393
|
+
* This endpoint is deprecated. Use one of the following endpoints instead: /transfer, /replace/agent, /replace/queue, or /replace/contact/external.
|
|
22819
23394
|
* @param {String} conversationId conversation ID
|
|
22820
23395
|
* @param {String} participantId participant ID
|
|
22821
23396
|
* @param {Object} body Transfer request
|
|
23397
|
+
* @deprecated
|
|
22822
23398
|
*/
|
|
22823
23399
|
postConversationParticipantReplace(conversationId, participantId, body) {
|
|
22824
23400
|
// verify the required parameter 'conversationId' is set
|
|
@@ -22889,7 +23465,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22889
23465
|
* @param {String} conversationId conversation ID
|
|
22890
23466
|
* @param {String} participantId participant ID
|
|
22891
23467
|
* @param {Object} body Transfer request
|
|
22892
|
-
* postConversationParticipantReplaceContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22893
23468
|
*/
|
|
22894
23469
|
postConversationParticipantReplaceContactExternal(conversationId, participantId, body) {
|
|
22895
23470
|
// verify the required parameter 'conversationId' is set
|
|
@@ -22920,11 +23495,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22920
23495
|
}
|
|
22921
23496
|
|
|
22922
23497
|
/**
|
|
22923
|
-
* Replace this participant with the an external contact
|
|
22924
|
-
*
|
|
23498
|
+
* Replace this participant with the an external contact (Deprecated)
|
|
23499
|
+
* This endpoint is deprecated. Use /replace/contact/external endpoint instead.
|
|
22925
23500
|
* @param {String} conversationId conversation ID
|
|
22926
23501
|
* @param {String} participantId participant ID
|
|
22927
23502
|
* @param {Object} body Transfer request
|
|
23503
|
+
* @deprecated
|
|
22928
23504
|
*/
|
|
22929
23505
|
postConversationParticipantReplaceExternal(conversationId, participantId, body) {
|
|
22930
23506
|
// verify the required parameter 'conversationId' is set
|
|
@@ -23029,7 +23605,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23029
23605
|
* @param {String} conversationId conversation ID
|
|
23030
23606
|
* @param {String} participantId participant ID
|
|
23031
23607
|
* @param {Object} body Transfer request
|
|
23032
|
-
* postConversationParticipantTransfer is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
23033
23608
|
*/
|
|
23034
23609
|
postConversationParticipantTransfer(conversationId, participantId, body) {
|
|
23035
23610
|
// verify the required parameter 'conversationId' is set
|
|
@@ -23289,11 +23864,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23289
23864
|
}
|
|
23290
23865
|
|
|
23291
23866
|
/**
|
|
23292
|
-
* Initiate and update consult transfer
|
|
23293
|
-
*
|
|
23867
|
+
* Initiate and update consult transfer (Deprecated)
|
|
23868
|
+
* This endpoint is deprecated. Use one of the following endpoints instead: /voice/consult, /consult/agent, /consult/queue, or /consult/contact/external.
|
|
23294
23869
|
* @param {String} conversationId conversationId
|
|
23295
23870
|
* @param {String} participantId participantId
|
|
23296
23871
|
* @param {Object} body Destination address and initial speak to
|
|
23872
|
+
* @deprecated
|
|
23297
23873
|
*/
|
|
23298
23874
|
postConversationsCallParticipantConsult(conversationId, participantId, body) {
|
|
23299
23875
|
// verify the required parameter 'conversationId' is set
|
|
@@ -23364,7 +23940,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23364
23940
|
* @param {String} conversationId conversationId
|
|
23365
23941
|
* @param {String} participantId participantId
|
|
23366
23942
|
* @param {Object} body Destination address and initial speak to
|
|
23367
|
-
* postConversationsCallParticipantConsultContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
23368
23943
|
*/
|
|
23369
23944
|
postConversationsCallParticipantConsultContactExternal(conversationId, participantId, body) {
|
|
23370
23945
|
// verify the required parameter 'conversationId' is set
|
|
@@ -23395,11 +23970,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23395
23970
|
}
|
|
23396
23971
|
|
|
23397
23972
|
/**
|
|
23398
|
-
* Initiate a consult transfer to an external contact
|
|
23399
|
-
*
|
|
23973
|
+
* Initiate a consult transfer to an external contact (Deprecated)
|
|
23974
|
+
* This endpoint is deprecated. Use /consult/contact/external endpoints instead.
|
|
23400
23975
|
* @param {String} conversationId conversationId
|
|
23401
23976
|
* @param {String} participantId participantId
|
|
23402
23977
|
* @param {Object} body Destination address and initial speak to
|
|
23978
|
+
* @deprecated
|
|
23403
23979
|
*/
|
|
23404
23980
|
postConversationsCallParticipantConsultExternal(conversationId, participantId, body) {
|
|
23405
23981
|
// verify the required parameter 'conversationId' is set
|
|
@@ -23535,7 +24111,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23535
24111
|
* @param {String} conversationId conversationId
|
|
23536
24112
|
* @param {String} participantId participantId
|
|
23537
24113
|
* @param {Object} body Destination address and initial speak to
|
|
23538
|
-
* postConversationsCallParticipantVoiceConsult is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
23539
24114
|
*/
|
|
23540
24115
|
postConversationsCallParticipantVoiceConsult(conversationId, participantId, body) {
|
|
23541
24116
|
// verify the required parameter 'conversationId' is set
|
|
@@ -26054,7 +26629,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26054
26629
|
/**
|
|
26055
26630
|
* DataExtensions service.
|
|
26056
26631
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
26057
|
-
* @version
|
|
26632
|
+
* @version 241.0.0
|
|
26058
26633
|
*/
|
|
26059
26634
|
|
|
26060
26635
|
/**
|
|
@@ -26140,7 +26715,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26140
26715
|
/**
|
|
26141
26716
|
* DataPrivacy service.
|
|
26142
26717
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
26143
|
-
* @version
|
|
26718
|
+
* @version 241.0.0
|
|
26144
26719
|
*/
|
|
26145
26720
|
|
|
26146
26721
|
/**
|
|
@@ -26310,7 +26885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26310
26885
|
/**
|
|
26311
26886
|
* Downloads service.
|
|
26312
26887
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
26313
|
-
* @version
|
|
26888
|
+
* @version 241.0.0
|
|
26314
26889
|
*/
|
|
26315
26890
|
|
|
26316
26891
|
/**
|
|
@@ -26362,7 +26937,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26362
26937
|
/**
|
|
26363
26938
|
* Emails service.
|
|
26364
26939
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
26365
|
-
* @version
|
|
26940
|
+
* @version 241.0.0
|
|
26366
26941
|
*/
|
|
26367
26942
|
|
|
26368
26943
|
/**
|
|
@@ -26491,7 +27066,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26491
27066
|
/**
|
|
26492
27067
|
* EmployeeEngagement service.
|
|
26493
27068
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
26494
|
-
* @version
|
|
27069
|
+
* @version 241.0.0
|
|
26495
27070
|
*/
|
|
26496
27071
|
|
|
26497
27072
|
/**
|
|
@@ -26581,6 +27156,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26581
27156
|
);
|
|
26582
27157
|
}
|
|
26583
27158
|
|
|
27159
|
+
/**
|
|
27160
|
+
* Gets sent recognitions
|
|
27161
|
+
*
|
|
27162
|
+
* @param {Object} opts Optional parameters
|
|
27163
|
+
* @param {Object} opts.direction The direction of the recognitions. (default to received)
|
|
27164
|
+
* @param {String} opts.recipient The ID of the recipient (when direction is sent).
|
|
27165
|
+
* @param {Date} opts.dateStart The start date of the search range. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
|
|
27166
|
+
* @param {Date} opts.dateEnd The end date of the search range. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
|
|
27167
|
+
* @param {Number} opts.pageSize Page size (default to 100)
|
|
27168
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
27169
|
+
*/
|
|
27170
|
+
getEmployeeengagementRecognitions(opts) {
|
|
27171
|
+
opts = opts || {};
|
|
27172
|
+
|
|
27173
|
+
|
|
27174
|
+
return this.apiClient.callApi(
|
|
27175
|
+
'/api/v2/employeeengagement/recognitions',
|
|
27176
|
+
'GET',
|
|
27177
|
+
{ },
|
|
27178
|
+
{ 'direction': opts['direction'],'recipient': opts['recipient'],'dateStart': opts['dateStart'],'dateEnd': opts['dateEnd'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
27179
|
+
{ },
|
|
27180
|
+
{ },
|
|
27181
|
+
null,
|
|
27182
|
+
['PureCloud OAuth'],
|
|
27183
|
+
['application/json'],
|
|
27184
|
+
['application/json']
|
|
27185
|
+
);
|
|
27186
|
+
}
|
|
27187
|
+
|
|
26584
27188
|
/**
|
|
26585
27189
|
* Set a state for a celebration
|
|
26586
27190
|
*
|
|
@@ -26642,7 +27246,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26642
27246
|
/**
|
|
26643
27247
|
* Events service.
|
|
26644
27248
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
26645
|
-
* @version
|
|
27249
|
+
* @version 241.0.0
|
|
26646
27250
|
*/
|
|
26647
27251
|
|
|
26648
27252
|
/**
|
|
@@ -26738,7 +27342,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26738
27342
|
/**
|
|
26739
27343
|
* ExternalContacts service.
|
|
26740
27344
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
26741
|
-
* @version
|
|
27345
|
+
* @version 241.0.0
|
|
26742
27346
|
*/
|
|
26743
27347
|
|
|
26744
27348
|
/**
|
|
@@ -29985,7 +30589,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29985
30589
|
/**
|
|
29986
30590
|
* Fax service.
|
|
29987
30591
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
29988
|
-
* @version
|
|
30592
|
+
* @version 241.0.0
|
|
29989
30593
|
*/
|
|
29990
30594
|
|
|
29991
30595
|
/**
|
|
@@ -30200,7 +30804,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30200
30804
|
/**
|
|
30201
30805
|
* Flows service.
|
|
30202
30806
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
30203
|
-
* @version
|
|
30807
|
+
* @version 241.0.0
|
|
30204
30808
|
*/
|
|
30205
30809
|
|
|
30206
30810
|
/**
|
|
@@ -30409,7 +31013,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30409
31013
|
/**
|
|
30410
31014
|
* Gamification service.
|
|
30411
31015
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
30412
|
-
* @version
|
|
31016
|
+
* @version 241.0.0
|
|
30413
31017
|
*/
|
|
30414
31018
|
|
|
30415
31019
|
/**
|
|
@@ -32967,7 +33571,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32967
33571
|
/**
|
|
32968
33572
|
* GeneralDataProtectionRegulation service.
|
|
32969
33573
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
32970
|
-
* @version
|
|
33574
|
+
* @version 241.0.0
|
|
32971
33575
|
*/
|
|
32972
33576
|
|
|
32973
33577
|
/**
|
|
@@ -33097,7 +33701,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33097
33701
|
/**
|
|
33098
33702
|
* Geolocation service.
|
|
33099
33703
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
33100
|
-
* @version
|
|
33704
|
+
* @version 241.0.0
|
|
33101
33705
|
*/
|
|
33102
33706
|
|
|
33103
33707
|
/**
|
|
@@ -33228,7 +33832,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33228
33832
|
/**
|
|
33229
33833
|
* Greetings service.
|
|
33230
33834
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
33231
|
-
* @version
|
|
33835
|
+
* @version 241.0.0
|
|
33232
33836
|
*/
|
|
33233
33837
|
|
|
33234
33838
|
/**
|
|
@@ -33770,7 +34374,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33770
34374
|
/**
|
|
33771
34375
|
* Groups service.
|
|
33772
34376
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
33773
|
-
* @version
|
|
34377
|
+
* @version 241.0.0
|
|
33774
34378
|
*/
|
|
33775
34379
|
|
|
33776
34380
|
/**
|
|
@@ -34289,7 +34893,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34289
34893
|
/**
|
|
34290
34894
|
* IdentityProvider service.
|
|
34291
34895
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
34292
|
-
* @version
|
|
34896
|
+
* @version 241.0.0
|
|
34293
34897
|
*/
|
|
34294
34898
|
|
|
34295
34899
|
/**
|
|
@@ -35150,7 +35754,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35150
35754
|
/**
|
|
35151
35755
|
* InfrastructureAsCode service.
|
|
35152
35756
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
35153
|
-
* @version
|
|
35757
|
+
* @version 241.0.0
|
|
35154
35758
|
*/
|
|
35155
35759
|
|
|
35156
35760
|
/**
|
|
@@ -35317,7 +35921,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35317
35921
|
/**
|
|
35318
35922
|
* Integrations service.
|
|
35319
35923
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
35320
|
-
* @version
|
|
35924
|
+
* @version 241.0.0
|
|
35321
35925
|
*/
|
|
35322
35926
|
|
|
35323
35927
|
/**
|
|
@@ -37965,7 +38569,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37965
38569
|
/**
|
|
37966
38570
|
* Journey service.
|
|
37967
38571
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
37968
|
-
* @version
|
|
38572
|
+
* @version 241.0.0
|
|
37969
38573
|
*/
|
|
37970
38574
|
|
|
37971
38575
|
/**
|
|
@@ -38338,7 +38942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38338
38942
|
* @param {String} opts.filterValue Value to filter by. Requires 'filterValue' to also be set.
|
|
38339
38943
|
* @param {Array.<String>} opts.actionMapIds IDs of action maps to return. Use of this parameter is not compatible with pagination, filtering, sorting or querying. A maximum of 100 action maps are allowed per request.
|
|
38340
38944
|
* @param {Array.<String>} opts.queryFields Action Map field(s) to query on. Requires 'queryValue' to also be set.
|
|
38341
|
-
* @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
|
|
38945
|
+
* @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
|
|
38342
38946
|
*/
|
|
38343
38947
|
getJourneyActionmaps(opts) {
|
|
38344
38948
|
opts = opts || {};
|
|
@@ -38493,7 +39097,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38493
39097
|
* @param {Object} opts.mediaType Media type
|
|
38494
39098
|
* @param {Object} opts.state Action template state.
|
|
38495
39099
|
* @param {Array.<String>} opts.queryFields ActionTemplate field(s) to query on. Requires 'queryValue' to also be set.
|
|
38496
|
-
* @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
|
|
39100
|
+
* @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
|
|
38497
39101
|
*/
|
|
38498
39102
|
getJourneyActiontemplates(opts) {
|
|
38499
39103
|
opts = opts || {};
|
|
@@ -38585,7 +39189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38585
39189
|
* @param {String} opts.sortBy Field(s) to sort by. The response can be sorted by any first level property on the Outcome response. Prefix with '-' for descending (e.g. sortBy=displayName,-createdDate).
|
|
38586
39190
|
* @param {Array.<String>} opts.outcomeIds IDs of outcomes to return. Use of this parameter is not compatible with pagination, sorting or querying. A maximum of 20 outcomes are allowed per request.
|
|
38587
39191
|
* @param {Array.<String>} opts.queryFields Outcome field(s) to query on. Requires 'queryValue' to also be set.
|
|
38588
|
-
* @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
|
|
39192
|
+
* @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
|
|
38589
39193
|
*/
|
|
38590
39194
|
getJourneyOutcomes(opts) {
|
|
38591
39195
|
opts = opts || {};
|
|
@@ -38737,7 +39341,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38737
39341
|
* @param {Boolean} opts.isActive Determines whether or not to show only active segments.
|
|
38738
39342
|
* @param {Array.<String>} opts.segmentIds IDs of segments to return. Use of this parameter is not compatible with pagination, sorting or querying. A maximum of 100 segments are allowed per request.
|
|
38739
39343
|
* @param {Array.<String>} opts.queryFields Segment field(s) to query on. Requires 'queryValue' to also be set.
|
|
38740
|
-
* @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
|
|
39344
|
+
* @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
|
|
38741
39345
|
*/
|
|
38742
39346
|
getJourneySegments(opts) {
|
|
38743
39347
|
opts = opts || {};
|
|
@@ -40062,7 +40666,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40062
40666
|
/**
|
|
40063
40667
|
* Knowledge service.
|
|
40064
40668
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
40065
|
-
* @version
|
|
40669
|
+
* @version 241.0.0
|
|
40066
40670
|
*/
|
|
40067
40671
|
|
|
40068
40672
|
/**
|
|
@@ -43145,7 +43749,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43145
43749
|
/**
|
|
43146
43750
|
* LanguageUnderstanding service.
|
|
43147
43751
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
43148
|
-
* @version
|
|
43752
|
+
* @version 241.0.0
|
|
43149
43753
|
*/
|
|
43150
43754
|
|
|
43151
43755
|
/**
|
|
@@ -44364,7 +44968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44364
44968
|
/**
|
|
44365
44969
|
* Languages service.
|
|
44366
44970
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
44367
|
-
* @version
|
|
44971
|
+
* @version 241.0.0
|
|
44368
44972
|
*/
|
|
44369
44973
|
|
|
44370
44974
|
/**
|
|
@@ -44586,7 +45190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44586
45190
|
/**
|
|
44587
45191
|
* Learning service.
|
|
44588
45192
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
44589
|
-
* @version
|
|
45193
|
+
* @version 241.0.0
|
|
44590
45194
|
*/
|
|
44591
45195
|
|
|
44592
45196
|
/**
|
|
@@ -45695,7 +46299,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45695
46299
|
/**
|
|
45696
46300
|
* License service.
|
|
45697
46301
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
45698
|
-
* @version
|
|
46302
|
+
* @version 241.0.0
|
|
45699
46303
|
*/
|
|
45700
46304
|
|
|
45701
46305
|
/**
|
|
@@ -45933,7 +46537,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45933
46537
|
/**
|
|
45934
46538
|
* Locations service.
|
|
45935
46539
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
45936
|
-
* @version
|
|
46540
|
+
* @version 241.0.0
|
|
45937
46541
|
*/
|
|
45938
46542
|
|
|
45939
46543
|
/**
|
|
@@ -46169,7 +46773,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46169
46773
|
/**
|
|
46170
46774
|
* LogCapture service.
|
|
46171
46775
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
46172
|
-
* @version
|
|
46776
|
+
* @version 241.0.0
|
|
46173
46777
|
*/
|
|
46174
46778
|
|
|
46175
46779
|
/**
|
|
@@ -46368,7 +46972,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46368
46972
|
/**
|
|
46369
46973
|
* Messaging service.
|
|
46370
46974
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
46371
|
-
* @version
|
|
46975
|
+
* @version 241.0.0
|
|
46372
46976
|
*/
|
|
46373
46977
|
|
|
46374
46978
|
/**
|
|
@@ -46727,7 +47331,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46727
47331
|
/**
|
|
46728
47332
|
* MobileDevices service.
|
|
46729
47333
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
46730
|
-
* @version
|
|
47334
|
+
* @version 241.0.0
|
|
46731
47335
|
*/
|
|
46732
47336
|
|
|
46733
47337
|
/**
|
|
@@ -46878,7 +47482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46878
47482
|
/**
|
|
46879
47483
|
* Notifications service.
|
|
46880
47484
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
46881
|
-
* @version
|
|
47485
|
+
* @version 241.0.0
|
|
46882
47486
|
*/
|
|
46883
47487
|
|
|
46884
47488
|
/**
|
|
@@ -47111,7 +47715,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47111
47715
|
/**
|
|
47112
47716
|
* OAuth service.
|
|
47113
47717
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
47114
|
-
* @version
|
|
47718
|
+
* @version 241.0.0
|
|
47115
47719
|
*/
|
|
47116
47720
|
|
|
47117
47721
|
/**
|
|
@@ -47477,7 +48081,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47477
48081
|
/**
|
|
47478
48082
|
* Objects service.
|
|
47479
48083
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
47480
|
-
* @version
|
|
48084
|
+
* @version 241.0.0
|
|
47481
48085
|
*/
|
|
47482
48086
|
|
|
47483
48087
|
/**
|
|
@@ -47801,7 +48405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47801
48405
|
/**
|
|
47802
48406
|
* OperationalEvents service.
|
|
47803
48407
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
47804
|
-
* @version
|
|
48408
|
+
* @version 241.0.0
|
|
47805
48409
|
*/
|
|
47806
48410
|
|
|
47807
48411
|
/**
|
|
@@ -47918,7 +48522,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47918
48522
|
/**
|
|
47919
48523
|
* Organization service.
|
|
47920
48524
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
47921
|
-
* @version
|
|
48525
|
+
* @version 241.0.0
|
|
47922
48526
|
*/
|
|
47923
48527
|
|
|
47924
48528
|
/**
|
|
@@ -48393,7 +48997,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48393
48997
|
/**
|
|
48394
48998
|
* OrganizationAuthorization service.
|
|
48395
48999
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
48396
|
-
* @version
|
|
49000
|
+
* @version 241.0.0
|
|
48397
49001
|
*/
|
|
48398
49002
|
|
|
48399
49003
|
/**
|
|
@@ -49787,7 +50391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49787
50391
|
/**
|
|
49788
50392
|
* Outbound service.
|
|
49789
50393
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
49790
|
-
* @version
|
|
50394
|
+
* @version 241.0.0
|
|
49791
50395
|
*/
|
|
49792
50396
|
|
|
49793
50397
|
/**
|
|
@@ -52140,6 +52744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52140
52744
|
* @param {Array.<String>} opts.id A list of messaging campaign ids to bulk fetch
|
|
52141
52745
|
* @param {String} opts.contentTemplateId Content template ID
|
|
52142
52746
|
* @param {Object} opts.campaignStatus Campaign Status
|
|
52747
|
+
* @param {Array.<String>} opts.ruleSetIds Ruleset ID(s)
|
|
52143
52748
|
*/
|
|
52144
52749
|
getOutboundMessagingcampaigns(opts) {
|
|
52145
52750
|
opts = opts || {};
|
|
@@ -52149,7 +52754,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52149
52754
|
'/api/v2/outbound/messagingcampaigns',
|
|
52150
52755
|
'GET',
|
|
52151
52756
|
{ },
|
|
52152
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'contactListId': opts['contactListId'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'type': opts['type'],'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'contentTemplateId': opts['contentTemplateId'],'campaignStatus': opts['campaignStatus'] },
|
|
52757
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'contactListId': opts['contactListId'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'type': opts['type'],'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'contentTemplateId': opts['contentTemplateId'],'campaignStatus': opts['campaignStatus'],'ruleSetIds': this.apiClient.buildCollectionParam(opts['ruleSetIds'], 'multi') },
|
|
52153
52758
|
{ },
|
|
52154
52759
|
{ },
|
|
52155
52760
|
null,
|
|
@@ -54534,7 +55139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54534
55139
|
/**
|
|
54535
55140
|
* Presence service.
|
|
54536
55141
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
54537
|
-
* @version
|
|
55142
|
+
* @version 241.0.0
|
|
54538
55143
|
*/
|
|
54539
55144
|
|
|
54540
55145
|
/**
|
|
@@ -55278,7 +55883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55278
55883
|
/**
|
|
55279
55884
|
* ProcessAutomation service.
|
|
55280
55885
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
55281
|
-
* @version
|
|
55886
|
+
* @version 241.0.0
|
|
55282
55887
|
*/
|
|
55283
55888
|
|
|
55284
55889
|
/**
|
|
@@ -55517,7 +56122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55517
56122
|
/**
|
|
55518
56123
|
* Quality service.
|
|
55519
56124
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
55520
|
-
* @version
|
|
56125
|
+
* @version 241.0.0
|
|
55521
56126
|
*/
|
|
55522
56127
|
|
|
55523
56128
|
/**
|
|
@@ -57356,7 +57961,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57356
57961
|
/**
|
|
57357
57962
|
* Recording service.
|
|
57358
57963
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
57359
|
-
* @version
|
|
57964
|
+
* @version 241.0.0
|
|
57360
57965
|
*/
|
|
57361
57966
|
|
|
57362
57967
|
/**
|
|
@@ -58961,7 +59566,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58961
59566
|
/**
|
|
58962
59567
|
* ResponseManagement service.
|
|
58963
59568
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
58964
|
-
* @version
|
|
59569
|
+
* @version 241.0.0
|
|
58965
59570
|
*/
|
|
58966
59571
|
|
|
58967
59572
|
/**
|
|
@@ -59471,7 +60076,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59471
60076
|
/**
|
|
59472
60077
|
* Routing service.
|
|
59473
60078
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
59474
|
-
* @version
|
|
60079
|
+
* @version 241.0.0
|
|
59475
60080
|
*/
|
|
59476
60081
|
|
|
59477
60082
|
/**
|
|
@@ -59661,6 +60266,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59661
60266
|
);
|
|
59662
60267
|
}
|
|
59663
60268
|
|
|
60269
|
+
/**
|
|
60270
|
+
* Delete a custom Key Performance Indicator.
|
|
60271
|
+
*
|
|
60272
|
+
* @param {String} kpiId Key Performance Indicator ID
|
|
60273
|
+
* deleteRoutingPredictorsKeyperformanceindicator is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
60274
|
+
*/
|
|
60275
|
+
deleteRoutingPredictorsKeyperformanceindicator(kpiId) {
|
|
60276
|
+
// verify the required parameter 'kpiId' is set
|
|
60277
|
+
if (kpiId === undefined || kpiId === null || kpiId === '') {
|
|
60278
|
+
throw 'Missing the required parameter "kpiId" when calling deleteRoutingPredictorsKeyperformanceindicator';
|
|
60279
|
+
}
|
|
60280
|
+
|
|
60281
|
+
return this.apiClient.callApi(
|
|
60282
|
+
'/api/v2/routing/predictors/keyperformanceindicators/{kpiId}',
|
|
60283
|
+
'DELETE',
|
|
60284
|
+
{ 'kpiId': kpiId },
|
|
60285
|
+
{ },
|
|
60286
|
+
{ },
|
|
60287
|
+
{ },
|
|
60288
|
+
null,
|
|
60289
|
+
['PureCloud OAuth'],
|
|
60290
|
+
['application/json'],
|
|
60291
|
+
['application/json']
|
|
60292
|
+
);
|
|
60293
|
+
}
|
|
60294
|
+
|
|
59664
60295
|
/**
|
|
59665
60296
|
* Delete a queue
|
|
59666
60297
|
*
|
|
@@ -60801,6 +61432,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60801
61432
|
);
|
|
60802
61433
|
}
|
|
60803
61434
|
|
|
61435
|
+
/**
|
|
61436
|
+
* Retrieve a single Key Performance Indicator.
|
|
61437
|
+
*
|
|
61438
|
+
* @param {String} kpiId Key Performance Indicator ID
|
|
61439
|
+
* @param {Object} opts Optional parameters
|
|
61440
|
+
* @param {Array.<String>} opts.expand Parameter to request additional data to return in KPI payload
|
|
61441
|
+
* getRoutingPredictorsKeyperformanceindicator is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
61442
|
+
*/
|
|
61443
|
+
getRoutingPredictorsKeyperformanceindicator(kpiId, opts) {
|
|
61444
|
+
opts = opts || {};
|
|
61445
|
+
|
|
61446
|
+
// verify the required parameter 'kpiId' is set
|
|
61447
|
+
if (kpiId === undefined || kpiId === null || kpiId === '') {
|
|
61448
|
+
throw 'Missing the required parameter "kpiId" when calling getRoutingPredictorsKeyperformanceindicator';
|
|
61449
|
+
}
|
|
61450
|
+
|
|
61451
|
+
return this.apiClient.callApi(
|
|
61452
|
+
'/api/v2/routing/predictors/keyperformanceindicators/{kpiId}',
|
|
61453
|
+
'GET',
|
|
61454
|
+
{ 'kpiId': kpiId },
|
|
61455
|
+
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
61456
|
+
{ },
|
|
61457
|
+
{ },
|
|
61458
|
+
null,
|
|
61459
|
+
['PureCloud OAuth'],
|
|
61460
|
+
['application/json'],
|
|
61461
|
+
['application/json']
|
|
61462
|
+
);
|
|
61463
|
+
}
|
|
61464
|
+
|
|
60804
61465
|
/**
|
|
60805
61466
|
* Get a list of Key Performance Indicators
|
|
60806
61467
|
*
|
|
@@ -60826,6 +61487,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60826
61487
|
);
|
|
60827
61488
|
}
|
|
60828
61489
|
|
|
61490
|
+
/**
|
|
61491
|
+
* Get a list of Key Performance Indicators Types available.
|
|
61492
|
+
*
|
|
61493
|
+
* getRoutingPredictorsKeyperformanceindicatortypes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
61494
|
+
*/
|
|
61495
|
+
getRoutingPredictorsKeyperformanceindicatortypes() {
|
|
61496
|
+
|
|
61497
|
+
return this.apiClient.callApi(
|
|
61498
|
+
'/api/v2/routing/predictors/keyperformanceindicatortypes',
|
|
61499
|
+
'GET',
|
|
61500
|
+
{ },
|
|
61501
|
+
{ },
|
|
61502
|
+
{ },
|
|
61503
|
+
{ },
|
|
61504
|
+
null,
|
|
61505
|
+
['PureCloud OAuth'],
|
|
61506
|
+
['application/json'],
|
|
61507
|
+
['application/json']
|
|
61508
|
+
);
|
|
61509
|
+
}
|
|
61510
|
+
|
|
60829
61511
|
/**
|
|
60830
61512
|
* Get details about this queue.
|
|
60831
61513
|
*
|
|
@@ -62236,6 +62918,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62236
62918
|
);
|
|
62237
62919
|
}
|
|
62238
62920
|
|
|
62921
|
+
/**
|
|
62922
|
+
* Update a custom Key Performance Indicator.
|
|
62923
|
+
*
|
|
62924
|
+
* @param {String} kpiId Key Performance Indicator ID
|
|
62925
|
+
* @param {Object} opts Optional parameters
|
|
62926
|
+
* @param {Object} opts.body
|
|
62927
|
+
* patchRoutingPredictorsKeyperformanceindicator is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
62928
|
+
*/
|
|
62929
|
+
patchRoutingPredictorsKeyperformanceindicator(kpiId, opts) {
|
|
62930
|
+
opts = opts || {};
|
|
62931
|
+
|
|
62932
|
+
// verify the required parameter 'kpiId' is set
|
|
62933
|
+
if (kpiId === undefined || kpiId === null || kpiId === '') {
|
|
62934
|
+
throw 'Missing the required parameter "kpiId" when calling patchRoutingPredictorsKeyperformanceindicator';
|
|
62935
|
+
}
|
|
62936
|
+
|
|
62937
|
+
return this.apiClient.callApi(
|
|
62938
|
+
'/api/v2/routing/predictors/keyperformanceindicators/{kpiId}',
|
|
62939
|
+
'PATCH',
|
|
62940
|
+
{ 'kpiId': kpiId },
|
|
62941
|
+
{ },
|
|
62942
|
+
{ },
|
|
62943
|
+
{ },
|
|
62944
|
+
opts['body'],
|
|
62945
|
+
['PureCloud OAuth'],
|
|
62946
|
+
['application/json'],
|
|
62947
|
+
['application/json']
|
|
62948
|
+
);
|
|
62949
|
+
}
|
|
62950
|
+
|
|
62239
62951
|
/**
|
|
62240
62952
|
* Update the ring number OR joined status for a queue member.
|
|
62241
62953
|
*
|
|
@@ -63008,6 +63720,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63008
63720
|
);
|
|
63009
63721
|
}
|
|
63010
63722
|
|
|
63723
|
+
/**
|
|
63724
|
+
* Create a custom Key Performance Indicator.
|
|
63725
|
+
*
|
|
63726
|
+
* @param {Object} body request
|
|
63727
|
+
* postRoutingPredictorsKeyperformanceindicators is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
63728
|
+
*/
|
|
63729
|
+
postRoutingPredictorsKeyperformanceindicators(body) {
|
|
63730
|
+
// verify the required parameter 'body' is set
|
|
63731
|
+
if (body === undefined || body === null) {
|
|
63732
|
+
throw 'Missing the required parameter "body" when calling postRoutingPredictorsKeyperformanceindicators';
|
|
63733
|
+
}
|
|
63734
|
+
|
|
63735
|
+
return this.apiClient.callApi(
|
|
63736
|
+
'/api/v2/routing/predictors/keyperformanceindicators',
|
|
63737
|
+
'POST',
|
|
63738
|
+
{ },
|
|
63739
|
+
{ },
|
|
63740
|
+
{ },
|
|
63741
|
+
{ },
|
|
63742
|
+
body,
|
|
63743
|
+
['PureCloud OAuth'],
|
|
63744
|
+
['application/json'],
|
|
63745
|
+
['application/json']
|
|
63746
|
+
);
|
|
63747
|
+
}
|
|
63748
|
+
|
|
63011
63749
|
/**
|
|
63012
63750
|
* Bulk add or delete up to 100 queue members
|
|
63013
63751
|
*
|
|
@@ -63954,7 +64692,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63954
64692
|
/**
|
|
63955
64693
|
* SCIM service.
|
|
63956
64694
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
63957
|
-
* @version
|
|
64695
|
+
* @version 241.0.0
|
|
63958
64696
|
*/
|
|
63959
64697
|
|
|
63960
64698
|
/**
|
|
@@ -64831,7 +65569,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64831
65569
|
/**
|
|
64832
65570
|
* ScreenRecording service.
|
|
64833
65571
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
64834
|
-
* @version
|
|
65572
|
+
* @version 241.0.0
|
|
64835
65573
|
*/
|
|
64836
65574
|
|
|
64837
65575
|
/**
|
|
@@ -64876,7 +65614,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64876
65614
|
/**
|
|
64877
65615
|
* Scripts service.
|
|
64878
65616
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
64879
|
-
* @version
|
|
65617
|
+
* @version 241.0.0
|
|
64880
65618
|
*/
|
|
64881
65619
|
|
|
64882
65620
|
/**
|
|
@@ -65352,7 +66090,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
65352
66090
|
/**
|
|
65353
66091
|
* Search service.
|
|
65354
66092
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
65355
|
-
* @version
|
|
66093
|
+
* @version 241.0.0
|
|
65356
66094
|
*/
|
|
65357
66095
|
|
|
65358
66096
|
/**
|
|
@@ -66040,7 +66778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
66040
66778
|
/**
|
|
66041
66779
|
* Settings service.
|
|
66042
66780
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
66043
|
-
* @version
|
|
66781
|
+
* @version 241.0.0
|
|
66044
66782
|
*/
|
|
66045
66783
|
|
|
66046
66784
|
/**
|
|
@@ -66388,7 +67126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
66388
67126
|
/**
|
|
66389
67127
|
* SocialMedia service.
|
|
66390
67128
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
66391
|
-
* @version
|
|
67129
|
+
* @version 241.0.0
|
|
66392
67130
|
*/
|
|
66393
67131
|
|
|
66394
67132
|
/**
|
|
@@ -67290,6 +68028,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67290
68028
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
67291
68029
|
* @param {Array.<String>} opts.divisionIds One or more division IDs. If nothing is provided, the social topics associated withthe list of divisions that the user has access to will be returned.
|
|
67292
68030
|
* @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
|
|
68031
|
+
* @param {String} opts.name Search for topic by name that contains the given search string, search is case insensitive
|
|
67293
68032
|
*/
|
|
67294
68033
|
getSocialmediaTopics(opts) {
|
|
67295
68034
|
opts = opts || {};
|
|
@@ -67299,7 +68038,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67299
68038
|
'/api/v2/socialmedia/topics',
|
|
67300
68039
|
'GET',
|
|
67301
68040
|
{ },
|
|
67302
|
-
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'divisionIds': this.apiClient.buildCollectionParam(opts['divisionIds'], 'multi'),'includeDeleted': opts['includeDeleted'] },
|
|
68041
|
+
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'divisionIds': this.apiClient.buildCollectionParam(opts['divisionIds'], 'multi'),'includeDeleted': opts['includeDeleted'],'name': opts['name'] },
|
|
67303
68042
|
{ },
|
|
67304
68043
|
{ },
|
|
67305
68044
|
null,
|
|
@@ -67983,7 +68722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67983
68722
|
/**
|
|
67984
68723
|
* SpeechTextAnalytics service.
|
|
67985
68724
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
67986
|
-
* @version
|
|
68725
|
+
* @version 241.0.0
|
|
67987
68726
|
*/
|
|
67988
68727
|
|
|
67989
68728
|
/**
|
|
@@ -69630,7 +70369,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69630
70369
|
/**
|
|
69631
70370
|
* Stations service.
|
|
69632
70371
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
69633
|
-
* @version
|
|
70372
|
+
* @version 241.0.0
|
|
69634
70373
|
*/
|
|
69635
70374
|
|
|
69636
70375
|
/**
|
|
@@ -69732,7 +70471,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69732
70471
|
/**
|
|
69733
70472
|
* Suggest service.
|
|
69734
70473
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
69735
|
-
* @version
|
|
70474
|
+
* @version 241.0.0
|
|
69736
70475
|
*/
|
|
69737
70476
|
|
|
69738
70477
|
/**
|
|
@@ -69871,7 +70610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69871
70610
|
/**
|
|
69872
70611
|
* TaskManagement service.
|
|
69873
70612
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
69874
|
-
* @version
|
|
70613
|
+
* @version 241.0.0
|
|
69875
70614
|
*/
|
|
69876
70615
|
|
|
69877
70616
|
/**
|
|
@@ -72033,7 +72772,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72033
72772
|
/**
|
|
72034
72773
|
* Teams service.
|
|
72035
72774
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
72036
|
-
* @version
|
|
72775
|
+
* @version 241.0.0
|
|
72037
72776
|
*/
|
|
72038
72777
|
|
|
72039
72778
|
/**
|
|
@@ -72338,7 +73077,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72338
73077
|
/**
|
|
72339
73078
|
* Telephony service.
|
|
72340
73079
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
72341
|
-
* @version
|
|
73080
|
+
* @version 241.0.0
|
|
72342
73081
|
*/
|
|
72343
73082
|
|
|
72344
73083
|
/**
|
|
@@ -72624,7 +73363,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72624
73363
|
/**
|
|
72625
73364
|
* TelephonyProvidersEdge service.
|
|
72626
73365
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
72627
|
-
* @version
|
|
73366
|
+
* @version 241.0.0
|
|
72628
73367
|
*/
|
|
72629
73368
|
|
|
72630
73369
|
/**
|
|
@@ -76117,7 +76856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76117
76856
|
/**
|
|
76118
76857
|
* Textbots service.
|
|
76119
76858
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
76120
|
-
* @version
|
|
76859
|
+
* @version 241.0.0
|
|
76121
76860
|
*/
|
|
76122
76861
|
|
|
76123
76862
|
/**
|
|
@@ -76246,7 +76985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76246
76985
|
/**
|
|
76247
76986
|
* Tokens service.
|
|
76248
76987
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
76249
|
-
* @version
|
|
76988
|
+
* @version 241.0.0
|
|
76250
76989
|
*/
|
|
76251
76990
|
|
|
76252
76991
|
/**
|
|
@@ -76400,7 +77139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76400
77139
|
/**
|
|
76401
77140
|
* Uploads service.
|
|
76402
77141
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
76403
|
-
* @version
|
|
77142
|
+
* @version 241.0.0
|
|
76404
77143
|
*/
|
|
76405
77144
|
|
|
76406
77145
|
/**
|
|
@@ -76691,7 +77430,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76691
77430
|
/**
|
|
76692
77431
|
* Usage service.
|
|
76693
77432
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
76694
|
-
* @version
|
|
77433
|
+
* @version 241.0.0
|
|
76695
77434
|
*/
|
|
76696
77435
|
|
|
76697
77436
|
/**
|
|
@@ -77026,7 +77765,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
77026
77765
|
/**
|
|
77027
77766
|
* UserRecordings service.
|
|
77028
77767
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
77029
|
-
* @version
|
|
77768
|
+
* @version 241.0.0
|
|
77030
77769
|
*/
|
|
77031
77770
|
|
|
77032
77771
|
/**
|
|
@@ -77210,7 +77949,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
77210
77949
|
/**
|
|
77211
77950
|
* Users service.
|
|
77212
77951
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
77213
|
-
* @version
|
|
77952
|
+
* @version 241.0.0
|
|
77214
77953
|
*/
|
|
77215
77954
|
|
|
77216
77955
|
/**
|
|
@@ -80219,7 +80958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80219
80958
|
/**
|
|
80220
80959
|
* UsersRules service.
|
|
80221
80960
|
* @module purecloud-platform-client-v2/api/UsersRulesApi
|
|
80222
|
-
* @version
|
|
80961
|
+
* @version 241.0.0
|
|
80223
80962
|
*/
|
|
80224
80963
|
|
|
80225
80964
|
/**
|
|
@@ -80508,7 +81247,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80508
81247
|
/**
|
|
80509
81248
|
* Utilities service.
|
|
80510
81249
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
80511
|
-
* @version
|
|
81250
|
+
* @version 241.0.0
|
|
80512
81251
|
*/
|
|
80513
81252
|
|
|
80514
81253
|
/**
|
|
@@ -80619,7 +81358,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80619
81358
|
/**
|
|
80620
81359
|
* Voicemail service.
|
|
80621
81360
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
80622
|
-
* @version
|
|
81361
|
+
* @version 241.0.0
|
|
80623
81362
|
*/
|
|
80624
81363
|
|
|
80625
81364
|
/**
|
|
@@ -81341,7 +82080,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
81341
82080
|
/**
|
|
81342
82081
|
* WebChat service.
|
|
81343
82082
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
81344
|
-
* @version
|
|
82083
|
+
* @version 241.0.0
|
|
81345
82084
|
*/
|
|
81346
82085
|
|
|
81347
82086
|
/**
|
|
@@ -81904,7 +82643,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
81904
82643
|
/**
|
|
81905
82644
|
* WebDeployments service.
|
|
81906
82645
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
81907
|
-
* @version
|
|
82646
|
+
* @version 241.0.0
|
|
81908
82647
|
*/
|
|
81909
82648
|
|
|
81910
82649
|
/**
|
|
@@ -82486,7 +83225,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82486
83225
|
/**
|
|
82487
83226
|
* WebMessaging service.
|
|
82488
83227
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
82489
|
-
* @version
|
|
83228
|
+
* @version 241.0.0
|
|
82490
83229
|
*/
|
|
82491
83230
|
|
|
82492
83231
|
/**
|
|
@@ -82632,7 +83371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82632
83371
|
/**
|
|
82633
83372
|
* Widgets service.
|
|
82634
83373
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
82635
|
-
* @version
|
|
83374
|
+
* @version 241.0.0
|
|
82636
83375
|
*/
|
|
82637
83376
|
|
|
82638
83377
|
/**
|
|
@@ -82783,7 +83522,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82783
83522
|
/**
|
|
82784
83523
|
* WorkforceManagement service.
|
|
82785
83524
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
82786
|
-
* @version
|
|
83525
|
+
* @version 241.0.0
|
|
82787
83526
|
*/
|
|
82788
83527
|
|
|
82789
83528
|
/**
|
|
@@ -90834,7 +91573,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
90834
91573
|
* </pre>
|
|
90835
91574
|
* </p>
|
|
90836
91575
|
* @module purecloud-platform-client-v2/index
|
|
90837
|
-
* @version
|
|
91576
|
+
* @version 241.0.0
|
|
90838
91577
|
*/
|
|
90839
91578
|
class platformClient {
|
|
90840
91579
|
constructor() {
|