@wildix/wda-stream-client 1.1.0 → 1.1.3
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/dist-cjs/models/models_0.js +91 -37
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/models/models_0.js +89 -35
- package/dist-es/protocols/Aws_restJson1.js +2 -2
- package/dist-types/commands/ConsumeEventCommand.d.ts +205 -104
- package/dist-types/commands/DescribeEventCommand.d.ts +502 -193
- package/dist-types/commands/QueryConversationsCommand.d.ts +103 -57
- package/dist-types/models/models_0.d.ts +605 -302
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.PresenceNotAvailableException = exports.TelephonyStatus = exports.PresenceStatus = exports.MatchNotFoundException = exports.WebsocketEvent = exports.WebhookEventType = exports.PresenceEventType = exports.PresenceAnalyticsEventType = exports.WebsocketTopic = exports.WebsocketAction = exports.ConsumeEventInputEvent = void 0;
|
|
3
|
+
exports.ConferenceConsumeEventType = exports.ConferenceConsumeDirection = exports.ChatEventType = exports.ChatConsumeEventType = exports.CallFlowConsumeStatus = exports.CallEventType = exports.CallEndConsume = exports.CallFlowAttachmentConsumeType = exports.CallEndBy = exports.CallFlowStatus = exports.CallAnalyticsLiveProgressEventTrigger = exports.LiveEventType = exports.CallConsumeEventType = exports.ConferenceTranscriptionStatus = exports.ConferenceParticipantType = exports.ConferenceParticipantRole = exports.PbxLicenseType = exports.ConferenceDirection = exports.MessageWhatsAppStatus = exports.MessageType = exports.MessageSmsStatus = exports.Element = exports.ActionElement = exports.ButtonVariant = exports.ButtonHandler = exports.ChatStatus = exports.ChatDirection = exports.ChannelWhatsAppStatus = exports.ChannelContextSource = exports.ChannelContextEventAttendeeStatus = exports.ChannelType = exports.ChannelAccess = exports.CallTranscriptionSpeaker = exports.RecordType = exports.CallFlowTranscriptionStatus = exports.License = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallFlowAttachment = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.WhatsAppStatus = exports.WhatsAppEventType = exports.ForbiddenException = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = void 0;
|
|
4
|
+
exports.PresenceNotAvailableException = exports.TelephonyStatus = exports.PresenceStatus = exports.MatchNotFoundException = exports.WebsocketEvent = exports.WebhookEventType = exports.PresenceEventType = exports.PresenceAnalyticsEventType = exports.WebsocketTopic = exports.WebsocketAction = exports.ConsumeEventInputEvent = exports.UsageEventType = exports.LanguageDetection = exports.SmsStatus = exports.SmsChannelType = exports.SmsConsumeEventType = exports.PresenceConsumeEventType = exports.ConferenceTranscriptionSentiment = exports.ConferenceEventType = void 0;
|
|
5
5
|
const WdaStreamServiceException_1 = require("./WdaStreamServiceException");
|
|
6
6
|
class ValidationException extends WdaStreamServiceException_1.WdaStreamServiceException {
|
|
7
7
|
name = "ValidationException";
|
|
@@ -111,6 +111,8 @@ exports.CallFlowTranscriptionStatus = {
|
|
|
111
111
|
exports.RecordType = {
|
|
112
112
|
CALL: "call",
|
|
113
113
|
CALL_TRANSCRIPTION: "call_transcription",
|
|
114
|
+
CHAT: "chat",
|
|
115
|
+
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
114
116
|
CONFERENCE: "conference",
|
|
115
117
|
CONFERENCE_TRANSCRIPTION: "conference_transcription",
|
|
116
118
|
};
|
|
@@ -118,6 +120,88 @@ exports.CallTranscriptionSpeaker = {
|
|
|
118
120
|
CALLEE: "callee",
|
|
119
121
|
CALLER: "caller",
|
|
120
122
|
};
|
|
123
|
+
exports.ChannelAccess = {
|
|
124
|
+
PRIVATE: "private",
|
|
125
|
+
PUBLIC: "public",
|
|
126
|
+
};
|
|
127
|
+
exports.ChannelType = {
|
|
128
|
+
DIRECT: "direct",
|
|
129
|
+
GROUP: "group",
|
|
130
|
+
};
|
|
131
|
+
exports.ChannelContextEventAttendeeStatus = {
|
|
132
|
+
ACCEPTED: "accepted",
|
|
133
|
+
DECLINED: "declined",
|
|
134
|
+
NONE: "none",
|
|
135
|
+
TENTATIVE: "tentative",
|
|
136
|
+
};
|
|
137
|
+
exports.ChannelContextSource = {
|
|
138
|
+
KITE: "kite",
|
|
139
|
+
};
|
|
140
|
+
exports.ChannelWhatsAppStatus = {
|
|
141
|
+
CHANNEL_CLOSED: "24h_channel_closed",
|
|
142
|
+
};
|
|
143
|
+
exports.ChatDirection = {
|
|
144
|
+
INBOUND: "INBOUND",
|
|
145
|
+
INTERNAL: "INTERNAL",
|
|
146
|
+
OUTBOUND: "OUTBOUND",
|
|
147
|
+
};
|
|
148
|
+
exports.ChatStatus = {
|
|
149
|
+
COMPLETED: "COMPLETED",
|
|
150
|
+
MISSED: "MISSED",
|
|
151
|
+
WAITFIRSTREPLY: "WAITFIRSTREPLY",
|
|
152
|
+
WAITREPLYFROMAGENT: "WAITREPLYFROMAGENT",
|
|
153
|
+
WAITREPLYFROMGUEST: "WAITREPLYFROMGUEST",
|
|
154
|
+
};
|
|
155
|
+
var ButtonHandler;
|
|
156
|
+
(function (ButtonHandler) {
|
|
157
|
+
ButtonHandler.visit = (value, visitor) => {
|
|
158
|
+
if (value.link !== undefined)
|
|
159
|
+
return visitor.link(value.link);
|
|
160
|
+
if (value.reply !== undefined)
|
|
161
|
+
return visitor.reply(value.reply);
|
|
162
|
+
if (value.action !== undefined)
|
|
163
|
+
return visitor.action(value.action);
|
|
164
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
165
|
+
};
|
|
166
|
+
})(ButtonHandler || (exports.ButtonHandler = ButtonHandler = {}));
|
|
167
|
+
exports.ButtonVariant = {
|
|
168
|
+
CONTAINED: "contained",
|
|
169
|
+
OUTLINED: "outlined",
|
|
170
|
+
};
|
|
171
|
+
var ActionElement;
|
|
172
|
+
(function (ActionElement) {
|
|
173
|
+
ActionElement.visit = (value, visitor) => {
|
|
174
|
+
if (value.button !== undefined)
|
|
175
|
+
return visitor.button(value.button);
|
|
176
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
177
|
+
};
|
|
178
|
+
})(ActionElement || (exports.ActionElement = ActionElement = {}));
|
|
179
|
+
var Element;
|
|
180
|
+
(function (Element) {
|
|
181
|
+
Element.visit = (value, visitor) => {
|
|
182
|
+
if (value.template !== undefined)
|
|
183
|
+
return visitor.template(value.template);
|
|
184
|
+
if (value.actions !== undefined)
|
|
185
|
+
return visitor.actions(value.actions);
|
|
186
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
187
|
+
};
|
|
188
|
+
})(Element || (exports.Element = Element = {}));
|
|
189
|
+
exports.MessageSmsStatus = {
|
|
190
|
+
DELIVERED: "delivered",
|
|
191
|
+
ERROR: "error",
|
|
192
|
+
SENT: "sent",
|
|
193
|
+
TRYING: "trying",
|
|
194
|
+
};
|
|
195
|
+
exports.MessageType = {
|
|
196
|
+
REGULAR: "regular",
|
|
197
|
+
SYSTEM: "system",
|
|
198
|
+
};
|
|
199
|
+
exports.MessageWhatsAppStatus = {
|
|
200
|
+
DELIVERED: "delivered",
|
|
201
|
+
ERROR: "error",
|
|
202
|
+
SENT: "sent",
|
|
203
|
+
TRYING: "trying",
|
|
204
|
+
};
|
|
121
205
|
exports.ConferenceDirection = {
|
|
122
206
|
INBOUND: "INBOUND",
|
|
123
207
|
INTERNAL: "INTERNAL",
|
|
@@ -168,6 +252,7 @@ exports.LiveEventType = {
|
|
|
168
252
|
CHAT_COST: "call_cost",
|
|
169
253
|
CHAT_INTERRUPTED: "chat_interrupted",
|
|
170
254
|
CHAT_MISSED: "chat_missed",
|
|
255
|
+
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
171
256
|
CONFERENCE: "conference",
|
|
172
257
|
CONFERENCE_COMPLETE: "conference_complete",
|
|
173
258
|
CONFERENCE_INTERRUPTED: "conference_interrupted",
|
|
@@ -217,38 +302,8 @@ exports.CallFlowConsumeStatus = {
|
|
|
217
302
|
HOLD: "hold",
|
|
218
303
|
TALKING: "talking",
|
|
219
304
|
};
|
|
220
|
-
exports.ChannelType = {
|
|
221
|
-
DIRECT: "direct",
|
|
222
|
-
GROUP: "group",
|
|
223
|
-
};
|
|
224
|
-
exports.ChatDirection = {
|
|
225
|
-
INBOUND: "INBOUND",
|
|
226
|
-
INTERNAL: "INTERNAL",
|
|
227
|
-
OUTBOUND: "OUTBOUND",
|
|
228
|
-
};
|
|
229
|
-
exports.ChatParticipantRole = {
|
|
230
|
-
AGENT: "AGENT",
|
|
231
|
-
CLIENT: "CLIENT",
|
|
232
|
-
};
|
|
233
|
-
exports.ChatParticipantType = {
|
|
234
|
-
LOCAL: "LOCAL",
|
|
235
|
-
REMOTE: "REMOTE",
|
|
236
|
-
};
|
|
237
|
-
exports.ChatStatus = {
|
|
238
|
-
COMPLETED: "COMPLETED",
|
|
239
|
-
MISSED: "MISSED",
|
|
240
|
-
WAITFIRSTREPLY: "WAITFIRSTREPLY",
|
|
241
|
-
WAITREPLYFROMAGENT: "WAITREPLYFROMAGENT",
|
|
242
|
-
WAITREPLYFROMGUEST: "WAITREPLYFROMGUEST",
|
|
243
|
-
};
|
|
244
|
-
exports.ChatTag = {
|
|
245
|
-
SMS: "sms",
|
|
246
|
-
TELEPHONY: "telephony",
|
|
247
|
-
WHATSAPP: "whatsapp",
|
|
248
|
-
};
|
|
249
305
|
exports.ChatConsumeEventType = {
|
|
250
|
-
|
|
251
|
-
CHAT_UPDATE: "CHAT.UPDATE",
|
|
306
|
+
CHAT_MESSAGE: "CHAT.MESSAGE",
|
|
252
307
|
};
|
|
253
308
|
exports.ChatEventType = {
|
|
254
309
|
LIVE_COMPLETE_EVENT: "ChatAnalyticsLiveCompleteEvent",
|
|
@@ -256,6 +311,7 @@ exports.ChatEventType = {
|
|
|
256
311
|
LIVE_PROGRESS_EVENT: "ChatAnalyticsLiveProgressEvent",
|
|
257
312
|
MANAGER_MISSED_EVENT: "ChatAnalyticsManagerMissedEvent",
|
|
258
313
|
RECORD_EVENT: "ChatAnalyticsRecordEvent",
|
|
314
|
+
TRANSCRIPTION_RECORD_EVENT: "ChatAnalyticsTranscriptionRecordEvent",
|
|
259
315
|
};
|
|
260
316
|
exports.ConferenceConsumeDirection = {
|
|
261
317
|
INBOUND: "inbound",
|
|
@@ -360,10 +416,8 @@ var ConsumeEventInputEvent;
|
|
|
360
416
|
return visitor.conferenceEnd(value.conferenceEnd);
|
|
361
417
|
if (value.conferenceStats !== undefined)
|
|
362
418
|
return visitor.conferenceStats(value.conferenceStats);
|
|
363
|
-
if (value.
|
|
364
|
-
return visitor.
|
|
365
|
-
if (value.chatUpdate !== undefined)
|
|
366
|
-
return visitor.chatUpdate(value.chatUpdate);
|
|
419
|
+
if (value.chatMessage !== undefined)
|
|
420
|
+
return visitor.chatMessage(value.chatMessage);
|
|
367
421
|
if (value.smsInbound !== undefined)
|
|
368
422
|
return visitor.smsInbound(value.smsInbound);
|
|
369
423
|
if (value.smsStatus !== undefined)
|
|
@@ -160,6 +160,7 @@ const de_DescribeEventCommand = async (output, context) => {
|
|
|
160
160
|
'ChatAnalyticsLiveProgressEvent': smithy_client_1._json,
|
|
161
161
|
'ChatAnalyticsManagerMissedEvent': smithy_client_1._json,
|
|
162
162
|
'ChatAnalyticsRecordEvent': smithy_client_1._json,
|
|
163
|
+
'ChatAnalyticsTranscriptionRecordEvent': smithy_client_1._json,
|
|
163
164
|
'ChatEventType': smithy_client_1.expectString,
|
|
164
165
|
'ConferenceAnalyticsLiveCompleteEvent': smithy_client_1._json,
|
|
165
166
|
'ConferenceAnalyticsLiveInterruptedEvent': smithy_client_1._json,
|
|
@@ -388,8 +389,7 @@ const se_ConsumeEventInputEvent = (input, context) => {
|
|
|
388
389
|
callStart: value => ({ "callStart": (0, smithy_client_1._json)(value) }),
|
|
389
390
|
callTranscription: value => ({ "callTranscription": (0, smithy_client_1._json)(value) }),
|
|
390
391
|
callUpdate: value => ({ "callUpdate": (0, smithy_client_1._json)(value) }),
|
|
391
|
-
|
|
392
|
-
chatUpdate: value => ({ "chatUpdate": (0, smithy_client_1._json)(value) }),
|
|
392
|
+
chatMessage: value => ({ "chatMessage": (0, smithy_client_1._json)(value) }),
|
|
393
393
|
conferenceEnd: value => ({ "conferenceEnd": (0, smithy_client_1._json)(value) }),
|
|
394
394
|
conferenceJoin: value => ({ "conferenceJoin": (0, smithy_client_1._json)(value) }),
|
|
395
395
|
conferenceKeepAlive: value => ({ "conferenceKeepAlive": (0, smithy_client_1._json)(value) }),
|
|
@@ -105,6 +105,8 @@ export const CallFlowTranscriptionStatus = {
|
|
|
105
105
|
export const RecordType = {
|
|
106
106
|
CALL: "call",
|
|
107
107
|
CALL_TRANSCRIPTION: "call_transcription",
|
|
108
|
+
CHAT: "chat",
|
|
109
|
+
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
108
110
|
CONFERENCE: "conference",
|
|
109
111
|
CONFERENCE_TRANSCRIPTION: "conference_transcription",
|
|
110
112
|
};
|
|
@@ -112,6 +114,88 @@ export const CallTranscriptionSpeaker = {
|
|
|
112
114
|
CALLEE: "callee",
|
|
113
115
|
CALLER: "caller",
|
|
114
116
|
};
|
|
117
|
+
export const ChannelAccess = {
|
|
118
|
+
PRIVATE: "private",
|
|
119
|
+
PUBLIC: "public",
|
|
120
|
+
};
|
|
121
|
+
export const ChannelType = {
|
|
122
|
+
DIRECT: "direct",
|
|
123
|
+
GROUP: "group",
|
|
124
|
+
};
|
|
125
|
+
export const ChannelContextEventAttendeeStatus = {
|
|
126
|
+
ACCEPTED: "accepted",
|
|
127
|
+
DECLINED: "declined",
|
|
128
|
+
NONE: "none",
|
|
129
|
+
TENTATIVE: "tentative",
|
|
130
|
+
};
|
|
131
|
+
export const ChannelContextSource = {
|
|
132
|
+
KITE: "kite",
|
|
133
|
+
};
|
|
134
|
+
export const ChannelWhatsAppStatus = {
|
|
135
|
+
CHANNEL_CLOSED: "24h_channel_closed",
|
|
136
|
+
};
|
|
137
|
+
export const ChatDirection = {
|
|
138
|
+
INBOUND: "INBOUND",
|
|
139
|
+
INTERNAL: "INTERNAL",
|
|
140
|
+
OUTBOUND: "OUTBOUND",
|
|
141
|
+
};
|
|
142
|
+
export const ChatStatus = {
|
|
143
|
+
COMPLETED: "COMPLETED",
|
|
144
|
+
MISSED: "MISSED",
|
|
145
|
+
WAITFIRSTREPLY: "WAITFIRSTREPLY",
|
|
146
|
+
WAITREPLYFROMAGENT: "WAITREPLYFROMAGENT",
|
|
147
|
+
WAITREPLYFROMGUEST: "WAITREPLYFROMGUEST",
|
|
148
|
+
};
|
|
149
|
+
export var ButtonHandler;
|
|
150
|
+
(function (ButtonHandler) {
|
|
151
|
+
ButtonHandler.visit = (value, visitor) => {
|
|
152
|
+
if (value.link !== undefined)
|
|
153
|
+
return visitor.link(value.link);
|
|
154
|
+
if (value.reply !== undefined)
|
|
155
|
+
return visitor.reply(value.reply);
|
|
156
|
+
if (value.action !== undefined)
|
|
157
|
+
return visitor.action(value.action);
|
|
158
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
159
|
+
};
|
|
160
|
+
})(ButtonHandler || (ButtonHandler = {}));
|
|
161
|
+
export const ButtonVariant = {
|
|
162
|
+
CONTAINED: "contained",
|
|
163
|
+
OUTLINED: "outlined",
|
|
164
|
+
};
|
|
165
|
+
export var ActionElement;
|
|
166
|
+
(function (ActionElement) {
|
|
167
|
+
ActionElement.visit = (value, visitor) => {
|
|
168
|
+
if (value.button !== undefined)
|
|
169
|
+
return visitor.button(value.button);
|
|
170
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
171
|
+
};
|
|
172
|
+
})(ActionElement || (ActionElement = {}));
|
|
173
|
+
export var Element;
|
|
174
|
+
(function (Element) {
|
|
175
|
+
Element.visit = (value, visitor) => {
|
|
176
|
+
if (value.template !== undefined)
|
|
177
|
+
return visitor.template(value.template);
|
|
178
|
+
if (value.actions !== undefined)
|
|
179
|
+
return visitor.actions(value.actions);
|
|
180
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
181
|
+
};
|
|
182
|
+
})(Element || (Element = {}));
|
|
183
|
+
export const MessageSmsStatus = {
|
|
184
|
+
DELIVERED: "delivered",
|
|
185
|
+
ERROR: "error",
|
|
186
|
+
SENT: "sent",
|
|
187
|
+
TRYING: "trying",
|
|
188
|
+
};
|
|
189
|
+
export const MessageType = {
|
|
190
|
+
REGULAR: "regular",
|
|
191
|
+
SYSTEM: "system",
|
|
192
|
+
};
|
|
193
|
+
export const MessageWhatsAppStatus = {
|
|
194
|
+
DELIVERED: "delivered",
|
|
195
|
+
ERROR: "error",
|
|
196
|
+
SENT: "sent",
|
|
197
|
+
TRYING: "trying",
|
|
198
|
+
};
|
|
115
199
|
export const ConferenceDirection = {
|
|
116
200
|
INBOUND: "INBOUND",
|
|
117
201
|
INTERNAL: "INTERNAL",
|
|
@@ -162,6 +246,7 @@ export const LiveEventType = {
|
|
|
162
246
|
CHAT_COST: "call_cost",
|
|
163
247
|
CHAT_INTERRUPTED: "chat_interrupted",
|
|
164
248
|
CHAT_MISSED: "chat_missed",
|
|
249
|
+
CHAT_TRANSCRIPTION: "chat_transcription",
|
|
165
250
|
CONFERENCE: "conference",
|
|
166
251
|
CONFERENCE_COMPLETE: "conference_complete",
|
|
167
252
|
CONFERENCE_INTERRUPTED: "conference_interrupted",
|
|
@@ -211,38 +296,8 @@ export const CallFlowConsumeStatus = {
|
|
|
211
296
|
HOLD: "hold",
|
|
212
297
|
TALKING: "talking",
|
|
213
298
|
};
|
|
214
|
-
export const ChannelType = {
|
|
215
|
-
DIRECT: "direct",
|
|
216
|
-
GROUP: "group",
|
|
217
|
-
};
|
|
218
|
-
export const ChatDirection = {
|
|
219
|
-
INBOUND: "INBOUND",
|
|
220
|
-
INTERNAL: "INTERNAL",
|
|
221
|
-
OUTBOUND: "OUTBOUND",
|
|
222
|
-
};
|
|
223
|
-
export const ChatParticipantRole = {
|
|
224
|
-
AGENT: "AGENT",
|
|
225
|
-
CLIENT: "CLIENT",
|
|
226
|
-
};
|
|
227
|
-
export const ChatParticipantType = {
|
|
228
|
-
LOCAL: "LOCAL",
|
|
229
|
-
REMOTE: "REMOTE",
|
|
230
|
-
};
|
|
231
|
-
export const ChatStatus = {
|
|
232
|
-
COMPLETED: "COMPLETED",
|
|
233
|
-
MISSED: "MISSED",
|
|
234
|
-
WAITFIRSTREPLY: "WAITFIRSTREPLY",
|
|
235
|
-
WAITREPLYFROMAGENT: "WAITREPLYFROMAGENT",
|
|
236
|
-
WAITREPLYFROMGUEST: "WAITREPLYFROMGUEST",
|
|
237
|
-
};
|
|
238
|
-
export const ChatTag = {
|
|
239
|
-
SMS: "sms",
|
|
240
|
-
TELEPHONY: "telephony",
|
|
241
|
-
WHATSAPP: "whatsapp",
|
|
242
|
-
};
|
|
243
299
|
export const ChatConsumeEventType = {
|
|
244
|
-
|
|
245
|
-
CHAT_UPDATE: "CHAT.UPDATE",
|
|
300
|
+
CHAT_MESSAGE: "CHAT.MESSAGE",
|
|
246
301
|
};
|
|
247
302
|
export const ChatEventType = {
|
|
248
303
|
LIVE_COMPLETE_EVENT: "ChatAnalyticsLiveCompleteEvent",
|
|
@@ -250,6 +305,7 @@ export const ChatEventType = {
|
|
|
250
305
|
LIVE_PROGRESS_EVENT: "ChatAnalyticsLiveProgressEvent",
|
|
251
306
|
MANAGER_MISSED_EVENT: "ChatAnalyticsManagerMissedEvent",
|
|
252
307
|
RECORD_EVENT: "ChatAnalyticsRecordEvent",
|
|
308
|
+
TRANSCRIPTION_RECORD_EVENT: "ChatAnalyticsTranscriptionRecordEvent",
|
|
253
309
|
};
|
|
254
310
|
export const ConferenceConsumeDirection = {
|
|
255
311
|
INBOUND: "inbound",
|
|
@@ -354,10 +410,8 @@ export var ConsumeEventInputEvent;
|
|
|
354
410
|
return visitor.conferenceEnd(value.conferenceEnd);
|
|
355
411
|
if (value.conferenceStats !== undefined)
|
|
356
412
|
return visitor.conferenceStats(value.conferenceStats);
|
|
357
|
-
if (value.
|
|
358
|
-
return visitor.
|
|
359
|
-
if (value.chatUpdate !== undefined)
|
|
360
|
-
return visitor.chatUpdate(value.chatUpdate);
|
|
413
|
+
if (value.chatMessage !== undefined)
|
|
414
|
+
return visitor.chatMessage(value.chatMessage);
|
|
361
415
|
if (value.smsInbound !== undefined)
|
|
362
416
|
return visitor.smsInbound(value.smsInbound);
|
|
363
417
|
if (value.smsStatus !== undefined)
|
|
@@ -149,6 +149,7 @@ export const de_DescribeEventCommand = async (output, context) => {
|
|
|
149
149
|
'ChatAnalyticsLiveProgressEvent': _json,
|
|
150
150
|
'ChatAnalyticsManagerMissedEvent': _json,
|
|
151
151
|
'ChatAnalyticsRecordEvent': _json,
|
|
152
|
+
'ChatAnalyticsTranscriptionRecordEvent': _json,
|
|
152
153
|
'ChatEventType': __expectString,
|
|
153
154
|
'ConferenceAnalyticsLiveCompleteEvent': _json,
|
|
154
155
|
'ConferenceAnalyticsLiveInterruptedEvent': _json,
|
|
@@ -371,8 +372,7 @@ const se_ConsumeEventInputEvent = (input, context) => {
|
|
|
371
372
|
callStart: value => ({ "callStart": _json(value) }),
|
|
372
373
|
callTranscription: value => ({ "callTranscription": _json(value) }),
|
|
373
374
|
callUpdate: value => ({ "callUpdate": _json(value) }),
|
|
374
|
-
|
|
375
|
-
chatUpdate: value => ({ "chatUpdate": _json(value) }),
|
|
375
|
+
chatMessage: value => ({ "chatMessage": _json(value) }),
|
|
376
376
|
conferenceEnd: value => ({ "conferenceEnd": _json(value) }),
|
|
377
377
|
conferenceJoin: value => ({ "conferenceJoin": _json(value) }),
|
|
378
378
|
conferenceKeepAlive: value => ({ "conferenceKeepAlive": _json(value) }),
|