purecloud-platform-client-v2 224.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 +2705 -2649
- package/dist/web-amd/purecloud-platform-client-v2.js +2705 -2649
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +2636 -2630
- package/dist/web-cjs/purecloud-platform-client-v2.js +2636 -2630
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +95 -0
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +16 -16
- 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 +45 -45
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +121 -121
- 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 +29 -29
- 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 +342 -342
- 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 +16 -16
- 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 +80 -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 +119 -119
- 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 +7 -7
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +95 -95
- 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 +93 -93
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +16 -16
- 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 +317 -317
- package/src/purecloud-platform-client-v2/configuration.js +80 -23
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -5,7 +5,7 @@ class ConversationsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Conversations service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 225.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -27,7 +27,7 @@ class ConversationsApi {
|
|
|
27
27
|
*/
|
|
28
28
|
deleteAnalyticsConversationsDetailsJob(jobId) {
|
|
29
29
|
// verify the required parameter 'jobId' is set
|
|
30
|
-
if (jobId === undefined || jobId === null) {
|
|
30
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
31
31
|
throw 'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsDetailsJob';
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -54,15 +54,15 @@ class ConversationsApi {
|
|
|
54
54
|
*/
|
|
55
55
|
deleteConversationParticipantCode(conversationId, participantId, addCommunicationCode) {
|
|
56
56
|
// verify the required parameter 'conversationId' is set
|
|
57
|
-
if (conversationId === undefined || conversationId === null) {
|
|
57
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
58
58
|
throw 'Missing the required parameter "conversationId" when calling deleteConversationParticipantCode';
|
|
59
59
|
}
|
|
60
60
|
// verify the required parameter 'participantId' is set
|
|
61
|
-
if (participantId === undefined || participantId === null) {
|
|
61
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
62
62
|
throw 'Missing the required parameter "participantId" when calling deleteConversationParticipantCode';
|
|
63
63
|
}
|
|
64
64
|
// verify the required parameter 'addCommunicationCode' is set
|
|
65
|
-
if (addCommunicationCode === undefined || addCommunicationCode === null) {
|
|
65
|
+
if (addCommunicationCode === undefined || addCommunicationCode === null || addCommunicationCode === '') {
|
|
66
66
|
throw 'Missing the required parameter "addCommunicationCode" when calling deleteConversationParticipantCode';
|
|
67
67
|
}
|
|
68
68
|
|
|
@@ -88,11 +88,11 @@ class ConversationsApi {
|
|
|
88
88
|
*/
|
|
89
89
|
deleteConversationParticipantFlaggedreason(conversationId, participantId) {
|
|
90
90
|
// verify the required parameter 'conversationId' is set
|
|
91
|
-
if (conversationId === undefined || conversationId === null) {
|
|
91
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
92
92
|
throw 'Missing the required parameter "conversationId" when calling deleteConversationParticipantFlaggedreason';
|
|
93
93
|
}
|
|
94
94
|
// verify the required parameter 'participantId' is set
|
|
95
|
-
if (participantId === undefined || participantId === null) {
|
|
95
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
96
96
|
throw 'Missing the required parameter "participantId" when calling deleteConversationParticipantFlaggedreason';
|
|
97
97
|
}
|
|
98
98
|
|
|
@@ -118,11 +118,11 @@ class ConversationsApi {
|
|
|
118
118
|
*/
|
|
119
119
|
deleteConversationsCallParticipantConsult(conversationId, participantId) {
|
|
120
120
|
// verify the required parameter 'conversationId' is set
|
|
121
|
-
if (conversationId === undefined || conversationId === null) {
|
|
121
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
122
122
|
throw 'Missing the required parameter "conversationId" when calling deleteConversationsCallParticipantConsult';
|
|
123
123
|
}
|
|
124
124
|
// verify the required parameter 'participantId' is set
|
|
125
|
-
if (participantId === undefined || participantId === null) {
|
|
125
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
126
126
|
throw 'Missing the required parameter "participantId" when calling deleteConversationsCallParticipantConsult';
|
|
127
127
|
}
|
|
128
128
|
|
|
@@ -148,11 +148,11 @@ class ConversationsApi {
|
|
|
148
148
|
*/
|
|
149
149
|
deleteConversationsEmailMessagesDraftAttachment(conversationId, attachmentId) {
|
|
150
150
|
// verify the required parameter 'conversationId' is set
|
|
151
|
-
if (conversationId === undefined || conversationId === null) {
|
|
151
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
152
152
|
throw 'Missing the required parameter "conversationId" when calling deleteConversationsEmailMessagesDraftAttachment';
|
|
153
153
|
}
|
|
154
154
|
// verify the required parameter 'attachmentId' is set
|
|
155
|
-
if (attachmentId === undefined || attachmentId === null) {
|
|
155
|
+
if (attachmentId === undefined || attachmentId === null || attachmentId === '') {
|
|
156
156
|
throw 'Missing the required parameter "attachmentId" when calling deleteConversationsEmailMessagesDraftAttachment';
|
|
157
157
|
}
|
|
158
158
|
|
|
@@ -177,7 +177,7 @@ class ConversationsApi {
|
|
|
177
177
|
*/
|
|
178
178
|
deleteConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId) {
|
|
179
179
|
// verify the required parameter 'cachedMediaItemId' is set
|
|
180
|
-
if (cachedMediaItemId === undefined || cachedMediaItemId === null) {
|
|
180
|
+
if (cachedMediaItemId === undefined || cachedMediaItemId === null || cachedMediaItemId === '') {
|
|
181
181
|
throw 'Missing the required parameter "cachedMediaItemId" when calling deleteConversationsMessagesCachedmediaCachedMediaItemId';
|
|
182
182
|
}
|
|
183
183
|
|
|
@@ -202,7 +202,7 @@ class ConversationsApi {
|
|
|
202
202
|
*/
|
|
203
203
|
deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId) {
|
|
204
204
|
// verify the required parameter 'integrationId' is set
|
|
205
|
-
if (integrationId === undefined || integrationId === null) {
|
|
205
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
206
206
|
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsFacebookIntegrationId';
|
|
207
207
|
}
|
|
208
208
|
|
|
@@ -227,7 +227,7 @@ class ConversationsApi {
|
|
|
227
227
|
*/
|
|
228
228
|
deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId) {
|
|
229
229
|
// verify the required parameter 'integrationId' is set
|
|
230
|
-
if (integrationId === undefined || integrationId === null) {
|
|
230
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
231
231
|
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsInstagramIntegrationId';
|
|
232
232
|
}
|
|
233
233
|
|
|
@@ -252,7 +252,7 @@ class ConversationsApi {
|
|
|
252
252
|
*/
|
|
253
253
|
deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId) {
|
|
254
254
|
// verify the required parameter 'integrationId' is set
|
|
255
|
-
if (integrationId === undefined || integrationId === null) {
|
|
255
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
256
256
|
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsOpenIntegrationId';
|
|
257
257
|
}
|
|
258
258
|
|
|
@@ -277,7 +277,7 @@ class ConversationsApi {
|
|
|
277
277
|
*/
|
|
278
278
|
deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId) {
|
|
279
279
|
// verify the required parameter 'integrationId' is set
|
|
280
|
-
if (integrationId === undefined || integrationId === null) {
|
|
280
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
281
281
|
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsTwitterIntegrationId';
|
|
282
282
|
}
|
|
283
283
|
|
|
@@ -302,7 +302,7 @@ class ConversationsApi {
|
|
|
302
302
|
*/
|
|
303
303
|
deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId) {
|
|
304
304
|
// verify the required parameter 'integrationId' is set
|
|
305
|
-
if (integrationId === undefined || integrationId === null) {
|
|
305
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
306
306
|
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsWhatsappIntegrationId';
|
|
307
307
|
}
|
|
308
308
|
|
|
@@ -327,7 +327,7 @@ class ConversationsApi {
|
|
|
327
327
|
*/
|
|
328
328
|
deleteConversationsMessagingSetting(messageSettingId) {
|
|
329
329
|
// verify the required parameter 'messageSettingId' is set
|
|
330
|
-
if (messageSettingId === undefined || messageSettingId === null) {
|
|
330
|
+
if (messageSettingId === undefined || messageSettingId === null || messageSettingId === '') {
|
|
331
331
|
throw 'Missing the required parameter "messageSettingId" when calling deleteConversationsMessagingSetting';
|
|
332
332
|
}
|
|
333
333
|
|
|
@@ -372,7 +372,7 @@ class ConversationsApi {
|
|
|
372
372
|
*/
|
|
373
373
|
deleteConversationsMessagingSupportedcontentSupportedContentId(supportedContentId) {
|
|
374
374
|
// verify the required parameter 'supportedContentId' is set
|
|
375
|
-
if (supportedContentId === undefined || supportedContentId === null) {
|
|
375
|
+
if (supportedContentId === undefined || supportedContentId === null || supportedContentId === '') {
|
|
376
376
|
throw 'Missing the required parameter "supportedContentId" when calling deleteConversationsMessagingSupportedcontentSupportedContentId';
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -397,7 +397,7 @@ class ConversationsApi {
|
|
|
397
397
|
*/
|
|
398
398
|
getAnalyticsConversationDetails(conversationId) {
|
|
399
399
|
// verify the required parameter 'conversationId' is set
|
|
400
|
-
if (conversationId === undefined || conversationId === null) {
|
|
400
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
401
401
|
throw 'Missing the required parameter "conversationId" when calling getAnalyticsConversationDetails';
|
|
402
402
|
}
|
|
403
403
|
|
|
@@ -423,7 +423,7 @@ class ConversationsApi {
|
|
|
423
423
|
*/
|
|
424
424
|
getAnalyticsConversationsAggregatesJob(jobId) {
|
|
425
425
|
// verify the required parameter 'jobId' is set
|
|
426
|
-
if (jobId === undefined || jobId === null) {
|
|
426
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
427
427
|
throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';
|
|
428
428
|
}
|
|
429
429
|
|
|
@@ -453,7 +453,7 @@ class ConversationsApi {
|
|
|
453
453
|
opts = opts || {};
|
|
454
454
|
|
|
455
455
|
// verify the required parameter 'jobId' is set
|
|
456
|
-
if (jobId === undefined || jobId === null) {
|
|
456
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
457
457
|
throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';
|
|
458
458
|
}
|
|
459
459
|
|
|
@@ -502,7 +502,7 @@ class ConversationsApi {
|
|
|
502
502
|
*/
|
|
503
503
|
getAnalyticsConversationsDetailsJob(jobId) {
|
|
504
504
|
// verify the required parameter 'jobId' is set
|
|
505
|
-
if (jobId === undefined || jobId === null) {
|
|
505
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
506
506
|
throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJob';
|
|
507
507
|
}
|
|
508
508
|
|
|
@@ -532,7 +532,7 @@ class ConversationsApi {
|
|
|
532
532
|
opts = opts || {};
|
|
533
533
|
|
|
534
534
|
// verify the required parameter 'jobId' is set
|
|
535
|
-
if (jobId === undefined || jobId === null) {
|
|
535
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
536
536
|
throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJobResults';
|
|
537
537
|
}
|
|
538
538
|
|
|
@@ -577,7 +577,7 @@ class ConversationsApi {
|
|
|
577
577
|
*/
|
|
578
578
|
getConversation(conversationId) {
|
|
579
579
|
// verify the required parameter 'conversationId' is set
|
|
580
|
-
if (conversationId === undefined || conversationId === null) {
|
|
580
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
581
581
|
throw 'Missing the required parameter "conversationId" when calling getConversation';
|
|
582
582
|
}
|
|
583
583
|
|
|
@@ -605,15 +605,15 @@ class ConversationsApi {
|
|
|
605
605
|
*/
|
|
606
606
|
getConversationCommunicationInternalmessage(conversationId, communicationId, messageId) {
|
|
607
607
|
// verify the required parameter 'conversationId' is set
|
|
608
|
-
if (conversationId === undefined || conversationId === null) {
|
|
608
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
609
609
|
throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationInternalmessage';
|
|
610
610
|
}
|
|
611
611
|
// verify the required parameter 'communicationId' is set
|
|
612
|
-
if (communicationId === undefined || communicationId === null) {
|
|
612
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
613
613
|
throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationInternalmessage';
|
|
614
614
|
}
|
|
615
615
|
// verify the required parameter 'messageId' is set
|
|
616
|
-
if (messageId === undefined || messageId === null) {
|
|
616
|
+
if (messageId === undefined || messageId === null || messageId === '') {
|
|
617
617
|
throw 'Missing the required parameter "messageId" when calling getConversationCommunicationInternalmessage';
|
|
618
618
|
}
|
|
619
619
|
|
|
@@ -645,11 +645,11 @@ class ConversationsApi {
|
|
|
645
645
|
opts = opts || {};
|
|
646
646
|
|
|
647
647
|
// verify the required parameter 'conversationId' is set
|
|
648
|
-
if (conversationId === undefined || conversationId === null) {
|
|
648
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
649
649
|
throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationInternalmessages';
|
|
650
650
|
}
|
|
651
651
|
// verify the required parameter 'communicationId' is set
|
|
652
|
-
if (communicationId === undefined || communicationId === null) {
|
|
652
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
653
653
|
throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationInternalmessages';
|
|
654
654
|
}
|
|
655
655
|
|
|
@@ -676,15 +676,15 @@ class ConversationsApi {
|
|
|
676
676
|
*/
|
|
677
677
|
getConversationParticipantSecureivrsession(conversationId, participantId, secureSessionId) {
|
|
678
678
|
// verify the required parameter 'conversationId' is set
|
|
679
|
-
if (conversationId === undefined || conversationId === null) {
|
|
679
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
680
680
|
throw 'Missing the required parameter "conversationId" when calling getConversationParticipantSecureivrsession';
|
|
681
681
|
}
|
|
682
682
|
// verify the required parameter 'participantId' is set
|
|
683
|
-
if (participantId === undefined || participantId === null) {
|
|
683
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
684
684
|
throw 'Missing the required parameter "participantId" when calling getConversationParticipantSecureivrsession';
|
|
685
685
|
}
|
|
686
686
|
// verify the required parameter 'secureSessionId' is set
|
|
687
|
-
if (secureSessionId === undefined || secureSessionId === null) {
|
|
687
|
+
if (secureSessionId === undefined || secureSessionId === null || secureSessionId === '') {
|
|
688
688
|
throw 'Missing the required parameter "secureSessionId" when calling getConversationParticipantSecureivrsession';
|
|
689
689
|
}
|
|
690
690
|
|
|
@@ -710,11 +710,11 @@ class ConversationsApi {
|
|
|
710
710
|
*/
|
|
711
711
|
getConversationParticipantSecureivrsessions(conversationId, participantId) {
|
|
712
712
|
// verify the required parameter 'conversationId' is set
|
|
713
|
-
if (conversationId === undefined || conversationId === null) {
|
|
713
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
714
714
|
throw 'Missing the required parameter "conversationId" when calling getConversationParticipantSecureivrsessions';
|
|
715
715
|
}
|
|
716
716
|
// verify the required parameter 'participantId' is set
|
|
717
|
-
if (participantId === undefined || participantId === null) {
|
|
717
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
718
718
|
throw 'Missing the required parameter "participantId" when calling getConversationParticipantSecureivrsessions';
|
|
719
719
|
}
|
|
720
720
|
|
|
@@ -744,11 +744,11 @@ class ConversationsApi {
|
|
|
744
744
|
opts = opts || {};
|
|
745
745
|
|
|
746
746
|
// verify the required parameter 'conversationId' is set
|
|
747
|
-
if (conversationId === undefined || conversationId === null) {
|
|
747
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
748
748
|
throw 'Missing the required parameter "conversationId" when calling getConversationParticipantWrapup';
|
|
749
749
|
}
|
|
750
750
|
// verify the required parameter 'participantId' is set
|
|
751
|
-
if (participantId === undefined || participantId === null) {
|
|
751
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
752
752
|
throw 'Missing the required parameter "participantId" when calling getConversationParticipantWrapup';
|
|
753
753
|
}
|
|
754
754
|
|
|
@@ -774,11 +774,11 @@ class ConversationsApi {
|
|
|
774
774
|
*/
|
|
775
775
|
getConversationParticipantWrapupcodes(conversationId, participantId) {
|
|
776
776
|
// verify the required parameter 'conversationId' is set
|
|
777
|
-
if (conversationId === undefined || conversationId === null) {
|
|
777
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
778
778
|
throw 'Missing the required parameter "conversationId" when calling getConversationParticipantWrapupcodes';
|
|
779
779
|
}
|
|
780
780
|
// verify the required parameter 'participantId' is set
|
|
781
|
-
if (participantId === undefined || participantId === null) {
|
|
781
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
782
782
|
throw 'Missing the required parameter "participantId" when calling getConversationParticipantWrapupcodes';
|
|
783
783
|
}
|
|
784
784
|
|
|
@@ -803,7 +803,7 @@ class ConversationsApi {
|
|
|
803
803
|
*/
|
|
804
804
|
getConversationSecureattributes(conversationId) {
|
|
805
805
|
// verify the required parameter 'conversationId' is set
|
|
806
|
-
if (conversationId === undefined || conversationId === null) {
|
|
806
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
807
807
|
throw 'Missing the required parameter "conversationId" when calling getConversationSecureattributes';
|
|
808
808
|
}
|
|
809
809
|
|
|
@@ -829,11 +829,11 @@ class ConversationsApi {
|
|
|
829
829
|
*/
|
|
830
830
|
getConversationSuggestion(conversationId, suggestionId) {
|
|
831
831
|
// verify the required parameter 'conversationId' is set
|
|
832
|
-
if (conversationId === undefined || conversationId === null) {
|
|
832
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
833
833
|
throw 'Missing the required parameter "conversationId" when calling getConversationSuggestion';
|
|
834
834
|
}
|
|
835
835
|
// verify the required parameter 'suggestionId' is set
|
|
836
|
-
if (suggestionId === undefined || suggestionId === null) {
|
|
836
|
+
if (suggestionId === undefined || suggestionId === null || suggestionId === '') {
|
|
837
837
|
throw 'Missing the required parameter "suggestionId" when calling getConversationSuggestion';
|
|
838
838
|
}
|
|
839
839
|
|
|
@@ -866,7 +866,7 @@ class ConversationsApi {
|
|
|
866
866
|
opts = opts || {};
|
|
867
867
|
|
|
868
868
|
// verify the required parameter 'conversationId' is set
|
|
869
|
-
if (conversationId === undefined || conversationId === null) {
|
|
869
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
870
870
|
throw 'Missing the required parameter "conversationId" when calling getConversationSuggestions';
|
|
871
871
|
}
|
|
872
872
|
|
|
@@ -891,7 +891,7 @@ class ConversationsApi {
|
|
|
891
891
|
*/
|
|
892
892
|
getConversationSummaries(conversationId) {
|
|
893
893
|
// verify the required parameter 'conversationId' is set
|
|
894
|
-
if (conversationId === undefined || conversationId === null) {
|
|
894
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
895
895
|
throw 'Missing the required parameter "conversationId" when calling getConversationSummaries';
|
|
896
896
|
}
|
|
897
897
|
|
|
@@ -940,7 +940,7 @@ class ConversationsApi {
|
|
|
940
940
|
*/
|
|
941
941
|
getConversationsCall(conversationId) {
|
|
942
942
|
// verify the required parameter 'conversationId' is set
|
|
943
|
-
if (conversationId === undefined || conversationId === null) {
|
|
943
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
944
944
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCall';
|
|
945
945
|
}
|
|
946
946
|
|
|
@@ -971,15 +971,15 @@ class ConversationsApi {
|
|
|
971
971
|
opts = opts || {};
|
|
972
972
|
|
|
973
973
|
// verify the required parameter 'conversationId' is set
|
|
974
|
-
if (conversationId === undefined || conversationId === null) {
|
|
974
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
975
975
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCallParticipantCommunicationWrapup';
|
|
976
976
|
}
|
|
977
977
|
// verify the required parameter 'participantId' is set
|
|
978
|
-
if (participantId === undefined || participantId === null) {
|
|
978
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
979
979
|
throw 'Missing the required parameter "participantId" when calling getConversationsCallParticipantCommunicationWrapup';
|
|
980
980
|
}
|
|
981
981
|
// verify the required parameter 'communicationId' is set
|
|
982
|
-
if (communicationId === undefined || communicationId === null) {
|
|
982
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
983
983
|
throw 'Missing the required parameter "communicationId" when calling getConversationsCallParticipantCommunicationWrapup';
|
|
984
984
|
}
|
|
985
985
|
|
|
@@ -1009,11 +1009,11 @@ class ConversationsApi {
|
|
|
1009
1009
|
opts = opts || {};
|
|
1010
1010
|
|
|
1011
1011
|
// verify the required parameter 'conversationId' is set
|
|
1012
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1012
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1013
1013
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCallParticipantWrapup';
|
|
1014
1014
|
}
|
|
1015
1015
|
// verify the required parameter 'participantId' is set
|
|
1016
|
-
if (participantId === undefined || participantId === null) {
|
|
1016
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1017
1017
|
throw 'Missing the required parameter "participantId" when calling getConversationsCallParticipantWrapup';
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
@@ -1039,11 +1039,11 @@ class ConversationsApi {
|
|
|
1039
1039
|
*/
|
|
1040
1040
|
getConversationsCallParticipantWrapupcodes(conversationId, participantId) {
|
|
1041
1041
|
// verify the required parameter 'conversationId' is set
|
|
1042
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1042
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1043
1043
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCallParticipantWrapupcodes';
|
|
1044
1044
|
}
|
|
1045
1045
|
// verify the required parameter 'participantId' is set
|
|
1046
|
-
if (participantId === undefined || participantId === null) {
|
|
1046
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1047
1047
|
throw 'Missing the required parameter "participantId" when calling getConversationsCallParticipantWrapupcodes';
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
@@ -1068,7 +1068,7 @@ class ConversationsApi {
|
|
|
1068
1068
|
*/
|
|
1069
1069
|
getConversationsCallback(conversationId) {
|
|
1070
1070
|
// verify the required parameter 'conversationId' is set
|
|
1071
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1071
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1072
1072
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCallback';
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
@@ -1099,15 +1099,15 @@ class ConversationsApi {
|
|
|
1099
1099
|
opts = opts || {};
|
|
1100
1100
|
|
|
1101
1101
|
// verify the required parameter 'conversationId' is set
|
|
1102
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1102
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1103
1103
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantCommunicationWrapup';
|
|
1104
1104
|
}
|
|
1105
1105
|
// verify the required parameter 'participantId' is set
|
|
1106
|
-
if (participantId === undefined || participantId === null) {
|
|
1106
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1107
1107
|
throw 'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantCommunicationWrapup';
|
|
1108
1108
|
}
|
|
1109
1109
|
// verify the required parameter 'communicationId' is set
|
|
1110
|
-
if (communicationId === undefined || communicationId === null) {
|
|
1110
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
1111
1111
|
throw 'Missing the required parameter "communicationId" when calling getConversationsCallbackParticipantCommunicationWrapup';
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
@@ -1137,11 +1137,11 @@ class ConversationsApi {
|
|
|
1137
1137
|
opts = opts || {};
|
|
1138
1138
|
|
|
1139
1139
|
// verify the required parameter 'conversationId' is set
|
|
1140
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1140
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1141
1141
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantWrapup';
|
|
1142
1142
|
}
|
|
1143
1143
|
// verify the required parameter 'participantId' is set
|
|
1144
|
-
if (participantId === undefined || participantId === null) {
|
|
1144
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1145
1145
|
throw 'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantWrapup';
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
@@ -1167,11 +1167,11 @@ class ConversationsApi {
|
|
|
1167
1167
|
*/
|
|
1168
1168
|
getConversationsCallbackParticipantWrapupcodes(conversationId, participantId) {
|
|
1169
1169
|
// verify the required parameter 'conversationId' is set
|
|
1170
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1170
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1171
1171
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantWrapupcodes';
|
|
1172
1172
|
}
|
|
1173
1173
|
// verify the required parameter 'participantId' is set
|
|
1174
|
-
if (participantId === undefined || participantId === null) {
|
|
1174
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1175
1175
|
throw 'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantWrapupcodes';
|
|
1176
1176
|
}
|
|
1177
1177
|
|
|
@@ -1284,7 +1284,7 @@ class ConversationsApi {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
getConversationsChat(conversationId) {
|
|
1286
1286
|
// verify the required parameter 'conversationId' is set
|
|
1287
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1287
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1288
1288
|
throw 'Missing the required parameter "conversationId" when calling getConversationsChat';
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
@@ -1311,11 +1311,11 @@ class ConversationsApi {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
getConversationsChatMessage(conversationId, messageId) {
|
|
1313
1313
|
// verify the required parameter 'conversationId' is set
|
|
1314
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1314
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1315
1315
|
throw 'Missing the required parameter "conversationId" when calling getConversationsChatMessage';
|
|
1316
1316
|
}
|
|
1317
1317
|
// verify the required parameter 'messageId' is set
|
|
1318
|
-
if (messageId === undefined || messageId === null) {
|
|
1318
|
+
if (messageId === undefined || messageId === null || messageId === '') {
|
|
1319
1319
|
throw 'Missing the required parameter "messageId" when calling getConversationsChatMessage';
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
@@ -1348,7 +1348,7 @@ class ConversationsApi {
|
|
|
1348
1348
|
opts = opts || {};
|
|
1349
1349
|
|
|
1350
1350
|
// verify the required parameter 'conversationId' is set
|
|
1351
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1351
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1352
1352
|
throw 'Missing the required parameter "conversationId" when calling getConversationsChatMessages';
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
@@ -1380,15 +1380,15 @@ class ConversationsApi {
|
|
|
1380
1380
|
opts = opts || {};
|
|
1381
1381
|
|
|
1382
1382
|
// verify the required parameter 'conversationId' is set
|
|
1383
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1383
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1384
1384
|
throw 'Missing the required parameter "conversationId" when calling getConversationsChatParticipantCommunicationWrapup';
|
|
1385
1385
|
}
|
|
1386
1386
|
// verify the required parameter 'participantId' is set
|
|
1387
|
-
if (participantId === undefined || participantId === null) {
|
|
1387
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1388
1388
|
throw 'Missing the required parameter "participantId" when calling getConversationsChatParticipantCommunicationWrapup';
|
|
1389
1389
|
}
|
|
1390
1390
|
// verify the required parameter 'communicationId' is set
|
|
1391
|
-
if (communicationId === undefined || communicationId === null) {
|
|
1391
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
1392
1392
|
throw 'Missing the required parameter "communicationId" when calling getConversationsChatParticipantCommunicationWrapup';
|
|
1393
1393
|
}
|
|
1394
1394
|
|
|
@@ -1419,11 +1419,11 @@ class ConversationsApi {
|
|
|
1419
1419
|
opts = opts || {};
|
|
1420
1420
|
|
|
1421
1421
|
// verify the required parameter 'conversationId' is set
|
|
1422
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1422
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1423
1423
|
throw 'Missing the required parameter "conversationId" when calling getConversationsChatParticipantWrapup';
|
|
1424
1424
|
}
|
|
1425
1425
|
// verify the required parameter 'participantId' is set
|
|
1426
|
-
if (participantId === undefined || participantId === null) {
|
|
1426
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1427
1427
|
throw 'Missing the required parameter "participantId" when calling getConversationsChatParticipantWrapup';
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
@@ -1450,11 +1450,11 @@ class ConversationsApi {
|
|
|
1450
1450
|
*/
|
|
1451
1451
|
getConversationsChatParticipantWrapupcodes(conversationId, participantId) {
|
|
1452
1452
|
// verify the required parameter 'conversationId' is set
|
|
1453
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1453
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1454
1454
|
throw 'Missing the required parameter "conversationId" when calling getConversationsChatParticipantWrapupcodes';
|
|
1455
1455
|
}
|
|
1456
1456
|
// verify the required parameter 'participantId' is set
|
|
1457
|
-
if (participantId === undefined || participantId === null) {
|
|
1457
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1458
1458
|
throw 'Missing the required parameter "participantId" when calling getConversationsChatParticipantWrapupcodes';
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
@@ -1500,7 +1500,7 @@ class ConversationsApi {
|
|
|
1500
1500
|
*/
|
|
1501
1501
|
getConversationsCobrowsesession(conversationId) {
|
|
1502
1502
|
// verify the required parameter 'conversationId' is set
|
|
1503
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1503
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1504
1504
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCobrowsesession';
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
@@ -1532,15 +1532,15 @@ class ConversationsApi {
|
|
|
1532
1532
|
opts = opts || {};
|
|
1533
1533
|
|
|
1534
1534
|
// verify the required parameter 'conversationId' is set
|
|
1535
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1535
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1536
1536
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
1537
1537
|
}
|
|
1538
1538
|
// verify the required parameter 'participantId' is set
|
|
1539
|
-
if (participantId === undefined || participantId === null) {
|
|
1539
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1540
1540
|
throw 'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
1541
1541
|
}
|
|
1542
1542
|
// verify the required parameter 'communicationId' is set
|
|
1543
|
-
if (communicationId === undefined || communicationId === null) {
|
|
1543
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
1544
1544
|
throw 'Missing the required parameter "communicationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
@@ -1571,11 +1571,11 @@ class ConversationsApi {
|
|
|
1571
1571
|
opts = opts || {};
|
|
1572
1572
|
|
|
1573
1573
|
// verify the required parameter 'conversationId' is set
|
|
1574
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1574
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1575
1575
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapup';
|
|
1576
1576
|
}
|
|
1577
1577
|
// verify the required parameter 'participantId' is set
|
|
1578
|
-
if (participantId === undefined || participantId === null) {
|
|
1578
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1579
1579
|
throw 'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapup';
|
|
1580
1580
|
}
|
|
1581
1581
|
|
|
@@ -1602,11 +1602,11 @@ class ConversationsApi {
|
|
|
1602
1602
|
*/
|
|
1603
1603
|
getConversationsCobrowsesessionParticipantWrapupcodes(conversationId, participantId) {
|
|
1604
1604
|
// verify the required parameter 'conversationId' is set
|
|
1605
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1605
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1606
1606
|
throw 'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';
|
|
1607
1607
|
}
|
|
1608
1608
|
// verify the required parameter 'participantId' is set
|
|
1609
|
-
if (participantId === undefined || participantId === null) {
|
|
1609
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1610
1610
|
throw 'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
@@ -1651,7 +1651,7 @@ class ConversationsApi {
|
|
|
1651
1651
|
*/
|
|
1652
1652
|
getConversationsEmail(conversationId) {
|
|
1653
1653
|
// verify the required parameter 'conversationId' is set
|
|
1654
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1654
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1655
1655
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmail';
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
@@ -1677,11 +1677,11 @@ class ConversationsApi {
|
|
|
1677
1677
|
*/
|
|
1678
1678
|
getConversationsEmailMessage(conversationId, messageId) {
|
|
1679
1679
|
// verify the required parameter 'conversationId' is set
|
|
1680
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1680
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1681
1681
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailMessage';
|
|
1682
1682
|
}
|
|
1683
1683
|
// verify the required parameter 'messageId' is set
|
|
1684
|
-
if (messageId === undefined || messageId === null) {
|
|
1684
|
+
if (messageId === undefined || messageId === null || messageId === '') {
|
|
1685
1685
|
throw 'Missing the required parameter "messageId" when calling getConversationsEmailMessage';
|
|
1686
1686
|
}
|
|
1687
1687
|
|
|
@@ -1706,7 +1706,7 @@ class ConversationsApi {
|
|
|
1706
1706
|
*/
|
|
1707
1707
|
getConversationsEmailMessages(conversationId) {
|
|
1708
1708
|
// verify the required parameter 'conversationId' is set
|
|
1709
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1709
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1710
1710
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailMessages';
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
@@ -1731,7 +1731,7 @@ class ConversationsApi {
|
|
|
1731
1731
|
*/
|
|
1732
1732
|
getConversationsEmailMessagesDraft(conversationId) {
|
|
1733
1733
|
// verify the required parameter 'conversationId' is set
|
|
1734
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1734
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1735
1735
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailMessagesDraft';
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
@@ -1762,15 +1762,15 @@ class ConversationsApi {
|
|
|
1762
1762
|
opts = opts || {};
|
|
1763
1763
|
|
|
1764
1764
|
// verify the required parameter 'conversationId' is set
|
|
1765
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1765
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1766
1766
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantCommunicationWrapup';
|
|
1767
1767
|
}
|
|
1768
1768
|
// verify the required parameter 'participantId' is set
|
|
1769
|
-
if (participantId === undefined || participantId === null) {
|
|
1769
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1770
1770
|
throw 'Missing the required parameter "participantId" when calling getConversationsEmailParticipantCommunicationWrapup';
|
|
1771
1771
|
}
|
|
1772
1772
|
// verify the required parameter 'communicationId' is set
|
|
1773
|
-
if (communicationId === undefined || communicationId === null) {
|
|
1773
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
1774
1774
|
throw 'Missing the required parameter "communicationId" when calling getConversationsEmailParticipantCommunicationWrapup';
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
@@ -1800,11 +1800,11 @@ class ConversationsApi {
|
|
|
1800
1800
|
opts = opts || {};
|
|
1801
1801
|
|
|
1802
1802
|
// verify the required parameter 'conversationId' is set
|
|
1803
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1803
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1804
1804
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantWrapup';
|
|
1805
1805
|
}
|
|
1806
1806
|
// verify the required parameter 'participantId' is set
|
|
1807
|
-
if (participantId === undefined || participantId === null) {
|
|
1807
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1808
1808
|
throw 'Missing the required parameter "participantId" when calling getConversationsEmailParticipantWrapup';
|
|
1809
1809
|
}
|
|
1810
1810
|
|
|
@@ -1830,11 +1830,11 @@ class ConversationsApi {
|
|
|
1830
1830
|
*/
|
|
1831
1831
|
getConversationsEmailParticipantWrapupcodes(conversationId, participantId) {
|
|
1832
1832
|
// verify the required parameter 'conversationId' is set
|
|
1833
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1833
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1834
1834
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantWrapupcodes';
|
|
1835
1835
|
}
|
|
1836
1836
|
// verify the required parameter 'participantId' is set
|
|
1837
|
-
if (participantId === undefined || participantId === null) {
|
|
1837
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
1838
1838
|
throw 'Missing the required parameter "participantId" when calling getConversationsEmailParticipantWrapupcodes';
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
@@ -1859,7 +1859,7 @@ class ConversationsApi {
|
|
|
1859
1859
|
*/
|
|
1860
1860
|
getConversationsEmailSettings(conversationId) {
|
|
1861
1861
|
// verify the required parameter 'conversationId' is set
|
|
1862
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1862
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1863
1863
|
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailSettings';
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
@@ -1905,7 +1905,7 @@ class ConversationsApi {
|
|
|
1905
1905
|
*/
|
|
1906
1906
|
getConversationsInternalmessage(conversationId) {
|
|
1907
1907
|
// verify the required parameter 'conversationId' is set
|
|
1908
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1908
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
1909
1909
|
throw 'Missing the required parameter "conversationId" when calling getConversationsInternalmessage';
|
|
1910
1910
|
}
|
|
1911
1911
|
|
|
@@ -1951,7 +1951,7 @@ class ConversationsApi {
|
|
|
1951
1951
|
*/
|
|
1952
1952
|
getConversationsKeyconfiguration(keyconfigurationsId) {
|
|
1953
1953
|
// verify the required parameter 'keyconfigurationsId' is set
|
|
1954
|
-
if (keyconfigurationsId === undefined || keyconfigurationsId === null) {
|
|
1954
|
+
if (keyconfigurationsId === undefined || keyconfigurationsId === null || keyconfigurationsId === '') {
|
|
1955
1955
|
throw 'Missing the required parameter "keyconfigurationsId" when calling getConversationsKeyconfiguration';
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
@@ -1996,7 +1996,7 @@ class ConversationsApi {
|
|
|
1996
1996
|
*/
|
|
1997
1997
|
getConversationsMessage(conversationId) {
|
|
1998
1998
|
// verify the required parameter 'conversationId' is set
|
|
1999
|
-
if (conversationId === undefined || conversationId === null) {
|
|
1999
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
2000
2000
|
throw 'Missing the required parameter "conversationId" when calling getConversationsMessage';
|
|
2001
2001
|
}
|
|
2002
2002
|
|
|
@@ -2023,15 +2023,15 @@ class ConversationsApi {
|
|
|
2023
2023
|
*/
|
|
2024
2024
|
getConversationsMessageCommunicationMessagesMediaMediaId(conversationId, communicationId, mediaId) {
|
|
2025
2025
|
// verify the required parameter 'conversationId' is set
|
|
2026
|
-
if (conversationId === undefined || conversationId === null) {
|
|
2026
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
2027
2027
|
throw 'Missing the required parameter "conversationId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';
|
|
2028
2028
|
}
|
|
2029
2029
|
// verify the required parameter 'communicationId' is set
|
|
2030
|
-
if (communicationId === undefined || communicationId === null) {
|
|
2030
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
2031
2031
|
throw 'Missing the required parameter "communicationId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';
|
|
2032
2032
|
}
|
|
2033
2033
|
// verify the required parameter 'mediaId' is set
|
|
2034
|
-
if (mediaId === undefined || mediaId === null) {
|
|
2034
|
+
if (mediaId === undefined || mediaId === null || mediaId === '') {
|
|
2035
2035
|
throw 'Missing the required parameter "mediaId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';
|
|
2036
2036
|
}
|
|
2037
2037
|
|
|
@@ -2060,7 +2060,7 @@ class ConversationsApi {
|
|
|
2060
2060
|
opts = opts || {};
|
|
2061
2061
|
|
|
2062
2062
|
// verify the required parameter 'messageId' is set
|
|
2063
|
-
if (messageId === undefined || messageId === null) {
|
|
2063
|
+
if (messageId === undefined || messageId === null || messageId === '') {
|
|
2064
2064
|
throw 'Missing the required parameter "messageId" when calling getConversationsMessageDetails';
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
@@ -2090,11 +2090,11 @@ class ConversationsApi {
|
|
|
2090
2090
|
opts = opts || {};
|
|
2091
2091
|
|
|
2092
2092
|
// verify the required parameter 'conversationId' is set
|
|
2093
|
-
if (conversationId === undefined || conversationId === null) {
|
|
2093
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
2094
2094
|
throw 'Missing the required parameter "conversationId" when calling getConversationsMessageMessage';
|
|
2095
2095
|
}
|
|
2096
2096
|
// verify the required parameter 'messageId' is set
|
|
2097
|
-
if (messageId === undefined || messageId === null) {
|
|
2097
|
+
if (messageId === undefined || messageId === null || messageId === '') {
|
|
2098
2098
|
throw 'Missing the required parameter "messageId" when calling getConversationsMessageMessage';
|
|
2099
2099
|
}
|
|
2100
2100
|
|
|
@@ -2125,15 +2125,15 @@ class ConversationsApi {
|
|
|
2125
2125
|
opts = opts || {};
|
|
2126
2126
|
|
|
2127
2127
|
// verify the required parameter 'conversationId' is set
|
|
2128
|
-
if (conversationId === undefined || conversationId === null) {
|
|
2128
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
2129
2129
|
throw 'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantCommunicationWrapup';
|
|
2130
2130
|
}
|
|
2131
2131
|
// verify the required parameter 'participantId' is set
|
|
2132
|
-
if (participantId === undefined || participantId === null) {
|
|
2132
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
2133
2133
|
throw 'Missing the required parameter "participantId" when calling getConversationsMessageParticipantCommunicationWrapup';
|
|
2134
2134
|
}
|
|
2135
2135
|
// verify the required parameter 'communicationId' is set
|
|
2136
|
-
if (communicationId === undefined || communicationId === null) {
|
|
2136
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
2137
2137
|
throw 'Missing the required parameter "communicationId" when calling getConversationsMessageParticipantCommunicationWrapup';
|
|
2138
2138
|
}
|
|
2139
2139
|
|
|
@@ -2163,11 +2163,11 @@ class ConversationsApi {
|
|
|
2163
2163
|
opts = opts || {};
|
|
2164
2164
|
|
|
2165
2165
|
// verify the required parameter 'conversationId' is set
|
|
2166
|
-
if (conversationId === undefined || conversationId === null) {
|
|
2166
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
2167
2167
|
throw 'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantWrapup';
|
|
2168
2168
|
}
|
|
2169
2169
|
// verify the required parameter 'participantId' is set
|
|
2170
|
-
if (participantId === undefined || participantId === null) {
|
|
2170
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
2171
2171
|
throw 'Missing the required parameter "participantId" when calling getConversationsMessageParticipantWrapup';
|
|
2172
2172
|
}
|
|
2173
2173
|
|
|
@@ -2193,11 +2193,11 @@ class ConversationsApi {
|
|
|
2193
2193
|
*/
|
|
2194
2194
|
getConversationsMessageParticipantWrapupcodes(conversationId, participantId) {
|
|
2195
2195
|
// verify the required parameter 'conversationId' is set
|
|
2196
|
-
if (conversationId === undefined || conversationId === null) {
|
|
2196
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
2197
2197
|
throw 'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantWrapupcodes';
|
|
2198
2198
|
}
|
|
2199
2199
|
// verify the required parameter 'participantId' is set
|
|
2200
|
-
if (participantId === undefined || participantId === null) {
|
|
2200
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
2201
2201
|
throw 'Missing the required parameter "participantId" when calling getConversationsMessageParticipantWrapupcodes';
|
|
2202
2202
|
}
|
|
2203
2203
|
|
|
@@ -2268,7 +2268,7 @@ class ConversationsApi {
|
|
|
2268
2268
|
*/
|
|
2269
2269
|
getConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId) {
|
|
2270
2270
|
// verify the required parameter 'cachedMediaItemId' is set
|
|
2271
|
-
if (cachedMediaItemId === undefined || cachedMediaItemId === null) {
|
|
2271
|
+
if (cachedMediaItemId === undefined || cachedMediaItemId === null || cachedMediaItemId === '') {
|
|
2272
2272
|
throw 'Missing the required parameter "cachedMediaItemId" when calling getConversationsMessagesCachedmediaCachedMediaItemId';
|
|
2273
2273
|
}
|
|
2274
2274
|
|
|
@@ -2334,7 +2334,7 @@ class ConversationsApi {
|
|
|
2334
2334
|
*/
|
|
2335
2335
|
getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId) {
|
|
2336
2336
|
// verify the required parameter 'integrationId' is set
|
|
2337
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2337
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2338
2338
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
|
|
2339
2339
|
}
|
|
2340
2340
|
|
|
@@ -2359,7 +2359,7 @@ class ConversationsApi {
|
|
|
2359
2359
|
*/
|
|
2360
2360
|
getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId) {
|
|
2361
2361
|
// verify the required parameter 'integrationId' is set
|
|
2362
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2362
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2363
2363
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';
|
|
2364
2364
|
}
|
|
2365
2365
|
|
|
@@ -2384,7 +2384,7 @@ class ConversationsApi {
|
|
|
2384
2384
|
*/
|
|
2385
2385
|
getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId) {
|
|
2386
2386
|
// verify the required parameter 'integrationId' is set
|
|
2387
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2387
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2388
2388
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
|
|
2389
2389
|
}
|
|
2390
2390
|
|
|
@@ -2409,7 +2409,7 @@ class ConversationsApi {
|
|
|
2409
2409
|
*/
|
|
2410
2410
|
getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId) {
|
|
2411
2411
|
// verify the required parameter 'integrationId' is set
|
|
2412
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2412
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2413
2413
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';
|
|
2414
2414
|
}
|
|
2415
2415
|
|
|
@@ -2434,7 +2434,7 @@ class ConversationsApi {
|
|
|
2434
2434
|
*/
|
|
2435
2435
|
getConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId(integrationId) {
|
|
2436
2436
|
// verify the required parameter 'integrationId' is set
|
|
2437
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2437
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2438
2438
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';
|
|
2439
2439
|
}
|
|
2440
2440
|
|
|
@@ -2459,7 +2459,7 @@ class ConversationsApi {
|
|
|
2459
2459
|
*/
|
|
2460
2460
|
getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId) {
|
|
2461
2461
|
// verify the required parameter 'integrationId' is set
|
|
2462
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2462
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2463
2463
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';
|
|
2464
2464
|
}
|
|
2465
2465
|
|
|
@@ -2484,7 +2484,7 @@ class ConversationsApi {
|
|
|
2484
2484
|
*/
|
|
2485
2485
|
getConversationsMessagingIntegrationTwitterOauthSettings(integrationId) {
|
|
2486
2486
|
// verify the required parameter 'integrationId' is set
|
|
2487
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2487
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2488
2488
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationTwitterOauthSettings';
|
|
2489
2489
|
}
|
|
2490
2490
|
|
|
@@ -2569,7 +2569,7 @@ class ConversationsApi {
|
|
|
2569
2569
|
opts = opts || {};
|
|
2570
2570
|
|
|
2571
2571
|
// verify the required parameter 'integrationId' is set
|
|
2572
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2572
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2573
2573
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsFacebookIntegrationId';
|
|
2574
2574
|
}
|
|
2575
2575
|
|
|
@@ -2626,7 +2626,7 @@ class ConversationsApi {
|
|
|
2626
2626
|
opts = opts || {};
|
|
2627
2627
|
|
|
2628
2628
|
// verify the required parameter 'integrationId' is set
|
|
2629
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2629
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2630
2630
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsInstagramIntegrationId';
|
|
2631
2631
|
}
|
|
2632
2632
|
|
|
@@ -2683,7 +2683,7 @@ class ConversationsApi {
|
|
|
2683
2683
|
opts = opts || {};
|
|
2684
2684
|
|
|
2685
2685
|
// verify the required parameter 'integrationId' is set
|
|
2686
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2686
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2687
2687
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsOpenIntegrationId';
|
|
2688
2688
|
}
|
|
2689
2689
|
|
|
@@ -2740,7 +2740,7 @@ class ConversationsApi {
|
|
|
2740
2740
|
opts = opts || {};
|
|
2741
2741
|
|
|
2742
2742
|
// verify the required parameter 'integrationId' is set
|
|
2743
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2743
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2744
2744
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsTwitterIntegrationId';
|
|
2745
2745
|
}
|
|
2746
2746
|
|
|
@@ -2817,7 +2817,7 @@ class ConversationsApi {
|
|
|
2817
2817
|
opts = opts || {};
|
|
2818
2818
|
|
|
2819
2819
|
// verify the required parameter 'integrationId' is set
|
|
2820
|
-
if (integrationId === undefined || integrationId === null) {
|
|
2820
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
2821
2821
|
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsWhatsappIntegrationId';
|
|
2822
2822
|
}
|
|
2823
2823
|
|
|
@@ -2842,7 +2842,7 @@ class ConversationsApi {
|
|
|
2842
2842
|
*/
|
|
2843
2843
|
getConversationsMessagingSetting(messageSettingId) {
|
|
2844
2844
|
// verify the required parameter 'messageSettingId' is set
|
|
2845
|
-
if (messageSettingId === undefined || messageSettingId === null) {
|
|
2845
|
+
if (messageSettingId === undefined || messageSettingId === null || messageSettingId === '') {
|
|
2846
2846
|
throw 'Missing the required parameter "messageSettingId" when calling getConversationsMessagingSetting';
|
|
2847
2847
|
}
|
|
2848
2848
|
|
|
@@ -2957,7 +2957,7 @@ class ConversationsApi {
|
|
|
2957
2957
|
*/
|
|
2958
2958
|
getConversationsMessagingSupportedcontentSupportedContentId(supportedContentId) {
|
|
2959
2959
|
// verify the required parameter 'supportedContentId' is set
|
|
2960
|
-
if (supportedContentId === undefined || supportedContentId === null) {
|
|
2960
|
+
if (supportedContentId === undefined || supportedContentId === null || supportedContentId === '') {
|
|
2961
2961
|
throw 'Missing the required parameter "supportedContentId" when calling getConversationsMessagingSupportedcontentSupportedContentId';
|
|
2962
2962
|
}
|
|
2963
2963
|
|
|
@@ -3009,15 +3009,15 @@ class ConversationsApi {
|
|
|
3009
3009
|
opts = opts || {};
|
|
3010
3010
|
|
|
3011
3011
|
// verify the required parameter 'conversationId' is set
|
|
3012
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3012
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3013
3013
|
throw 'Missing the required parameter "conversationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
|
|
3014
3014
|
}
|
|
3015
3015
|
// verify the required parameter 'participantId' is set
|
|
3016
|
-
if (participantId === undefined || participantId === null) {
|
|
3016
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3017
3017
|
throw 'Missing the required parameter "participantId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
|
|
3018
3018
|
}
|
|
3019
3019
|
// verify the required parameter 'communicationId' is set
|
|
3020
|
-
if (communicationId === undefined || communicationId === null) {
|
|
3020
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
3021
3021
|
throw 'Missing the required parameter "communicationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
|
|
3022
3022
|
}
|
|
3023
3023
|
|
|
@@ -3068,15 +3068,15 @@ class ConversationsApi {
|
|
|
3068
3068
|
opts = opts || {};
|
|
3069
3069
|
|
|
3070
3070
|
// verify the required parameter 'conversationId' is set
|
|
3071
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3071
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3072
3072
|
throw 'Missing the required parameter "conversationId" when calling getConversationsSocialParticipantCommunicationWrapup';
|
|
3073
3073
|
}
|
|
3074
3074
|
// verify the required parameter 'participantId' is set
|
|
3075
|
-
if (participantId === undefined || participantId === null) {
|
|
3075
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3076
3076
|
throw 'Missing the required parameter "participantId" when calling getConversationsSocialParticipantCommunicationWrapup';
|
|
3077
3077
|
}
|
|
3078
3078
|
// verify the required parameter 'communicationId' is set
|
|
3079
|
-
if (communicationId === undefined || communicationId === null) {
|
|
3079
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
3080
3080
|
throw 'Missing the required parameter "communicationId" when calling getConversationsSocialParticipantCommunicationWrapup';
|
|
3081
3081
|
}
|
|
3082
3082
|
|
|
@@ -3102,7 +3102,7 @@ class ConversationsApi {
|
|
|
3102
3102
|
*/
|
|
3103
3103
|
getConversationsVideoDetails(conferenceId) {
|
|
3104
3104
|
// verify the required parameter 'conferenceId' is set
|
|
3105
|
-
if (conferenceId === undefined || conferenceId === null) {
|
|
3105
|
+
if (conferenceId === undefined || conferenceId === null || conferenceId === '') {
|
|
3106
3106
|
throw 'Missing the required parameter "conferenceId" when calling getConversationsVideoDetails';
|
|
3107
3107
|
}
|
|
3108
3108
|
|
|
@@ -3133,15 +3133,15 @@ class ConversationsApi {
|
|
|
3133
3133
|
opts = opts || {};
|
|
3134
3134
|
|
|
3135
3135
|
// verify the required parameter 'conversationId' is set
|
|
3136
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3136
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3137
3137
|
throw 'Missing the required parameter "conversationId" when calling getConversationsVideoParticipantCommunicationWrapup';
|
|
3138
3138
|
}
|
|
3139
3139
|
// verify the required parameter 'participantId' is set
|
|
3140
|
-
if (participantId === undefined || participantId === null) {
|
|
3140
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3141
3141
|
throw 'Missing the required parameter "participantId" when calling getConversationsVideoParticipantCommunicationWrapup';
|
|
3142
3142
|
}
|
|
3143
3143
|
// verify the required parameter 'communicationId' is set
|
|
3144
|
-
if (communicationId === undefined || communicationId === null) {
|
|
3144
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
3145
3145
|
throw 'Missing the required parameter "communicationId" when calling getConversationsVideoParticipantCommunicationWrapup';
|
|
3146
3146
|
}
|
|
3147
3147
|
|
|
@@ -3167,7 +3167,7 @@ class ConversationsApi {
|
|
|
3167
3167
|
*/
|
|
3168
3168
|
getConversationsVideosMeeting(meetingId) {
|
|
3169
3169
|
// verify the required parameter 'meetingId' is set
|
|
3170
|
-
if (meetingId === undefined || meetingId === null) {
|
|
3170
|
+
if (meetingId === undefined || meetingId === null || meetingId === '') {
|
|
3171
3171
|
throw 'Missing the required parameter "meetingId" when calling getConversationsVideosMeeting';
|
|
3172
3172
|
}
|
|
3173
3173
|
|
|
@@ -3194,11 +3194,11 @@ class ConversationsApi {
|
|
|
3194
3194
|
*/
|
|
3195
3195
|
patchConversationParticipant(conversationId, participantId, body) {
|
|
3196
3196
|
// verify the required parameter 'conversationId' is set
|
|
3197
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3197
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3198
3198
|
throw 'Missing the required parameter "conversationId" when calling patchConversationParticipant';
|
|
3199
3199
|
}
|
|
3200
3200
|
// verify the required parameter 'participantId' is set
|
|
3201
|
-
if (participantId === undefined || participantId === null) {
|
|
3201
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3202
3202
|
throw 'Missing the required parameter "participantId" when calling patchConversationParticipant';
|
|
3203
3203
|
}
|
|
3204
3204
|
// verify the required parameter 'body' is set
|
|
@@ -3229,11 +3229,11 @@ class ConversationsApi {
|
|
|
3229
3229
|
*/
|
|
3230
3230
|
patchConversationParticipantAttributes(conversationId, participantId, body) {
|
|
3231
3231
|
// verify the required parameter 'conversationId' is set
|
|
3232
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3232
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3233
3233
|
throw 'Missing the required parameter "conversationId" when calling patchConversationParticipantAttributes';
|
|
3234
3234
|
}
|
|
3235
3235
|
// verify the required parameter 'participantId' is set
|
|
3236
|
-
if (participantId === undefined || participantId === null) {
|
|
3236
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3237
3237
|
throw 'Missing the required parameter "participantId" when calling patchConversationParticipantAttributes';
|
|
3238
3238
|
}
|
|
3239
3239
|
// verify the required parameter 'body' is set
|
|
@@ -3263,7 +3263,7 @@ class ConversationsApi {
|
|
|
3263
3263
|
*/
|
|
3264
3264
|
patchConversationSecureattributes(conversationId, body) {
|
|
3265
3265
|
// verify the required parameter 'conversationId' is set
|
|
3266
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3266
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3267
3267
|
throw 'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';
|
|
3268
3268
|
}
|
|
3269
3269
|
// verify the required parameter 'body' is set
|
|
@@ -3297,11 +3297,11 @@ class ConversationsApi {
|
|
|
3297
3297
|
opts = opts || {};
|
|
3298
3298
|
|
|
3299
3299
|
// verify the required parameter 'conversationId' is set
|
|
3300
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3300
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3301
3301
|
throw 'Missing the required parameter "conversationId" when calling patchConversationSummaryEngagements';
|
|
3302
3302
|
}
|
|
3303
3303
|
// verify the required parameter 'summaryId' is set
|
|
3304
|
-
if (summaryId === undefined || summaryId === null) {
|
|
3304
|
+
if (summaryId === undefined || summaryId === null || summaryId === '') {
|
|
3305
3305
|
throw 'Missing the required parameter "summaryId" when calling patchConversationSummaryEngagements';
|
|
3306
3306
|
}
|
|
3307
3307
|
|
|
@@ -3331,11 +3331,11 @@ class ConversationsApi {
|
|
|
3331
3331
|
opts = opts || {};
|
|
3332
3332
|
|
|
3333
3333
|
// verify the required parameter 'conversationId' is set
|
|
3334
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3334
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3335
3335
|
throw 'Missing the required parameter "conversationId" when calling patchConversationSummaryFeedback';
|
|
3336
3336
|
}
|
|
3337
3337
|
// verify the required parameter 'summaryId' is set
|
|
3338
|
-
if (summaryId === undefined || summaryId === null) {
|
|
3338
|
+
if (summaryId === undefined || summaryId === null || summaryId === '') {
|
|
3339
3339
|
throw 'Missing the required parameter "summaryId" when calling patchConversationSummaryFeedback';
|
|
3340
3340
|
}
|
|
3341
3341
|
|
|
@@ -3361,7 +3361,7 @@ class ConversationsApi {
|
|
|
3361
3361
|
*/
|
|
3362
3362
|
patchConversationUtilizationlabel(conversationId, body) {
|
|
3363
3363
|
// verify the required parameter 'conversationId' is set
|
|
3364
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3364
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3365
3365
|
throw 'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';
|
|
3366
3366
|
}
|
|
3367
3367
|
// verify the required parameter 'body' is set
|
|
@@ -3393,15 +3393,15 @@ class ConversationsApi {
|
|
|
3393
3393
|
*/
|
|
3394
3394
|
patchConversationsAftercallworkConversationIdParticipantCommunication(conversationId, participantId, communicationId, body) {
|
|
3395
3395
|
// verify the required parameter 'conversationId' is set
|
|
3396
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3396
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3397
3397
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';
|
|
3398
3398
|
}
|
|
3399
3399
|
// verify the required parameter 'participantId' is set
|
|
3400
|
-
if (participantId === undefined || participantId === null) {
|
|
3400
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3401
3401
|
throw 'Missing the required parameter "participantId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';
|
|
3402
3402
|
}
|
|
3403
3403
|
// verify the required parameter 'communicationId' is set
|
|
3404
|
-
if (communicationId === undefined || communicationId === null) {
|
|
3404
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
3405
3405
|
throw 'Missing the required parameter "communicationId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';
|
|
3406
3406
|
}
|
|
3407
3407
|
// verify the required parameter 'body' is set
|
|
@@ -3431,7 +3431,7 @@ class ConversationsApi {
|
|
|
3431
3431
|
*/
|
|
3432
3432
|
patchConversationsCall(conversationId, body) {
|
|
3433
3433
|
// verify the required parameter 'conversationId' is set
|
|
3434
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3434
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3435
3435
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCall';
|
|
3436
3436
|
}
|
|
3437
3437
|
// verify the required parameter 'body' is set
|
|
@@ -3462,11 +3462,11 @@ class ConversationsApi {
|
|
|
3462
3462
|
*/
|
|
3463
3463
|
patchConversationsCallParticipant(conversationId, participantId, body) {
|
|
3464
3464
|
// verify the required parameter 'conversationId' is set
|
|
3465
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3465
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3466
3466
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallParticipant';
|
|
3467
3467
|
}
|
|
3468
3468
|
// verify the required parameter 'participantId' is set
|
|
3469
|
-
if (participantId === undefined || participantId === null) {
|
|
3469
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3470
3470
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCallParticipant';
|
|
3471
3471
|
}
|
|
3472
3472
|
// verify the required parameter 'body' is set
|
|
@@ -3497,11 +3497,11 @@ class ConversationsApi {
|
|
|
3497
3497
|
*/
|
|
3498
3498
|
patchConversationsCallParticipantAttributes(conversationId, participantId, body) {
|
|
3499
3499
|
// verify the required parameter 'conversationId' is set
|
|
3500
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3500
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3501
3501
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantAttributes';
|
|
3502
3502
|
}
|
|
3503
3503
|
// verify the required parameter 'participantId' is set
|
|
3504
|
-
if (participantId === undefined || participantId === null) {
|
|
3504
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3505
3505
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCallParticipantAttributes';
|
|
3506
3506
|
}
|
|
3507
3507
|
// verify the required parameter 'body' is set
|
|
@@ -3533,15 +3533,15 @@ class ConversationsApi {
|
|
|
3533
3533
|
*/
|
|
3534
3534
|
patchConversationsCallParticipantCommunication(conversationId, participantId, communicationId, body) {
|
|
3535
3535
|
// verify the required parameter 'conversationId' is set
|
|
3536
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3536
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3537
3537
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantCommunication';
|
|
3538
3538
|
}
|
|
3539
3539
|
// verify the required parameter 'participantId' is set
|
|
3540
|
-
if (participantId === undefined || participantId === null) {
|
|
3540
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3541
3541
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCallParticipantCommunication';
|
|
3542
3542
|
}
|
|
3543
3543
|
// verify the required parameter 'communicationId' is set
|
|
3544
|
-
if (communicationId === undefined || communicationId === null) {
|
|
3544
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
3545
3545
|
throw 'Missing the required parameter "communicationId" when calling patchConversationsCallParticipantCommunication';
|
|
3546
3546
|
}
|
|
3547
3547
|
// verify the required parameter 'body' is set
|
|
@@ -3572,11 +3572,11 @@ class ConversationsApi {
|
|
|
3572
3572
|
*/
|
|
3573
3573
|
patchConversationsCallParticipantConsult(conversationId, participantId, body) {
|
|
3574
3574
|
// verify the required parameter 'conversationId' is set
|
|
3575
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3575
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3576
3576
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantConsult';
|
|
3577
3577
|
}
|
|
3578
3578
|
// verify the required parameter 'participantId' is set
|
|
3579
|
-
if (participantId === undefined || participantId === null) {
|
|
3579
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3580
3580
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCallParticipantConsult';
|
|
3581
3581
|
}
|
|
3582
3582
|
// verify the required parameter 'body' is set
|
|
@@ -3606,7 +3606,7 @@ class ConversationsApi {
|
|
|
3606
3606
|
*/
|
|
3607
3607
|
patchConversationsCallback(conversationId, body) {
|
|
3608
3608
|
// verify the required parameter 'conversationId' is set
|
|
3609
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3609
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3610
3610
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallback';
|
|
3611
3611
|
}
|
|
3612
3612
|
// verify the required parameter 'body' is set
|
|
@@ -3637,11 +3637,11 @@ class ConversationsApi {
|
|
|
3637
3637
|
*/
|
|
3638
3638
|
patchConversationsCallbackParticipant(conversationId, participantId, body) {
|
|
3639
3639
|
// verify the required parameter 'conversationId' is set
|
|
3640
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3640
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3641
3641
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipant';
|
|
3642
3642
|
}
|
|
3643
3643
|
// verify the required parameter 'participantId' is set
|
|
3644
|
-
if (participantId === undefined || participantId === null) {
|
|
3644
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3645
3645
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipant';
|
|
3646
3646
|
}
|
|
3647
3647
|
// verify the required parameter 'body' is set
|
|
@@ -3672,11 +3672,11 @@ class ConversationsApi {
|
|
|
3672
3672
|
*/
|
|
3673
3673
|
patchConversationsCallbackParticipantAttributes(conversationId, participantId, body) {
|
|
3674
3674
|
// verify the required parameter 'conversationId' is set
|
|
3675
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3675
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3676
3676
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipantAttributes';
|
|
3677
3677
|
}
|
|
3678
3678
|
// verify the required parameter 'participantId' is set
|
|
3679
|
-
if (participantId === undefined || participantId === null) {
|
|
3679
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3680
3680
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipantAttributes';
|
|
3681
3681
|
}
|
|
3682
3682
|
// verify the required parameter 'body' is set
|
|
@@ -3708,15 +3708,15 @@ class ConversationsApi {
|
|
|
3708
3708
|
*/
|
|
3709
3709
|
patchConversationsCallbackParticipantCommunication(conversationId, participantId, communicationId, body) {
|
|
3710
3710
|
// verify the required parameter 'conversationId' is set
|
|
3711
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3711
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3712
3712
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipantCommunication';
|
|
3713
3713
|
}
|
|
3714
3714
|
// verify the required parameter 'participantId' is set
|
|
3715
|
-
if (participantId === undefined || participantId === null) {
|
|
3715
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3716
3716
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipantCommunication';
|
|
3717
3717
|
}
|
|
3718
3718
|
// verify the required parameter 'communicationId' is set
|
|
3719
|
-
if (communicationId === undefined || communicationId === null) {
|
|
3719
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
3720
3720
|
throw 'Missing the required parameter "communicationId" when calling patchConversationsCallbackParticipantCommunication';
|
|
3721
3721
|
}
|
|
3722
3722
|
// verify the required parameter 'body' is set
|
|
@@ -3772,7 +3772,7 @@ class ConversationsApi {
|
|
|
3772
3772
|
*/
|
|
3773
3773
|
patchConversationsChat(conversationId, body) {
|
|
3774
3774
|
// verify the required parameter 'conversationId' is set
|
|
3775
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3775
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3776
3776
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsChat';
|
|
3777
3777
|
}
|
|
3778
3778
|
// verify the required parameter 'body' is set
|
|
@@ -3804,11 +3804,11 @@ class ConversationsApi {
|
|
|
3804
3804
|
*/
|
|
3805
3805
|
patchConversationsChatParticipant(conversationId, participantId, body) {
|
|
3806
3806
|
// verify the required parameter 'conversationId' is set
|
|
3807
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3807
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3808
3808
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsChatParticipant';
|
|
3809
3809
|
}
|
|
3810
3810
|
// verify the required parameter 'participantId' is set
|
|
3811
|
-
if (participantId === undefined || participantId === null) {
|
|
3811
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3812
3812
|
throw 'Missing the required parameter "participantId" when calling patchConversationsChatParticipant';
|
|
3813
3813
|
}
|
|
3814
3814
|
// verify the required parameter 'body' is set
|
|
@@ -3840,11 +3840,11 @@ class ConversationsApi {
|
|
|
3840
3840
|
*/
|
|
3841
3841
|
patchConversationsChatParticipantAttributes(conversationId, participantId, body) {
|
|
3842
3842
|
// verify the required parameter 'conversationId' is set
|
|
3843
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3843
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3844
3844
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsChatParticipantAttributes';
|
|
3845
3845
|
}
|
|
3846
3846
|
// verify the required parameter 'participantId' is set
|
|
3847
|
-
if (participantId === undefined || participantId === null) {
|
|
3847
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3848
3848
|
throw 'Missing the required parameter "participantId" when calling patchConversationsChatParticipantAttributes';
|
|
3849
3849
|
}
|
|
3850
3850
|
// verify the required parameter 'body' is set
|
|
@@ -3877,15 +3877,15 @@ class ConversationsApi {
|
|
|
3877
3877
|
*/
|
|
3878
3878
|
patchConversationsChatParticipantCommunication(conversationId, participantId, communicationId, body) {
|
|
3879
3879
|
// verify the required parameter 'conversationId' is set
|
|
3880
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3880
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3881
3881
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsChatParticipantCommunication';
|
|
3882
3882
|
}
|
|
3883
3883
|
// verify the required parameter 'participantId' is set
|
|
3884
|
-
if (participantId === undefined || participantId === null) {
|
|
3884
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3885
3885
|
throw 'Missing the required parameter "participantId" when calling patchConversationsChatParticipantCommunication';
|
|
3886
3886
|
}
|
|
3887
3887
|
// verify the required parameter 'communicationId' is set
|
|
3888
|
-
if (communicationId === undefined || communicationId === null) {
|
|
3888
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
3889
3889
|
throw 'Missing the required parameter "communicationId" when calling patchConversationsChatParticipantCommunication';
|
|
3890
3890
|
}
|
|
3891
3891
|
// verify the required parameter 'body' is set
|
|
@@ -3916,7 +3916,7 @@ class ConversationsApi {
|
|
|
3916
3916
|
*/
|
|
3917
3917
|
patchConversationsCobrowsesession(conversationId, body) {
|
|
3918
3918
|
// verify the required parameter 'conversationId' is set
|
|
3919
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3919
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3920
3920
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesession';
|
|
3921
3921
|
}
|
|
3922
3922
|
// verify the required parameter 'body' is set
|
|
@@ -3951,11 +3951,11 @@ class ConversationsApi {
|
|
|
3951
3951
|
opts = opts || {};
|
|
3952
3952
|
|
|
3953
3953
|
// verify the required parameter 'conversationId' is set
|
|
3954
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3954
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3955
3955
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipant';
|
|
3956
3956
|
}
|
|
3957
3957
|
// verify the required parameter 'participantId' is set
|
|
3958
|
-
if (participantId === undefined || participantId === null) {
|
|
3958
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3959
3959
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipant';
|
|
3960
3960
|
}
|
|
3961
3961
|
|
|
@@ -3986,11 +3986,11 @@ class ConversationsApi {
|
|
|
3986
3986
|
opts = opts || {};
|
|
3987
3987
|
|
|
3988
3988
|
// verify the required parameter 'conversationId' is set
|
|
3989
|
-
if (conversationId === undefined || conversationId === null) {
|
|
3989
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
3990
3990
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantAttributes';
|
|
3991
3991
|
}
|
|
3992
3992
|
// verify the required parameter 'participantId' is set
|
|
3993
|
-
if (participantId === undefined || participantId === null) {
|
|
3993
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
3994
3994
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantAttributes';
|
|
3995
3995
|
}
|
|
3996
3996
|
|
|
@@ -4019,15 +4019,15 @@ class ConversationsApi {
|
|
|
4019
4019
|
*/
|
|
4020
4020
|
patchConversationsCobrowsesessionParticipantCommunication(conversationId, participantId, communicationId, body) {
|
|
4021
4021
|
// verify the required parameter 'conversationId' is set
|
|
4022
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4022
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4023
4023
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantCommunication';
|
|
4024
4024
|
}
|
|
4025
4025
|
// verify the required parameter 'participantId' is set
|
|
4026
|
-
if (participantId === undefined || participantId === null) {
|
|
4026
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4027
4027
|
throw 'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantCommunication';
|
|
4028
4028
|
}
|
|
4029
4029
|
// verify the required parameter 'communicationId' is set
|
|
4030
|
-
if (communicationId === undefined || communicationId === null) {
|
|
4030
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
4031
4031
|
throw 'Missing the required parameter "communicationId" when calling patchConversationsCobrowsesessionParticipantCommunication';
|
|
4032
4032
|
}
|
|
4033
4033
|
// verify the required parameter 'body' is set
|
|
@@ -4057,7 +4057,7 @@ class ConversationsApi {
|
|
|
4057
4057
|
*/
|
|
4058
4058
|
patchConversationsEmail(conversationId, body) {
|
|
4059
4059
|
// verify the required parameter 'conversationId' is set
|
|
4060
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4060
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4061
4061
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsEmail';
|
|
4062
4062
|
}
|
|
4063
4063
|
// verify the required parameter 'body' is set
|
|
@@ -4092,7 +4092,7 @@ class ConversationsApi {
|
|
|
4092
4092
|
opts = opts || {};
|
|
4093
4093
|
|
|
4094
4094
|
// verify the required parameter 'conversationId' is set
|
|
4095
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4095
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4096
4096
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsEmailMessagesDraft';
|
|
4097
4097
|
}
|
|
4098
4098
|
|
|
@@ -4119,11 +4119,11 @@ class ConversationsApi {
|
|
|
4119
4119
|
*/
|
|
4120
4120
|
patchConversationsEmailParticipant(conversationId, participantId, body) {
|
|
4121
4121
|
// verify the required parameter 'conversationId' is set
|
|
4122
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4122
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4123
4123
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipant';
|
|
4124
4124
|
}
|
|
4125
4125
|
// verify the required parameter 'participantId' is set
|
|
4126
|
-
if (participantId === undefined || participantId === null) {
|
|
4126
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4127
4127
|
throw 'Missing the required parameter "participantId" when calling patchConversationsEmailParticipant';
|
|
4128
4128
|
}
|
|
4129
4129
|
// verify the required parameter 'body' is set
|
|
@@ -4154,11 +4154,11 @@ class ConversationsApi {
|
|
|
4154
4154
|
*/
|
|
4155
4155
|
patchConversationsEmailParticipantAttributes(conversationId, participantId, body) {
|
|
4156
4156
|
// verify the required parameter 'conversationId' is set
|
|
4157
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4157
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4158
4158
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantAttributes';
|
|
4159
4159
|
}
|
|
4160
4160
|
// verify the required parameter 'participantId' is set
|
|
4161
|
-
if (participantId === undefined || participantId === null) {
|
|
4161
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4162
4162
|
throw 'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantAttributes';
|
|
4163
4163
|
}
|
|
4164
4164
|
// verify the required parameter 'body' is set
|
|
@@ -4190,15 +4190,15 @@ class ConversationsApi {
|
|
|
4190
4190
|
*/
|
|
4191
4191
|
patchConversationsEmailParticipantCommunication(conversationId, participantId, communicationId, body) {
|
|
4192
4192
|
// verify the required parameter 'conversationId' is set
|
|
4193
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4193
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4194
4194
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantCommunication';
|
|
4195
4195
|
}
|
|
4196
4196
|
// verify the required parameter 'participantId' is set
|
|
4197
|
-
if (participantId === undefined || participantId === null) {
|
|
4197
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4198
4198
|
throw 'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantCommunication';
|
|
4199
4199
|
}
|
|
4200
4200
|
// verify the required parameter 'communicationId' is set
|
|
4201
|
-
if (communicationId === undefined || communicationId === null) {
|
|
4201
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
4202
4202
|
throw 'Missing the required parameter "communicationId" when calling patchConversationsEmailParticipantCommunication';
|
|
4203
4203
|
}
|
|
4204
4204
|
// verify the required parameter 'body' is set
|
|
@@ -4229,11 +4229,11 @@ class ConversationsApi {
|
|
|
4229
4229
|
*/
|
|
4230
4230
|
patchConversationsEmailParticipantParkingstate(conversationId, participantId, body) {
|
|
4231
4231
|
// verify the required parameter 'conversationId' is set
|
|
4232
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4232
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4233
4233
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantParkingstate';
|
|
4234
4234
|
}
|
|
4235
4235
|
// verify the required parameter 'participantId' is set
|
|
4236
|
-
if (participantId === undefined || participantId === null) {
|
|
4236
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4237
4237
|
throw 'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantParkingstate';
|
|
4238
4238
|
}
|
|
4239
4239
|
// verify the required parameter 'body' is set
|
|
@@ -4263,7 +4263,7 @@ class ConversationsApi {
|
|
|
4263
4263
|
*/
|
|
4264
4264
|
patchConversationsMessage(conversationId, body) {
|
|
4265
4265
|
// verify the required parameter 'conversationId' is set
|
|
4266
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4266
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4267
4267
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsMessage';
|
|
4268
4268
|
}
|
|
4269
4269
|
// verify the required parameter 'body' is set
|
|
@@ -4297,11 +4297,11 @@ class ConversationsApi {
|
|
|
4297
4297
|
opts = opts || {};
|
|
4298
4298
|
|
|
4299
4299
|
// verify the required parameter 'conversationId' is set
|
|
4300
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4300
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4301
4301
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipant';
|
|
4302
4302
|
}
|
|
4303
4303
|
// verify the required parameter 'participantId' is set
|
|
4304
|
-
if (participantId === undefined || participantId === null) {
|
|
4304
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4305
4305
|
throw 'Missing the required parameter "participantId" when calling patchConversationsMessageParticipant';
|
|
4306
4306
|
}
|
|
4307
4307
|
|
|
@@ -4331,11 +4331,11 @@ class ConversationsApi {
|
|
|
4331
4331
|
opts = opts || {};
|
|
4332
4332
|
|
|
4333
4333
|
// verify the required parameter 'conversationId' is set
|
|
4334
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4334
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4335
4335
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantAttributes';
|
|
4336
4336
|
}
|
|
4337
4337
|
// verify the required parameter 'participantId' is set
|
|
4338
|
-
if (participantId === undefined || participantId === null) {
|
|
4338
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4339
4339
|
throw 'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantAttributes';
|
|
4340
4340
|
}
|
|
4341
4341
|
|
|
@@ -4363,15 +4363,15 @@ class ConversationsApi {
|
|
|
4363
4363
|
*/
|
|
4364
4364
|
patchConversationsMessageParticipantCommunication(conversationId, participantId, communicationId, body) {
|
|
4365
4365
|
// verify the required parameter 'conversationId' is set
|
|
4366
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4366
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4367
4367
|
throw 'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantCommunication';
|
|
4368
4368
|
}
|
|
4369
4369
|
// verify the required parameter 'participantId' is set
|
|
4370
|
-
if (participantId === undefined || participantId === null) {
|
|
4370
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4371
4371
|
throw 'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantCommunication';
|
|
4372
4372
|
}
|
|
4373
4373
|
// verify the required parameter 'communicationId' is set
|
|
4374
|
-
if (communicationId === undefined || communicationId === null) {
|
|
4374
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
4375
4375
|
throw 'Missing the required parameter "communicationId" when calling patchConversationsMessageParticipantCommunication';
|
|
4376
4376
|
}
|
|
4377
4377
|
// verify the required parameter 'body' is set
|
|
@@ -4401,7 +4401,7 @@ class ConversationsApi {
|
|
|
4401
4401
|
*/
|
|
4402
4402
|
patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId, body) {
|
|
4403
4403
|
// verify the required parameter 'integrationId' is set
|
|
4404
|
-
if (integrationId === undefined || integrationId === null) {
|
|
4404
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
4405
4405
|
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsFacebookIntegrationId';
|
|
4406
4406
|
}
|
|
4407
4407
|
// verify the required parameter 'body' is set
|
|
@@ -4431,7 +4431,7 @@ class ConversationsApi {
|
|
|
4431
4431
|
*/
|
|
4432
4432
|
patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId, body) {
|
|
4433
4433
|
// verify the required parameter 'integrationId' is set
|
|
4434
|
-
if (integrationId === undefined || integrationId === null) {
|
|
4434
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
4435
4435
|
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsInstagramIntegrationId';
|
|
4436
4436
|
}
|
|
4437
4437
|
// verify the required parameter 'body' is set
|
|
@@ -4461,7 +4461,7 @@ class ConversationsApi {
|
|
|
4461
4461
|
*/
|
|
4462
4462
|
patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId, body) {
|
|
4463
4463
|
// verify the required parameter 'integrationId' is set
|
|
4464
|
-
if (integrationId === undefined || integrationId === null) {
|
|
4464
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
4465
4465
|
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsOpenIntegrationId';
|
|
4466
4466
|
}
|
|
4467
4467
|
// verify the required parameter 'body' is set
|
|
@@ -4491,7 +4491,7 @@ class ConversationsApi {
|
|
|
4491
4491
|
*/
|
|
4492
4492
|
patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, body) {
|
|
4493
4493
|
// verify the required parameter 'integrationId' is set
|
|
4494
|
-
if (integrationId === undefined || integrationId === null) {
|
|
4494
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
4495
4495
|
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';
|
|
4496
4496
|
}
|
|
4497
4497
|
// verify the required parameter 'body' is set
|
|
@@ -4521,7 +4521,7 @@ class ConversationsApi {
|
|
|
4521
4521
|
*/
|
|
4522
4522
|
patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId(integrationId, body) {
|
|
4523
4523
|
// verify the required parameter 'integrationId' is set
|
|
4524
|
-
if (integrationId === undefined || integrationId === null) {
|
|
4524
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
4525
4525
|
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId';
|
|
4526
4526
|
}
|
|
4527
4527
|
// verify the required parameter 'body' is set
|
|
@@ -4551,7 +4551,7 @@ class ConversationsApi {
|
|
|
4551
4551
|
*/
|
|
4552
4552
|
patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId, body) {
|
|
4553
4553
|
// verify the required parameter 'integrationId' is set
|
|
4554
|
-
if (integrationId === undefined || integrationId === null) {
|
|
4554
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
4555
4555
|
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsWhatsappIntegrationId';
|
|
4556
4556
|
}
|
|
4557
4557
|
// verify the required parameter 'body' is set
|
|
@@ -4581,7 +4581,7 @@ class ConversationsApi {
|
|
|
4581
4581
|
*/
|
|
4582
4582
|
patchConversationsMessagingSetting(messageSettingId, body) {
|
|
4583
4583
|
// verify the required parameter 'messageSettingId' is set
|
|
4584
|
-
if (messageSettingId === undefined || messageSettingId === null) {
|
|
4584
|
+
if (messageSettingId === undefined || messageSettingId === null || messageSettingId === '') {
|
|
4585
4585
|
throw 'Missing the required parameter "messageSettingId" when calling patchConversationsMessagingSetting';
|
|
4586
4586
|
}
|
|
4587
4587
|
// verify the required parameter 'body' is set
|
|
@@ -4611,7 +4611,7 @@ class ConversationsApi {
|
|
|
4611
4611
|
*/
|
|
4612
4612
|
patchConversationsMessagingSupportedcontentSupportedContentId(supportedContentId, body) {
|
|
4613
4613
|
// verify the required parameter 'supportedContentId' is set
|
|
4614
|
-
if (supportedContentId === undefined || supportedContentId === null) {
|
|
4614
|
+
if (supportedContentId === undefined || supportedContentId === null || supportedContentId === '') {
|
|
4615
4615
|
throw 'Missing the required parameter "supportedContentId" when calling patchConversationsMessagingSupportedcontentSupportedContentId';
|
|
4616
4616
|
}
|
|
4617
4617
|
// verify the required parameter 'body' is set
|
|
@@ -4666,7 +4666,7 @@ class ConversationsApi {
|
|
|
4666
4666
|
*/
|
|
4667
4667
|
postAnalyticsConversationDetailsProperties(conversationId, body) {
|
|
4668
4668
|
// verify the required parameter 'conversationId' is set
|
|
4669
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4669
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4670
4670
|
throw 'Missing the required parameter "conversationId" when calling postAnalyticsConversationDetailsProperties';
|
|
4671
4671
|
}
|
|
4672
4672
|
// verify the required parameter 'body' is set
|
|
@@ -4827,7 +4827,7 @@ class ConversationsApi {
|
|
|
4827
4827
|
*/
|
|
4828
4828
|
postConversationAssign(conversationId, body) {
|
|
4829
4829
|
// verify the required parameter 'conversationId' is set
|
|
4830
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4830
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4831
4831
|
throw 'Missing the required parameter "conversationId" when calling postConversationAssign';
|
|
4832
4832
|
}
|
|
4833
4833
|
// verify the required parameter 'body' is set
|
|
@@ -4856,7 +4856,7 @@ class ConversationsApi {
|
|
|
4856
4856
|
*/
|
|
4857
4857
|
postConversationBarge(conversationId) {
|
|
4858
4858
|
// verify the required parameter 'conversationId' is set
|
|
4859
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4859
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4860
4860
|
throw 'Missing the required parameter "conversationId" when calling postConversationBarge';
|
|
4861
4861
|
}
|
|
4862
4862
|
|
|
@@ -4881,7 +4881,7 @@ class ConversationsApi {
|
|
|
4881
4881
|
*/
|
|
4882
4882
|
postConversationCobrowse(conversationId) {
|
|
4883
4883
|
// verify the required parameter 'conversationId' is set
|
|
4884
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4884
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4885
4885
|
throw 'Missing the required parameter "conversationId" when calling postConversationCobrowse';
|
|
4886
4886
|
}
|
|
4887
4887
|
|
|
@@ -4909,11 +4909,11 @@ class ConversationsApi {
|
|
|
4909
4909
|
*/
|
|
4910
4910
|
postConversationCommunicationInternalmessages(conversationId, communicationId, body) {
|
|
4911
4911
|
// verify the required parameter 'conversationId' is set
|
|
4912
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4912
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4913
4913
|
throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationInternalmessages';
|
|
4914
4914
|
}
|
|
4915
4915
|
// verify the required parameter 'communicationId' is set
|
|
4916
|
-
if (communicationId === undefined || communicationId === null) {
|
|
4916
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
4917
4917
|
throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationInternalmessages';
|
|
4918
4918
|
}
|
|
4919
4919
|
// verify the required parameter 'body' is set
|
|
@@ -4942,7 +4942,7 @@ class ConversationsApi {
|
|
|
4942
4942
|
*/
|
|
4943
4943
|
postConversationDisconnect(conversationId) {
|
|
4944
4944
|
// verify the required parameter 'conversationId' is set
|
|
4945
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4945
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4946
4946
|
throw 'Missing the required parameter "conversationId" when calling postConversationDisconnect';
|
|
4947
4947
|
}
|
|
4948
4948
|
|
|
@@ -4972,11 +4972,11 @@ class ConversationsApi {
|
|
|
4972
4972
|
opts = opts || {};
|
|
4973
4973
|
|
|
4974
4974
|
// verify the required parameter 'conversationId' is set
|
|
4975
|
-
if (conversationId === undefined || conversationId === null) {
|
|
4975
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
4976
4976
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantCallbacks';
|
|
4977
4977
|
}
|
|
4978
4978
|
// verify the required parameter 'participantId' is set
|
|
4979
|
-
if (participantId === undefined || participantId === null) {
|
|
4979
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
4980
4980
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantCallbacks';
|
|
4981
4981
|
}
|
|
4982
4982
|
|
|
@@ -5006,11 +5006,11 @@ class ConversationsApi {
|
|
|
5006
5006
|
opts = opts || {};
|
|
5007
5007
|
|
|
5008
5008
|
// verify the required parameter 'conversationId' is set
|
|
5009
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5009
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5010
5010
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantDigits';
|
|
5011
5011
|
}
|
|
5012
5012
|
// verify the required parameter 'participantId' is set
|
|
5013
|
-
if (participantId === undefined || participantId === null) {
|
|
5013
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5014
5014
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantDigits';
|
|
5015
5015
|
}
|
|
5016
5016
|
|
|
@@ -5038,11 +5038,11 @@ class ConversationsApi {
|
|
|
5038
5038
|
*/
|
|
5039
5039
|
postConversationParticipantInternalmessagesUsersCommunications(conversationId, participantId, body) {
|
|
5040
5040
|
// verify the required parameter 'conversationId' is set
|
|
5041
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5041
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5042
5042
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantInternalmessagesUsersCommunications';
|
|
5043
5043
|
}
|
|
5044
5044
|
// verify the required parameter 'participantId' is set
|
|
5045
|
-
if (participantId === undefined || participantId === null) {
|
|
5045
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5046
5046
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantInternalmessagesUsersCommunications';
|
|
5047
5047
|
}
|
|
5048
5048
|
// verify the required parameter 'body' is set
|
|
@@ -5073,11 +5073,11 @@ class ConversationsApi {
|
|
|
5073
5073
|
*/
|
|
5074
5074
|
postConversationParticipantReplace(conversationId, participantId, body) {
|
|
5075
5075
|
// verify the required parameter 'conversationId' is set
|
|
5076
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5076
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5077
5077
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplace';
|
|
5078
5078
|
}
|
|
5079
5079
|
// verify the required parameter 'participantId' is set
|
|
5080
|
-
if (participantId === undefined || participantId === null) {
|
|
5080
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5081
5081
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplace';
|
|
5082
5082
|
}
|
|
5083
5083
|
// verify the required parameter 'body' is set
|
|
@@ -5108,11 +5108,11 @@ class ConversationsApi {
|
|
|
5108
5108
|
*/
|
|
5109
5109
|
postConversationParticipantReplaceAgent(conversationId, participantId, body) {
|
|
5110
5110
|
// verify the required parameter 'conversationId' is set
|
|
5111
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5111
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5112
5112
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceAgent';
|
|
5113
5113
|
}
|
|
5114
5114
|
// verify the required parameter 'participantId' is set
|
|
5115
|
-
if (participantId === undefined || participantId === null) {
|
|
5115
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5116
5116
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplaceAgent';
|
|
5117
5117
|
}
|
|
5118
5118
|
// verify the required parameter 'body' is set
|
|
@@ -5143,11 +5143,11 @@ class ConversationsApi {
|
|
|
5143
5143
|
*/
|
|
5144
5144
|
postConversationParticipantReplaceExternal(conversationId, participantId, body) {
|
|
5145
5145
|
// verify the required parameter 'conversationId' is set
|
|
5146
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5146
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5147
5147
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceExternal';
|
|
5148
5148
|
}
|
|
5149
5149
|
// verify the required parameter 'participantId' is set
|
|
5150
|
-
if (participantId === undefined || participantId === null) {
|
|
5150
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5151
5151
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplaceExternal';
|
|
5152
5152
|
}
|
|
5153
5153
|
// verify the required parameter 'body' is set
|
|
@@ -5178,11 +5178,11 @@ class ConversationsApi {
|
|
|
5178
5178
|
*/
|
|
5179
5179
|
postConversationParticipantReplaceQueue(conversationId, participantId, body) {
|
|
5180
5180
|
// verify the required parameter 'conversationId' is set
|
|
5181
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5181
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5182
5182
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceQueue';
|
|
5183
5183
|
}
|
|
5184
5184
|
// verify the required parameter 'participantId' is set
|
|
5185
|
-
if (participantId === undefined || participantId === null) {
|
|
5185
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5186
5186
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplaceQueue';
|
|
5187
5187
|
}
|
|
5188
5188
|
// verify the required parameter 'body' is set
|
|
@@ -5216,11 +5216,11 @@ class ConversationsApi {
|
|
|
5216
5216
|
opts = opts || {};
|
|
5217
5217
|
|
|
5218
5218
|
// verify the required parameter 'conversationId' is set
|
|
5219
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5219
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5220
5220
|
throw 'Missing the required parameter "conversationId" when calling postConversationParticipantSecureivrsessions';
|
|
5221
5221
|
}
|
|
5222
5222
|
// verify the required parameter 'participantId' is set
|
|
5223
|
-
if (participantId === undefined || participantId === null) {
|
|
5223
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5224
5224
|
throw 'Missing the required parameter "participantId" when calling postConversationParticipantSecureivrsessions';
|
|
5225
5225
|
}
|
|
5226
5226
|
|
|
@@ -5247,11 +5247,11 @@ class ConversationsApi {
|
|
|
5247
5247
|
*/
|
|
5248
5248
|
postConversationSuggestionEngagement(conversationId, suggestionId, body) {
|
|
5249
5249
|
// verify the required parameter 'conversationId' is set
|
|
5250
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5250
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5251
5251
|
throw 'Missing the required parameter "conversationId" when calling postConversationSuggestionEngagement';
|
|
5252
5252
|
}
|
|
5253
5253
|
// verify the required parameter 'suggestionId' is set
|
|
5254
|
-
if (suggestionId === undefined || suggestionId === null) {
|
|
5254
|
+
if (suggestionId === undefined || suggestionId === null || suggestionId === '') {
|
|
5255
5255
|
throw 'Missing the required parameter "suggestionId" when calling postConversationSuggestionEngagement';
|
|
5256
5256
|
}
|
|
5257
5257
|
// verify the required parameter 'body' is set
|
|
@@ -5282,7 +5282,7 @@ class ConversationsApi {
|
|
|
5282
5282
|
*/
|
|
5283
5283
|
postConversationSuggestionsFeedback(conversationId, body) {
|
|
5284
5284
|
// verify the required parameter 'conversationId' is set
|
|
5285
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5285
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5286
5286
|
throw 'Missing the required parameter "conversationId" when calling postConversationSuggestionsFeedback';
|
|
5287
5287
|
}
|
|
5288
5288
|
// verify the required parameter 'body' is set
|
|
@@ -5316,11 +5316,11 @@ class ConversationsApi {
|
|
|
5316
5316
|
opts = opts || {};
|
|
5317
5317
|
|
|
5318
5318
|
// verify the required parameter 'conversationId' is set
|
|
5319
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5319
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5320
5320
|
throw 'Missing the required parameter "conversationId" when calling postConversationSummaryFeedback';
|
|
5321
5321
|
}
|
|
5322
5322
|
// verify the required parameter 'summaryId' is set
|
|
5323
|
-
if (summaryId === undefined || summaryId === null) {
|
|
5323
|
+
if (summaryId === undefined || summaryId === null || summaryId === '') {
|
|
5324
5324
|
throw 'Missing the required parameter "summaryId" when calling postConversationSummaryFeedback';
|
|
5325
5325
|
}
|
|
5326
5326
|
|
|
@@ -5346,7 +5346,7 @@ class ConversationsApi {
|
|
|
5346
5346
|
*/
|
|
5347
5347
|
postConversationsCall(conversationId, body) {
|
|
5348
5348
|
// verify the required parameter 'conversationId' is set
|
|
5349
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5349
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5350
5350
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCall';
|
|
5351
5351
|
}
|
|
5352
5352
|
// verify the required parameter 'body' is set
|
|
@@ -5376,11 +5376,11 @@ class ConversationsApi {
|
|
|
5376
5376
|
*/
|
|
5377
5377
|
postConversationsCallParticipantBarge(conversationId, participantId) {
|
|
5378
5378
|
// verify the required parameter 'conversationId' is set
|
|
5379
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5379
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5380
5380
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantBarge';
|
|
5381
5381
|
}
|
|
5382
5382
|
// verify the required parameter 'participantId' is set
|
|
5383
|
-
if (participantId === undefined || participantId === null) {
|
|
5383
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5384
5384
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantBarge';
|
|
5385
5385
|
}
|
|
5386
5386
|
|
|
@@ -5406,11 +5406,11 @@ class ConversationsApi {
|
|
|
5406
5406
|
*/
|
|
5407
5407
|
postConversationsCallParticipantCoach(conversationId, participantId) {
|
|
5408
5408
|
// verify the required parameter 'conversationId' is set
|
|
5409
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5409
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5410
5410
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCoach';
|
|
5411
5411
|
}
|
|
5412
5412
|
// verify the required parameter 'participantId' is set
|
|
5413
|
-
if (participantId === undefined || participantId === null) {
|
|
5413
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5414
5414
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantCoach';
|
|
5415
5415
|
}
|
|
5416
5416
|
|
|
@@ -5441,15 +5441,15 @@ class ConversationsApi {
|
|
|
5441
5441
|
opts = opts || {};
|
|
5442
5442
|
|
|
5443
5443
|
// verify the required parameter 'conversationId' is set
|
|
5444
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5444
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5445
5445
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCommunicationWrapup';
|
|
5446
5446
|
}
|
|
5447
5447
|
// verify the required parameter 'participantId' is set
|
|
5448
|
-
if (participantId === undefined || participantId === null) {
|
|
5448
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5449
5449
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantCommunicationWrapup';
|
|
5450
5450
|
}
|
|
5451
5451
|
// verify the required parameter 'communicationId' is set
|
|
5452
|
-
if (communicationId === undefined || communicationId === null) {
|
|
5452
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
5453
5453
|
throw 'Missing the required parameter "communicationId" when calling postConversationsCallParticipantCommunicationWrapup';
|
|
5454
5454
|
}
|
|
5455
5455
|
|
|
@@ -5476,11 +5476,11 @@ class ConversationsApi {
|
|
|
5476
5476
|
*/
|
|
5477
5477
|
postConversationsCallParticipantConsult(conversationId, participantId, body) {
|
|
5478
5478
|
// verify the required parameter 'conversationId' is set
|
|
5479
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5479
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5480
5480
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsult';
|
|
5481
5481
|
}
|
|
5482
5482
|
// verify the required parameter 'participantId' is set
|
|
5483
|
-
if (participantId === undefined || participantId === null) {
|
|
5483
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5484
5484
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsult';
|
|
5485
5485
|
}
|
|
5486
5486
|
// verify the required parameter 'body' is set
|
|
@@ -5511,11 +5511,11 @@ class ConversationsApi {
|
|
|
5511
5511
|
*/
|
|
5512
5512
|
postConversationsCallParticipantConsultAgent(conversationId, participantId, body) {
|
|
5513
5513
|
// verify the required parameter 'conversationId' is set
|
|
5514
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5514
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5515
5515
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultAgent';
|
|
5516
5516
|
}
|
|
5517
5517
|
// verify the required parameter 'participantId' is set
|
|
5518
|
-
if (participantId === undefined || participantId === null) {
|
|
5518
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5519
5519
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultAgent';
|
|
5520
5520
|
}
|
|
5521
5521
|
// verify the required parameter 'body' is set
|
|
@@ -5546,11 +5546,11 @@ class ConversationsApi {
|
|
|
5546
5546
|
*/
|
|
5547
5547
|
postConversationsCallParticipantConsultExternal(conversationId, participantId, body) {
|
|
5548
5548
|
// verify the required parameter 'conversationId' is set
|
|
5549
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5549
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5550
5550
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultExternal';
|
|
5551
5551
|
}
|
|
5552
5552
|
// verify the required parameter 'participantId' is set
|
|
5553
|
-
if (participantId === undefined || participantId === null) {
|
|
5553
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5554
5554
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultExternal';
|
|
5555
5555
|
}
|
|
5556
5556
|
// verify the required parameter 'body' is set
|
|
@@ -5581,11 +5581,11 @@ class ConversationsApi {
|
|
|
5581
5581
|
*/
|
|
5582
5582
|
postConversationsCallParticipantConsultQueue(conversationId, participantId, body) {
|
|
5583
5583
|
// verify the required parameter 'conversationId' is set
|
|
5584
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5584
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5585
5585
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultQueue';
|
|
5586
5586
|
}
|
|
5587
5587
|
// verify the required parameter 'participantId' is set
|
|
5588
|
-
if (participantId === undefined || participantId === null) {
|
|
5588
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5589
5589
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultQueue';
|
|
5590
5590
|
}
|
|
5591
5591
|
// verify the required parameter 'body' is set
|
|
@@ -5615,11 +5615,11 @@ class ConversationsApi {
|
|
|
5615
5615
|
*/
|
|
5616
5616
|
postConversationsCallParticipantMonitor(conversationId, participantId) {
|
|
5617
5617
|
// verify the required parameter 'conversationId' is set
|
|
5618
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5618
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5619
5619
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantMonitor';
|
|
5620
5620
|
}
|
|
5621
5621
|
// verify the required parameter 'participantId' is set
|
|
5622
|
-
if (participantId === undefined || participantId === null) {
|
|
5622
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5623
5623
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantMonitor';
|
|
5624
5624
|
}
|
|
5625
5625
|
|
|
@@ -5646,11 +5646,11 @@ class ConversationsApi {
|
|
|
5646
5646
|
*/
|
|
5647
5647
|
postConversationsCallParticipantReplace(conversationId, participantId, body) {
|
|
5648
5648
|
// verify the required parameter 'conversationId' is set
|
|
5649
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5649
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5650
5650
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantReplace';
|
|
5651
5651
|
}
|
|
5652
5652
|
// verify the required parameter 'participantId' is set
|
|
5653
|
-
if (participantId === undefined || participantId === null) {
|
|
5653
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5654
5654
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantReplace';
|
|
5655
5655
|
}
|
|
5656
5656
|
// verify the required parameter 'body' is set
|
|
@@ -5680,7 +5680,7 @@ class ConversationsApi {
|
|
|
5680
5680
|
*/
|
|
5681
5681
|
postConversationsCallParticipants(conversationId, body) {
|
|
5682
5682
|
// verify the required parameter 'conversationId' is set
|
|
5683
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5683
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5684
5684
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipants';
|
|
5685
5685
|
}
|
|
5686
5686
|
// verify the required parameter 'body' is set
|
|
@@ -5715,15 +5715,15 @@ class ConversationsApi {
|
|
|
5715
5715
|
opts = opts || {};
|
|
5716
5716
|
|
|
5717
5717
|
// verify the required parameter 'conversationId' is set
|
|
5718
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5718
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5719
5719
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantCommunicationWrapup';
|
|
5720
5720
|
}
|
|
5721
5721
|
// verify the required parameter 'participantId' is set
|
|
5722
|
-
if (participantId === undefined || participantId === null) {
|
|
5722
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5723
5723
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantCommunicationWrapup';
|
|
5724
5724
|
}
|
|
5725
5725
|
// verify the required parameter 'communicationId' is set
|
|
5726
|
-
if (communicationId === undefined || communicationId === null) {
|
|
5726
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
5727
5727
|
throw 'Missing the required parameter "communicationId" when calling postConversationsCallbackParticipantCommunicationWrapup';
|
|
5728
5728
|
}
|
|
5729
5729
|
|
|
@@ -5750,11 +5750,11 @@ class ConversationsApi {
|
|
|
5750
5750
|
*/
|
|
5751
5751
|
postConversationsCallbackParticipantReplace(conversationId, participantId, body) {
|
|
5752
5752
|
// verify the required parameter 'conversationId' is set
|
|
5753
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5753
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5754
5754
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantReplace';
|
|
5755
5755
|
}
|
|
5756
5756
|
// verify the required parameter 'participantId' is set
|
|
5757
|
-
if (participantId === undefined || participantId === null) {
|
|
5757
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5758
5758
|
throw 'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantReplace';
|
|
5759
5759
|
}
|
|
5760
5760
|
// verify the required parameter 'body' is set
|
|
@@ -5886,11 +5886,11 @@ class ConversationsApi {
|
|
|
5886
5886
|
*/
|
|
5887
5887
|
postConversationsChatCommunicationMessages(conversationId, communicationId, body) {
|
|
5888
5888
|
// verify the required parameter 'conversationId' is set
|
|
5889
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5889
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5890
5890
|
throw 'Missing the required parameter "conversationId" when calling postConversationsChatCommunicationMessages';
|
|
5891
5891
|
}
|
|
5892
5892
|
// verify the required parameter 'communicationId' is set
|
|
5893
|
-
if (communicationId === undefined || communicationId === null) {
|
|
5893
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
5894
5894
|
throw 'Missing the required parameter "communicationId" when calling postConversationsChatCommunicationMessages';
|
|
5895
5895
|
}
|
|
5896
5896
|
// verify the required parameter 'body' is set
|
|
@@ -5921,11 +5921,11 @@ class ConversationsApi {
|
|
|
5921
5921
|
*/
|
|
5922
5922
|
postConversationsChatCommunicationTyping(conversationId, communicationId) {
|
|
5923
5923
|
// verify the required parameter 'conversationId' is set
|
|
5924
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5924
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5925
5925
|
throw 'Missing the required parameter "conversationId" when calling postConversationsChatCommunicationTyping';
|
|
5926
5926
|
}
|
|
5927
5927
|
// verify the required parameter 'communicationId' is set
|
|
5928
|
-
if (communicationId === undefined || communicationId === null) {
|
|
5928
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
5929
5929
|
throw 'Missing the required parameter "communicationId" when calling postConversationsChatCommunicationTyping';
|
|
5930
5930
|
}
|
|
5931
5931
|
|
|
@@ -5957,15 +5957,15 @@ class ConversationsApi {
|
|
|
5957
5957
|
opts = opts || {};
|
|
5958
5958
|
|
|
5959
5959
|
// verify the required parameter 'conversationId' is set
|
|
5960
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5960
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5961
5961
|
throw 'Missing the required parameter "conversationId" when calling postConversationsChatParticipantCommunicationWrapup';
|
|
5962
5962
|
}
|
|
5963
5963
|
// verify the required parameter 'participantId' is set
|
|
5964
|
-
if (participantId === undefined || participantId === null) {
|
|
5964
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
5965
5965
|
throw 'Missing the required parameter "participantId" when calling postConversationsChatParticipantCommunicationWrapup';
|
|
5966
5966
|
}
|
|
5967
5967
|
// verify the required parameter 'communicationId' is set
|
|
5968
|
-
if (communicationId === undefined || communicationId === null) {
|
|
5968
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
5969
5969
|
throw 'Missing the required parameter "communicationId" when calling postConversationsChatParticipantCommunicationWrapup';
|
|
5970
5970
|
}
|
|
5971
5971
|
|
|
@@ -5993,11 +5993,11 @@ class ConversationsApi {
|
|
|
5993
5993
|
*/
|
|
5994
5994
|
postConversationsChatParticipantReplace(conversationId, participantId, body) {
|
|
5995
5995
|
// verify the required parameter 'conversationId' is set
|
|
5996
|
-
if (conversationId === undefined || conversationId === null) {
|
|
5996
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
5997
5997
|
throw 'Missing the required parameter "conversationId" when calling postConversationsChatParticipantReplace';
|
|
5998
5998
|
}
|
|
5999
5999
|
// verify the required parameter 'participantId' is set
|
|
6000
|
-
if (participantId === undefined || participantId === null) {
|
|
6000
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6001
6001
|
throw 'Missing the required parameter "participantId" when calling postConversationsChatParticipantReplace';
|
|
6002
6002
|
}
|
|
6003
6003
|
// verify the required parameter 'body' is set
|
|
@@ -6059,15 +6059,15 @@ class ConversationsApi {
|
|
|
6059
6059
|
opts = opts || {};
|
|
6060
6060
|
|
|
6061
6061
|
// verify the required parameter 'conversationId' is set
|
|
6062
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6062
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6063
6063
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
6064
6064
|
}
|
|
6065
6065
|
// verify the required parameter 'participantId' is set
|
|
6066
|
-
if (participantId === undefined || participantId === null) {
|
|
6066
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6067
6067
|
throw 'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
6068
6068
|
}
|
|
6069
6069
|
// verify the required parameter 'communicationId' is set
|
|
6070
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6070
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6071
6071
|
throw 'Missing the required parameter "communicationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
6072
6072
|
}
|
|
6073
6073
|
|
|
@@ -6098,11 +6098,11 @@ class ConversationsApi {
|
|
|
6098
6098
|
opts = opts || {};
|
|
6099
6099
|
|
|
6100
6100
|
// verify the required parameter 'conversationId' is set
|
|
6101
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6101
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6102
6102
|
throw 'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantReplace';
|
|
6103
6103
|
}
|
|
6104
6104
|
// verify the required parameter 'participantId' is set
|
|
6105
|
-
if (participantId === undefined || participantId === null) {
|
|
6105
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6106
6106
|
throw 'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantReplace';
|
|
6107
6107
|
}
|
|
6108
6108
|
|
|
@@ -6128,7 +6128,7 @@ class ConversationsApi {
|
|
|
6128
6128
|
*/
|
|
6129
6129
|
postConversationsEmailInboundmessages(conversationId, body) {
|
|
6130
6130
|
// verify the required parameter 'conversationId' is set
|
|
6131
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6131
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6132
6132
|
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailInboundmessages';
|
|
6133
6133
|
}
|
|
6134
6134
|
// verify the required parameter 'body' is set
|
|
@@ -6158,7 +6158,7 @@ class ConversationsApi {
|
|
|
6158
6158
|
*/
|
|
6159
6159
|
postConversationsEmailMessages(conversationId, body) {
|
|
6160
6160
|
// verify the required parameter 'conversationId' is set
|
|
6161
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6161
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6162
6162
|
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailMessages';
|
|
6163
6163
|
}
|
|
6164
6164
|
// verify the required parameter 'body' is set
|
|
@@ -6188,7 +6188,7 @@ class ConversationsApi {
|
|
|
6188
6188
|
*/
|
|
6189
6189
|
postConversationsEmailMessagesDraftAttachmentsCopy(conversationId, body) {
|
|
6190
6190
|
// verify the required parameter 'conversationId' is set
|
|
6191
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6191
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6192
6192
|
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailMessagesDraftAttachmentsCopy';
|
|
6193
6193
|
}
|
|
6194
6194
|
// verify the required parameter 'body' is set
|
|
@@ -6223,15 +6223,15 @@ class ConversationsApi {
|
|
|
6223
6223
|
opts = opts || {};
|
|
6224
6224
|
|
|
6225
6225
|
// verify the required parameter 'conversationId' is set
|
|
6226
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6226
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6227
6227
|
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantCommunicationWrapup';
|
|
6228
6228
|
}
|
|
6229
6229
|
// verify the required parameter 'participantId' is set
|
|
6230
|
-
if (participantId === undefined || participantId === null) {
|
|
6230
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6231
6231
|
throw 'Missing the required parameter "participantId" when calling postConversationsEmailParticipantCommunicationWrapup';
|
|
6232
6232
|
}
|
|
6233
6233
|
// verify the required parameter 'communicationId' is set
|
|
6234
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6234
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6235
6235
|
throw 'Missing the required parameter "communicationId" when calling postConversationsEmailParticipantCommunicationWrapup';
|
|
6236
6236
|
}
|
|
6237
6237
|
|
|
@@ -6258,11 +6258,11 @@ class ConversationsApi {
|
|
|
6258
6258
|
*/
|
|
6259
6259
|
postConversationsEmailParticipantReplace(conversationId, participantId, body) {
|
|
6260
6260
|
// verify the required parameter 'conversationId' is set
|
|
6261
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6261
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6262
6262
|
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantReplace';
|
|
6263
6263
|
}
|
|
6264
6264
|
// verify the required parameter 'participantId' is set
|
|
6265
|
-
if (participantId === undefined || participantId === null) {
|
|
6265
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6266
6266
|
throw 'Missing the required parameter "participantId" when calling postConversationsEmailParticipantReplace';
|
|
6267
6267
|
}
|
|
6268
6268
|
// verify the required parameter 'body' is set
|
|
@@ -6291,7 +6291,7 @@ class ConversationsApi {
|
|
|
6291
6291
|
*/
|
|
6292
6292
|
postConversationsEmailReconnect(conversationId) {
|
|
6293
6293
|
// verify the required parameter 'conversationId' is set
|
|
6294
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6294
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6295
6295
|
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailReconnect';
|
|
6296
6296
|
}
|
|
6297
6297
|
|
|
@@ -6447,11 +6447,11 @@ class ConversationsApi {
|
|
|
6447
6447
|
opts = opts || {};
|
|
6448
6448
|
|
|
6449
6449
|
// verify the required parameter 'conversationId' is set
|
|
6450
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6450
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6451
6451
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessages';
|
|
6452
6452
|
}
|
|
6453
6453
|
// verify the required parameter 'communicationId' is set
|
|
6454
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6454
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6455
6455
|
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessages';
|
|
6456
6456
|
}
|
|
6457
6457
|
// verify the required parameter 'body' is set
|
|
@@ -6482,11 +6482,11 @@ class ConversationsApi {
|
|
|
6482
6482
|
*/
|
|
6483
6483
|
postConversationsMessageCommunicationMessagesMedia(conversationId, communicationId) {
|
|
6484
6484
|
// verify the required parameter 'conversationId' is set
|
|
6485
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6485
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6486
6486
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMedia';
|
|
6487
6487
|
}
|
|
6488
6488
|
// verify the required parameter 'communicationId' is set
|
|
6489
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6489
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6490
6490
|
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMedia';
|
|
6491
6491
|
}
|
|
6492
6492
|
|
|
@@ -6513,11 +6513,11 @@ class ConversationsApi {
|
|
|
6513
6513
|
*/
|
|
6514
6514
|
postConversationsMessageCommunicationMessagesMediaUploads(conversationId, communicationId, body) {
|
|
6515
6515
|
// verify the required parameter 'conversationId' is set
|
|
6516
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6516
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6517
6517
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
|
|
6518
6518
|
}
|
|
6519
6519
|
// verify the required parameter 'communicationId' is set
|
|
6520
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6520
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6521
6521
|
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
|
|
6522
6522
|
}
|
|
6523
6523
|
// verify the required parameter 'body' is set
|
|
@@ -6548,11 +6548,11 @@ class ConversationsApi {
|
|
|
6548
6548
|
*/
|
|
6549
6549
|
postConversationsMessageCommunicationSocialmediaMessages(conversationId, communicationId, body) {
|
|
6550
6550
|
// verify the required parameter 'conversationId' is set
|
|
6551
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6551
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6552
6552
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationSocialmediaMessages';
|
|
6553
6553
|
}
|
|
6554
6554
|
// verify the required parameter 'communicationId' is set
|
|
6555
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6555
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6556
6556
|
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationSocialmediaMessages';
|
|
6557
6557
|
}
|
|
6558
6558
|
// verify the required parameter 'body' is set
|
|
@@ -6583,11 +6583,11 @@ class ConversationsApi {
|
|
|
6583
6583
|
*/
|
|
6584
6584
|
postConversationsMessageCommunicationTyping(conversationId, communicationId, body) {
|
|
6585
6585
|
// verify the required parameter 'conversationId' is set
|
|
6586
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6586
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6587
6587
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationTyping';
|
|
6588
6588
|
}
|
|
6589
6589
|
// verify the required parameter 'communicationId' is set
|
|
6590
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6590
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6591
6591
|
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationTyping';
|
|
6592
6592
|
}
|
|
6593
6593
|
// verify the required parameter 'body' is set
|
|
@@ -6617,7 +6617,7 @@ class ConversationsApi {
|
|
|
6617
6617
|
*/
|
|
6618
6618
|
postConversationsMessageInboundOpenEvent(integrationId, body) {
|
|
6619
6619
|
// verify the required parameter 'integrationId' is set
|
|
6620
|
-
if (integrationId === undefined || integrationId === null) {
|
|
6620
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
6621
6621
|
throw 'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenEvent';
|
|
6622
6622
|
}
|
|
6623
6623
|
// verify the required parameter 'body' is set
|
|
@@ -6651,7 +6651,7 @@ class ConversationsApi {
|
|
|
6651
6651
|
opts = opts || {};
|
|
6652
6652
|
|
|
6653
6653
|
// verify the required parameter 'integrationId' is set
|
|
6654
|
-
if (integrationId === undefined || integrationId === null) {
|
|
6654
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
6655
6655
|
throw 'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenMessage';
|
|
6656
6656
|
}
|
|
6657
6657
|
// verify the required parameter 'body' is set
|
|
@@ -6681,7 +6681,7 @@ class ConversationsApi {
|
|
|
6681
6681
|
*/
|
|
6682
6682
|
postConversationsMessageInboundOpenReceipt(integrationId, body) {
|
|
6683
6683
|
// verify the required parameter 'integrationId' is set
|
|
6684
|
-
if (integrationId === undefined || integrationId === null) {
|
|
6684
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
6685
6685
|
throw 'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenReceipt';
|
|
6686
6686
|
}
|
|
6687
6687
|
// verify the required parameter 'body' is set
|
|
@@ -6711,7 +6711,7 @@ class ConversationsApi {
|
|
|
6711
6711
|
*/
|
|
6712
6712
|
postConversationsMessageInboundOpenStructuredResponse(integrationId, body) {
|
|
6713
6713
|
// verify the required parameter 'integrationId' is set
|
|
6714
|
-
if (integrationId === undefined || integrationId === null) {
|
|
6714
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
6715
6715
|
throw 'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenStructuredResponse';
|
|
6716
6716
|
}
|
|
6717
6717
|
// verify the required parameter 'body' is set
|
|
@@ -6745,7 +6745,7 @@ class ConversationsApi {
|
|
|
6745
6745
|
opts = opts || {};
|
|
6746
6746
|
|
|
6747
6747
|
// verify the required parameter 'conversationId' is set
|
|
6748
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6748
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6749
6749
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageMessagesBulk';
|
|
6750
6750
|
}
|
|
6751
6751
|
|
|
@@ -6776,15 +6776,15 @@ class ConversationsApi {
|
|
|
6776
6776
|
opts = opts || {};
|
|
6777
6777
|
|
|
6778
6778
|
// verify the required parameter 'conversationId' is set
|
|
6779
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6779
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6780
6780
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantCommunicationWrapup';
|
|
6781
6781
|
}
|
|
6782
6782
|
// verify the required parameter 'participantId' is set
|
|
6783
|
-
if (participantId === undefined || participantId === null) {
|
|
6783
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6784
6784
|
throw 'Missing the required parameter "participantId" when calling postConversationsMessageParticipantCommunicationWrapup';
|
|
6785
6785
|
}
|
|
6786
6786
|
// verify the required parameter 'communicationId' is set
|
|
6787
|
-
if (communicationId === undefined || communicationId === null) {
|
|
6787
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
6788
6788
|
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageParticipantCommunicationWrapup';
|
|
6789
6789
|
}
|
|
6790
6790
|
|
|
@@ -6810,11 +6810,11 @@ class ConversationsApi {
|
|
|
6810
6810
|
*/
|
|
6811
6811
|
postConversationsMessageParticipantMonitor(conversationId, participantId) {
|
|
6812
6812
|
// verify the required parameter 'conversationId' is set
|
|
6813
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6813
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6814
6814
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantMonitor';
|
|
6815
6815
|
}
|
|
6816
6816
|
// verify the required parameter 'participantId' is set
|
|
6817
|
-
if (participantId === undefined || participantId === null) {
|
|
6817
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6818
6818
|
throw 'Missing the required parameter "participantId" when calling postConversationsMessageParticipantMonitor';
|
|
6819
6819
|
}
|
|
6820
6820
|
|
|
@@ -6841,11 +6841,11 @@ class ConversationsApi {
|
|
|
6841
6841
|
*/
|
|
6842
6842
|
postConversationsMessageParticipantReplace(conversationId, participantId, body) {
|
|
6843
6843
|
// verify the required parameter 'conversationId' is set
|
|
6844
|
-
if (conversationId === undefined || conversationId === null) {
|
|
6844
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
6845
6845
|
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantReplace';
|
|
6846
6846
|
}
|
|
6847
6847
|
// verify the required parameter 'participantId' is set
|
|
6848
|
-
if (participantId === undefined || participantId === null) {
|
|
6848
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
6849
6849
|
throw 'Missing the required parameter "participantId" when calling postConversationsMessageParticipantReplace';
|
|
6850
6850
|
}
|
|
6851
6851
|
// verify the required parameter 'body' is set
|
|
@@ -7187,15 +7187,15 @@ class ConversationsApi {
|
|
|
7187
7187
|
opts = opts || {};
|
|
7188
7188
|
|
|
7189
7189
|
// verify the required parameter 'conversationId' is set
|
|
7190
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7190
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7191
7191
|
throw 'Missing the required parameter "conversationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
|
|
7192
7192
|
}
|
|
7193
7193
|
// verify the required parameter 'participantId' is set
|
|
7194
|
-
if (participantId === undefined || participantId === null) {
|
|
7194
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
7195
7195
|
throw 'Missing the required parameter "participantId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
|
|
7196
7196
|
}
|
|
7197
7197
|
// verify the required parameter 'communicationId' is set
|
|
7198
|
-
if (communicationId === undefined || communicationId === null) {
|
|
7198
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
7199
7199
|
throw 'Missing the required parameter "communicationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
|
|
7200
7200
|
}
|
|
7201
7201
|
|
|
@@ -7226,15 +7226,15 @@ class ConversationsApi {
|
|
|
7226
7226
|
opts = opts || {};
|
|
7227
7227
|
|
|
7228
7228
|
// verify the required parameter 'conversationId' is set
|
|
7229
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7229
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7230
7230
|
throw 'Missing the required parameter "conversationId" when calling postConversationsSocialParticipantCommunicationWrapup';
|
|
7231
7231
|
}
|
|
7232
7232
|
// verify the required parameter 'participantId' is set
|
|
7233
|
-
if (participantId === undefined || participantId === null) {
|
|
7233
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
7234
7234
|
throw 'Missing the required parameter "participantId" when calling postConversationsSocialParticipantCommunicationWrapup';
|
|
7235
7235
|
}
|
|
7236
7236
|
// verify the required parameter 'communicationId' is set
|
|
7237
|
-
if (communicationId === undefined || communicationId === null) {
|
|
7237
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
7238
7238
|
throw 'Missing the required parameter "communicationId" when calling postConversationsSocialParticipantCommunicationWrapup';
|
|
7239
7239
|
}
|
|
7240
7240
|
|
|
@@ -7261,11 +7261,11 @@ class ConversationsApi {
|
|
|
7261
7261
|
*/
|
|
7262
7262
|
postConversationsVideoAgentconferenceCommunication(conversationId, communicationId) {
|
|
7263
7263
|
// verify the required parameter 'conversationId' is set
|
|
7264
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7264
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7265
7265
|
throw 'Missing the required parameter "conversationId" when calling postConversationsVideoAgentconferenceCommunication';
|
|
7266
7266
|
}
|
|
7267
7267
|
// verify the required parameter 'communicationId' is set
|
|
7268
|
-
if (communicationId === undefined || communicationId === null) {
|
|
7268
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
7269
7269
|
throw 'Missing the required parameter "communicationId" when calling postConversationsVideoAgentconferenceCommunication';
|
|
7270
7270
|
}
|
|
7271
7271
|
|
|
@@ -7296,15 +7296,15 @@ class ConversationsApi {
|
|
|
7296
7296
|
opts = opts || {};
|
|
7297
7297
|
|
|
7298
7298
|
// verify the required parameter 'conversationId' is set
|
|
7299
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7299
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7300
7300
|
throw 'Missing the required parameter "conversationId" when calling postConversationsVideoParticipantCommunicationWrapup';
|
|
7301
7301
|
}
|
|
7302
7302
|
// verify the required parameter 'participantId' is set
|
|
7303
|
-
if (participantId === undefined || participantId === null) {
|
|
7303
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
7304
7304
|
throw 'Missing the required parameter "participantId" when calling postConversationsVideoParticipantCommunicationWrapup';
|
|
7305
7305
|
}
|
|
7306
7306
|
// verify the required parameter 'communicationId' is set
|
|
7307
|
-
if (communicationId === undefined || communicationId === null) {
|
|
7307
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
7308
7308
|
throw 'Missing the required parameter "communicationId" when calling postConversationsVideoParticipantCommunicationWrapup';
|
|
7309
7309
|
}
|
|
7310
7310
|
|
|
@@ -7356,11 +7356,11 @@ class ConversationsApi {
|
|
|
7356
7356
|
*/
|
|
7357
7357
|
putConversationParticipantFlaggedreason(conversationId, participantId) {
|
|
7358
7358
|
// verify the required parameter 'conversationId' is set
|
|
7359
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7359
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7360
7360
|
throw 'Missing the required parameter "conversationId" when calling putConversationParticipantFlaggedreason';
|
|
7361
7361
|
}
|
|
7362
7362
|
// verify the required parameter 'participantId' is set
|
|
7363
|
-
if (participantId === undefined || participantId === null) {
|
|
7363
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
7364
7364
|
throw 'Missing the required parameter "participantId" when calling putConversationParticipantFlaggedreason';
|
|
7365
7365
|
}
|
|
7366
7366
|
|
|
@@ -7386,7 +7386,7 @@ class ConversationsApi {
|
|
|
7386
7386
|
*/
|
|
7387
7387
|
putConversationSecureattributes(conversationId, body) {
|
|
7388
7388
|
// verify the required parameter 'conversationId' is set
|
|
7389
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7389
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7390
7390
|
throw 'Missing the required parameter "conversationId" when calling putConversationSecureattributes';
|
|
7391
7391
|
}
|
|
7392
7392
|
// verify the required parameter 'body' is set
|
|
@@ -7416,7 +7416,7 @@ class ConversationsApi {
|
|
|
7416
7416
|
*/
|
|
7417
7417
|
putConversationTags(conversationId, body) {
|
|
7418
7418
|
// verify the required parameter 'conversationId' is set
|
|
7419
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7419
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7420
7420
|
throw 'Missing the required parameter "conversationId" when calling putConversationTags';
|
|
7421
7421
|
}
|
|
7422
7422
|
// verify the required parameter 'body' is set
|
|
@@ -7448,15 +7448,15 @@ class ConversationsApi {
|
|
|
7448
7448
|
*/
|
|
7449
7449
|
putConversationsCallParticipantCommunicationUuidata(conversationId, participantId, communicationId, body) {
|
|
7450
7450
|
// verify the required parameter 'conversationId' is set
|
|
7451
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7451
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7452
7452
|
throw 'Missing the required parameter "conversationId" when calling putConversationsCallParticipantCommunicationUuidata';
|
|
7453
7453
|
}
|
|
7454
7454
|
// verify the required parameter 'participantId' is set
|
|
7455
|
-
if (participantId === undefined || participantId === null) {
|
|
7455
|
+
if (participantId === undefined || participantId === null || participantId === '') {
|
|
7456
7456
|
throw 'Missing the required parameter "participantId" when calling putConversationsCallParticipantCommunicationUuidata';
|
|
7457
7457
|
}
|
|
7458
7458
|
// verify the required parameter 'communicationId' is set
|
|
7459
|
-
if (communicationId === undefined || communicationId === null) {
|
|
7459
|
+
if (communicationId === undefined || communicationId === null || communicationId === '') {
|
|
7460
7460
|
throw 'Missing the required parameter "communicationId" when calling putConversationsCallParticipantCommunicationUuidata';
|
|
7461
7461
|
}
|
|
7462
7462
|
// verify the required parameter 'body' is set
|
|
@@ -7486,7 +7486,7 @@ class ConversationsApi {
|
|
|
7486
7486
|
*/
|
|
7487
7487
|
putConversationsCallRecordingstate(conversationId, body) {
|
|
7488
7488
|
// verify the required parameter 'conversationId' is set
|
|
7489
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7489
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7490
7490
|
throw 'Missing the required parameter "conversationId" when calling putConversationsCallRecordingstate';
|
|
7491
7491
|
}
|
|
7492
7492
|
// verify the required parameter 'body' is set
|
|
@@ -7516,7 +7516,7 @@ class ConversationsApi {
|
|
|
7516
7516
|
*/
|
|
7517
7517
|
putConversationsCallbackRecordingstate(conversationId, body) {
|
|
7518
7518
|
// verify the required parameter 'conversationId' is set
|
|
7519
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7519
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7520
7520
|
throw 'Missing the required parameter "conversationId" when calling putConversationsCallbackRecordingstate';
|
|
7521
7521
|
}
|
|
7522
7522
|
// verify the required parameter 'body' is set
|
|
@@ -7547,7 +7547,7 @@ class ConversationsApi {
|
|
|
7547
7547
|
*/
|
|
7548
7548
|
putConversationsChatRecordingstate(conversationId, body) {
|
|
7549
7549
|
// verify the required parameter 'conversationId' is set
|
|
7550
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7550
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7551
7551
|
throw 'Missing the required parameter "conversationId" when calling putConversationsChatRecordingstate';
|
|
7552
7552
|
}
|
|
7553
7553
|
// verify the required parameter 'body' is set
|
|
@@ -7578,7 +7578,7 @@ class ConversationsApi {
|
|
|
7578
7578
|
*/
|
|
7579
7579
|
putConversationsCobrowsesessionRecordingstate(conversationId, body) {
|
|
7580
7580
|
// verify the required parameter 'conversationId' is set
|
|
7581
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7581
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7582
7582
|
throw 'Missing the required parameter "conversationId" when calling putConversationsCobrowsesessionRecordingstate';
|
|
7583
7583
|
}
|
|
7584
7584
|
// verify the required parameter 'body' is set
|
|
@@ -7608,7 +7608,7 @@ class ConversationsApi {
|
|
|
7608
7608
|
*/
|
|
7609
7609
|
putConversationsEmailMessagesDraft(conversationId, body) {
|
|
7610
7610
|
// verify the required parameter 'conversationId' is set
|
|
7611
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7611
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7612
7612
|
throw 'Missing the required parameter "conversationId" when calling putConversationsEmailMessagesDraft';
|
|
7613
7613
|
}
|
|
7614
7614
|
// verify the required parameter 'body' is set
|
|
@@ -7638,7 +7638,7 @@ class ConversationsApi {
|
|
|
7638
7638
|
*/
|
|
7639
7639
|
putConversationsEmailRecordingstate(conversationId, body) {
|
|
7640
7640
|
// verify the required parameter 'conversationId' is set
|
|
7641
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7641
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7642
7642
|
throw 'Missing the required parameter "conversationId" when calling putConversationsEmailRecordingstate';
|
|
7643
7643
|
}
|
|
7644
7644
|
// verify the required parameter 'body' is set
|
|
@@ -7668,7 +7668,7 @@ class ConversationsApi {
|
|
|
7668
7668
|
*/
|
|
7669
7669
|
putConversationsKeyconfiguration(keyconfigurationsId, body) {
|
|
7670
7670
|
// verify the required parameter 'keyconfigurationsId' is set
|
|
7671
|
-
if (keyconfigurationsId === undefined || keyconfigurationsId === null) {
|
|
7671
|
+
if (keyconfigurationsId === undefined || keyconfigurationsId === null || keyconfigurationsId === '') {
|
|
7672
7672
|
throw 'Missing the required parameter "keyconfigurationsId" when calling putConversationsKeyconfiguration';
|
|
7673
7673
|
}
|
|
7674
7674
|
// verify the required parameter 'body' is set
|
|
@@ -7698,7 +7698,7 @@ class ConversationsApi {
|
|
|
7698
7698
|
*/
|
|
7699
7699
|
putConversationsMessageRecordingstate(conversationId, body) {
|
|
7700
7700
|
// verify the required parameter 'conversationId' is set
|
|
7701
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7701
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7702
7702
|
throw 'Missing the required parameter "conversationId" when calling putConversationsMessageRecordingstate';
|
|
7703
7703
|
}
|
|
7704
7704
|
// verify the required parameter 'body' is set
|
|
@@ -7729,7 +7729,7 @@ class ConversationsApi {
|
|
|
7729
7729
|
*/
|
|
7730
7730
|
putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId, body) {
|
|
7731
7731
|
// verify the required parameter 'integrationId' is set
|
|
7732
|
-
if (integrationId === undefined || integrationId === null) {
|
|
7732
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
7733
7733
|
throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
|
|
7734
7734
|
}
|
|
7735
7735
|
// verify the required parameter 'body' is set
|
|
@@ -7759,7 +7759,7 @@ class ConversationsApi {
|
|
|
7759
7759
|
*/
|
|
7760
7760
|
putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId, body) {
|
|
7761
7761
|
// verify the required parameter 'integrationId' is set
|
|
7762
|
-
if (integrationId === undefined || integrationId === null) {
|
|
7762
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
7763
7763
|
throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';
|
|
7764
7764
|
}
|
|
7765
7765
|
// verify the required parameter 'body' is set
|
|
@@ -7789,7 +7789,7 @@ class ConversationsApi {
|
|
|
7789
7789
|
*/
|
|
7790
7790
|
putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId, body) {
|
|
7791
7791
|
// verify the required parameter 'integrationId' is set
|
|
7792
|
-
if (integrationId === undefined || integrationId === null) {
|
|
7792
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
7793
7793
|
throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
|
|
7794
7794
|
}
|
|
7795
7795
|
// verify the required parameter 'body' is set
|
|
@@ -7819,7 +7819,7 @@ class ConversationsApi {
|
|
|
7819
7819
|
*/
|
|
7820
7820
|
putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId, body) {
|
|
7821
7821
|
// verify the required parameter 'integrationId' is set
|
|
7822
|
-
if (integrationId === undefined || integrationId === null) {
|
|
7822
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
7823
7823
|
throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';
|
|
7824
7824
|
}
|
|
7825
7825
|
// verify the required parameter 'body' is set
|
|
@@ -7849,7 +7849,7 @@ class ConversationsApi {
|
|
|
7849
7849
|
*/
|
|
7850
7850
|
putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId(integrationId, body) {
|
|
7851
7851
|
// verify the required parameter 'integrationId' is set
|
|
7852
|
-
if (integrationId === undefined || integrationId === null) {
|
|
7852
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
7853
7853
|
throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';
|
|
7854
7854
|
}
|
|
7855
7855
|
// verify the required parameter 'body' is set
|
|
@@ -7879,7 +7879,7 @@ class ConversationsApi {
|
|
|
7879
7879
|
*/
|
|
7880
7880
|
putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId, body) {
|
|
7881
7881
|
// verify the required parameter 'integrationId' is set
|
|
7882
|
-
if (integrationId === undefined || integrationId === null) {
|
|
7882
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
7883
7883
|
throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';
|
|
7884
7884
|
}
|
|
7885
7885
|
// verify the required parameter 'body' is set
|
|
@@ -7985,7 +7985,7 @@ class ConversationsApi {
|
|
|
7985
7985
|
*/
|
|
7986
7986
|
putConversationsScreenshareRecordingstate(conversationId, body) {
|
|
7987
7987
|
// verify the required parameter 'conversationId' is set
|
|
7988
|
-
if (conversationId === undefined || conversationId === null) {
|
|
7988
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
7989
7989
|
throw 'Missing the required parameter "conversationId" when calling putConversationsScreenshareRecordingstate';
|
|
7990
7990
|
}
|
|
7991
7991
|
// verify the required parameter 'body' is set
|
|
@@ -8015,7 +8015,7 @@ class ConversationsApi {
|
|
|
8015
8015
|
*/
|
|
8016
8016
|
putConversationsSocialRecordingstate(conversationId, body) {
|
|
8017
8017
|
// verify the required parameter 'conversationId' is set
|
|
8018
|
-
if (conversationId === undefined || conversationId === null) {
|
|
8018
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
8019
8019
|
throw 'Missing the required parameter "conversationId" when calling putConversationsSocialRecordingstate';
|
|
8020
8020
|
}
|
|
8021
8021
|
// verify the required parameter 'body' is set
|
|
@@ -8045,7 +8045,7 @@ class ConversationsApi {
|
|
|
8045
8045
|
*/
|
|
8046
8046
|
putConversationsVideoRecordingstate(conversationId, body) {
|
|
8047
8047
|
// verify the required parameter 'conversationId' is set
|
|
8048
|
-
if (conversationId === undefined || conversationId === null) {
|
|
8048
|
+
if (conversationId === undefined || conversationId === null || conversationId === '') {
|
|
8049
8049
|
throw 'Missing the required parameter "conversationId" when calling putConversationsVideoRecordingstate';
|
|
8050
8050
|
}
|
|
8051
8051
|
// verify the required parameter 'body' is set
|