purecloud-platform-client-v2 223.0.0 → 225.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +3630 -2644
- package/dist/web-amd/purecloud-platform-client-v2.js +3630 -2644
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +2891 -2627
- package/dist/web-cjs/purecloud-platform-client-v2.js +2891 -2627
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +825 -249
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +387 -0
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +13 -13
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +8 -8
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +46 -46
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +124 -122
- package/src/purecloud-platform-client-v2/api/AuditApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +47 -47
- package/src/purecloud-platform-client-v2/api/BillingApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +75 -30
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +38 -38
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +17 -17
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +32 -32
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +620 -344
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +66 -66
- package/src/purecloud-platform-client-v2/api/FaxApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +49 -49
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +101 -14
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +12 -12
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +106 -80
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +68 -68
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +212 -212
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +46 -46
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/LearningApi.js +28 -28
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +11 -11
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +59 -59
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +118 -118
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +19 -19
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/QualityApi.js +36 -36
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +42 -42
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +11 -11
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +148 -118
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +19 -19
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +13 -13
- package/src/purecloud-platform-client-v2/api/SearchApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +5 -5
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +59 -59
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +33 -33
- package/src/purecloud-platform-client-v2/api/StationsApi.js +3 -3
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +78 -78
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +8 -8
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +134 -93
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/TokensApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/UsageApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +6 -6
- package/src/purecloud-platform-client-v2/api/UsersApi.js +123 -93
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +17 -17
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +21 -21
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +18 -18
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +332 -326
- package/src/purecloud-platform-client-v2/configuration.js +80 -23
- package/src/purecloud-platform-client-v2/index.js +7 -1
|
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* SpeechTextAnalytics service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 225.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -27,7 +27,7 @@ class SpeechTextAnalyticsApi {
|
|
|
27
27
|
*/
|
|
28
28
|
deleteSpeechandtextanalyticsCategory(categoryId) {
|
|
29
29
|
// verify the required parameter 'categoryId' is set
|
|
30
|
-
if (categoryId === undefined || categoryId === null) {
|
|
30
|
+
if (categoryId === undefined || categoryId === null || categoryId === '') {
|
|
31
31
|
throw 'Missing the required parameter "categoryId" when calling deleteSpeechandtextanalyticsCategory';
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -52,7 +52,7 @@ class SpeechTextAnalyticsApi {
|
|
|
52
52
|
*/
|
|
53
53
|
deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
|
|
54
54
|
// verify the required parameter 'dictionaryFeedbackId' is set
|
|
55
|
-
if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
|
|
55
|
+
if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null || dictionaryFeedbackId === '') {
|
|
56
56
|
throw 'Missing the required parameter "dictionaryFeedbackId" when calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -81,7 +81,7 @@ class SpeechTextAnalyticsApi {
|
|
|
81
81
|
opts = opts || {};
|
|
82
82
|
|
|
83
83
|
// verify the required parameter 'programId' is set
|
|
84
|
-
if (programId === undefined || programId === null) {
|
|
84
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
85
85
|
throw 'Missing the required parameter "programId" when calling deleteSpeechandtextanalyticsProgram';
|
|
86
86
|
}
|
|
87
87
|
|
|
@@ -126,7 +126,7 @@ class SpeechTextAnalyticsApi {
|
|
|
126
126
|
*/
|
|
127
127
|
deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId(sentimentFeedbackId) {
|
|
128
128
|
// verify the required parameter 'sentimentFeedbackId' is set
|
|
129
|
-
if (sentimentFeedbackId === undefined || sentimentFeedbackId === null) {
|
|
129
|
+
if (sentimentFeedbackId === undefined || sentimentFeedbackId === null || sentimentFeedbackId === '') {
|
|
130
130
|
throw 'Missing the required parameter "sentimentFeedbackId" when calling deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId';
|
|
131
131
|
}
|
|
132
132
|
|
|
@@ -151,7 +151,7 @@ class SpeechTextAnalyticsApi {
|
|
|
151
151
|
*/
|
|
152
152
|
deleteSpeechandtextanalyticsTopic(topicId) {
|
|
153
153
|
// verify the required parameter 'topicId' is set
|
|
154
|
-
if (topicId === undefined || topicId === null) {
|
|
154
|
+
if (topicId === undefined || topicId === null || topicId === '') {
|
|
155
155
|
throw 'Missing the required parameter "topicId" when calling deleteSpeechandtextanalyticsTopic';
|
|
156
156
|
}
|
|
157
157
|
|
|
@@ -205,7 +205,7 @@ class SpeechTextAnalyticsApi {
|
|
|
205
205
|
*/
|
|
206
206
|
getSpeechandtextanalyticsCategory(categoryId) {
|
|
207
207
|
// verify the required parameter 'categoryId' is set
|
|
208
|
-
if (categoryId === undefined || categoryId === null) {
|
|
208
|
+
if (categoryId === undefined || categoryId === null || categoryId === '') {
|
|
209
209
|
throw 'Missing the required parameter "categoryId" when calling getSpeechandtextanalyticsCategory';
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -230,7 +230,7 @@ class SpeechTextAnalyticsApi {
|
|
|
230
230
|
*/
|
|
231
231
|
getSpeechandtextanalyticsConversation(conversationId) {
|
|
232
232
|
// verify the required parameter 'conversationId' is set
|
|
233
|
-
if (conversationId === undefined || conversationId === null) {
|
|
233
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
234
234
|
throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversation';
|
|
235
235
|
}
|
|
236
236
|
|
|
@@ -260,7 +260,7 @@ class SpeechTextAnalyticsApi {
|
|
|
260
260
|
opts = opts || {};
|
|
261
261
|
|
|
262
262
|
// verify the required parameter 'conversationId' is set
|
|
263
|
-
if (conversationId === undefined || conversationId === null) {
|
|
263
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
264
264
|
throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCategories';
|
|
265
265
|
}
|
|
266
266
|
|
|
@@ -286,11 +286,11 @@ class SpeechTextAnalyticsApi {
|
|
|
286
286
|
*/
|
|
287
287
|
getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId, communicationId) {
|
|
288
288
|
// verify the required parameter 'conversationId' is set
|
|
289
|
-
if (conversationId === undefined || conversationId === null) {
|
|
289
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
290
290
|
throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturl';
|
|
291
291
|
}
|
|
292
292
|
// verify the required parameter 'communicationId' is set
|
|
293
|
-
if (communicationId === undefined || communicationId === null) {
|
|
293
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
294
294
|
throw 'Missing the required parameter "communicationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturl';
|
|
295
295
|
}
|
|
296
296
|
|
|
@@ -316,11 +316,11 @@ class SpeechTextAnalyticsApi {
|
|
|
316
316
|
*/
|
|
317
317
|
getSpeechandtextanalyticsConversationCommunicationTranscripturls(conversationId, communicationId) {
|
|
318
318
|
// verify the required parameter 'conversationId' is set
|
|
319
|
-
if (conversationId === undefined || conversationId === null) {
|
|
319
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
320
320
|
throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturls';
|
|
321
321
|
}
|
|
322
322
|
// verify the required parameter 'communicationId' is set
|
|
323
|
-
if (communicationId === undefined || communicationId === null) {
|
|
323
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
324
324
|
throw 'Missing the required parameter "communicationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturls';
|
|
325
325
|
}
|
|
326
326
|
|
|
@@ -345,7 +345,7 @@ class SpeechTextAnalyticsApi {
|
|
|
345
345
|
*/
|
|
346
346
|
getSpeechandtextanalyticsConversationSummaries(conversationId) {
|
|
347
347
|
// verify the required parameter 'conversationId' is set
|
|
348
|
-
if (conversationId === undefined || conversationId === null) {
|
|
348
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
349
349
|
throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationSummaries';
|
|
350
350
|
}
|
|
351
351
|
|
|
@@ -396,7 +396,7 @@ class SpeechTextAnalyticsApi {
|
|
|
396
396
|
*/
|
|
397
397
|
getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
|
|
398
398
|
// verify the required parameter 'dictionaryFeedbackId' is set
|
|
399
|
-
if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
|
|
399
|
+
if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null || dictionaryFeedbackId === '') {
|
|
400
400
|
throw 'Missing the required parameter "dictionaryFeedbackId" when calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
|
|
401
401
|
}
|
|
402
402
|
|
|
@@ -421,7 +421,7 @@ class SpeechTextAnalyticsApi {
|
|
|
421
421
|
*/
|
|
422
422
|
getSpeechandtextanalyticsProgram(programId) {
|
|
423
423
|
// verify the required parameter 'programId' is set
|
|
424
|
-
if (programId === undefined || programId === null) {
|
|
424
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
425
425
|
throw 'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgram';
|
|
426
426
|
}
|
|
427
427
|
|
|
@@ -446,7 +446,7 @@ class SpeechTextAnalyticsApi {
|
|
|
446
446
|
*/
|
|
447
447
|
getSpeechandtextanalyticsProgramMappings(programId) {
|
|
448
448
|
// verify the required parameter 'programId' is set
|
|
449
|
-
if (programId === undefined || programId === null) {
|
|
449
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
450
450
|
throw 'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramMappings';
|
|
451
451
|
}
|
|
452
452
|
|
|
@@ -471,7 +471,7 @@ class SpeechTextAnalyticsApi {
|
|
|
471
471
|
*/
|
|
472
472
|
getSpeechandtextanalyticsProgramSettingsInsights(programId) {
|
|
473
473
|
// verify the required parameter 'programId' is set
|
|
474
|
-
if (programId === undefined || programId === null) {
|
|
474
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
475
475
|
throw 'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramSettingsInsights';
|
|
476
476
|
}
|
|
477
477
|
|
|
@@ -496,7 +496,7 @@ class SpeechTextAnalyticsApi {
|
|
|
496
496
|
*/
|
|
497
497
|
getSpeechandtextanalyticsProgramTranscriptionengines(programId) {
|
|
498
498
|
// verify the required parameter 'programId' is set
|
|
499
|
-
if (programId === undefined || programId === null) {
|
|
499
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
500
500
|
throw 'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramTranscriptionengines';
|
|
501
501
|
}
|
|
502
502
|
|
|
@@ -547,7 +547,7 @@ class SpeechTextAnalyticsApi {
|
|
|
547
547
|
*/
|
|
548
548
|
getSpeechandtextanalyticsProgramsGeneralJob(jobId) {
|
|
549
549
|
// verify the required parameter 'jobId' is set
|
|
550
|
-
if (jobId === undefined || jobId === null) {
|
|
550
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
551
551
|
throw 'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsGeneralJob';
|
|
552
552
|
}
|
|
553
553
|
|
|
@@ -597,7 +597,7 @@ class SpeechTextAnalyticsApi {
|
|
|
597
597
|
*/
|
|
598
598
|
getSpeechandtextanalyticsProgramsPublishjob(jobId) {
|
|
599
599
|
// verify the required parameter 'jobId' is set
|
|
600
|
-
if (jobId === undefined || jobId === null) {
|
|
600
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
601
601
|
throw 'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsPublishjob';
|
|
602
602
|
}
|
|
603
603
|
|
|
@@ -757,7 +757,7 @@ class SpeechTextAnalyticsApi {
|
|
|
757
757
|
*/
|
|
758
758
|
getSpeechandtextanalyticsTopic(topicId) {
|
|
759
759
|
// verify the required parameter 'topicId' is set
|
|
760
|
-
if (topicId === undefined || topicId === null) {
|
|
760
|
+
if (topicId === undefined || topicId === null || topicId === '') {
|
|
761
761
|
throw 'Missing the required parameter "topicId" when calling getSpeechandtextanalyticsTopic';
|
|
762
762
|
}
|
|
763
763
|
|
|
@@ -881,7 +881,7 @@ class SpeechTextAnalyticsApi {
|
|
|
881
881
|
*/
|
|
882
882
|
getSpeechandtextanalyticsTopicsPublishjob(jobId) {
|
|
883
883
|
// verify the required parameter 'jobId' is set
|
|
884
|
-
if (jobId === undefined || jobId === null) {
|
|
884
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
885
885
|
throw 'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsTopicsPublishjob';
|
|
886
886
|
}
|
|
887
887
|
|
|
@@ -906,7 +906,7 @@ class SpeechTextAnalyticsApi {
|
|
|
906
906
|
*/
|
|
907
907
|
getSpeechandtextanalyticsTopicsTestphraseJob(jobId) {
|
|
908
908
|
// verify the required parameter 'jobId' is set
|
|
909
|
-
if (jobId === undefined || jobId === null) {
|
|
909
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
910
910
|
throw 'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsTopicsTestphraseJob';
|
|
911
911
|
}
|
|
912
912
|
|
|
@@ -937,11 +937,11 @@ class SpeechTextAnalyticsApi {
|
|
|
937
937
|
opts = opts || {};
|
|
938
938
|
|
|
939
939
|
// verify the required parameter 'languageId' is set
|
|
940
|
-
if (languageId === undefined || languageId === null) {
|
|
940
|
+
if (languageId === undefined || languageId === null || languageId === '') {
|
|
941
941
|
throw 'Missing the required parameter "languageId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';
|
|
942
942
|
}
|
|
943
943
|
// verify the required parameter 'conversationId' is set
|
|
944
|
-
if (conversationId === undefined || conversationId === null) {
|
|
944
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
945
945
|
throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';
|
|
946
946
|
}
|
|
947
947
|
|
|
@@ -1262,7 +1262,7 @@ class SpeechTextAnalyticsApi {
|
|
|
1262
1262
|
*/
|
|
1263
1263
|
putSpeechandtextanalyticsCategory(categoryId, body) {
|
|
1264
1264
|
// verify the required parameter 'categoryId' is set
|
|
1265
|
-
if (categoryId === undefined || categoryId === null) {
|
|
1265
|
+
if (categoryId === undefined || categoryId === null || categoryId === '') {
|
|
1266
1266
|
throw 'Missing the required parameter "categoryId" when calling putSpeechandtextanalyticsCategory';
|
|
1267
1267
|
}
|
|
1268
1268
|
// verify the required parameter 'body' is set
|
|
@@ -1295,7 +1295,7 @@ class SpeechTextAnalyticsApi {
|
|
|
1295
1295
|
opts = opts || {};
|
|
1296
1296
|
|
|
1297
1297
|
// verify the required parameter 'dictionaryFeedbackId' is set
|
|
1298
|
-
if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
|
|
1298
|
+
if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null || dictionaryFeedbackId === '') {
|
|
1299
1299
|
throw 'Missing the required parameter "dictionaryFeedbackId" when calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
@@ -1321,7 +1321,7 @@ class SpeechTextAnalyticsApi {
|
|
|
1321
1321
|
*/
|
|
1322
1322
|
putSpeechandtextanalyticsProgram(programId, body) {
|
|
1323
1323
|
// verify the required parameter 'programId' is set
|
|
1324
|
-
if (programId === undefined || programId === null) {
|
|
1324
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
1325
1325
|
throw 'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgram';
|
|
1326
1326
|
}
|
|
1327
1327
|
// verify the required parameter 'body' is set
|
|
@@ -1351,7 +1351,7 @@ class SpeechTextAnalyticsApi {
|
|
|
1351
1351
|
*/
|
|
1352
1352
|
putSpeechandtextanalyticsProgramMappings(programId, body) {
|
|
1353
1353
|
// verify the required parameter 'programId' is set
|
|
1354
|
-
if (programId === undefined || programId === null) {
|
|
1354
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
1355
1355
|
throw 'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramMappings';
|
|
1356
1356
|
}
|
|
1357
1357
|
// verify the required parameter 'body' is set
|
|
@@ -1381,7 +1381,7 @@ class SpeechTextAnalyticsApi {
|
|
|
1381
1381
|
*/
|
|
1382
1382
|
putSpeechandtextanalyticsProgramSettingsInsights(programId, body) {
|
|
1383
1383
|
// verify the required parameter 'programId' is set
|
|
1384
|
-
if (programId === undefined || programId === null) {
|
|
1384
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
1385
1385
|
throw 'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramSettingsInsights';
|
|
1386
1386
|
}
|
|
1387
1387
|
// verify the required parameter 'body' is set
|
|
@@ -1411,7 +1411,7 @@ class SpeechTextAnalyticsApi {
|
|
|
1411
1411
|
*/
|
|
1412
1412
|
putSpeechandtextanalyticsProgramTranscriptionengines(programId, body) {
|
|
1413
1413
|
// verify the required parameter 'programId' is set
|
|
1414
|
-
if (programId === undefined || programId === null) {
|
|
1414
|
+
if (programId === undefined || programId === null || programId === '') {
|
|
1415
1415
|
throw 'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramTranscriptionengines';
|
|
1416
1416
|
}
|
|
1417
1417
|
// verify the required parameter 'body' is set
|
|
@@ -1466,7 +1466,7 @@ class SpeechTextAnalyticsApi {
|
|
|
1466
1466
|
*/
|
|
1467
1467
|
putSpeechandtextanalyticsTopic(topicId, body) {
|
|
1468
1468
|
// verify the required parameter 'topicId' is set
|
|
1469
|
-
if (topicId === undefined || topicId === null) {
|
|
1469
|
+
if (topicId === undefined || topicId === null || topicId === '') {
|
|
1470
1470
|
throw 'Missing the required parameter "topicId" when calling putSpeechandtextanalyticsTopic';
|
|
1471
1471
|
}
|
|
1472
1472
|
// verify the required parameter 'body' is set
|
|
@@ -5,7 +5,7 @@ class StationsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Stations service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 225.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -27,7 +27,7 @@ class StationsApi {
|
|
|
27
27
|
*/
|
|
28
28
|
deleteStationAssociateduser(stationId) {
|
|
29
29
|
// verify the required parameter 'stationId' is set
|
|
30
|
-
if (stationId === undefined || stationId === null) {
|
|
30
|
+
if (stationId === undefined || stationId === null || stationId === '') {
|
|
31
31
|
throw 'Missing the required parameter "stationId" when calling deleteStationAssociateduser';
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -52,7 +52,7 @@ class StationsApi {
|
|
|
52
52
|
*/
|
|
53
53
|
getStation(stationId) {
|
|
54
54
|
// verify the required parameter 'stationId' is set
|
|
55
|
-
if (stationId === undefined || stationId === null) {
|
|
55
|
+
if (stationId === undefined || stationId === null || stationId === '') {
|
|
56
56
|
throw 'Missing the required parameter "stationId" when calling getStation';
|
|
57
57
|
}
|
|
58
58
|
|