purecloud-platform-client-v2 136.1.0 → 137.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.
Files changed (73) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +9544 -9538
  3. package/dist/web-amd/purecloud-platform-client-v2.js +9544 -9538
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +9544 -9538
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +9544 -9538
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +5262 -74
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +14 -5
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +56 -56
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +231 -231
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +534 -534
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +31 -31
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +212 -212
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +12 -12
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +16 -16
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +96 -96
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +192 -192
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +808 -808
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +17 -17
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +337 -337
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +31 -31
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +11 -11
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +246 -246
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +21 -21
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +26 -26
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +88 -88
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +72 -72
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +171 -171
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +311 -311
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +146 -146
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +131 -131
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +151 -151
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +51 -51
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +107 -107
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +49 -49
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +41 -41
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +26 -26
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +26 -26
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +43 -43
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +67 -67
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +50 -50
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +81 -81
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +162 -162
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +608 -608
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +64 -64
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +285 -285
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +302 -302
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +86 -86
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +536 -536
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +195 -195
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +66 -66
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +96 -96
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +194 -194
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +28 -28
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +21 -21
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +16 -16
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +657 -657
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +23 -23
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +21 -21
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +26 -26
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +11 -11
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +31 -31
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +413 -413
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +21 -21
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +140 -140
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +97 -97
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +66 -66
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +6 -6
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +26 -26
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +765 -765
  73. package/src/purecloud-platform-client-v2/index.js +145 -149
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
5
5
  /**
6
6
  * SpeechTextAnalytics service.
7
7
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
8
- * @version 136.1.0
8
+ * @version 137.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -21,11 +21,11 @@ class SpeechTextAnalyticsApi {
21
21
 
22
22
 
23
23
  /**
24
- * Delete a Speech & Text Analytics program by id
24
+ * Delete a Speech and Text Analytics program by id
25
25
  *
26
26
  * @param {String} programId The id of the program
27
27
  * @param {Object} opts Optional parameters
28
- * @param {Boolean} opts.forceDelete Indicates whether the program is forced to be deleted or not. Required when the program to delete is the default program. (default to false)
28
+ * @param {Object} opts.forceDelete Indicates whether the program is forced to be deleted or not. Required when the program to delete is the default program. (default to false)
29
29
  */
30
30
  deleteSpeechandtextanalyticsProgram(programId, opts) {
31
31
  opts = opts || {};
@@ -38,19 +38,19 @@ class SpeechTextAnalyticsApi {
38
38
  return this.apiClient.callApi(
39
39
  '/api/v2/speechandtextanalytics/programs/{programId}',
40
40
  'DELETE',
41
- { 'programId': programId },
42
- { 'forceDelete': opts['forceDelete'] },
43
- { },
44
- { },
41
+ { 'programId': programId },
42
+ { 'forceDelete': opts['forceDelete'] },
43
+ { },
44
+ { },
45
45
  null,
46
46
  ['PureCloud OAuth'],
47
- ['application/json'],
47
+ ['application/json'],
48
48
  ['application/json']
49
49
  );
50
50
  }
51
51
 
52
52
  /**
53
- * Delete All Speech & Text Analytics SentimentFeedback
53
+ * Delete All Speech and Text Analytics SentimentFeedback
54
54
  *
55
55
  */
56
56
  deleteSpeechandtextanalyticsSentimentfeedback() {
@@ -58,19 +58,19 @@ class SpeechTextAnalyticsApi {
58
58
  return this.apiClient.callApi(
59
59
  '/api/v2/speechandtextanalytics/sentimentfeedback',
60
60
  'DELETE',
61
- { },
62
- { },
63
- { },
64
- { },
61
+ { },
62
+ { },
63
+ { },
64
+ { },
65
65
  null,
66
66
  ['PureCloud OAuth'],
67
- ['application/json'],
67
+ ['application/json'],
68
68
  ['application/json']
69
69
  );
70
70
  }
71
71
 
72
72
  /**
73
- * Delete a Speech & Text Analytics SentimentFeedback by Id
73
+ * Delete a Speech and Text Analytics SentimentFeedback by Id
74
74
  *
75
75
  * @param {String} sentimentFeedbackId The Id of the SentimentFeedback
76
76
  */
@@ -83,19 +83,19 @@ class SpeechTextAnalyticsApi {
83
83
  return this.apiClient.callApi(
84
84
  '/api/v2/speechandtextanalytics/sentimentfeedback/{sentimentFeedbackId}',
85
85
  'DELETE',
86
- { 'sentimentFeedbackId': sentimentFeedbackId },
87
- { },
88
- { },
89
- { },
86
+ { 'sentimentFeedbackId': sentimentFeedbackId },
87
+ { },
88
+ { },
89
+ { },
90
90
  null,
91
91
  ['PureCloud OAuth'],
92
- ['application/json'],
92
+ ['application/json'],
93
93
  ['application/json']
94
94
  );
95
95
  }
96
96
 
97
97
  /**
98
- * Delete a Speech & Text Analytics topic by id
98
+ * Delete a Speech and Text Analytics topic by id
99
99
  *
100
100
  * @param {String} topicId The id of the topic
101
101
  */
@@ -108,13 +108,13 @@ class SpeechTextAnalyticsApi {
108
108
  return this.apiClient.callApi(
109
109
  '/api/v2/speechandtextanalytics/topics/{topicId}',
110
110
  'DELETE',
111
- { 'topicId': topicId },
112
- { },
113
- { },
114
- { },
111
+ { 'topicId': topicId },
112
+ { },
113
+ { },
114
+ { },
115
115
  null,
116
116
  ['PureCloud OAuth'],
117
- ['application/json'],
117
+ ['application/json'],
118
118
  ['application/json']
119
119
  );
120
120
  }
@@ -133,13 +133,13 @@ class SpeechTextAnalyticsApi {
133
133
  return this.apiClient.callApi(
134
134
  '/api/v2/speechandtextanalytics/conversations/{conversationId}',
135
135
  'GET',
136
- { 'conversationId': conversationId },
137
- { },
138
- { },
139
- { },
136
+ { 'conversationId': conversationId },
137
+ { },
138
+ { },
139
+ { },
140
140
  null,
141
141
  ['PureCloud OAuth'],
142
- ['application/json'],
142
+ ['application/json'],
143
143
  ['application/json']
144
144
  );
145
145
  }
@@ -163,19 +163,19 @@ class SpeechTextAnalyticsApi {
163
163
  return this.apiClient.callApi(
164
164
  '/api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturl',
165
165
  'GET',
166
- { 'conversationId': conversationId,'communicationId': communicationId },
167
- { },
168
- { },
169
- { },
166
+ { 'conversationId': conversationId,'communicationId': communicationId },
167
+ { },
168
+ { },
169
+ { },
170
170
  null,
171
171
  ['PureCloud OAuth'],
172
- ['application/json'],
172
+ ['application/json'],
173
173
  ['application/json']
174
174
  );
175
175
  }
176
176
 
177
177
  /**
178
- * Get a Speech & Text Analytics program by id
178
+ * Get a Speech and Text Analytics program by id
179
179
  *
180
180
  * @param {String} programId The id of the program
181
181
  */
@@ -188,19 +188,19 @@ class SpeechTextAnalyticsApi {
188
188
  return this.apiClient.callApi(
189
189
  '/api/v2/speechandtextanalytics/programs/{programId}',
190
190
  'GET',
191
- { 'programId': programId },
192
- { },
193
- { },
194
- { },
191
+ { 'programId': programId },
192
+ { },
193
+ { },
194
+ { },
195
195
  null,
196
196
  ['PureCloud OAuth'],
197
- ['application/json'],
197
+ ['application/json'],
198
198
  ['application/json']
199
199
  );
200
200
  }
201
201
 
202
202
  /**
203
- * Get Speech & Text Analytics program mappings to queues and flows by id
203
+ * Get Speech and Text Analytics program mappings to queues and flows by id
204
204
  *
205
205
  * @param {String} programId The id of the program
206
206
  */
@@ -213,19 +213,19 @@ class SpeechTextAnalyticsApi {
213
213
  return this.apiClient.callApi(
214
214
  '/api/v2/speechandtextanalytics/programs/{programId}/mappings',
215
215
  'GET',
216
- { 'programId': programId },
217
- { },
218
- { },
219
- { },
216
+ { 'programId': programId },
217
+ { },
218
+ { },
219
+ { },
220
220
  null,
221
221
  ['PureCloud OAuth'],
222
- ['application/json'],
222
+ ['application/json'],
223
223
  ['application/json']
224
224
  );
225
225
  }
226
226
 
227
227
  /**
228
- * Get the list of Speech & Text Analytics programs
228
+ * Get the list of Speech and Text Analytics programs
229
229
  *
230
230
  * @param {Object} opts Optional parameters
231
231
  * @param {String} opts.nextPage The key for listing the next page
@@ -238,19 +238,19 @@ class SpeechTextAnalyticsApi {
238
238
  return this.apiClient.callApi(
239
239
  '/api/v2/speechandtextanalytics/programs',
240
240
  'GET',
241
- { },
242
- { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
243
- { },
244
- { },
241
+ { },
242
+ { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
243
+ { },
244
+ { },
245
245
  null,
246
246
  ['PureCloud OAuth'],
247
- ['application/json'],
247
+ ['application/json'],
248
248
  ['application/json']
249
249
  );
250
250
  }
251
251
 
252
252
  /**
253
- * Get a Speech & Text Analytics general program job by id
253
+ * Get a Speech and Text Analytics general program job by id
254
254
  *
255
255
  * @param {String} jobId The id of the publish programs job
256
256
  */
@@ -263,19 +263,19 @@ class SpeechTextAnalyticsApi {
263
263
  return this.apiClient.callApi(
264
264
  '/api/v2/speechandtextanalytics/programs/general/jobs/{jobId}',
265
265
  'GET',
266
- { 'jobId': jobId },
267
- { },
268
- { },
269
- { },
266
+ { 'jobId': jobId },
267
+ { },
268
+ { },
269
+ { },
270
270
  null,
271
271
  ['PureCloud OAuth'],
272
- ['application/json'],
272
+ ['application/json'],
273
273
  ['application/json']
274
274
  );
275
275
  }
276
276
 
277
277
  /**
278
- * Get the list of Speech & Text Analytics programs mappings to queues and flows
278
+ * Get the list of Speech and Text Analytics programs mappings to queues and flows
279
279
  *
280
280
  * @param {Object} opts Optional parameters
281
281
  * @param {String} opts.nextPage The key for listing the next page
@@ -288,19 +288,19 @@ class SpeechTextAnalyticsApi {
288
288
  return this.apiClient.callApi(
289
289
  '/api/v2/speechandtextanalytics/programs/mappings',
290
290
  'GET',
291
- { },
292
- { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
293
- { },
294
- { },
291
+ { },
292
+ { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
293
+ { },
294
+ { },
295
295
  null,
296
296
  ['PureCloud OAuth'],
297
- ['application/json'],
297
+ ['application/json'],
298
298
  ['application/json']
299
299
  );
300
300
  }
301
301
 
302
302
  /**
303
- * Get a Speech & Text Analytics publish programs job by id
303
+ * Get a Speech and Text Analytics publish programs job by id
304
304
  *
305
305
  * @param {String} jobId The id of the publish programs job
306
306
  */
@@ -313,19 +313,19 @@ class SpeechTextAnalyticsApi {
313
313
  return this.apiClient.callApi(
314
314
  '/api/v2/speechandtextanalytics/programs/publishjobs/{jobId}',
315
315
  'GET',
316
- { 'jobId': jobId },
317
- { },
318
- { },
319
- { },
316
+ { 'jobId': jobId },
317
+ { },
318
+ { },
319
+ { },
320
320
  null,
321
321
  ['PureCloud OAuth'],
322
- ['application/json'],
322
+ ['application/json'],
323
323
  ['application/json']
324
324
  );
325
325
  }
326
326
 
327
327
  /**
328
- * Get the list of Speech & Text Analytics unpublished programs
328
+ * Get the list of Speech and Text Analytics unpublished programs
329
329
  *
330
330
  * @param {Object} opts Optional parameters
331
331
  * @param {String} opts.nextPage The key for listing the next page
@@ -338,19 +338,19 @@ class SpeechTextAnalyticsApi {
338
338
  return this.apiClient.callApi(
339
339
  '/api/v2/speechandtextanalytics/programs/unpublished',
340
340
  'GET',
341
- { },
342
- { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
343
- { },
344
- { },
341
+ { },
342
+ { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
343
+ { },
344
+ { },
345
345
  null,
346
346
  ['PureCloud OAuth'],
347
- ['application/json'],
347
+ ['application/json'],
348
348
  ['application/json']
349
349
  );
350
350
  }
351
351
 
352
352
  /**
353
- * Get the list of Speech & Text Analytics sentiment supported dialects
353
+ * Get the list of Speech and Text Analytics sentiment supported dialects
354
354
  *
355
355
  */
356
356
  getSpeechandtextanalyticsSentimentDialects() {
@@ -358,19 +358,19 @@ class SpeechTextAnalyticsApi {
358
358
  return this.apiClient.callApi(
359
359
  '/api/v2/speechandtextanalytics/sentiment/dialects',
360
360
  'GET',
361
- { },
362
- { },
363
- { },
364
- { },
361
+ { },
362
+ { },
363
+ { },
364
+ { },
365
365
  null,
366
366
  ['PureCloud OAuth'],
367
- ['application/json'],
367
+ ['application/json'],
368
368
  ['application/json']
369
369
  );
370
370
  }
371
371
 
372
372
  /**
373
- * Get the list of Speech & Text Analytics SentimentFeedback
373
+ * Get the list of Speech and Text Analytics SentimentFeedback
374
374
  *
375
375
  * @param {Object} opts Optional parameters
376
376
  * @param {String} opts.dialect The key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
@@ -382,13 +382,13 @@ class SpeechTextAnalyticsApi {
382
382
  return this.apiClient.callApi(
383
383
  '/api/v2/speechandtextanalytics/sentimentfeedback',
384
384
  'GET',
385
- { },
386
- { 'dialect': opts['dialect'] },
387
- { },
388
- { },
385
+ { },
386
+ { 'dialect': opts['dialect'] },
387
+ { },
388
+ { },
389
389
  null,
390
390
  ['PureCloud OAuth'],
391
- ['application/json'],
391
+ ['application/json'],
392
392
  ['application/json']
393
393
  );
394
394
  }
@@ -402,19 +402,19 @@ class SpeechTextAnalyticsApi {
402
402
  return this.apiClient.callApi(
403
403
  '/api/v2/speechandtextanalytics/settings',
404
404
  'GET',
405
- { },
406
- { },
407
- { },
408
- { },
405
+ { },
406
+ { },
407
+ { },
408
+ { },
409
409
  null,
410
410
  ['PureCloud OAuth'],
411
- ['application/json'],
411
+ ['application/json'],
412
412
  ['application/json']
413
413
  );
414
414
  }
415
415
 
416
416
  /**
417
- * Get a Speech & Text Analytics topic by id
417
+ * Get a Speech and Text Analytics topic by id
418
418
  *
419
419
  * @param {String} topicId The id of the topic
420
420
  */
@@ -427,19 +427,19 @@ class SpeechTextAnalyticsApi {
427
427
  return this.apiClient.callApi(
428
428
  '/api/v2/speechandtextanalytics/topics/{topicId}',
429
429
  'GET',
430
- { 'topicId': topicId },
431
- { },
432
- { },
433
- { },
430
+ { 'topicId': topicId },
431
+ { },
432
+ { },
433
+ { },
434
434
  null,
435
435
  ['PureCloud OAuth'],
436
- ['application/json'],
436
+ ['application/json'],
437
437
  ['application/json']
438
438
  );
439
439
  }
440
440
 
441
441
  /**
442
- * Get the list of Speech & Text Analytics topics
442
+ * Get the list of Speech and Text Analytics topics
443
443
  *
444
444
  * @param {Object} opts Optional parameters
445
445
  * @param {String} opts.nextPage The key for listing the next page
@@ -457,19 +457,19 @@ class SpeechTextAnalyticsApi {
457
457
  return this.apiClient.callApi(
458
458
  '/api/v2/speechandtextanalytics/topics',
459
459
  'GET',
460
- { },
461
- { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'],'state': opts['state'],'name': opts['name'],'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi'),'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
462
- { },
463
- { },
460
+ { },
461
+ { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'],'state': opts['state'],'name': opts['name'],'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi'),'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
462
+ { },
463
+ { },
464
464
  null,
465
465
  ['PureCloud OAuth'],
466
- ['application/json'],
466
+ ['application/json'],
467
467
  ['application/json']
468
468
  );
469
469
  }
470
470
 
471
471
  /**
472
- * Get list of supported Speech & Text Analytics topics dialects
472
+ * Get list of supported Speech and Text Analytics topics dialects
473
473
  *
474
474
  */
475
475
  getSpeechandtextanalyticsTopicsDialects() {
@@ -477,19 +477,19 @@ class SpeechTextAnalyticsApi {
477
477
  return this.apiClient.callApi(
478
478
  '/api/v2/speechandtextanalytics/topics/dialects',
479
479
  'GET',
480
- { },
481
- { },
482
- { },
483
- { },
480
+ { },
481
+ { },
482
+ { },
483
+ { },
484
484
  null,
485
485
  ['PureCloud OAuth'],
486
- ['application/json'],
486
+ ['application/json'],
487
487
  ['application/json']
488
488
  );
489
489
  }
490
490
 
491
491
  /**
492
- * Get the Speech & Text Analytics general topics for a given dialect
492
+ * Get the Speech and Text Analytics general topics for a given dialect
493
493
  *
494
494
  * @param {Object} opts Optional parameters
495
495
  * @param {Object} opts.dialect The dialect of the general topics, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
@@ -501,19 +501,19 @@ class SpeechTextAnalyticsApi {
501
501
  return this.apiClient.callApi(
502
502
  '/api/v2/speechandtextanalytics/topics/general',
503
503
  'GET',
504
- { },
505
- { 'dialect': opts['dialect'] },
506
- { },
507
- { },
504
+ { },
505
+ { 'dialect': opts['dialect'] },
506
+ { },
507
+ { },
508
508
  null,
509
509
  ['PureCloud OAuth'],
510
- ['application/json'],
510
+ ['application/json'],
511
511
  ['application/json']
512
512
  );
513
513
  }
514
514
 
515
515
  /**
516
- * Get a Speech & Text Analytics publish topics job by id
516
+ * Get a Speech and Text Analytics publish topics job by id
517
517
  *
518
518
  * @param {String} jobId The id of the publish topics job
519
519
  */
@@ -526,13 +526,13 @@ class SpeechTextAnalyticsApi {
526
526
  return this.apiClient.callApi(
527
527
  '/api/v2/speechandtextanalytics/topics/publishjobs/{jobId}',
528
528
  'GET',
529
- { 'jobId': jobId },
530
- { },
531
- { },
532
- { },
529
+ { 'jobId': jobId },
530
+ { },
531
+ { },
532
+ { },
533
533
  null,
534
534
  ['PureCloud OAuth'],
535
- ['application/json'],
535
+ ['application/json'],
536
536
  ['application/json']
537
537
  );
538
538
  }
@@ -551,19 +551,19 @@ class SpeechTextAnalyticsApi {
551
551
  return this.apiClient.callApi(
552
552
  '/api/v2/speechandtextanalytics/settings',
553
553
  'PATCH',
554
- { },
555
- { },
556
- { },
557
- { },
554
+ { },
555
+ { },
556
+ { },
557
+ { },
558
558
  body,
559
559
  ['PureCloud OAuth'],
560
- ['application/json'],
560
+ ['application/json'],
561
561
  ['application/json']
562
562
  );
563
563
  }
564
564
 
565
565
  /**
566
- * Create new Speech & Text Analytics program
566
+ * Create new Speech and Text Analytics program
567
567
  *
568
568
  * @param {Object} body The program to create
569
569
  */
@@ -576,19 +576,19 @@ class SpeechTextAnalyticsApi {
576
576
  return this.apiClient.callApi(
577
577
  '/api/v2/speechandtextanalytics/programs',
578
578
  'POST',
579
- { },
580
- { },
581
- { },
582
- { },
579
+ { },
580
+ { },
581
+ { },
582
+ { },
583
583
  body,
584
584
  ['PureCloud OAuth'],
585
- ['application/json'],
585
+ ['application/json'],
586
586
  ['application/json']
587
587
  );
588
588
  }
589
589
 
590
590
  /**
591
- * Create new Speech & Text Analytics general program job
591
+ * Create new Speech and Text Analytics general program job
592
592
  *
593
593
  * @param {Object} body The general programs job to create
594
594
  */
@@ -601,19 +601,19 @@ class SpeechTextAnalyticsApi {
601
601
  return this.apiClient.callApi(
602
602
  '/api/v2/speechandtextanalytics/programs/general/jobs',
603
603
  'POST',
604
- { },
605
- { },
606
- { },
607
- { },
604
+ { },
605
+ { },
606
+ { },
607
+ { },
608
608
  body,
609
609
  ['PureCloud OAuth'],
610
- ['application/json'],
610
+ ['application/json'],
611
611
  ['application/json']
612
612
  );
613
613
  }
614
614
 
615
615
  /**
616
- * Create new Speech & Text Analytics publish programs job
616
+ * Create new Speech and Text Analytics publish programs job
617
617
  *
618
618
  * @param {Object} body The publish programs job to create
619
619
  */
@@ -626,19 +626,19 @@ class SpeechTextAnalyticsApi {
626
626
  return this.apiClient.callApi(
627
627
  '/api/v2/speechandtextanalytics/programs/publishjobs',
628
628
  'POST',
629
- { },
630
- { },
631
- { },
632
- { },
629
+ { },
630
+ { },
631
+ { },
632
+ { },
633
633
  body,
634
634
  ['PureCloud OAuth'],
635
- ['application/json'],
635
+ ['application/json'],
636
636
  ['application/json']
637
637
  );
638
638
  }
639
639
 
640
640
  /**
641
- * Create a Speech & Text Analytics SentimentFeedback
641
+ * Create a Speech and Text Analytics SentimentFeedback
642
642
  *
643
643
  * @param {Object} body The SentimentFeedback to create
644
644
  */
@@ -651,19 +651,19 @@ class SpeechTextAnalyticsApi {
651
651
  return this.apiClient.callApi(
652
652
  '/api/v2/speechandtextanalytics/sentimentfeedback',
653
653
  'POST',
654
- { },
655
- { },
656
- { },
657
- { },
654
+ { },
655
+ { },
656
+ { },
657
+ { },
658
658
  body,
659
659
  ['PureCloud OAuth'],
660
- ['application/json'],
660
+ ['application/json'],
661
661
  ['application/json']
662
662
  );
663
663
  }
664
664
 
665
665
  /**
666
- * Create new Speech & Text Analytics topic
666
+ * Create new Speech and Text Analytics topic
667
667
  *
668
668
  * @param {Object} body The topic to create
669
669
  */
@@ -676,19 +676,19 @@ class SpeechTextAnalyticsApi {
676
676
  return this.apiClient.callApi(
677
677
  '/api/v2/speechandtextanalytics/topics',
678
678
  'POST',
679
- { },
680
- { },
681
- { },
682
- { },
679
+ { },
680
+ { },
681
+ { },
682
+ { },
683
683
  body,
684
684
  ['PureCloud OAuth'],
685
- ['application/json'],
685
+ ['application/json'],
686
686
  ['application/json']
687
687
  );
688
688
  }
689
689
 
690
690
  /**
691
- * Create new Speech & Text Analytics publish topics job
691
+ * Create new Speech and Text Analytics publish topics job
692
692
  *
693
693
  * @param {Object} body The publish topics job to create
694
694
  */
@@ -701,13 +701,13 @@ class SpeechTextAnalyticsApi {
701
701
  return this.apiClient.callApi(
702
702
  '/api/v2/speechandtextanalytics/topics/publishjobs',
703
703
  'POST',
704
- { },
705
- { },
706
- { },
707
- { },
704
+ { },
705
+ { },
706
+ { },
707
+ { },
708
708
  body,
709
709
  ['PureCloud OAuth'],
710
- ['application/json'],
710
+ ['application/json'],
711
711
  ['application/json']
712
712
  );
713
713
  }
@@ -726,19 +726,19 @@ class SpeechTextAnalyticsApi {
726
726
  return this.apiClient.callApi(
727
727
  '/api/v2/speechandtextanalytics/transcripts/search',
728
728
  'POST',
729
- { },
730
- { },
731
- { },
732
- { },
729
+ { },
730
+ { },
731
+ { },
732
+ { },
733
733
  body,
734
734
  ['PureCloud OAuth'],
735
- ['application/json'],
735
+ ['application/json'],
736
736
  ['application/json']
737
737
  );
738
738
  }
739
739
 
740
740
  /**
741
- * Update existing Speech & Text Analytics program
741
+ * Update existing Speech and Text Analytics program
742
742
  *
743
743
  * @param {String} programId The id of the program
744
744
  * @param {Object} body The program to update
@@ -756,19 +756,19 @@ class SpeechTextAnalyticsApi {
756
756
  return this.apiClient.callApi(
757
757
  '/api/v2/speechandtextanalytics/programs/{programId}',
758
758
  'PUT',
759
- { 'programId': programId },
760
- { },
761
- { },
762
- { },
759
+ { 'programId': programId },
760
+ { },
761
+ { },
762
+ { },
763
763
  body,
764
764
  ['PureCloud OAuth'],
765
- ['application/json'],
765
+ ['application/json'],
766
766
  ['application/json']
767
767
  );
768
768
  }
769
769
 
770
770
  /**
771
- * Set Speech & Text Analytics program mappings to queues and flows
771
+ * Set Speech and Text Analytics program mappings to queues and flows
772
772
  *
773
773
  * @param {String} programId The id of the program
774
774
  * @param {Object} body The program to set mappings for
@@ -786,13 +786,13 @@ class SpeechTextAnalyticsApi {
786
786
  return this.apiClient.callApi(
787
787
  '/api/v2/speechandtextanalytics/programs/{programId}/mappings',
788
788
  'PUT',
789
- { 'programId': programId },
790
- { },
791
- { },
792
- { },
789
+ { 'programId': programId },
790
+ { },
791
+ { },
792
+ { },
793
793
  body,
794
794
  ['PureCloud OAuth'],
795
- ['application/json'],
795
+ ['application/json'],
796
796
  ['application/json']
797
797
  );
798
798
  }
@@ -811,19 +811,19 @@ class SpeechTextAnalyticsApi {
811
811
  return this.apiClient.callApi(
812
812
  '/api/v2/speechandtextanalytics/settings',
813
813
  'PUT',
814
- { },
815
- { },
816
- { },
817
- { },
814
+ { },
815
+ { },
816
+ { },
817
+ { },
818
818
  body,
819
819
  ['PureCloud OAuth'],
820
- ['application/json'],
820
+ ['application/json'],
821
821
  ['application/json']
822
822
  );
823
823
  }
824
824
 
825
825
  /**
826
- * Update existing Speech & Text Analytics topic
826
+ * Update existing Speech and Text Analytics topic
827
827
  *
828
828
  * @param {String} topicId The id of the topic
829
829
  * @param {Object} body The topic to update
@@ -841,13 +841,13 @@ class SpeechTextAnalyticsApi {
841
841
  return this.apiClient.callApi(
842
842
  '/api/v2/speechandtextanalytics/topics/{topicId}',
843
843
  'PUT',
844
- { 'topicId': topicId },
845
- { },
846
- { },
847
- { },
844
+ { 'topicId': topicId },
845
+ { },
846
+ { },
847
+ { },
848
848
  body,
849
849
  ['PureCloud OAuth'],
850
- ['application/json'],
850
+ ['application/json'],
851
851
  ['application/json']
852
852
  );
853
853
  }