purecloud-platform-client-v2 193.0.0 → 195.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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +748 -406
- package/dist/web-amd/purecloud-platform-client-v2.js +748 -406
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +253 -180
- package/dist/web-cjs/purecloud-platform-client-v2.js +253 -180
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +537 -453
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +4 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +147 -3
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +30 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.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 +26 -316
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +7 -7
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +3 -2
- 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 +174 -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 +125 -1
- 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 +1 -7
- 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/SpeechTextAnalyticsApi.js +165 -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/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
|
@@ -402,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* @module purecloud-platform-client-v2/ApiClient
|
|
405
|
-
* @version
|
|
405
|
+
* @version 195.0.0
|
|
406
406
|
*/
|
|
407
407
|
class ApiClient {
|
|
408
408
|
/**
|
|
@@ -1477,6 +1477,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1477
1477
|
if (param instanceof Date) {
|
|
1478
1478
|
return param.toJSON();
|
|
1479
1479
|
}
|
|
1480
|
+
if (param instanceof Boolean) {
|
|
1481
|
+
return param.toString().toLowerCase();
|
|
1482
|
+
}
|
|
1480
1483
|
return param.toString();
|
|
1481
1484
|
}
|
|
1482
1485
|
|
|
@@ -1821,7 +1824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1821
1824
|
/**
|
|
1822
1825
|
* Alerting service.
|
|
1823
1826
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1824
|
-
* @version
|
|
1827
|
+
* @version 195.0.0
|
|
1825
1828
|
*/
|
|
1826
1829
|
|
|
1827
1830
|
/**
|
|
@@ -2482,7 +2485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2482
2485
|
/**
|
|
2483
2486
|
* Analytics service.
|
|
2484
2487
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
2485
|
-
* @version
|
|
2488
|
+
* @version 195.0.0
|
|
2486
2489
|
*/
|
|
2487
2490
|
|
|
2488
2491
|
/**
|
|
@@ -2603,6 +2606,62 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2603
2606
|
);
|
|
2604
2607
|
}
|
|
2605
2608
|
|
|
2609
|
+
/**
|
|
2610
|
+
* Get status for async query for agent copilot aggregates
|
|
2611
|
+
*
|
|
2612
|
+
* @param {String} jobId jobId
|
|
2613
|
+
* getAnalyticsAgentcopilotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2614
|
+
*/
|
|
2615
|
+
getAnalyticsAgentcopilotsAggregatesJob(jobId) {
|
|
2616
|
+
// verify the required parameter 'jobId' is set
|
|
2617
|
+
if (jobId === undefined || jobId === null) {
|
|
2618
|
+
throw 'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJob';
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
return this.apiClient.callApi(
|
|
2622
|
+
'/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}',
|
|
2623
|
+
'GET',
|
|
2624
|
+
{ 'jobId': jobId },
|
|
2625
|
+
{ },
|
|
2626
|
+
{ },
|
|
2627
|
+
{ },
|
|
2628
|
+
null,
|
|
2629
|
+
['PureCloud OAuth'],
|
|
2630
|
+
['application/json'],
|
|
2631
|
+
['application/json']
|
|
2632
|
+
);
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
/**
|
|
2636
|
+
* Fetch a page of results for an async aggregates query
|
|
2637
|
+
*
|
|
2638
|
+
* @param {String} jobId jobId
|
|
2639
|
+
* @param {Object} opts Optional parameters
|
|
2640
|
+
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
2641
|
+
* getAnalyticsAgentcopilotsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2642
|
+
*/
|
|
2643
|
+
getAnalyticsAgentcopilotsAggregatesJobResults(jobId, opts) {
|
|
2644
|
+
opts = opts || {};
|
|
2645
|
+
|
|
2646
|
+
// verify the required parameter 'jobId' is set
|
|
2647
|
+
if (jobId === undefined || jobId === null) {
|
|
2648
|
+
throw 'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJobResults';
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
return this.apiClient.callApi(
|
|
2652
|
+
'/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}/results',
|
|
2653
|
+
'GET',
|
|
2654
|
+
{ 'jobId': jobId },
|
|
2655
|
+
{ 'cursor': opts['cursor'] },
|
|
2656
|
+
{ },
|
|
2657
|
+
{ },
|
|
2658
|
+
null,
|
|
2659
|
+
['PureCloud OAuth'],
|
|
2660
|
+
['application/json'],
|
|
2661
|
+
['application/json']
|
|
2662
|
+
);
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2606
2665
|
/**
|
|
2607
2666
|
* Get Reporting Turns (division aware).
|
|
2608
2667
|
* Returns the reporting turns for the specified flow, filtered by the clients divisions and grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list. For pagination, clients should keep sending requests using the value of nextUri in the response, until its no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.
|
|
@@ -3361,6 +3420,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3361
3420
|
);
|
|
3362
3421
|
}
|
|
3363
3422
|
|
|
3423
|
+
/**
|
|
3424
|
+
* Get list of dashboard configurations
|
|
3425
|
+
*
|
|
3426
|
+
* @param {Object} dashboardType List dashboard of given type
|
|
3427
|
+
* @param {Object} dashboardAccessFilter Filter dashboard based on the owner of dashboard
|
|
3428
|
+
* @param {Object} opts Optional parameters
|
|
3429
|
+
* @param {String} opts.sortBy (default to desc)
|
|
3430
|
+
* @param {Number} opts.pageNumber (default to 1)
|
|
3431
|
+
* @param {Number} opts.pageSize (default to 9)
|
|
3432
|
+
*/
|
|
3433
|
+
getAnalyticsReportingSettingsDashboardsQuery(dashboardType, dashboardAccessFilter, opts) {
|
|
3434
|
+
opts = opts || {};
|
|
3435
|
+
|
|
3436
|
+
// verify the required parameter 'dashboardType' is set
|
|
3437
|
+
if (dashboardType === undefined || dashboardType === null) {
|
|
3438
|
+
throw 'Missing the required parameter "dashboardType" when calling getAnalyticsReportingSettingsDashboardsQuery';
|
|
3439
|
+
}
|
|
3440
|
+
// verify the required parameter 'dashboardAccessFilter' is set
|
|
3441
|
+
if (dashboardAccessFilter === undefined || dashboardAccessFilter === null) {
|
|
3442
|
+
throw 'Missing the required parameter "dashboardAccessFilter" when calling getAnalyticsReportingSettingsDashboardsQuery';
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
return this.apiClient.callApi(
|
|
3446
|
+
'/api/v2/analytics/reporting/settings/dashboards/query',
|
|
3447
|
+
'GET',
|
|
3448
|
+
{ },
|
|
3449
|
+
{ 'dashboardType': dashboardType,'dashboardAccessFilter': dashboardAccessFilter,'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
|
|
3450
|
+
{ },
|
|
3451
|
+
{ },
|
|
3452
|
+
null,
|
|
3453
|
+
['PureCloud OAuth'],
|
|
3454
|
+
['application/json'],
|
|
3455
|
+
['application/json']
|
|
3456
|
+
);
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3364
3459
|
/**
|
|
3365
3460
|
* Get list of dashboards for an user
|
|
3366
3461
|
*
|
|
@@ -3826,6 +3921,58 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3826
3921
|
);
|
|
3827
3922
|
}
|
|
3828
3923
|
|
|
3924
|
+
/**
|
|
3925
|
+
* Query for agent copilot aggregates asynchronously
|
|
3926
|
+
*
|
|
3927
|
+
* @param {Object} body query
|
|
3928
|
+
* postAnalyticsAgentcopilotsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3929
|
+
*/
|
|
3930
|
+
postAnalyticsAgentcopilotsAggregatesJobs(body) {
|
|
3931
|
+
// verify the required parameter 'body' is set
|
|
3932
|
+
if (body === undefined || body === null) {
|
|
3933
|
+
throw 'Missing the required parameter "body" when calling postAnalyticsAgentcopilotsAggregatesJobs';
|
|
3934
|
+
}
|
|
3935
|
+
|
|
3936
|
+
return this.apiClient.callApi(
|
|
3937
|
+
'/api/v2/analytics/agentcopilots/aggregates/jobs',
|
|
3938
|
+
'POST',
|
|
3939
|
+
{ },
|
|
3940
|
+
{ },
|
|
3941
|
+
{ },
|
|
3942
|
+
{ },
|
|
3943
|
+
body,
|
|
3944
|
+
['PureCloud OAuth'],
|
|
3945
|
+
['application/json'],
|
|
3946
|
+
['application/json']
|
|
3947
|
+
);
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3950
|
+
/**
|
|
3951
|
+
* Query for agent copilot aggregates
|
|
3952
|
+
*
|
|
3953
|
+
* @param {Object} body query
|
|
3954
|
+
* postAnalyticsAgentcopilotsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3955
|
+
*/
|
|
3956
|
+
postAnalyticsAgentcopilotsAggregatesQuery(body) {
|
|
3957
|
+
// verify the required parameter 'body' is set
|
|
3958
|
+
if (body === undefined || body === null) {
|
|
3959
|
+
throw 'Missing the required parameter "body" when calling postAnalyticsAgentcopilotsAggregatesQuery';
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3962
|
+
return this.apiClient.callApi(
|
|
3963
|
+
'/api/v2/analytics/agentcopilots/aggregates/query',
|
|
3964
|
+
'POST',
|
|
3965
|
+
{ },
|
|
3966
|
+
{ },
|
|
3967
|
+
{ },
|
|
3968
|
+
{ },
|
|
3969
|
+
body,
|
|
3970
|
+
['PureCloud OAuth'],
|
|
3971
|
+
['application/json'],
|
|
3972
|
+
['application/json']
|
|
3973
|
+
);
|
|
3974
|
+
}
|
|
3975
|
+
|
|
3829
3976
|
/**
|
|
3830
3977
|
* Query for bot aggregates asynchronously
|
|
3831
3978
|
*
|
|
@@ -4399,8 +4546,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4399
4546
|
}
|
|
4400
4547
|
|
|
4401
4548
|
/**
|
|
4402
|
-
* Query for limits rate limit aggregates. Data populated when limits are exceeded or are close to being exceeded
|
|
4403
|
-
*
|
|
4549
|
+
* Query for limits rate limit aggregates. Data populated when limits are exceeded or are close to being exceeded. Not a source of truth for limits hit but a best effort estimate.
|
|
4550
|
+
* The max property can be used to determine estimated rate limit value hit.
|
|
4404
4551
|
* @param {Object} body query
|
|
4405
4552
|
*/
|
|
4406
4553
|
postAnalyticsRatelimitsAggregatesQuery(body) {
|
|
@@ -4950,7 +5097,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4950
5097
|
/**
|
|
4951
5098
|
* Architect service.
|
|
4952
5099
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
4953
|
-
* @version
|
|
5100
|
+
* @version 195.0.0
|
|
4954
5101
|
*/
|
|
4955
5102
|
|
|
4956
5103
|
/**
|
|
@@ -9096,7 +9243,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9096
9243
|
/**
|
|
9097
9244
|
* Audit service.
|
|
9098
9245
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
9099
|
-
* @version
|
|
9246
|
+
* @version 195.0.0
|
|
9100
9247
|
*/
|
|
9101
9248
|
|
|
9102
9249
|
/**
|
|
@@ -9261,13 +9408,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9261
9408
|
);
|
|
9262
9409
|
}
|
|
9263
9410
|
|
|
9411
|
+
/**
|
|
9412
|
+
* Often a single action results in multiple audits. The endpoint retrieves all audits created by the same action as the given audit id.
|
|
9413
|
+
*
|
|
9414
|
+
* @param {Object} body query
|
|
9415
|
+
* @param {Object} opts Optional parameters
|
|
9416
|
+
* @param {Array.<String>} opts.expand Which fields, if any, to expand
|
|
9417
|
+
*/
|
|
9418
|
+
postAuditsQueryRealtimeRelated(body, opts) {
|
|
9419
|
+
opts = opts || {};
|
|
9420
|
+
|
|
9421
|
+
// verify the required parameter 'body' is set
|
|
9422
|
+
if (body === undefined || body === null) {
|
|
9423
|
+
throw 'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';
|
|
9424
|
+
}
|
|
9425
|
+
|
|
9426
|
+
return this.apiClient.callApi(
|
|
9427
|
+
'/api/v2/audits/query/realtime/related',
|
|
9428
|
+
'POST',
|
|
9429
|
+
{ },
|
|
9430
|
+
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
9431
|
+
{ },
|
|
9432
|
+
{ },
|
|
9433
|
+
body,
|
|
9434
|
+
['PureCloud OAuth'],
|
|
9435
|
+
['application/json'],
|
|
9436
|
+
['application/json']
|
|
9437
|
+
);
|
|
9438
|
+
}
|
|
9439
|
+
|
|
9264
9440
|
}
|
|
9265
9441
|
|
|
9266
9442
|
class AuthorizationApi {
|
|
9267
9443
|
/**
|
|
9268
9444
|
* Authorization service.
|
|
9269
9445
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
9270
|
-
* @version
|
|
9446
|
+
* @version 195.0.0
|
|
9271
9447
|
*/
|
|
9272
9448
|
|
|
9273
9449
|
/**
|
|
@@ -10505,7 +10681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10505
10681
|
/**
|
|
10506
10682
|
* Billing service.
|
|
10507
10683
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
10508
|
-
* @version
|
|
10684
|
+
* @version 195.0.0
|
|
10509
10685
|
*/
|
|
10510
10686
|
|
|
10511
10687
|
/**
|
|
@@ -10585,7 +10761,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10585
10761
|
/**
|
|
10586
10762
|
* CarrierServices service.
|
|
10587
10763
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
10588
|
-
* @version
|
|
10764
|
+
* @version 195.0.0
|
|
10589
10765
|
*/
|
|
10590
10766
|
|
|
10591
10767
|
/**
|
|
@@ -10655,7 +10831,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10655
10831
|
/**
|
|
10656
10832
|
* Chat service.
|
|
10657
10833
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
10658
|
-
* @version
|
|
10834
|
+
* @version 195.0.0
|
|
10659
10835
|
*/
|
|
10660
10836
|
|
|
10661
10837
|
/**
|
|
@@ -11591,7 +11767,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11591
11767
|
/**
|
|
11592
11768
|
* Coaching service.
|
|
11593
11769
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
11594
|
-
* @version
|
|
11770
|
+
* @version 195.0.0
|
|
11595
11771
|
*/
|
|
11596
11772
|
|
|
11597
11773
|
/**
|
|
@@ -12168,7 +12344,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12168
12344
|
/**
|
|
12169
12345
|
* ContentManagement service.
|
|
12170
12346
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
12171
|
-
* @version
|
|
12347
|
+
* @version 195.0.0
|
|
12172
12348
|
*/
|
|
12173
12349
|
|
|
12174
12350
|
/**
|
|
@@ -13250,7 +13426,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13250
13426
|
/**
|
|
13251
13427
|
* Conversations service.
|
|
13252
13428
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
13253
|
-
* @version
|
|
13429
|
+
* @version 195.0.0
|
|
13254
13430
|
*/
|
|
13255
13431
|
|
|
13256
13432
|
/**
|
|
@@ -13490,32 +13666,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13490
13666
|
);
|
|
13491
13667
|
}
|
|
13492
13668
|
|
|
13493
|
-
/**
|
|
13494
|
-
* Delete a LINE messenger integration (Deprecated)
|
|
13495
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
|
|
13496
|
-
* @param {String} integrationId Integration ID
|
|
13497
|
-
* @deprecated
|
|
13498
|
-
*/
|
|
13499
|
-
deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId) {
|
|
13500
|
-
// verify the required parameter 'integrationId' is set
|
|
13501
|
-
if (integrationId === undefined || integrationId === null) {
|
|
13502
|
-
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsLineIntegrationId';
|
|
13503
|
-
}
|
|
13504
|
-
|
|
13505
|
-
return this.apiClient.callApi(
|
|
13506
|
-
'/api/v2/conversations/messaging/integrations/line/{integrationId}',
|
|
13507
|
-
'DELETE',
|
|
13508
|
-
{ 'integrationId': integrationId },
|
|
13509
|
-
{ },
|
|
13510
|
-
{ },
|
|
13511
|
-
{ },
|
|
13512
|
-
null,
|
|
13513
|
-
['PureCloud OAuth'],
|
|
13514
|
-
['application/json'],
|
|
13515
|
-
['application/json']
|
|
13516
|
-
);
|
|
13517
|
-
}
|
|
13518
|
-
|
|
13519
13669
|
/**
|
|
13520
13670
|
* Delete an Open messaging integration
|
|
13521
13671
|
* See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.
|
|
@@ -13541,32 +13691,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13541
13691
|
);
|
|
13542
13692
|
}
|
|
13543
13693
|
|
|
13544
|
-
/**
|
|
13545
|
-
* Delete a Twitter messaging integration
|
|
13546
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
|
|
13547
|
-
* @param {String} integrationId Integration ID
|
|
13548
|
-
* @deprecated
|
|
13549
|
-
*/
|
|
13550
|
-
deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId) {
|
|
13551
|
-
// verify the required parameter 'integrationId' is set
|
|
13552
|
-
if (integrationId === undefined || integrationId === null) {
|
|
13553
|
-
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsTwitterIntegrationId';
|
|
13554
|
-
}
|
|
13555
|
-
|
|
13556
|
-
return this.apiClient.callApi(
|
|
13557
|
-
'/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
|
|
13558
|
-
'DELETE',
|
|
13559
|
-
{ 'integrationId': integrationId },
|
|
13560
|
-
{ },
|
|
13561
|
-
{ },
|
|
13562
|
-
{ },
|
|
13563
|
-
null,
|
|
13564
|
-
['PureCloud OAuth'],
|
|
13565
|
-
['application/json'],
|
|
13566
|
-
['application/json']
|
|
13567
|
-
);
|
|
13568
|
-
}
|
|
13569
|
-
|
|
13570
13694
|
/**
|
|
13571
13695
|
* Delete a WhatsApp messaging integration
|
|
13572
13696
|
*
|
|
@@ -15526,65 +15650,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15526
15650
|
);
|
|
15527
15651
|
}
|
|
15528
15652
|
|
|
15529
|
-
/**
|
|
15530
|
-
* Get a list of LINE messenger Integrations (Deprecated)
|
|
15531
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
|
|
15532
|
-
* @param {Object} opts Optional parameters
|
|
15533
|
-
* @param {Number} opts.pageSize Page size (default to 25)
|
|
15534
|
-
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
15535
|
-
* @param {Object} opts.expand Expand instructions for the return value.
|
|
15536
|
-
* @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
|
|
15537
|
-
* @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
|
|
15538
|
-
* @deprecated
|
|
15539
|
-
*/
|
|
15540
|
-
getConversationsMessagingIntegrationsLine(opts) {
|
|
15541
|
-
opts = opts || {};
|
|
15542
|
-
|
|
15543
|
-
|
|
15544
|
-
return this.apiClient.callApi(
|
|
15545
|
-
'/api/v2/conversations/messaging/integrations/line',
|
|
15546
|
-
'GET',
|
|
15547
|
-
{ },
|
|
15548
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'supportedContent.id': opts['supportedContentId'],'messagingSetting.id': opts['messagingSettingId'] },
|
|
15549
|
-
{ },
|
|
15550
|
-
{ },
|
|
15551
|
-
null,
|
|
15552
|
-
['PureCloud OAuth'],
|
|
15553
|
-
['application/json'],
|
|
15554
|
-
['application/json']
|
|
15555
|
-
);
|
|
15556
|
-
}
|
|
15557
|
-
|
|
15558
|
-
/**
|
|
15559
|
-
* Get a LINE messenger integration (Deprecated)
|
|
15560
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
|
|
15561
|
-
* @param {String} integrationId Integration ID
|
|
15562
|
-
* @param {Object} opts Optional parameters
|
|
15563
|
-
* @param {Object} opts.expand Expand instructions for the return value.
|
|
15564
|
-
* @deprecated
|
|
15565
|
-
*/
|
|
15566
|
-
getConversationsMessagingIntegrationsLineIntegrationId(integrationId, opts) {
|
|
15567
|
-
opts = opts || {};
|
|
15568
|
-
|
|
15569
|
-
// verify the required parameter 'integrationId' is set
|
|
15570
|
-
if (integrationId === undefined || integrationId === null) {
|
|
15571
|
-
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsLineIntegrationId';
|
|
15572
|
-
}
|
|
15573
|
-
|
|
15574
|
-
return this.apiClient.callApi(
|
|
15575
|
-
'/api/v2/conversations/messaging/integrations/line/{integrationId}',
|
|
15576
|
-
'GET',
|
|
15577
|
-
{ 'integrationId': integrationId },
|
|
15578
|
-
{ 'expand': opts['expand'] },
|
|
15579
|
-
{ },
|
|
15580
|
-
{ },
|
|
15581
|
-
null,
|
|
15582
|
-
['PureCloud OAuth'],
|
|
15583
|
-
['application/json'],
|
|
15584
|
-
['application/json']
|
|
15585
|
-
);
|
|
15586
|
-
}
|
|
15587
|
-
|
|
15588
15653
|
/**
|
|
15589
15654
|
* Get a list of Open messaging integrations
|
|
15590
15655
|
* See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.
|
|
@@ -15642,65 +15707,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15642
15707
|
);
|
|
15643
15708
|
}
|
|
15644
15709
|
|
|
15645
|
-
/**
|
|
15646
|
-
* Get a list of Twitter Integrations (Deprecated)
|
|
15647
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
|
|
15648
|
-
* @param {Object} opts Optional parameters
|
|
15649
|
-
* @param {Number} opts.pageSize Page size (default to 25)
|
|
15650
|
-
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
15651
|
-
* @param {Object} opts.expand Expand instructions for the return value.
|
|
15652
|
-
* @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
|
|
15653
|
-
* @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
|
|
15654
|
-
* @deprecated
|
|
15655
|
-
*/
|
|
15656
|
-
getConversationsMessagingIntegrationsTwitter(opts) {
|
|
15657
|
-
opts = opts || {};
|
|
15658
|
-
|
|
15659
|
-
|
|
15660
|
-
return this.apiClient.callApi(
|
|
15661
|
-
'/api/v2/conversations/messaging/integrations/twitter',
|
|
15662
|
-
'GET',
|
|
15663
|
-
{ },
|
|
15664
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'supportedContent.id': opts['supportedContentId'],'messagingSetting.id': opts['messagingSettingId'] },
|
|
15665
|
-
{ },
|
|
15666
|
-
{ },
|
|
15667
|
-
null,
|
|
15668
|
-
['PureCloud OAuth'],
|
|
15669
|
-
['application/json'],
|
|
15670
|
-
['application/json']
|
|
15671
|
-
);
|
|
15672
|
-
}
|
|
15673
|
-
|
|
15674
|
-
/**
|
|
15675
|
-
* Get a Twitter messaging integration (Deprecated)
|
|
15676
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
|
|
15677
|
-
* @param {String} integrationId Integration ID
|
|
15678
|
-
* @param {Object} opts Optional parameters
|
|
15679
|
-
* @param {Object} opts.expand Expand instructions for the return value.
|
|
15680
|
-
* @deprecated
|
|
15681
|
-
*/
|
|
15682
|
-
getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, opts) {
|
|
15683
|
-
opts = opts || {};
|
|
15684
|
-
|
|
15685
|
-
// verify the required parameter 'integrationId' is set
|
|
15686
|
-
if (integrationId === undefined || integrationId === null) {
|
|
15687
|
-
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsTwitterIntegrationId';
|
|
15688
|
-
}
|
|
15689
|
-
|
|
15690
|
-
return this.apiClient.callApi(
|
|
15691
|
-
'/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
|
|
15692
|
-
'GET',
|
|
15693
|
-
{ 'integrationId': integrationId },
|
|
15694
|
-
{ 'expand': opts['expand'] },
|
|
15695
|
-
{ },
|
|
15696
|
-
{ },
|
|
15697
|
-
null,
|
|
15698
|
-
['PureCloud OAuth'],
|
|
15699
|
-
['application/json'],
|
|
15700
|
-
['application/json']
|
|
15701
|
-
);
|
|
15702
|
-
}
|
|
15703
|
-
|
|
15704
15710
|
/**
|
|
15705
15711
|
* Get a list of WhatsApp Integrations
|
|
15706
15712
|
*
|
|
@@ -15828,37 +15834,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15828
15834
|
);
|
|
15829
15835
|
}
|
|
15830
15836
|
|
|
15831
|
-
/**
|
|
15832
|
-
* Get a list of Messaging Stickers (Deprecated)
|
|
15833
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
|
|
15834
|
-
* @param {Object} messengerType Messenger Type
|
|
15835
|
-
* @param {Object} opts Optional parameters
|
|
15836
|
-
* @param {Number} opts.pageSize Page size (default to 25)
|
|
15837
|
-
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
15838
|
-
* @deprecated
|
|
15839
|
-
*/
|
|
15840
|
-
getConversationsMessagingSticker(messengerType, opts) {
|
|
15841
|
-
opts = opts || {};
|
|
15842
|
-
|
|
15843
|
-
// verify the required parameter 'messengerType' is set
|
|
15844
|
-
if (messengerType === undefined || messengerType === null) {
|
|
15845
|
-
throw 'Missing the required parameter "messengerType" when calling getConversationsMessagingSticker';
|
|
15846
|
-
}
|
|
15847
|
-
|
|
15848
|
-
return this.apiClient.callApi(
|
|
15849
|
-
'/api/v2/conversations/messaging/stickers/{messengerType}',
|
|
15850
|
-
'GET',
|
|
15851
|
-
{ 'messengerType': messengerType },
|
|
15852
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
15853
|
-
{ },
|
|
15854
|
-
{ },
|
|
15855
|
-
null,
|
|
15856
|
-
['PureCloud OAuth'],
|
|
15857
|
-
['application/json'],
|
|
15858
|
-
['application/json']
|
|
15859
|
-
);
|
|
15860
|
-
}
|
|
15861
|
-
|
|
15862
15837
|
/**
|
|
15863
15838
|
* Get a list of Supported Content profiles
|
|
15864
15839
|
*
|
|
@@ -17331,37 +17306,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17331
17306
|
);
|
|
17332
17307
|
}
|
|
17333
17308
|
|
|
17334
|
-
/**
|
|
17335
|
-
* Update Twitter messaging integration
|
|
17336
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
|
|
17337
|
-
* @param {String} integrationId Integration ID
|
|
17338
|
-
* @param {Object} body TwitterIntegrationRequest
|
|
17339
|
-
* @deprecated
|
|
17340
|
-
*/
|
|
17341
|
-
patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, body) {
|
|
17342
|
-
// verify the required parameter 'integrationId' is set
|
|
17343
|
-
if (integrationId === undefined || integrationId === null) {
|
|
17344
|
-
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';
|
|
17345
|
-
}
|
|
17346
|
-
// verify the required parameter 'body' is set
|
|
17347
|
-
if (body === undefined || body === null) {
|
|
17348
|
-
throw 'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';
|
|
17349
|
-
}
|
|
17350
|
-
|
|
17351
|
-
return this.apiClient.callApi(
|
|
17352
|
-
'/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
|
|
17353
|
-
'PATCH',
|
|
17354
|
-
{ 'integrationId': integrationId },
|
|
17355
|
-
{ },
|
|
17356
|
-
{ },
|
|
17357
|
-
{ },
|
|
17358
|
-
body,
|
|
17359
|
-
['PureCloud OAuth'],
|
|
17360
|
-
['application/json'],
|
|
17361
|
-
['application/json']
|
|
17362
|
-
);
|
|
17363
|
-
}
|
|
17364
|
-
|
|
17365
17309
|
/**
|
|
17366
17310
|
* Activate a WhatsApp messaging integration created using the WhatsApp embedded signup flow
|
|
17367
17311
|
* Please specify the phone number to associate with this WhatsApp integration from the list of available phone numbers returned to you in the POST call to create the integration. You can then run a GET on the integration to check if its status has been updated to Active
|
|
@@ -18992,6 +18936,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18992
18936
|
);
|
|
18993
18937
|
}
|
|
18994
18938
|
|
|
18939
|
+
/**
|
|
18940
|
+
* Reconnect the user to the most recently disconnected customer on a fully disconnected email conversation
|
|
18941
|
+
*
|
|
18942
|
+
* @param {String} conversationId conversationId
|
|
18943
|
+
*/
|
|
18944
|
+
postConversationsEmailReconnect(conversationId) {
|
|
18945
|
+
// verify the required parameter 'conversationId' is set
|
|
18946
|
+
if (conversationId === undefined || conversationId === null) {
|
|
18947
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailReconnect';
|
|
18948
|
+
}
|
|
18949
|
+
|
|
18950
|
+
return this.apiClient.callApi(
|
|
18951
|
+
'/api/v2/conversations/emails/{conversationId}/reconnect',
|
|
18952
|
+
'POST',
|
|
18953
|
+
{ 'conversationId': conversationId },
|
|
18954
|
+
{ },
|
|
18955
|
+
{ },
|
|
18956
|
+
{ },
|
|
18957
|
+
null,
|
|
18958
|
+
['PureCloud OAuth'],
|
|
18959
|
+
['application/json'],
|
|
18960
|
+
['application/json']
|
|
18961
|
+
);
|
|
18962
|
+
}
|
|
18963
|
+
|
|
18995
18964
|
/**
|
|
18996
18965
|
* Create an email conversation
|
|
18997
18966
|
* If the direction of the request is INBOUND, this will create an external conversation with a third party provider. If the direction of the the request is OUTBOUND, this will create a conversation to send outbound emails on behalf of a queue.
|
|
@@ -19571,32 +19540,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19571
19540
|
);
|
|
19572
19541
|
}
|
|
19573
19542
|
|
|
19574
|
-
/**
|
|
19575
|
-
* Create a LINE messenger Integration (Deprecated)
|
|
19576
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
|
|
19577
|
-
* @param {Object} body LineIntegrationRequest
|
|
19578
|
-
* @deprecated
|
|
19579
|
-
*/
|
|
19580
|
-
postConversationsMessagingIntegrationsLine(body) {
|
|
19581
|
-
// verify the required parameter 'body' is set
|
|
19582
|
-
if (body === undefined || body === null) {
|
|
19583
|
-
throw 'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsLine';
|
|
19584
|
-
}
|
|
19585
|
-
|
|
19586
|
-
return this.apiClient.callApi(
|
|
19587
|
-
'/api/v2/conversations/messaging/integrations/line',
|
|
19588
|
-
'POST',
|
|
19589
|
-
{ },
|
|
19590
|
-
{ },
|
|
19591
|
-
{ },
|
|
19592
|
-
{ },
|
|
19593
|
-
body,
|
|
19594
|
-
['PureCloud OAuth'],
|
|
19595
|
-
['application/json'],
|
|
19596
|
-
['application/json']
|
|
19597
|
-
);
|
|
19598
|
-
}
|
|
19599
|
-
|
|
19600
19543
|
/**
|
|
19601
19544
|
* Create an Open messaging integration
|
|
19602
19545
|
* See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.
|
|
@@ -19622,32 +19565,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19622
19565
|
);
|
|
19623
19566
|
}
|
|
19624
19567
|
|
|
19625
|
-
/**
|
|
19626
|
-
* Create a Twitter Integration
|
|
19627
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
|
|
19628
|
-
* @param {Object} body TwitterIntegrationRequest
|
|
19629
|
-
* @deprecated
|
|
19630
|
-
*/
|
|
19631
|
-
postConversationsMessagingIntegrationsTwitter(body) {
|
|
19632
|
-
// verify the required parameter 'body' is set
|
|
19633
|
-
if (body === undefined || body === null) {
|
|
19634
|
-
throw 'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsTwitter';
|
|
19635
|
-
}
|
|
19636
|
-
|
|
19637
|
-
return this.apiClient.callApi(
|
|
19638
|
-
'/api/v2/conversations/messaging/integrations/twitter',
|
|
19639
|
-
'POST',
|
|
19640
|
-
{ },
|
|
19641
|
-
{ },
|
|
19642
|
-
{ },
|
|
19643
|
-
{ },
|
|
19644
|
-
body,
|
|
19645
|
-
['PureCloud OAuth'],
|
|
19646
|
-
['application/json'],
|
|
19647
|
-
['application/json']
|
|
19648
|
-
);
|
|
19649
|
-
}
|
|
19650
|
-
|
|
19651
19568
|
/**
|
|
19652
19569
|
* [This API is deprecated. Use POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup instead] Create a WhatsApp Integration
|
|
19653
19570
|
* [This API is deprecated. Use POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup instead] You must be approved by WhatsApp to use this feature. Your approved e164-formatted phone number and valid WhatsApp certificate for your number are required. Your WhatsApp certificate must have valid base64 encoding. Please paste carefully and do not add any leading or trailing spaces. Do not alter any characters. An integration must be activated within 7 days of certificate generation. If you cannot complete the addition and activation of the number within 7 days, please obtain a new certificate before creating the integration. Integrations created with an invalid number or certificate may immediately incur additional integration fees. Please carefully enter your number and certificate as described.
|
|
@@ -20288,37 +20205,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20288
20205
|
);
|
|
20289
20206
|
}
|
|
20290
20207
|
|
|
20291
|
-
/**
|
|
20292
|
-
* Update a LINE messenger integration (Deprecated)
|
|
20293
|
-
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
|
|
20294
|
-
* @param {String} integrationId Integration ID
|
|
20295
|
-
* @param {Object} body LineIntegrationRequest
|
|
20296
|
-
* @deprecated
|
|
20297
|
-
*/
|
|
20298
|
-
putConversationsMessagingIntegrationsLineIntegrationId(integrationId, body) {
|
|
20299
|
-
// verify the required parameter 'integrationId' is set
|
|
20300
|
-
if (integrationId === undefined || integrationId === null) {
|
|
20301
|
-
throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIntegrationsLineIntegrationId';
|
|
20302
|
-
}
|
|
20303
|
-
// verify the required parameter 'body' is set
|
|
20304
|
-
if (body === undefined || body === null) {
|
|
20305
|
-
throw 'Missing the required parameter "body" when calling putConversationsMessagingIntegrationsLineIntegrationId';
|
|
20306
|
-
}
|
|
20307
|
-
|
|
20308
|
-
return this.apiClient.callApi(
|
|
20309
|
-
'/api/v2/conversations/messaging/integrations/line/{integrationId}',
|
|
20310
|
-
'PUT',
|
|
20311
|
-
{ 'integrationId': integrationId },
|
|
20312
|
-
{ },
|
|
20313
|
-
{ },
|
|
20314
|
-
{ },
|
|
20315
|
-
body,
|
|
20316
|
-
['PureCloud OAuth'],
|
|
20317
|
-
['application/json'],
|
|
20318
|
-
['application/json']
|
|
20319
|
-
);
|
|
20320
|
-
}
|
|
20321
|
-
|
|
20322
20208
|
/**
|
|
20323
20209
|
* Set the organization's default setting that may be applied to to integrations without settings
|
|
20324
20210
|
* When an integration is created a settings ID may be assigned to it. If the settings ID is not supplied, the default settings will be assigned to it.
|
|
@@ -20491,7 +20377,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20491
20377
|
/**
|
|
20492
20378
|
* DataExtensions service.
|
|
20493
20379
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
20494
|
-
* @version
|
|
20380
|
+
* @version 195.0.0
|
|
20495
20381
|
*/
|
|
20496
20382
|
|
|
20497
20383
|
/**
|
|
@@ -20577,7 +20463,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20577
20463
|
/**
|
|
20578
20464
|
* Downloads service.
|
|
20579
20465
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
20580
|
-
* @version
|
|
20466
|
+
* @version 195.0.0
|
|
20581
20467
|
*/
|
|
20582
20468
|
|
|
20583
20469
|
/**
|
|
@@ -20629,7 +20515,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20629
20515
|
/**
|
|
20630
20516
|
* Emails service.
|
|
20631
20517
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
20632
|
-
* @version
|
|
20518
|
+
* @version 195.0.0
|
|
20633
20519
|
*/
|
|
20634
20520
|
|
|
20635
20521
|
/**
|
|
@@ -20694,7 +20580,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20694
20580
|
/**
|
|
20695
20581
|
* Events service.
|
|
20696
20582
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
20697
|
-
* @version
|
|
20583
|
+
* @version 195.0.0
|
|
20698
20584
|
*/
|
|
20699
20585
|
|
|
20700
20586
|
/**
|
|
@@ -20790,7 +20676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20790
20676
|
/**
|
|
20791
20677
|
* ExternalContacts service.
|
|
20792
20678
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
20793
|
-
* @version
|
|
20679
|
+
* @version 195.0.0
|
|
20794
20680
|
*/
|
|
20795
20681
|
|
|
20796
20682
|
/**
|
|
@@ -21303,7 +21189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21303
21189
|
*
|
|
21304
21190
|
* @param {String} externalOrganizationId External Organization ID
|
|
21305
21191
|
* @param {Object} opts Optional parameters
|
|
21306
|
-
* @param {
|
|
21192
|
+
* @param {Array.<String>} opts.expand which fields, if any, to expand (externalDataSources)
|
|
21307
21193
|
* @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
|
|
21308
21194
|
*/
|
|
21309
21195
|
getExternalcontactsOrganization(externalOrganizationId, opts) {
|
|
@@ -21318,7 +21204,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21318
21204
|
'/api/v2/externalcontacts/organizations/{externalOrganizationId}',
|
|
21319
21205
|
'GET',
|
|
21320
21206
|
{ 'externalOrganizationId': externalOrganizationId },
|
|
21321
|
-
{ 'expand': opts['expand'],'includeTrustors': opts['includeTrustors'] },
|
|
21207
|
+
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'includeTrustors': opts['includeTrustors'] },
|
|
21322
21208
|
{ },
|
|
21323
21209
|
{ },
|
|
21324
21210
|
null,
|
|
@@ -21434,7 +21320,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21434
21320
|
* @param {Object} opts Optional parameters
|
|
21435
21321
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
21436
21322
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
21437
|
-
* @param {
|
|
21323
|
+
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
21438
21324
|
* @param {String} opts.sortOrder The Relationship field to sort by. Any of: [createDate, relationship]. Direction: [asc, desc]. e.g. createDate:asc, relationship:desc
|
|
21439
21325
|
*/
|
|
21440
21326
|
getExternalcontactsOrganizationRelationships(externalOrganizationId, opts) {
|
|
@@ -21449,7 +21335,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21449
21335
|
'/api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships',
|
|
21450
21336
|
'GET',
|
|
21451
21337
|
{ 'externalOrganizationId': externalOrganizationId },
|
|
21452
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'sortOrder': opts['sortOrder'] },
|
|
21338
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'sortOrder': opts['sortOrder'] },
|
|
21453
21339
|
{ },
|
|
21454
21340
|
{ },
|
|
21455
21341
|
null,
|
|
@@ -21594,7 +21480,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21594
21480
|
*
|
|
21595
21481
|
* @param {String} relationshipId Relationship Id
|
|
21596
21482
|
* @param {Object} opts Optional parameters
|
|
21597
|
-
* @param {
|
|
21483
|
+
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
21598
21484
|
*/
|
|
21599
21485
|
getExternalcontactsRelationship(relationshipId, opts) {
|
|
21600
21486
|
opts = opts || {};
|
|
@@ -21608,7 +21494,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21608
21494
|
'/api/v2/externalcontacts/relationships/{relationshipId}',
|
|
21609
21495
|
'GET',
|
|
21610
21496
|
{ 'relationshipId': relationshipId },
|
|
21611
|
-
{ 'expand': opts['expand'] },
|
|
21497
|
+
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
21612
21498
|
{ },
|
|
21613
21499
|
{ },
|
|
21614
21500
|
null,
|
|
@@ -22748,7 +22634,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22748
22634
|
/**
|
|
22749
22635
|
* Fax service.
|
|
22750
22636
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
22751
|
-
* @version
|
|
22637
|
+
* @version 195.0.0
|
|
22752
22638
|
*/
|
|
22753
22639
|
|
|
22754
22640
|
/**
|
|
@@ -22963,7 +22849,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22963
22849
|
/**
|
|
22964
22850
|
* Flows service.
|
|
22965
22851
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
22966
|
-
* @version
|
|
22852
|
+
* @version 195.0.0
|
|
22967
22853
|
*/
|
|
22968
22854
|
|
|
22969
22855
|
/**
|
|
@@ -23146,7 +23032,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23146
23032
|
/**
|
|
23147
23033
|
* Gamification service.
|
|
23148
23034
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
23149
|
-
* @version
|
|
23035
|
+
* @version 195.0.0
|
|
23150
23036
|
*/
|
|
23151
23037
|
|
|
23152
23038
|
/**
|
|
@@ -25232,7 +25118,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25232
25118
|
/**
|
|
25233
25119
|
* GeneralDataProtectionRegulation service.
|
|
25234
25120
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
25235
|
-
* @version
|
|
25121
|
+
* @version 195.0.0
|
|
25236
25122
|
*/
|
|
25237
25123
|
|
|
25238
25124
|
/**
|
|
@@ -25362,7 +25248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25362
25248
|
/**
|
|
25363
25249
|
* Geolocation service.
|
|
25364
25250
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
25365
|
-
* @version
|
|
25251
|
+
* @version 195.0.0
|
|
25366
25252
|
*/
|
|
25367
25253
|
|
|
25368
25254
|
/**
|
|
@@ -25493,7 +25379,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25493
25379
|
/**
|
|
25494
25380
|
* Greetings service.
|
|
25495
25381
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
25496
|
-
* @version
|
|
25382
|
+
* @version 195.0.0
|
|
25497
25383
|
*/
|
|
25498
25384
|
|
|
25499
25385
|
/**
|
|
@@ -25948,7 +25834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25948
25834
|
/**
|
|
25949
25835
|
* Groups service.
|
|
25950
25836
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
25951
|
-
* @version
|
|
25837
|
+
* @version 195.0.0
|
|
25952
25838
|
*/
|
|
25953
25839
|
|
|
25954
25840
|
/**
|
|
@@ -26467,7 +26353,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26467
26353
|
/**
|
|
26468
26354
|
* IdentityProvider service.
|
|
26469
26355
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
26470
|
-
* @version
|
|
26356
|
+
* @version 195.0.0
|
|
26471
26357
|
*/
|
|
26472
26358
|
|
|
26473
26359
|
/**
|
|
@@ -27328,7 +27214,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27328
27214
|
/**
|
|
27329
27215
|
* InfrastructureAsCode service.
|
|
27330
27216
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
27331
|
-
* @version
|
|
27217
|
+
* @version 195.0.0
|
|
27332
27218
|
*/
|
|
27333
27219
|
|
|
27334
27220
|
/**
|
|
@@ -27495,7 +27381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27495
27381
|
/**
|
|
27496
27382
|
* Integrations service.
|
|
27497
27383
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
27498
|
-
* @version
|
|
27384
|
+
* @version 195.0.0
|
|
27499
27385
|
*/
|
|
27500
27386
|
|
|
27501
27387
|
/**
|
|
@@ -29847,7 +29733,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29847
29733
|
/**
|
|
29848
29734
|
* Journey service.
|
|
29849
29735
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
29850
|
-
* @version
|
|
29736
|
+
* @version 195.0.0
|
|
29851
29737
|
*/
|
|
29852
29738
|
|
|
29853
29739
|
/**
|
|
@@ -31436,7 +31322,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31436
31322
|
/**
|
|
31437
31323
|
* Knowledge service.
|
|
31438
31324
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
31439
|
-
* @version
|
|
31325
|
+
* @version 195.0.0
|
|
31440
31326
|
*/
|
|
31441
31327
|
|
|
31442
31328
|
/**
|
|
@@ -32790,6 +32676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32790
32676
|
* @param {Array.<String>} opts.type If specified, retrieves operations with specified operation type, comma separated values expected.
|
|
32791
32677
|
* @param {Array.<String>} opts.status If specified, retrieves operations with specified operation status, comma separated values expected.
|
|
32792
32678
|
* @param {String} opts.interval Retrieves the operations modified in specified date and time range. If the after and before cursor parameters are within this interval, it would return valid data, otherwise it throws an error.The dates in the interval are represented in ISO-8601 format: YYYY-MM-DDThh:mm:ssZ/YYYY-MM-DDThh:mm:ssZ
|
|
32679
|
+
* @param {Array.<String>} opts.sourceId If specified, retrieves operations associated with source ids, comma separated values expected.
|
|
32793
32680
|
* getKnowledgeKnowledgebaseOperations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
32794
32681
|
*/
|
|
32795
32682
|
getKnowledgeKnowledgebaseOperations(knowledgeBaseId, opts) {
|
|
@@ -32804,7 +32691,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32804
32691
|
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations',
|
|
32805
32692
|
'GET',
|
|
32806
32693
|
{ 'knowledgeBaseId': knowledgeBaseId },
|
|
32807
|
-
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'userId': this.apiClient.buildCollectionParam(opts['userId'], 'multi'),'type': this.apiClient.buildCollectionParam(opts['type'], 'multi'),'status': this.apiClient.buildCollectionParam(opts['status'], 'multi'),'interval': opts['interval'] },
|
|
32694
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'userId': this.apiClient.buildCollectionParam(opts['userId'], 'multi'),'type': this.apiClient.buildCollectionParam(opts['type'], 'multi'),'status': this.apiClient.buildCollectionParam(opts['status'], 'multi'),'interval': opts['interval'],'sourceId': this.apiClient.buildCollectionParam(opts['sourceId'], 'multi') },
|
|
32808
32695
|
{ },
|
|
32809
32696
|
{ },
|
|
32810
32697
|
null,
|
|
@@ -34679,7 +34566,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34679
34566
|
/**
|
|
34680
34567
|
* LanguageUnderstanding service.
|
|
34681
34568
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
34682
|
-
* @version
|
|
34569
|
+
* @version 195.0.0
|
|
34683
34570
|
*/
|
|
34684
34571
|
|
|
34685
34572
|
/**
|
|
@@ -35713,7 +35600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35713
35600
|
/**
|
|
35714
35601
|
* Languages service.
|
|
35715
35602
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
35716
|
-
* @version
|
|
35603
|
+
* @version 195.0.0
|
|
35717
35604
|
*/
|
|
35718
35605
|
|
|
35719
35606
|
/**
|
|
@@ -35935,7 +35822,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35935
35822
|
/**
|
|
35936
35823
|
* Learning service.
|
|
35937
35824
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
35938
|
-
* @version
|
|
35825
|
+
* @version 195.0.0
|
|
35939
35826
|
*/
|
|
35940
35827
|
|
|
35941
35828
|
/**
|
|
@@ -36029,6 +35916,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36029
35916
|
);
|
|
36030
35917
|
}
|
|
36031
35918
|
|
|
35919
|
+
/**
|
|
35920
|
+
* Get Learning Assignment Step
|
|
35921
|
+
* Permission not required if you are the assigned user of the learning assignment
|
|
35922
|
+
* @param {String} assignmentId The ID of Learning Assignment
|
|
35923
|
+
* @param {String} stepId The ID of Learning Assignment Step
|
|
35924
|
+
* @param {Object} opts Optional parameters
|
|
35925
|
+
* @param {String} opts.shareableContentObjectId The ID of SCO to load
|
|
35926
|
+
* @param {Array.<String>} opts.expand Fields to expand in response
|
|
35927
|
+
*/
|
|
35928
|
+
getLearningAssignmentStep(assignmentId, stepId, opts) {
|
|
35929
|
+
opts = opts || {};
|
|
35930
|
+
|
|
35931
|
+
// verify the required parameter 'assignmentId' is set
|
|
35932
|
+
if (assignmentId === undefined || assignmentId === null) {
|
|
35933
|
+
throw 'Missing the required parameter "assignmentId" when calling getLearningAssignmentStep';
|
|
35934
|
+
}
|
|
35935
|
+
// verify the required parameter 'stepId' is set
|
|
35936
|
+
if (stepId === undefined || stepId === null) {
|
|
35937
|
+
throw 'Missing the required parameter "stepId" when calling getLearningAssignmentStep';
|
|
35938
|
+
}
|
|
35939
|
+
|
|
35940
|
+
return this.apiClient.callApi(
|
|
35941
|
+
'/api/v2/learning/assignments/{assignmentId}/steps/{stepId}',
|
|
35942
|
+
'GET',
|
|
35943
|
+
{ 'assignmentId': assignmentId,'stepId': stepId },
|
|
35944
|
+
{ 'shareableContentObjectId': opts['shareableContentObjectId'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
35945
|
+
{ },
|
|
35946
|
+
{ },
|
|
35947
|
+
null,
|
|
35948
|
+
['PureCloud OAuth'],
|
|
35949
|
+
['application/json'],
|
|
35950
|
+
['application/json']
|
|
35951
|
+
);
|
|
35952
|
+
}
|
|
35953
|
+
|
|
36032
35954
|
/**
|
|
36033
35955
|
* List of Learning module Assignments
|
|
36034
35956
|
* Either moduleId or user value is required
|
|
@@ -36163,6 +36085,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36163
36085
|
);
|
|
36164
36086
|
}
|
|
36165
36087
|
|
|
36088
|
+
/**
|
|
36089
|
+
* Get a learning module preview
|
|
36090
|
+
*
|
|
36091
|
+
* @param {String} moduleId The ID of the learning module
|
|
36092
|
+
*/
|
|
36093
|
+
getLearningModulePreview(moduleId) {
|
|
36094
|
+
// verify the required parameter 'moduleId' is set
|
|
36095
|
+
if (moduleId === undefined || moduleId === null) {
|
|
36096
|
+
throw 'Missing the required parameter "moduleId" when calling getLearningModulePreview';
|
|
36097
|
+
}
|
|
36098
|
+
|
|
36099
|
+
return this.apiClient.callApi(
|
|
36100
|
+
'/api/v2/learning/modules/{moduleId}/preview',
|
|
36101
|
+
'GET',
|
|
36102
|
+
{ 'moduleId': moduleId },
|
|
36103
|
+
{ },
|
|
36104
|
+
{ },
|
|
36105
|
+
{ },
|
|
36106
|
+
null,
|
|
36107
|
+
['PureCloud OAuth'],
|
|
36108
|
+
['application/json'],
|
|
36109
|
+
['application/json']
|
|
36110
|
+
);
|
|
36111
|
+
}
|
|
36112
|
+
|
|
36166
36113
|
/**
|
|
36167
36114
|
* Get a learning module rule
|
|
36168
36115
|
*
|
|
@@ -36315,6 +36262,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36315
36262
|
);
|
|
36316
36263
|
}
|
|
36317
36264
|
|
|
36265
|
+
/**
|
|
36266
|
+
* Get Learning SCORM Result
|
|
36267
|
+
*
|
|
36268
|
+
* @param {String} scormId The ID of the SCORM package
|
|
36269
|
+
*/
|
|
36270
|
+
getLearningScormScormId(scormId) {
|
|
36271
|
+
// verify the required parameter 'scormId' is set
|
|
36272
|
+
if (scormId === undefined || scormId === null) {
|
|
36273
|
+
throw 'Missing the required parameter "scormId" when calling getLearningScormScormId';
|
|
36274
|
+
}
|
|
36275
|
+
|
|
36276
|
+
return this.apiClient.callApi(
|
|
36277
|
+
'/api/v2/learning/scorm/{scormId}',
|
|
36278
|
+
'GET',
|
|
36279
|
+
{ 'scormId': scormId },
|
|
36280
|
+
{ },
|
|
36281
|
+
{ },
|
|
36282
|
+
{ },
|
|
36283
|
+
null,
|
|
36284
|
+
['PureCloud OAuth'],
|
|
36285
|
+
['application/json'],
|
|
36286
|
+
['application/json']
|
|
36287
|
+
);
|
|
36288
|
+
}
|
|
36289
|
+
|
|
36318
36290
|
/**
|
|
36319
36291
|
* Update Learning Assignment
|
|
36320
36292
|
*
|
|
@@ -36373,6 +36345,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36373
36345
|
);
|
|
36374
36346
|
}
|
|
36375
36347
|
|
|
36348
|
+
/**
|
|
36349
|
+
* Update Learning Assignment Step
|
|
36350
|
+
* Permission not required if you are the assigned user of the learning assignment
|
|
36351
|
+
* @param {String} assignmentId The ID of Learning Assignment
|
|
36352
|
+
* @param {String} stepId The ID of Learning Assignment Step
|
|
36353
|
+
* @param {Object} opts Optional parameters
|
|
36354
|
+
* @param {Object} opts.body The Learning Assignment Step to be updated
|
|
36355
|
+
*/
|
|
36356
|
+
patchLearningAssignmentStep(assignmentId, stepId, opts) {
|
|
36357
|
+
opts = opts || {};
|
|
36358
|
+
|
|
36359
|
+
// verify the required parameter 'assignmentId' is set
|
|
36360
|
+
if (assignmentId === undefined || assignmentId === null) {
|
|
36361
|
+
throw 'Missing the required parameter "assignmentId" when calling patchLearningAssignmentStep';
|
|
36362
|
+
}
|
|
36363
|
+
// verify the required parameter 'stepId' is set
|
|
36364
|
+
if (stepId === undefined || stepId === null) {
|
|
36365
|
+
throw 'Missing the required parameter "stepId" when calling patchLearningAssignmentStep';
|
|
36366
|
+
}
|
|
36367
|
+
|
|
36368
|
+
return this.apiClient.callApi(
|
|
36369
|
+
'/api/v2/learning/assignments/{assignmentId}/steps/{stepId}',
|
|
36370
|
+
'PATCH',
|
|
36371
|
+
{ 'assignmentId': assignmentId,'stepId': stepId },
|
|
36372
|
+
{ },
|
|
36373
|
+
{ },
|
|
36374
|
+
{ },
|
|
36375
|
+
opts['body'],
|
|
36376
|
+
['PureCloud OAuth'],
|
|
36377
|
+
['application/json'],
|
|
36378
|
+
['application/json']
|
|
36379
|
+
);
|
|
36380
|
+
}
|
|
36381
|
+
|
|
36376
36382
|
/**
|
|
36377
36383
|
* Update an external assignment for a specific user
|
|
36378
36384
|
*
|
|
@@ -36724,6 +36730,30 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36724
36730
|
);
|
|
36725
36731
|
}
|
|
36726
36732
|
|
|
36733
|
+
/**
|
|
36734
|
+
* Create a SCORM package upload request
|
|
36735
|
+
*
|
|
36736
|
+
* @param {Object} opts Optional parameters
|
|
36737
|
+
* @param {Object} opts.body The SCORM package to be uploaded
|
|
36738
|
+
*/
|
|
36739
|
+
postLearningScorm(opts) {
|
|
36740
|
+
opts = opts || {};
|
|
36741
|
+
|
|
36742
|
+
|
|
36743
|
+
return this.apiClient.callApi(
|
|
36744
|
+
'/api/v2/learning/scorm',
|
|
36745
|
+
'POST',
|
|
36746
|
+
{ },
|
|
36747
|
+
{ },
|
|
36748
|
+
{ },
|
|
36749
|
+
{ },
|
|
36750
|
+
opts['body'],
|
|
36751
|
+
['PureCloud OAuth'],
|
|
36752
|
+
['application/json'],
|
|
36753
|
+
['application/json']
|
|
36754
|
+
);
|
|
36755
|
+
}
|
|
36756
|
+
|
|
36727
36757
|
/**
|
|
36728
36758
|
* Update a learning module
|
|
36729
36759
|
* This will update the name, description, completion time in days and inform steps for a learning module
|
|
@@ -36754,6 +36784,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36754
36784
|
);
|
|
36755
36785
|
}
|
|
36756
36786
|
|
|
36787
|
+
/**
|
|
36788
|
+
* Update a learning module preview
|
|
36789
|
+
* This will update a learning module preview
|
|
36790
|
+
* @param {String} moduleId The ID of the learning module
|
|
36791
|
+
* @param {Object} body The learning module to be updated
|
|
36792
|
+
*/
|
|
36793
|
+
putLearningModulePreview(moduleId, body) {
|
|
36794
|
+
// verify the required parameter 'moduleId' is set
|
|
36795
|
+
if (moduleId === undefined || moduleId === null) {
|
|
36796
|
+
throw 'Missing the required parameter "moduleId" when calling putLearningModulePreview';
|
|
36797
|
+
}
|
|
36798
|
+
// verify the required parameter 'body' is set
|
|
36799
|
+
if (body === undefined || body === null) {
|
|
36800
|
+
throw 'Missing the required parameter "body" when calling putLearningModulePreview';
|
|
36801
|
+
}
|
|
36802
|
+
|
|
36803
|
+
return this.apiClient.callApi(
|
|
36804
|
+
'/api/v2/learning/modules/{moduleId}/preview',
|
|
36805
|
+
'PUT',
|
|
36806
|
+
{ 'moduleId': moduleId },
|
|
36807
|
+
{ },
|
|
36808
|
+
{ },
|
|
36809
|
+
{ },
|
|
36810
|
+
body,
|
|
36811
|
+
['PureCloud OAuth'],
|
|
36812
|
+
['application/json'],
|
|
36813
|
+
['application/json']
|
|
36814
|
+
);
|
|
36815
|
+
}
|
|
36816
|
+
|
|
36757
36817
|
/**
|
|
36758
36818
|
* Update a learning module rule
|
|
36759
36819
|
* This will update a learning module rule with the specified fields.
|
|
@@ -36790,7 +36850,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36790
36850
|
/**
|
|
36791
36851
|
* License service.
|
|
36792
36852
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
36793
|
-
* @version
|
|
36853
|
+
* @version 195.0.0
|
|
36794
36854
|
*/
|
|
36795
36855
|
|
|
36796
36856
|
/**
|
|
@@ -37028,7 +37088,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37028
37088
|
/**
|
|
37029
37089
|
* Locations service.
|
|
37030
37090
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
37031
|
-
* @version
|
|
37091
|
+
* @version 195.0.0
|
|
37032
37092
|
*/
|
|
37033
37093
|
|
|
37034
37094
|
/**
|
|
@@ -37264,7 +37324,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37264
37324
|
/**
|
|
37265
37325
|
* LogCapture service.
|
|
37266
37326
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
37267
|
-
* @version
|
|
37327
|
+
* @version 195.0.0
|
|
37268
37328
|
*/
|
|
37269
37329
|
|
|
37270
37330
|
/**
|
|
@@ -37464,7 +37524,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37464
37524
|
/**
|
|
37465
37525
|
* Messaging service.
|
|
37466
37526
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
37467
|
-
* @version
|
|
37527
|
+
* @version 195.0.0
|
|
37468
37528
|
*/
|
|
37469
37529
|
|
|
37470
37530
|
/**
|
|
@@ -37823,7 +37883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37823
37883
|
/**
|
|
37824
37884
|
* MobileDevices service.
|
|
37825
37885
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
37826
|
-
* @version
|
|
37886
|
+
* @version 195.0.0
|
|
37827
37887
|
*/
|
|
37828
37888
|
|
|
37829
37889
|
/**
|
|
@@ -37974,7 +38034,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37974
38034
|
/**
|
|
37975
38035
|
* Notifications service.
|
|
37976
38036
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
37977
|
-
* @version
|
|
38037
|
+
* @version 195.0.0
|
|
37978
38038
|
*/
|
|
37979
38039
|
|
|
37980
38040
|
/**
|
|
@@ -38207,7 +38267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38207
38267
|
/**
|
|
38208
38268
|
* OAuth service.
|
|
38209
38269
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
38210
|
-
* @version
|
|
38270
|
+
* @version 195.0.0
|
|
38211
38271
|
*/
|
|
38212
38272
|
|
|
38213
38273
|
/**
|
|
@@ -38573,7 +38633,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38573
38633
|
/**
|
|
38574
38634
|
* Objects service.
|
|
38575
38635
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
38576
|
-
* @version
|
|
38636
|
+
* @version 195.0.0
|
|
38577
38637
|
*/
|
|
38578
38638
|
|
|
38579
38639
|
/**
|
|
@@ -38843,7 +38903,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38843
38903
|
/**
|
|
38844
38904
|
* OperationalEvents service.
|
|
38845
38905
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
38846
|
-
* @version
|
|
38906
|
+
* @version 195.0.0
|
|
38847
38907
|
*/
|
|
38848
38908
|
|
|
38849
38909
|
/**
|
|
@@ -38909,7 +38969,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38909
38969
|
/**
|
|
38910
38970
|
* Organization service.
|
|
38911
38971
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
38912
|
-
* @version
|
|
38972
|
+
* @version 195.0.0
|
|
38913
38973
|
*/
|
|
38914
38974
|
|
|
38915
38975
|
/**
|
|
@@ -39384,7 +39444,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39384
39444
|
/**
|
|
39385
39445
|
* OrganizationAuthorization service.
|
|
39386
39446
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
39387
|
-
* @version
|
|
39447
|
+
* @version 195.0.0
|
|
39388
39448
|
*/
|
|
39389
39449
|
|
|
39390
39450
|
/**
|
|
@@ -40731,7 +40791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40731
40791
|
/**
|
|
40732
40792
|
* Outbound service.
|
|
40733
40793
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
40734
|
-
* @version
|
|
40794
|
+
* @version 195.0.0
|
|
40735
40795
|
*/
|
|
40736
40796
|
|
|
40737
40797
|
/**
|
|
@@ -41783,6 +41843,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41783
41843
|
);
|
|
41784
41844
|
}
|
|
41785
41845
|
|
|
41846
|
+
/**
|
|
41847
|
+
* Get line distribution information for campaigns using same Edge Group or Site as given campaign
|
|
41848
|
+
*
|
|
41849
|
+
* @param {String} campaignId Campaign ID
|
|
41850
|
+
* @param {Object} opts Optional parameters
|
|
41851
|
+
* @param {Boolean} opts.includeOnlyActiveCampaigns If true will return only active Campaigns (default to true)
|
|
41852
|
+
* @param {String} opts.edgeGroupId Edge group to be used in line distribution calculations instead of current Campaign's Edge Group. Campaign's Site and Edge Group are mutually exclusive.
|
|
41853
|
+
* @param {String} opts.siteId Site to be used in line distribution calculations instead of current Campaign's Site. Campaign's Site and Edge Group are mutually exclusive.
|
|
41854
|
+
* @param {Boolean} opts.useWeight Enable usage of weight, this value overrides current Campaign's setting in line distribution calculations
|
|
41855
|
+
* @param {Number} opts.relativeWeight Relative weight to be used in line distribution calculations instead of current Campaign's relative weight
|
|
41856
|
+
* @param {Number} opts.outboundLineCount The number of outbound lines to be used in line distribution calculations, instead of current Campaign's Outbound Lines Count
|
|
41857
|
+
*/
|
|
41858
|
+
getOutboundCampaignLinedistribution(campaignId, opts) {
|
|
41859
|
+
opts = opts || {};
|
|
41860
|
+
|
|
41861
|
+
// verify the required parameter 'campaignId' is set
|
|
41862
|
+
if (campaignId === undefined || campaignId === null) {
|
|
41863
|
+
throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignLinedistribution';
|
|
41864
|
+
}
|
|
41865
|
+
|
|
41866
|
+
return this.apiClient.callApi(
|
|
41867
|
+
'/api/v2/outbound/campaigns/{campaignId}/linedistribution',
|
|
41868
|
+
'GET',
|
|
41869
|
+
{ 'campaignId': campaignId },
|
|
41870
|
+
{ 'includeOnlyActiveCampaigns': opts['includeOnlyActiveCampaigns'],'edgeGroupId': opts['edgeGroupId'],'siteId': opts['siteId'],'useWeight': opts['useWeight'],'relativeWeight': opts['relativeWeight'],'outboundLineCount': opts['outboundLineCount'] },
|
|
41871
|
+
{ },
|
|
41872
|
+
{ },
|
|
41873
|
+
null,
|
|
41874
|
+
['PureCloud OAuth'],
|
|
41875
|
+
['application/json'],
|
|
41876
|
+
['application/json']
|
|
41877
|
+
);
|
|
41878
|
+
}
|
|
41879
|
+
|
|
41786
41880
|
/**
|
|
41787
41881
|
* Get campaign progress
|
|
41788
41882
|
*
|
|
@@ -43759,6 +43853,96 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43759
43853
|
);
|
|
43760
43854
|
}
|
|
43761
43855
|
|
|
43856
|
+
/**
|
|
43857
|
+
* Start an async job to delete contacts using a filter.
|
|
43858
|
+
*
|
|
43859
|
+
* @param {String} contactListId Contact List ID
|
|
43860
|
+
* @param {Object} body Contact filter information.
|
|
43861
|
+
*/
|
|
43862
|
+
postOutboundContactlistContactsBulkRemove(contactListId, body) {
|
|
43863
|
+
// verify the required parameter 'contactListId' is set
|
|
43864
|
+
if (contactListId === undefined || contactListId === null) {
|
|
43865
|
+
throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkRemove';
|
|
43866
|
+
}
|
|
43867
|
+
// verify the required parameter 'body' is set
|
|
43868
|
+
if (body === undefined || body === null) {
|
|
43869
|
+
throw 'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkRemove';
|
|
43870
|
+
}
|
|
43871
|
+
|
|
43872
|
+
return this.apiClient.callApi(
|
|
43873
|
+
'/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/remove',
|
|
43874
|
+
'POST',
|
|
43875
|
+
{ 'contactListId': contactListId },
|
|
43876
|
+
{ },
|
|
43877
|
+
{ },
|
|
43878
|
+
{ },
|
|
43879
|
+
body,
|
|
43880
|
+
['PureCloud OAuth'],
|
|
43881
|
+
['application/json'],
|
|
43882
|
+
['application/json']
|
|
43883
|
+
);
|
|
43884
|
+
}
|
|
43885
|
+
|
|
43886
|
+
/**
|
|
43887
|
+
* Start an async job to bulk edit contacts.
|
|
43888
|
+
*
|
|
43889
|
+
* @param {String} contactListId Contact List ID
|
|
43890
|
+
* @param {Object} body Contact bulk edit request information.
|
|
43891
|
+
*/
|
|
43892
|
+
postOutboundContactlistContactsBulkUpdate(contactListId, body) {
|
|
43893
|
+
// verify the required parameter 'contactListId' is set
|
|
43894
|
+
if (contactListId === undefined || contactListId === null) {
|
|
43895
|
+
throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkUpdate';
|
|
43896
|
+
}
|
|
43897
|
+
// verify the required parameter 'body' is set
|
|
43898
|
+
if (body === undefined || body === null) {
|
|
43899
|
+
throw 'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkUpdate';
|
|
43900
|
+
}
|
|
43901
|
+
|
|
43902
|
+
return this.apiClient.callApi(
|
|
43903
|
+
'/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/update',
|
|
43904
|
+
'POST',
|
|
43905
|
+
{ 'contactListId': contactListId },
|
|
43906
|
+
{ },
|
|
43907
|
+
{ },
|
|
43908
|
+
{ },
|
|
43909
|
+
body,
|
|
43910
|
+
['PureCloud OAuth'],
|
|
43911
|
+
['application/json'],
|
|
43912
|
+
['application/json']
|
|
43913
|
+
);
|
|
43914
|
+
}
|
|
43915
|
+
|
|
43916
|
+
/**
|
|
43917
|
+
* Query contacts from a contact list.
|
|
43918
|
+
*
|
|
43919
|
+
* @param {String} contactListId Contact List ID
|
|
43920
|
+
* @param {Object} body Contact search parameters.
|
|
43921
|
+
*/
|
|
43922
|
+
postOutboundContactlistContactsSearch(contactListId, body) {
|
|
43923
|
+
// verify the required parameter 'contactListId' is set
|
|
43924
|
+
if (contactListId === undefined || contactListId === null) {
|
|
43925
|
+
throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsSearch';
|
|
43926
|
+
}
|
|
43927
|
+
// verify the required parameter 'body' is set
|
|
43928
|
+
if (body === undefined || body === null) {
|
|
43929
|
+
throw 'Missing the required parameter "body" when calling postOutboundContactlistContactsSearch';
|
|
43930
|
+
}
|
|
43931
|
+
|
|
43932
|
+
return this.apiClient.callApi(
|
|
43933
|
+
'/api/v2/outbound/contactlists/{contactListId}/contacts/search',
|
|
43934
|
+
'POST',
|
|
43935
|
+
{ 'contactListId': contactListId },
|
|
43936
|
+
{ },
|
|
43937
|
+
{ },
|
|
43938
|
+
{ },
|
|
43939
|
+
body,
|
|
43940
|
+
['PureCloud OAuth'],
|
|
43941
|
+
['application/json'],
|
|
43942
|
+
['application/json']
|
|
43943
|
+
);
|
|
43944
|
+
}
|
|
43945
|
+
|
|
43762
43946
|
/**
|
|
43763
43947
|
* Initiate the export of a contact list.
|
|
43764
43948
|
* Returns 200 if received OK.
|
|
@@ -44973,7 +45157,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44973
45157
|
/**
|
|
44974
45158
|
* Presence service.
|
|
44975
45159
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
44976
|
-
* @version
|
|
45160
|
+
* @version 195.0.0
|
|
44977
45161
|
*/
|
|
44978
45162
|
|
|
44979
45163
|
/**
|
|
@@ -45717,7 +45901,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45717
45901
|
/**
|
|
45718
45902
|
* ProcessAutomation service.
|
|
45719
45903
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
45720
|
-
* @version
|
|
45904
|
+
* @version 195.0.0
|
|
45721
45905
|
*/
|
|
45722
45906
|
|
|
45723
45907
|
/**
|
|
@@ -45956,7 +46140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45956
46140
|
/**
|
|
45957
46141
|
* Quality service.
|
|
45958
46142
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
45959
|
-
* @version
|
|
46143
|
+
* @version 195.0.0
|
|
45960
46144
|
*/
|
|
45961
46145
|
|
|
45962
46146
|
/**
|
|
@@ -47713,7 +47897,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47713
47897
|
/**
|
|
47714
47898
|
* Recording service.
|
|
47715
47899
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
47716
|
-
* @version
|
|
47900
|
+
* @version 195.0.0
|
|
47717
47901
|
*/
|
|
47718
47902
|
|
|
47719
47903
|
/**
|
|
@@ -49371,7 +49555,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49371
49555
|
/**
|
|
49372
49556
|
* ResponseManagement service.
|
|
49373
49557
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
49374
|
-
* @version
|
|
49558
|
+
* @version 195.0.0
|
|
49375
49559
|
*/
|
|
49376
49560
|
|
|
49377
49561
|
/**
|
|
@@ -49881,7 +50065,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49881
50065
|
/**
|
|
49882
50066
|
* Routing service.
|
|
49883
50067
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
49884
|
-
* @version
|
|
50068
|
+
* @version 195.0.0
|
|
49885
50069
|
*/
|
|
49886
50070
|
|
|
49887
50071
|
/**
|
|
@@ -50342,7 +50526,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50342
50526
|
* @param {String} labelId Utilization Label ID
|
|
50343
50527
|
* @param {Object} opts Optional parameters
|
|
50344
50528
|
* @param {Boolean} opts.forceDelete Remove all label usages (if found) without warning (default to false)
|
|
50345
|
-
* deleteRoutingUtilizationLabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
50346
50529
|
*/
|
|
50347
50530
|
deleteRoutingUtilizationLabel(labelId, opts) {
|
|
50348
50531
|
opts = opts || {};
|
|
@@ -51861,7 +52044,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51861
52044
|
* Get details about this utilization label
|
|
51862
52045
|
*
|
|
51863
52046
|
* @param {String} labelId Utilization Label ID
|
|
51864
|
-
* getRoutingUtilizationLabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
51865
52047
|
*/
|
|
51866
52048
|
getRoutingUtilizationLabel(labelId) {
|
|
51867
52049
|
// verify the required parameter 'labelId' is set
|
|
@@ -51887,7 +52069,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51887
52069
|
* Get list of agent ids associated with a utilization label
|
|
51888
52070
|
*
|
|
51889
52071
|
* @param {String} labelId Utilization Label ID
|
|
51890
|
-
* getRoutingUtilizationLabelAgents is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
51891
52072
|
*/
|
|
51892
52073
|
getRoutingUtilizationLabelAgents(labelId) {
|
|
51893
52074
|
// verify the required parameter 'labelId' is set
|
|
@@ -51917,7 +52098,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51917
52098
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
51918
52099
|
* @param {Object} opts.sortOrder Sort order by name (default to ascending)
|
|
51919
52100
|
* @param {String} opts.name Utilization label's name (Wildcard is supported, e.g., 'label1*', '*label*'
|
|
51920
|
-
* getRoutingUtilizationLabels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
51921
52101
|
*/
|
|
51922
52102
|
getRoutingUtilizationLabels(opts) {
|
|
51923
52103
|
opts = opts || {};
|
|
@@ -53340,7 +53520,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53340
53520
|
* Create a utilization label
|
|
53341
53521
|
*
|
|
53342
53522
|
* @param {Object} body UtilizationLabel
|
|
53343
|
-
* postRoutingUtilizationLabels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
53344
53523
|
*/
|
|
53345
53524
|
postRoutingUtilizationLabels(body) {
|
|
53346
53525
|
// verify the required parameter 'body' is set
|
|
@@ -53733,7 +53912,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53733
53912
|
*
|
|
53734
53913
|
* @param {String} labelId Utilization Label ID
|
|
53735
53914
|
* @param {Object} body UtilizationLabel
|
|
53736
|
-
* putRoutingUtilizationLabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
53737
53915
|
*/
|
|
53738
53916
|
putRoutingUtilizationLabel(labelId, body) {
|
|
53739
53917
|
// verify the required parameter 'labelId' is set
|
|
@@ -53860,7 +54038,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53860
54038
|
/**
|
|
53861
54039
|
* SCIM service.
|
|
53862
54040
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
53863
|
-
* @version
|
|
54041
|
+
* @version 195.0.0
|
|
53864
54042
|
*/
|
|
53865
54043
|
|
|
53866
54044
|
/**
|
|
@@ -54737,7 +54915,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54737
54915
|
/**
|
|
54738
54916
|
* ScreenRecording service.
|
|
54739
54917
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
54740
|
-
* @version
|
|
54918
|
+
* @version 195.0.0
|
|
54741
54919
|
*/
|
|
54742
54920
|
|
|
54743
54921
|
/**
|
|
@@ -54782,7 +54960,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54782
54960
|
/**
|
|
54783
54961
|
* Scripts service.
|
|
54784
54962
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
54785
|
-
* @version
|
|
54963
|
+
* @version 195.0.0
|
|
54786
54964
|
*/
|
|
54787
54965
|
|
|
54788
54966
|
/**
|
|
@@ -55226,7 +55404,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55226
55404
|
/**
|
|
55227
55405
|
* Search service.
|
|
55228
55406
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
55229
|
-
* @version
|
|
55407
|
+
* @version 195.0.0
|
|
55230
55408
|
*/
|
|
55231
55409
|
|
|
55232
55410
|
/**
|
|
@@ -55915,7 +56093,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55915
56093
|
/**
|
|
55916
56094
|
* Settings service.
|
|
55917
56095
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
55918
|
-
* @version
|
|
56096
|
+
* @version 195.0.0
|
|
55919
56097
|
*/
|
|
55920
56098
|
|
|
55921
56099
|
/**
|
|
@@ -56027,7 +56205,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56027
56205
|
/**
|
|
56028
56206
|
* SpeechTextAnalytics service.
|
|
56029
56207
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
56030
|
-
* @version
|
|
56208
|
+
* @version 195.0.0
|
|
56031
56209
|
*/
|
|
56032
56210
|
|
|
56033
56211
|
/**
|
|
@@ -56042,6 +56220,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56042
56220
|
}
|
|
56043
56221
|
|
|
56044
56222
|
|
|
56223
|
+
/**
|
|
56224
|
+
* Delete a Speech and Text Analytics category by ID
|
|
56225
|
+
*
|
|
56226
|
+
* @param {String} categoryId The id of the category
|
|
56227
|
+
*/
|
|
56228
|
+
deleteSpeechandtextanalyticsCategory(categoryId) {
|
|
56229
|
+
// verify the required parameter 'categoryId' is set
|
|
56230
|
+
if (categoryId === undefined || categoryId === null) {
|
|
56231
|
+
throw 'Missing the required parameter "categoryId" when calling deleteSpeechandtextanalyticsCategory';
|
|
56232
|
+
}
|
|
56233
|
+
|
|
56234
|
+
return this.apiClient.callApi(
|
|
56235
|
+
'/api/v2/speechandtextanalytics/categories/{categoryId}',
|
|
56236
|
+
'DELETE',
|
|
56237
|
+
{ 'categoryId': categoryId },
|
|
56238
|
+
{ },
|
|
56239
|
+
{ },
|
|
56240
|
+
{ },
|
|
56241
|
+
null,
|
|
56242
|
+
['PureCloud OAuth'],
|
|
56243
|
+
['application/json'],
|
|
56244
|
+
['application/json']
|
|
56245
|
+
);
|
|
56246
|
+
}
|
|
56247
|
+
|
|
56045
56248
|
/**
|
|
56046
56249
|
* Delete a Speech and Text Analytics DictionaryFeedback by Id
|
|
56047
56250
|
*
|
|
@@ -56166,6 +56369,60 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56166
56369
|
);
|
|
56167
56370
|
}
|
|
56168
56371
|
|
|
56372
|
+
/**
|
|
56373
|
+
* Get the list of Speech and Text Analytics categories
|
|
56374
|
+
*
|
|
56375
|
+
* @param {Object} opts Optional parameters
|
|
56376
|
+
* @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 50. (default to 25)
|
|
56377
|
+
* @param {Number} opts.pageNumber The page number for the listing (default to 1)
|
|
56378
|
+
* @param {String} opts.name The category name filter applied to the listing
|
|
56379
|
+
* @param {Object} opts.sortOrder The sort order for the listing (default to asc)
|
|
56380
|
+
* @param {Object} opts.sortBy The field to sort by for the listing (default to name)
|
|
56381
|
+
* @param {Array.<String>} opts.ids Comma separated Category IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
|
|
56382
|
+
*/
|
|
56383
|
+
getSpeechandtextanalyticsCategories(opts) {
|
|
56384
|
+
opts = opts || {};
|
|
56385
|
+
|
|
56386
|
+
|
|
56387
|
+
return this.apiClient.callApi(
|
|
56388
|
+
'/api/v2/speechandtextanalytics/categories',
|
|
56389
|
+
'GET',
|
|
56390
|
+
{ },
|
|
56391
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'sortOrder': opts['sortOrder'],'sortBy': opts['sortBy'],'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi') },
|
|
56392
|
+
{ },
|
|
56393
|
+
{ },
|
|
56394
|
+
null,
|
|
56395
|
+
['PureCloud OAuth'],
|
|
56396
|
+
['application/json'],
|
|
56397
|
+
['application/json']
|
|
56398
|
+
);
|
|
56399
|
+
}
|
|
56400
|
+
|
|
56401
|
+
/**
|
|
56402
|
+
* Get a Speech and Text Analytics Category by ID
|
|
56403
|
+
*
|
|
56404
|
+
* @param {String} categoryId The id of the category
|
|
56405
|
+
*/
|
|
56406
|
+
getSpeechandtextanalyticsCategory(categoryId) {
|
|
56407
|
+
// verify the required parameter 'categoryId' is set
|
|
56408
|
+
if (categoryId === undefined || categoryId === null) {
|
|
56409
|
+
throw 'Missing the required parameter "categoryId" when calling getSpeechandtextanalyticsCategory';
|
|
56410
|
+
}
|
|
56411
|
+
|
|
56412
|
+
return this.apiClient.callApi(
|
|
56413
|
+
'/api/v2/speechandtextanalytics/categories/{categoryId}',
|
|
56414
|
+
'GET',
|
|
56415
|
+
{ 'categoryId': categoryId },
|
|
56416
|
+
{ },
|
|
56417
|
+
{ },
|
|
56418
|
+
{ },
|
|
56419
|
+
null,
|
|
56420
|
+
['PureCloud OAuth'],
|
|
56421
|
+
['application/json'],
|
|
56422
|
+
['application/json']
|
|
56423
|
+
);
|
|
56424
|
+
}
|
|
56425
|
+
|
|
56169
56426
|
/**
|
|
56170
56427
|
* Get Speech and Text Analytics for a specific conversation
|
|
56171
56428
|
*
|
|
@@ -56191,6 +56448,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56191
56448
|
);
|
|
56192
56449
|
}
|
|
56193
56450
|
|
|
56451
|
+
/**
|
|
56452
|
+
* Get the list of detected Speech and Text Analytics categories of conversation
|
|
56453
|
+
*
|
|
56454
|
+
* @param {String} conversationId The id of the conversation
|
|
56455
|
+
* @param {Object} opts Optional parameters
|
|
56456
|
+
* @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 50. (default to 25)
|
|
56457
|
+
* @param {Number} opts.pageNumber The page number for the listing (default to 1)
|
|
56458
|
+
*/
|
|
56459
|
+
getSpeechandtextanalyticsConversationCategories(conversationId, opts) {
|
|
56460
|
+
opts = opts || {};
|
|
56461
|
+
|
|
56462
|
+
// verify the required parameter 'conversationId' is set
|
|
56463
|
+
if (conversationId === undefined || conversationId === null) {
|
|
56464
|
+
throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCategories';
|
|
56465
|
+
}
|
|
56466
|
+
|
|
56467
|
+
return this.apiClient.callApi(
|
|
56468
|
+
'/api/v2/speechandtextanalytics/conversations/{conversationId}/categories',
|
|
56469
|
+
'GET',
|
|
56470
|
+
{ 'conversationId': conversationId },
|
|
56471
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
56472
|
+
{ },
|
|
56473
|
+
{ },
|
|
56474
|
+
null,
|
|
56475
|
+
['PureCloud OAuth'],
|
|
56476
|
+
['application/json'],
|
|
56477
|
+
['application/json']
|
|
56478
|
+
);
|
|
56479
|
+
}
|
|
56480
|
+
|
|
56194
56481
|
/**
|
|
56195
56482
|
* Get the pre-signed S3 URL for the transcript of a specific communication of a conversation
|
|
56196
56483
|
*
|
|
@@ -56761,6 +57048,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56761
57048
|
);
|
|
56762
57049
|
}
|
|
56763
57050
|
|
|
57051
|
+
/**
|
|
57052
|
+
* Create new Speech and Text Analytics category
|
|
57053
|
+
*
|
|
57054
|
+
* @param {Object} body The category to create
|
|
57055
|
+
*/
|
|
57056
|
+
postSpeechandtextanalyticsCategories(body) {
|
|
57057
|
+
// verify the required parameter 'body' is set
|
|
57058
|
+
if (body === undefined || body === null) {
|
|
57059
|
+
throw 'Missing the required parameter "body" when calling postSpeechandtextanalyticsCategories';
|
|
57060
|
+
}
|
|
57061
|
+
|
|
57062
|
+
return this.apiClient.callApi(
|
|
57063
|
+
'/api/v2/speechandtextanalytics/categories',
|
|
57064
|
+
'POST',
|
|
57065
|
+
{ },
|
|
57066
|
+
{ },
|
|
57067
|
+
{ },
|
|
57068
|
+
{ },
|
|
57069
|
+
body,
|
|
57070
|
+
['PureCloud OAuth'],
|
|
57071
|
+
['application/json'],
|
|
57072
|
+
['application/json']
|
|
57073
|
+
);
|
|
57074
|
+
}
|
|
57075
|
+
|
|
56764
57076
|
/**
|
|
56765
57077
|
* Create a Speech and Text Analytics DictionaryFeedback
|
|
56766
57078
|
*
|
|
@@ -56961,6 +57273,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56961
57273
|
);
|
|
56962
57274
|
}
|
|
56963
57275
|
|
|
57276
|
+
/**
|
|
57277
|
+
* Update a Speech and Text Analytics category by ID
|
|
57278
|
+
*
|
|
57279
|
+
* @param {String} categoryId The id of the category
|
|
57280
|
+
* @param {Object} body The updated category
|
|
57281
|
+
*/
|
|
57282
|
+
putSpeechandtextanalyticsCategory(categoryId, body) {
|
|
57283
|
+
// verify the required parameter 'categoryId' is set
|
|
57284
|
+
if (categoryId === undefined || categoryId === null) {
|
|
57285
|
+
throw 'Missing the required parameter "categoryId" when calling putSpeechandtextanalyticsCategory';
|
|
57286
|
+
}
|
|
57287
|
+
// verify the required parameter 'body' is set
|
|
57288
|
+
if (body === undefined || body === null) {
|
|
57289
|
+
throw 'Missing the required parameter "body" when calling putSpeechandtextanalyticsCategory';
|
|
57290
|
+
}
|
|
57291
|
+
|
|
57292
|
+
return this.apiClient.callApi(
|
|
57293
|
+
'/api/v2/speechandtextanalytics/categories/{categoryId}',
|
|
57294
|
+
'PUT',
|
|
57295
|
+
{ 'categoryId': categoryId },
|
|
57296
|
+
{ },
|
|
57297
|
+
{ },
|
|
57298
|
+
{ },
|
|
57299
|
+
body,
|
|
57300
|
+
['PureCloud OAuth'],
|
|
57301
|
+
['application/json'],
|
|
57302
|
+
['application/json']
|
|
57303
|
+
);
|
|
57304
|
+
}
|
|
57305
|
+
|
|
56964
57306
|
/**
|
|
56965
57307
|
* Update existing Speech and Text Analytics dictionary feedback by id
|
|
56966
57308
|
*
|
|
@@ -57141,7 +57483,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57141
57483
|
/**
|
|
57142
57484
|
* Stations service.
|
|
57143
57485
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
57144
|
-
* @version
|
|
57486
|
+
* @version 195.0.0
|
|
57145
57487
|
*/
|
|
57146
57488
|
|
|
57147
57489
|
/**
|
|
@@ -57243,7 +57585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57243
57585
|
/**
|
|
57244
57586
|
* Suggest service.
|
|
57245
57587
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
57246
|
-
* @version
|
|
57588
|
+
* @version 195.0.0
|
|
57247
57589
|
*/
|
|
57248
57590
|
|
|
57249
57591
|
/**
|
|
@@ -57382,7 +57724,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57382
57724
|
/**
|
|
57383
57725
|
* TaskManagement service.
|
|
57384
57726
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
57385
|
-
* @version
|
|
57727
|
+
* @version 195.0.0
|
|
57386
57728
|
*/
|
|
57387
57729
|
|
|
57388
57730
|
/**
|
|
@@ -58730,7 +59072,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58730
59072
|
/**
|
|
58731
59073
|
* Teams service.
|
|
58732
59074
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
58733
|
-
* @version
|
|
59075
|
+
* @version 195.0.0
|
|
58734
59076
|
*/
|
|
58735
59077
|
|
|
58736
59078
|
/**
|
|
@@ -59031,7 +59373,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59031
59373
|
/**
|
|
59032
59374
|
* Telephony service.
|
|
59033
59375
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
59034
|
-
* @version
|
|
59376
|
+
* @version 195.0.0
|
|
59035
59377
|
*/
|
|
59036
59378
|
|
|
59037
59379
|
/**
|
|
@@ -59213,7 +59555,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59213
59555
|
/**
|
|
59214
59556
|
* TelephonyProvidersEdge service.
|
|
59215
59557
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
59216
|
-
* @version
|
|
59558
|
+
* @version 195.0.0
|
|
59217
59559
|
*/
|
|
59218
59560
|
|
|
59219
59561
|
/**
|
|
@@ -62541,7 +62883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62541
62883
|
/**
|
|
62542
62884
|
* Textbots service.
|
|
62543
62885
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
62544
|
-
* @version
|
|
62886
|
+
* @version 195.0.0
|
|
62545
62887
|
*/
|
|
62546
62888
|
|
|
62547
62889
|
/**
|
|
@@ -62669,7 +63011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62669
63011
|
/**
|
|
62670
63012
|
* Tokens service.
|
|
62671
63013
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
62672
|
-
* @version
|
|
63014
|
+
* @version 195.0.0
|
|
62673
63015
|
*/
|
|
62674
63016
|
|
|
62675
63017
|
/**
|
|
@@ -62823,7 +63165,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62823
63165
|
/**
|
|
62824
63166
|
* Uploads service.
|
|
62825
63167
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
62826
|
-
* @version
|
|
63168
|
+
* @version 195.0.0
|
|
62827
63169
|
*/
|
|
62828
63170
|
|
|
62829
63171
|
/**
|
|
@@ -63092,7 +63434,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63092
63434
|
/**
|
|
63093
63435
|
* Usage service.
|
|
63094
63436
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
63095
|
-
* @version
|
|
63437
|
+
* @version 195.0.0
|
|
63096
63438
|
*/
|
|
63097
63439
|
|
|
63098
63440
|
/**
|
|
@@ -63307,7 +63649,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63307
63649
|
/**
|
|
63308
63650
|
* UserRecordings service.
|
|
63309
63651
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
63310
|
-
* @version
|
|
63652
|
+
* @version 195.0.0
|
|
63311
63653
|
*/
|
|
63312
63654
|
|
|
63313
63655
|
/**
|
|
@@ -63492,7 +63834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63492
63834
|
/**
|
|
63493
63835
|
* Users service.
|
|
63494
63836
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
63495
|
-
* @version
|
|
63837
|
+
* @version 195.0.0
|
|
63496
63838
|
*/
|
|
63497
63839
|
|
|
63498
63840
|
/**
|
|
@@ -66150,7 +66492,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
66150
66492
|
/**
|
|
66151
66493
|
* Utilities service.
|
|
66152
66494
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
66153
|
-
* @version
|
|
66495
|
+
* @version 195.0.0
|
|
66154
66496
|
*/
|
|
66155
66497
|
|
|
66156
66498
|
/**
|
|
@@ -66261,7 +66603,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
66261
66603
|
/**
|
|
66262
66604
|
* Voicemail service.
|
|
66263
66605
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
66264
|
-
* @version
|
|
66606
|
+
* @version 195.0.0
|
|
66265
66607
|
*/
|
|
66266
66608
|
|
|
66267
66609
|
/**
|
|
@@ -66928,7 +67270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
66928
67270
|
/**
|
|
66929
67271
|
* WebChat service.
|
|
66930
67272
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
66931
|
-
* @version
|
|
67273
|
+
* @version 195.0.0
|
|
66932
67274
|
*/
|
|
66933
67275
|
|
|
66934
67276
|
/**
|
|
@@ -67479,7 +67821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67479
67821
|
/**
|
|
67480
67822
|
* WebDeployments service.
|
|
67481
67823
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
67482
|
-
* @version
|
|
67824
|
+
* @version 195.0.0
|
|
67483
67825
|
*/
|
|
67484
67826
|
|
|
67485
67827
|
/**
|
|
@@ -68006,7 +68348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68006
68348
|
/**
|
|
68007
68349
|
* WebMessaging service.
|
|
68008
68350
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
68009
|
-
* @version
|
|
68351
|
+
* @version 195.0.0
|
|
68010
68352
|
*/
|
|
68011
68353
|
|
|
68012
68354
|
/**
|
|
@@ -68052,7 +68394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68052
68394
|
/**
|
|
68053
68395
|
* Widgets service.
|
|
68054
68396
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
68055
|
-
* @version
|
|
68397
|
+
* @version 195.0.0
|
|
68056
68398
|
*/
|
|
68057
68399
|
|
|
68058
68400
|
/**
|
|
@@ -68198,7 +68540,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68198
68540
|
/**
|
|
68199
68541
|
* WorkforceManagement service.
|
|
68200
68542
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
68201
|
-
* @version
|
|
68543
|
+
* @version 195.0.0
|
|
68202
68544
|
*/
|
|
68203
68545
|
|
|
68204
68546
|
/**
|
|
@@ -74111,7 +74453,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
74111
74453
|
* </pre>
|
|
74112
74454
|
* </p>
|
|
74113
74455
|
* @module purecloud-platform-client-v2/index
|
|
74114
|
-
* @version
|
|
74456
|
+
* @version 195.0.0
|
|
74115
74457
|
*/
|
|
74116
74458
|
class platformClient {
|
|
74117
74459
|
constructor() {
|