@azure/communication-call-automation 1.3.0-beta.2 → 1.3.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 +1 -1
- package/dist/index.js +213 -1240
- package/dist/index.js.map +1 -1
- package/dist-esm/src/callAutomationClient.js +5 -9
- package/dist-esm/src/callAutomationClient.js.map +1 -1
- package/dist-esm/src/callAutomationEventParser.js +5 -20
- package/dist-esm/src/callAutomationEventParser.js.map +1 -1
- package/dist-esm/src/callConnection.js +1 -1
- package/dist-esm/src/callConnection.js.map +1 -1
- package/dist-esm/src/callMedia.js +1 -57
- package/dist-esm/src/callMedia.js.map +1 -1
- package/dist-esm/src/callRecording.js +1 -1
- package/dist-esm/src/callRecording.js.map +1 -1
- package/dist-esm/src/contentDownloader.js +2 -2
- package/dist-esm/src/contentDownloader.js.map +1 -1
- package/dist-esm/src/credential/callAutomationAccessKeyCredentialPolicy.js +1 -1
- package/dist-esm/src/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist-esm/src/credential/callAutomationAuthPolicy.js +2 -2
- package/dist-esm/src/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist-esm/src/credential/cryptoUtils.browser.js +1 -1
- package/dist-esm/src/credential/cryptoUtils.browser.js.map +1 -1
- package/dist-esm/src/credential/cryptoUtils.js +1 -1
- package/dist-esm/src/credential/cryptoUtils.js.map +1 -1
- package/dist-esm/src/credential/encodeUtils.browser.js +1 -1
- package/dist-esm/src/credential/encodeUtils.browser.js.map +1 -1
- package/dist-esm/src/generated/src/callAutomationApiClient.js +2 -2
- package/dist-esm/src/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist-esm/src/generated/src/models/index.js +2 -150
- package/dist-esm/src/generated/src/models/index.js.map +1 -1
- package/dist-esm/src/generated/src/models/mappers.js +132 -696
- package/dist-esm/src/generated/src/models/mappers.js.map +1 -1
- package/dist-esm/src/generated/src/models/parameters.js +2 -22
- package/dist-esm/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/src/generated/src/operations/callConnection.js +1 -1
- package/dist-esm/src/generated/src/operations/callConnection.js.map +1 -1
- package/dist-esm/src/generated/src/operations/callMedia.js +0 -125
- package/dist-esm/src/generated/src/operations/callMedia.js.map +1 -1
- package/dist-esm/src/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist-esm/src/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist-esm/src/index.js +1 -4
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/constants.js +2 -2
- package/dist-esm/src/models/constants.js.map +1 -1
- package/dist-esm/src/models/events.js +1 -1
- package/dist-esm/src/models/events.js.map +1 -1
- package/dist-esm/src/models/logger.js +1 -1
- package/dist-esm/src/models/logger.js.map +1 -1
- package/dist-esm/src/models/mapper.js +1 -1
- package/dist-esm/src/models/mapper.js.map +1 -1
- package/dist-esm/src/models/models.js +2 -2
- package/dist-esm/src/models/models.js.map +1 -1
- package/dist-esm/src/models/options.js +1 -1
- package/dist-esm/src/models/options.js.map +1 -1
- package/dist-esm/src/models/responses.js +1 -1
- package/dist-esm/src/models/responses.js.map +1 -1
- package/dist-esm/src/utli/converters.js +2 -2
- package/dist-esm/src/utli/converters.js.map +1 -1
- package/package.json +12 -15
- package/types/communication-call-automation.d.ts +86 -708
- package/dist-esm/src/models/audio.js +0 -2
- package/dist-esm/src/models/audio.js.map +0 -1
- package/dist-esm/src/models/transcription.js +0 -11
- package/dist-esm/src/models/transcription.js.map +0 -1
- package/dist-esm/src/streamingDataParser.js +0 -68
- package/dist-esm/src/streamingDataParser.js.map +0 -1
|
@@ -63,20 +63,6 @@ export const CreateCallRequest = {
|
|
|
63
63
|
className: "CallIntelligenceOptionsInternal",
|
|
64
64
|
},
|
|
65
65
|
},
|
|
66
|
-
mediaStreamingOptions: {
|
|
67
|
-
serializedName: "mediaStreamingOptions",
|
|
68
|
-
type: {
|
|
69
|
-
name: "Composite",
|
|
70
|
-
className: "MediaStreamingOptions",
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
transcriptionOptions: {
|
|
74
|
-
serializedName: "transcriptionOptions",
|
|
75
|
-
type: {
|
|
76
|
-
name: "Composite",
|
|
77
|
-
className: "TranscriptionOptions",
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
66
|
},
|
|
81
67
|
},
|
|
82
68
|
};
|
|
@@ -220,96 +206,6 @@ export const CallIntelligenceOptionsInternal = {
|
|
|
220
206
|
},
|
|
221
207
|
},
|
|
222
208
|
};
|
|
223
|
-
export const MediaStreamingOptions = {
|
|
224
|
-
type: {
|
|
225
|
-
name: "Composite",
|
|
226
|
-
className: "MediaStreamingOptions",
|
|
227
|
-
modelProperties: {
|
|
228
|
-
transportUrl: {
|
|
229
|
-
serializedName: "transportUrl",
|
|
230
|
-
required: true,
|
|
231
|
-
type: {
|
|
232
|
-
name: "String",
|
|
233
|
-
},
|
|
234
|
-
},
|
|
235
|
-
transportType: {
|
|
236
|
-
serializedName: "transportType",
|
|
237
|
-
required: true,
|
|
238
|
-
type: {
|
|
239
|
-
name: "String",
|
|
240
|
-
},
|
|
241
|
-
},
|
|
242
|
-
contentType: {
|
|
243
|
-
serializedName: "contentType",
|
|
244
|
-
required: true,
|
|
245
|
-
type: {
|
|
246
|
-
name: "String",
|
|
247
|
-
},
|
|
248
|
-
},
|
|
249
|
-
audioChannelType: {
|
|
250
|
-
serializedName: "audioChannelType",
|
|
251
|
-
required: true,
|
|
252
|
-
type: {
|
|
253
|
-
name: "String",
|
|
254
|
-
},
|
|
255
|
-
},
|
|
256
|
-
startMediaStreaming: {
|
|
257
|
-
serializedName: "startMediaStreaming",
|
|
258
|
-
type: {
|
|
259
|
-
name: "Boolean",
|
|
260
|
-
},
|
|
261
|
-
},
|
|
262
|
-
},
|
|
263
|
-
},
|
|
264
|
-
};
|
|
265
|
-
export const TranscriptionOptions = {
|
|
266
|
-
type: {
|
|
267
|
-
name: "Composite",
|
|
268
|
-
className: "TranscriptionOptions",
|
|
269
|
-
modelProperties: {
|
|
270
|
-
transportUrl: {
|
|
271
|
-
serializedName: "transportUrl",
|
|
272
|
-
required: true,
|
|
273
|
-
type: {
|
|
274
|
-
name: "String",
|
|
275
|
-
},
|
|
276
|
-
},
|
|
277
|
-
transportType: {
|
|
278
|
-
serializedName: "transportType",
|
|
279
|
-
required: true,
|
|
280
|
-
type: {
|
|
281
|
-
name: "String",
|
|
282
|
-
},
|
|
283
|
-
},
|
|
284
|
-
locale: {
|
|
285
|
-
serializedName: "locale",
|
|
286
|
-
required: true,
|
|
287
|
-
type: {
|
|
288
|
-
name: "String",
|
|
289
|
-
},
|
|
290
|
-
},
|
|
291
|
-
speechRecognitionModelEndpointId: {
|
|
292
|
-
serializedName: "speechRecognitionModelEndpointId",
|
|
293
|
-
type: {
|
|
294
|
-
name: "String",
|
|
295
|
-
},
|
|
296
|
-
},
|
|
297
|
-
startTranscription: {
|
|
298
|
-
serializedName: "startTranscription",
|
|
299
|
-
required: true,
|
|
300
|
-
type: {
|
|
301
|
-
name: "Boolean",
|
|
302
|
-
},
|
|
303
|
-
},
|
|
304
|
-
enableIntermediateResults: {
|
|
305
|
-
serializedName: "enableIntermediateResults",
|
|
306
|
-
type: {
|
|
307
|
-
name: "Boolean",
|
|
308
|
-
},
|
|
309
|
-
},
|
|
310
|
-
},
|
|
311
|
-
},
|
|
312
|
-
};
|
|
313
209
|
export const CallConnectionPropertiesInternal = {
|
|
314
210
|
type: {
|
|
315
211
|
name: "Composite",
|
|
@@ -384,20 +280,6 @@ export const CallConnectionPropertiesInternal = {
|
|
|
384
280
|
className: "CommunicationUserIdentifierModel",
|
|
385
281
|
},
|
|
386
282
|
},
|
|
387
|
-
mediaStreamingSubscription: {
|
|
388
|
-
serializedName: "mediaStreamingSubscription",
|
|
389
|
-
type: {
|
|
390
|
-
name: "Composite",
|
|
391
|
-
className: "MediaStreamingSubscription",
|
|
392
|
-
},
|
|
393
|
-
},
|
|
394
|
-
transcriptionSubscription: {
|
|
395
|
-
serializedName: "transcriptionSubscription",
|
|
396
|
-
type: {
|
|
397
|
-
name: "Composite",
|
|
398
|
-
className: "TranscriptionSubscription",
|
|
399
|
-
},
|
|
400
|
-
},
|
|
401
283
|
answeredFor: {
|
|
402
284
|
serializedName: "answeredFor",
|
|
403
285
|
type: {
|
|
@@ -408,68 +290,6 @@ export const CallConnectionPropertiesInternal = {
|
|
|
408
290
|
},
|
|
409
291
|
},
|
|
410
292
|
};
|
|
411
|
-
export const MediaStreamingSubscription = {
|
|
412
|
-
type: {
|
|
413
|
-
name: "Composite",
|
|
414
|
-
className: "MediaStreamingSubscription",
|
|
415
|
-
modelProperties: {
|
|
416
|
-
id: {
|
|
417
|
-
serializedName: "id",
|
|
418
|
-
type: {
|
|
419
|
-
name: "String",
|
|
420
|
-
},
|
|
421
|
-
},
|
|
422
|
-
state: {
|
|
423
|
-
serializedName: "state",
|
|
424
|
-
type: {
|
|
425
|
-
name: "String",
|
|
426
|
-
},
|
|
427
|
-
},
|
|
428
|
-
subscribedContentTypes: {
|
|
429
|
-
serializedName: "subscribedContentTypes",
|
|
430
|
-
type: {
|
|
431
|
-
name: "Sequence",
|
|
432
|
-
element: {
|
|
433
|
-
type: {
|
|
434
|
-
name: "String",
|
|
435
|
-
},
|
|
436
|
-
},
|
|
437
|
-
},
|
|
438
|
-
},
|
|
439
|
-
},
|
|
440
|
-
},
|
|
441
|
-
};
|
|
442
|
-
export const TranscriptionSubscription = {
|
|
443
|
-
type: {
|
|
444
|
-
name: "Composite",
|
|
445
|
-
className: "TranscriptionSubscription",
|
|
446
|
-
modelProperties: {
|
|
447
|
-
id: {
|
|
448
|
-
serializedName: "id",
|
|
449
|
-
type: {
|
|
450
|
-
name: "String",
|
|
451
|
-
},
|
|
452
|
-
},
|
|
453
|
-
state: {
|
|
454
|
-
serializedName: "state",
|
|
455
|
-
type: {
|
|
456
|
-
name: "String",
|
|
457
|
-
},
|
|
458
|
-
},
|
|
459
|
-
subscribedResultStates: {
|
|
460
|
-
serializedName: "subscribedResultTypes",
|
|
461
|
-
type: {
|
|
462
|
-
name: "Sequence",
|
|
463
|
-
element: {
|
|
464
|
-
type: {
|
|
465
|
-
name: "String",
|
|
466
|
-
},
|
|
467
|
-
},
|
|
468
|
-
},
|
|
469
|
-
},
|
|
470
|
-
},
|
|
471
|
-
},
|
|
472
|
-
};
|
|
473
293
|
export const CommunicationErrorResponse = {
|
|
474
294
|
type: {
|
|
475
295
|
name: "Composite",
|
|
@@ -573,20 +393,6 @@ export const AnswerCallRequest = {
|
|
|
573
393
|
className: "CommunicationUserIdentifierModel",
|
|
574
394
|
},
|
|
575
395
|
},
|
|
576
|
-
mediaStreamingOptions: {
|
|
577
|
-
serializedName: "mediaStreamingOptions",
|
|
578
|
-
type: {
|
|
579
|
-
name: "Composite",
|
|
580
|
-
className: "MediaStreamingOptions",
|
|
581
|
-
},
|
|
582
|
-
},
|
|
583
|
-
transcriptionOptions: {
|
|
584
|
-
serializedName: "transcriptionOptions",
|
|
585
|
-
type: {
|
|
586
|
-
name: "Composite",
|
|
587
|
-
className: "TranscriptionOptions",
|
|
588
|
-
},
|
|
589
|
-
},
|
|
590
396
|
},
|
|
591
397
|
},
|
|
592
398
|
};
|
|
@@ -974,73 +780,6 @@ export const PlayOptionsInternal = {
|
|
|
974
780
|
},
|
|
975
781
|
},
|
|
976
782
|
};
|
|
977
|
-
export const StartTranscriptionRequest = {
|
|
978
|
-
type: {
|
|
979
|
-
name: "Composite",
|
|
980
|
-
className: "StartTranscriptionRequest",
|
|
981
|
-
modelProperties: {
|
|
982
|
-
locale: {
|
|
983
|
-
serializedName: "locale",
|
|
984
|
-
type: {
|
|
985
|
-
name: "String",
|
|
986
|
-
},
|
|
987
|
-
},
|
|
988
|
-
speechRecognitionModelEndpointId: {
|
|
989
|
-
serializedName: "speechRecognitionModelEndpointId",
|
|
990
|
-
type: {
|
|
991
|
-
name: "String",
|
|
992
|
-
},
|
|
993
|
-
},
|
|
994
|
-
operationContext: {
|
|
995
|
-
serializedName: "operationContext",
|
|
996
|
-
type: {
|
|
997
|
-
name: "String",
|
|
998
|
-
},
|
|
999
|
-
},
|
|
1000
|
-
},
|
|
1001
|
-
},
|
|
1002
|
-
};
|
|
1003
|
-
export const StopTranscriptionRequest = {
|
|
1004
|
-
type: {
|
|
1005
|
-
name: "Composite",
|
|
1006
|
-
className: "StopTranscriptionRequest",
|
|
1007
|
-
modelProperties: {
|
|
1008
|
-
operationContext: {
|
|
1009
|
-
serializedName: "operationContext",
|
|
1010
|
-
type: {
|
|
1011
|
-
name: "String",
|
|
1012
|
-
},
|
|
1013
|
-
},
|
|
1014
|
-
},
|
|
1015
|
-
},
|
|
1016
|
-
};
|
|
1017
|
-
export const UpdateTranscriptionRequest = {
|
|
1018
|
-
type: {
|
|
1019
|
-
name: "Composite",
|
|
1020
|
-
className: "UpdateTranscriptionRequest",
|
|
1021
|
-
modelProperties: {
|
|
1022
|
-
locale: {
|
|
1023
|
-
serializedName: "locale",
|
|
1024
|
-
required: true,
|
|
1025
|
-
type: {
|
|
1026
|
-
name: "String",
|
|
1027
|
-
},
|
|
1028
|
-
},
|
|
1029
|
-
speechRecognitionModelEndpointId: {
|
|
1030
|
-
serializedName: "speechRecognitionModelEndpointId",
|
|
1031
|
-
type: {
|
|
1032
|
-
name: "String",
|
|
1033
|
-
},
|
|
1034
|
-
},
|
|
1035
|
-
operationContext: {
|
|
1036
|
-
serializedName: "operationContext",
|
|
1037
|
-
type: {
|
|
1038
|
-
name: "String",
|
|
1039
|
-
},
|
|
1040
|
-
},
|
|
1041
|
-
},
|
|
1042
|
-
},
|
|
1043
|
-
};
|
|
1044
783
|
export const RecognizeRequest = {
|
|
1045
784
|
type: {
|
|
1046
785
|
name: "Composite",
|
|
@@ -1386,46 +1125,6 @@ export const UnholdRequest = {
|
|
|
1386
1125
|
},
|
|
1387
1126
|
},
|
|
1388
1127
|
};
|
|
1389
|
-
export const StartMediaStreamingRequest = {
|
|
1390
|
-
type: {
|
|
1391
|
-
name: "Composite",
|
|
1392
|
-
className: "StartMediaStreamingRequest",
|
|
1393
|
-
modelProperties: {
|
|
1394
|
-
operationCallbackUri: {
|
|
1395
|
-
serializedName: "operationCallbackUri",
|
|
1396
|
-
type: {
|
|
1397
|
-
name: "String",
|
|
1398
|
-
},
|
|
1399
|
-
},
|
|
1400
|
-
operationContext: {
|
|
1401
|
-
serializedName: "operationContext",
|
|
1402
|
-
type: {
|
|
1403
|
-
name: "String",
|
|
1404
|
-
},
|
|
1405
|
-
},
|
|
1406
|
-
},
|
|
1407
|
-
},
|
|
1408
|
-
};
|
|
1409
|
-
export const StopMediaStreamingRequest = {
|
|
1410
|
-
type: {
|
|
1411
|
-
name: "Composite",
|
|
1412
|
-
className: "StopMediaStreamingRequest",
|
|
1413
|
-
modelProperties: {
|
|
1414
|
-
operationCallbackUri: {
|
|
1415
|
-
serializedName: "operationCallbackUri",
|
|
1416
|
-
type: {
|
|
1417
|
-
name: "String",
|
|
1418
|
-
},
|
|
1419
|
-
},
|
|
1420
|
-
operationContext: {
|
|
1421
|
-
serializedName: "operationContext",
|
|
1422
|
-
type: {
|
|
1423
|
-
name: "String",
|
|
1424
|
-
},
|
|
1425
|
-
},
|
|
1426
|
-
},
|
|
1427
|
-
},
|
|
1428
|
-
};
|
|
1429
1128
|
export const GetParticipantsResponse = {
|
|
1430
1129
|
type: {
|
|
1431
1130
|
name: "Composite",
|
|
@@ -1988,6 +1687,13 @@ export const CallConnected = {
|
|
|
1988
1687
|
name: "String",
|
|
1989
1688
|
},
|
|
1990
1689
|
},
|
|
1690
|
+
resultInformation: {
|
|
1691
|
+
serializedName: "resultInformation",
|
|
1692
|
+
type: {
|
|
1693
|
+
name: "Composite",
|
|
1694
|
+
className: "ResultInformation",
|
|
1695
|
+
},
|
|
1696
|
+
},
|
|
1991
1697
|
},
|
|
1992
1698
|
},
|
|
1993
1699
|
};
|
|
@@ -2020,6 +1726,13 @@ export const CallDisconnected = {
|
|
|
2020
1726
|
name: "String",
|
|
2021
1727
|
},
|
|
2022
1728
|
},
|
|
1729
|
+
resultInformation: {
|
|
1730
|
+
serializedName: "resultInformation",
|
|
1731
|
+
type: {
|
|
1732
|
+
name: "Composite",
|
|
1733
|
+
className: "ResultInformation",
|
|
1734
|
+
},
|
|
1735
|
+
},
|
|
2023
1736
|
},
|
|
2024
1737
|
},
|
|
2025
1738
|
};
|
|
@@ -2156,11 +1869,18 @@ export const ParticipantsUpdated = {
|
|
|
2156
1869
|
},
|
|
2157
1870
|
},
|
|
2158
1871
|
},
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
1872
|
+
resultInformation: {
|
|
1873
|
+
serializedName: "resultInformation",
|
|
1874
|
+
type: {
|
|
1875
|
+
name: "Composite",
|
|
1876
|
+
className: "ResultInformation",
|
|
1877
|
+
},
|
|
1878
|
+
},
|
|
1879
|
+
},
|
|
1880
|
+
},
|
|
1881
|
+
};
|
|
1882
|
+
export const RemoveParticipantSucceeded = {
|
|
1883
|
+
type: {
|
|
2164
1884
|
name: "Composite",
|
|
2165
1885
|
className: "RemoveParticipantSucceeded",
|
|
2166
1886
|
modelProperties: {
|
|
@@ -2286,6 +2006,13 @@ export const CancelAddParticipantSucceeded = {
|
|
|
2286
2006
|
name: "String",
|
|
2287
2007
|
},
|
|
2288
2008
|
},
|
|
2009
|
+
resultInformation: {
|
|
2010
|
+
serializedName: "resultInformation",
|
|
2011
|
+
type: {
|
|
2012
|
+
name: "Composite",
|
|
2013
|
+
className: "ResultInformation",
|
|
2014
|
+
},
|
|
2015
|
+
},
|
|
2289
2016
|
},
|
|
2290
2017
|
},
|
|
2291
2018
|
};
|
|
@@ -2334,6 +2061,84 @@ export const CancelAddParticipantFailed = {
|
|
|
2334
2061
|
},
|
|
2335
2062
|
},
|
|
2336
2063
|
};
|
|
2064
|
+
export const AnswerFailed = {
|
|
2065
|
+
type: {
|
|
2066
|
+
name: "Composite",
|
|
2067
|
+
className: "AnswerFailed",
|
|
2068
|
+
modelProperties: {
|
|
2069
|
+
callConnectionId: {
|
|
2070
|
+
serializedName: "callConnectionId",
|
|
2071
|
+
type: {
|
|
2072
|
+
name: "String",
|
|
2073
|
+
},
|
|
2074
|
+
},
|
|
2075
|
+
serverCallId: {
|
|
2076
|
+
serializedName: "serverCallId",
|
|
2077
|
+
type: {
|
|
2078
|
+
name: "String",
|
|
2079
|
+
},
|
|
2080
|
+
},
|
|
2081
|
+
correlationId: {
|
|
2082
|
+
serializedName: "correlationId",
|
|
2083
|
+
type: {
|
|
2084
|
+
name: "String",
|
|
2085
|
+
},
|
|
2086
|
+
},
|
|
2087
|
+
operationContext: {
|
|
2088
|
+
serializedName: "operationContext",
|
|
2089
|
+
type: {
|
|
2090
|
+
name: "String",
|
|
2091
|
+
},
|
|
2092
|
+
},
|
|
2093
|
+
resultInformation: {
|
|
2094
|
+
serializedName: "resultInformation",
|
|
2095
|
+
type: {
|
|
2096
|
+
name: "Composite",
|
|
2097
|
+
className: "ResultInformation",
|
|
2098
|
+
},
|
|
2099
|
+
},
|
|
2100
|
+
},
|
|
2101
|
+
},
|
|
2102
|
+
};
|
|
2103
|
+
export const CreateCallFailed = {
|
|
2104
|
+
type: {
|
|
2105
|
+
name: "Composite",
|
|
2106
|
+
className: "CreateCallFailed",
|
|
2107
|
+
modelProperties: {
|
|
2108
|
+
callConnectionId: {
|
|
2109
|
+
serializedName: "callConnectionId",
|
|
2110
|
+
type: {
|
|
2111
|
+
name: "String",
|
|
2112
|
+
},
|
|
2113
|
+
},
|
|
2114
|
+
serverCallId: {
|
|
2115
|
+
serializedName: "serverCallId",
|
|
2116
|
+
type: {
|
|
2117
|
+
name: "String",
|
|
2118
|
+
},
|
|
2119
|
+
},
|
|
2120
|
+
correlationId: {
|
|
2121
|
+
serializedName: "correlationId",
|
|
2122
|
+
type: {
|
|
2123
|
+
name: "String",
|
|
2124
|
+
},
|
|
2125
|
+
},
|
|
2126
|
+
operationContext: {
|
|
2127
|
+
serializedName: "operationContext",
|
|
2128
|
+
type: {
|
|
2129
|
+
name: "String",
|
|
2130
|
+
},
|
|
2131
|
+
},
|
|
2132
|
+
resultInformation: {
|
|
2133
|
+
serializedName: "resultInformation",
|
|
2134
|
+
type: {
|
|
2135
|
+
name: "Composite",
|
|
2136
|
+
className: "ResultInformation",
|
|
2137
|
+
},
|
|
2138
|
+
},
|
|
2139
|
+
},
|
|
2140
|
+
},
|
|
2141
|
+
};
|
|
2337
2142
|
export const RecordingStateChanged = {
|
|
2338
2143
|
type: {
|
|
2339
2144
|
name: "Composite",
|
|
@@ -2383,6 +2188,13 @@ export const RecordingStateChanged = {
|
|
|
2383
2188
|
name: "String",
|
|
2384
2189
|
},
|
|
2385
2190
|
},
|
|
2191
|
+
resultInformation: {
|
|
2192
|
+
serializedName: "resultInformation",
|
|
2193
|
+
type: {
|
|
2194
|
+
name: "Composite",
|
|
2195
|
+
className: "ResultInformation",
|
|
2196
|
+
},
|
|
2197
|
+
},
|
|
2386
2198
|
},
|
|
2387
2199
|
},
|
|
2388
2200
|
};
|
|
@@ -2538,6 +2350,13 @@ export const PlayCanceled = {
|
|
|
2538
2350
|
name: "String",
|
|
2539
2351
|
},
|
|
2540
2352
|
},
|
|
2353
|
+
resultInformation: {
|
|
2354
|
+
serializedName: "resultInformation",
|
|
2355
|
+
type: {
|
|
2356
|
+
name: "Composite",
|
|
2357
|
+
className: "ResultInformation",
|
|
2358
|
+
},
|
|
2359
|
+
},
|
|
2541
2360
|
},
|
|
2542
2361
|
},
|
|
2543
2362
|
};
|
|
@@ -2735,6 +2554,13 @@ export const RecognizeCanceled = {
|
|
|
2735
2554
|
name: "String",
|
|
2736
2555
|
},
|
|
2737
2556
|
},
|
|
2557
|
+
resultInformation: {
|
|
2558
|
+
serializedName: "resultInformation",
|
|
2559
|
+
type: {
|
|
2560
|
+
name: "Composite",
|
|
2561
|
+
className: "ResultInformation",
|
|
2562
|
+
},
|
|
2563
|
+
},
|
|
2738
2564
|
},
|
|
2739
2565
|
},
|
|
2740
2566
|
};
|
|
@@ -2946,176 +2772,6 @@ export const SendDtmfTonesFailed = {
|
|
|
2946
2772
|
},
|
|
2947
2773
|
},
|
|
2948
2774
|
};
|
|
2949
|
-
export const MediaStreamingFailed = {
|
|
2950
|
-
type: {
|
|
2951
|
-
name: "Composite",
|
|
2952
|
-
className: "MediaStreamingFailed",
|
|
2953
|
-
modelProperties: {
|
|
2954
|
-
callConnectionId: {
|
|
2955
|
-
serializedName: "callConnectionId",
|
|
2956
|
-
readOnly: true,
|
|
2957
|
-
type: {
|
|
2958
|
-
name: "String",
|
|
2959
|
-
},
|
|
2960
|
-
},
|
|
2961
|
-
serverCallId: {
|
|
2962
|
-
serializedName: "serverCallId",
|
|
2963
|
-
type: {
|
|
2964
|
-
name: "String",
|
|
2965
|
-
},
|
|
2966
|
-
},
|
|
2967
|
-
correlationId: {
|
|
2968
|
-
serializedName: "correlationId",
|
|
2969
|
-
type: {
|
|
2970
|
-
name: "String",
|
|
2971
|
-
},
|
|
2972
|
-
},
|
|
2973
|
-
operationContext: {
|
|
2974
|
-
serializedName: "operationContext",
|
|
2975
|
-
readOnly: true,
|
|
2976
|
-
type: {
|
|
2977
|
-
name: "String",
|
|
2978
|
-
},
|
|
2979
|
-
},
|
|
2980
|
-
resultInformation: {
|
|
2981
|
-
serializedName: "resultInformation",
|
|
2982
|
-
type: {
|
|
2983
|
-
name: "Composite",
|
|
2984
|
-
className: "ResultInformation",
|
|
2985
|
-
},
|
|
2986
|
-
},
|
|
2987
|
-
mediaStreamingUpdate: {
|
|
2988
|
-
serializedName: "mediaStreamingUpdate",
|
|
2989
|
-
type: {
|
|
2990
|
-
name: "Composite",
|
|
2991
|
-
className: "MediaStreamingUpdate",
|
|
2992
|
-
},
|
|
2993
|
-
},
|
|
2994
|
-
},
|
|
2995
|
-
},
|
|
2996
|
-
};
|
|
2997
|
-
export const MediaStreamingUpdate = {
|
|
2998
|
-
type: {
|
|
2999
|
-
name: "Composite",
|
|
3000
|
-
className: "MediaStreamingUpdate",
|
|
3001
|
-
modelProperties: {
|
|
3002
|
-
contentType: {
|
|
3003
|
-
serializedName: "contentType",
|
|
3004
|
-
type: {
|
|
3005
|
-
name: "String",
|
|
3006
|
-
},
|
|
3007
|
-
},
|
|
3008
|
-
mediaStreamingStatus: {
|
|
3009
|
-
serializedName: "mediaStreamingStatus",
|
|
3010
|
-
type: {
|
|
3011
|
-
name: "String",
|
|
3012
|
-
},
|
|
3013
|
-
},
|
|
3014
|
-
mediaStreamingStatusDetails: {
|
|
3015
|
-
serializedName: "mediaStreamingStatusDetails",
|
|
3016
|
-
type: {
|
|
3017
|
-
name: "String",
|
|
3018
|
-
},
|
|
3019
|
-
},
|
|
3020
|
-
},
|
|
3021
|
-
},
|
|
3022
|
-
};
|
|
3023
|
-
export const MediaStreamingStarted = {
|
|
3024
|
-
type: {
|
|
3025
|
-
name: "Composite",
|
|
3026
|
-
className: "MediaStreamingStarted",
|
|
3027
|
-
modelProperties: {
|
|
3028
|
-
callConnectionId: {
|
|
3029
|
-
serializedName: "callConnectionId",
|
|
3030
|
-
readOnly: true,
|
|
3031
|
-
type: {
|
|
3032
|
-
name: "String",
|
|
3033
|
-
},
|
|
3034
|
-
},
|
|
3035
|
-
serverCallId: {
|
|
3036
|
-
serializedName: "serverCallId",
|
|
3037
|
-
type: {
|
|
3038
|
-
name: "String",
|
|
3039
|
-
},
|
|
3040
|
-
},
|
|
3041
|
-
correlationId: {
|
|
3042
|
-
serializedName: "correlationId",
|
|
3043
|
-
type: {
|
|
3044
|
-
name: "String",
|
|
3045
|
-
},
|
|
3046
|
-
},
|
|
3047
|
-
operationContext: {
|
|
3048
|
-
serializedName: "operationContext",
|
|
3049
|
-
readOnly: true,
|
|
3050
|
-
type: {
|
|
3051
|
-
name: "String",
|
|
3052
|
-
},
|
|
3053
|
-
},
|
|
3054
|
-
resultInformation: {
|
|
3055
|
-
serializedName: "resultInformation",
|
|
3056
|
-
type: {
|
|
3057
|
-
name: "Composite",
|
|
3058
|
-
className: "ResultInformation",
|
|
3059
|
-
},
|
|
3060
|
-
},
|
|
3061
|
-
mediaStreamingUpdate: {
|
|
3062
|
-
serializedName: "mediaStreamingUpdate",
|
|
3063
|
-
type: {
|
|
3064
|
-
name: "Composite",
|
|
3065
|
-
className: "MediaStreamingUpdate",
|
|
3066
|
-
},
|
|
3067
|
-
},
|
|
3068
|
-
},
|
|
3069
|
-
},
|
|
3070
|
-
};
|
|
3071
|
-
export const MediaStreamingStopped = {
|
|
3072
|
-
type: {
|
|
3073
|
-
name: "Composite",
|
|
3074
|
-
className: "MediaStreamingStopped",
|
|
3075
|
-
modelProperties: {
|
|
3076
|
-
callConnectionId: {
|
|
3077
|
-
serializedName: "callConnectionId",
|
|
3078
|
-
readOnly: true,
|
|
3079
|
-
type: {
|
|
3080
|
-
name: "String",
|
|
3081
|
-
},
|
|
3082
|
-
},
|
|
3083
|
-
serverCallId: {
|
|
3084
|
-
serializedName: "serverCallId",
|
|
3085
|
-
type: {
|
|
3086
|
-
name: "String",
|
|
3087
|
-
},
|
|
3088
|
-
},
|
|
3089
|
-
correlationId: {
|
|
3090
|
-
serializedName: "correlationId",
|
|
3091
|
-
type: {
|
|
3092
|
-
name: "String",
|
|
3093
|
-
},
|
|
3094
|
-
},
|
|
3095
|
-
operationContext: {
|
|
3096
|
-
serializedName: "operationContext",
|
|
3097
|
-
readOnly: true,
|
|
3098
|
-
type: {
|
|
3099
|
-
name: "String",
|
|
3100
|
-
},
|
|
3101
|
-
},
|
|
3102
|
-
resultInformation: {
|
|
3103
|
-
serializedName: "resultInformation",
|
|
3104
|
-
type: {
|
|
3105
|
-
name: "Composite",
|
|
3106
|
-
className: "ResultInformation",
|
|
3107
|
-
},
|
|
3108
|
-
},
|
|
3109
|
-
mediaStreamingUpdate: {
|
|
3110
|
-
serializedName: "mediaStreamingUpdate",
|
|
3111
|
-
type: {
|
|
3112
|
-
name: "Composite",
|
|
3113
|
-
className: "MediaStreamingUpdate",
|
|
3114
|
-
},
|
|
3115
|
-
},
|
|
3116
|
-
},
|
|
3117
|
-
},
|
|
3118
|
-
};
|
|
3119
2775
|
export const HoldFailed = {
|
|
3120
2776
|
type: {
|
|
3121
2777
|
name: "Composite",
|
|
@@ -3155,226 +2811,6 @@ export const HoldFailed = {
|
|
|
3155
2811
|
},
|
|
3156
2812
|
},
|
|
3157
2813
|
};
|
|
3158
|
-
export const TranscriptionFailed = {
|
|
3159
|
-
type: {
|
|
3160
|
-
name: "Composite",
|
|
3161
|
-
className: "TranscriptionFailed",
|
|
3162
|
-
modelProperties: {
|
|
3163
|
-
operationContext: {
|
|
3164
|
-
serializedName: "operationContext",
|
|
3165
|
-
readOnly: true,
|
|
3166
|
-
type: {
|
|
3167
|
-
name: "String",
|
|
3168
|
-
},
|
|
3169
|
-
},
|
|
3170
|
-
resultInformation: {
|
|
3171
|
-
serializedName: "resultInformation",
|
|
3172
|
-
type: {
|
|
3173
|
-
name: "Composite",
|
|
3174
|
-
className: "ResultInformation",
|
|
3175
|
-
},
|
|
3176
|
-
},
|
|
3177
|
-
transcriptionUpdate: {
|
|
3178
|
-
serializedName: "transcriptionUpdate",
|
|
3179
|
-
type: {
|
|
3180
|
-
name: "Composite",
|
|
3181
|
-
className: "TranscriptionUpdate",
|
|
3182
|
-
},
|
|
3183
|
-
},
|
|
3184
|
-
callConnectionId: {
|
|
3185
|
-
serializedName: "callConnectionId",
|
|
3186
|
-
readOnly: true,
|
|
3187
|
-
type: {
|
|
3188
|
-
name: "String",
|
|
3189
|
-
},
|
|
3190
|
-
},
|
|
3191
|
-
serverCallId: {
|
|
3192
|
-
serializedName: "serverCallId",
|
|
3193
|
-
readOnly: true,
|
|
3194
|
-
type: {
|
|
3195
|
-
name: "String",
|
|
3196
|
-
},
|
|
3197
|
-
},
|
|
3198
|
-
correlationId: {
|
|
3199
|
-
serializedName: "correlationId",
|
|
3200
|
-
readOnly: true,
|
|
3201
|
-
type: {
|
|
3202
|
-
name: "String",
|
|
3203
|
-
},
|
|
3204
|
-
},
|
|
3205
|
-
},
|
|
3206
|
-
},
|
|
3207
|
-
};
|
|
3208
|
-
export const TranscriptionUpdate = {
|
|
3209
|
-
type: {
|
|
3210
|
-
name: "Composite",
|
|
3211
|
-
className: "TranscriptionUpdate",
|
|
3212
|
-
modelProperties: {
|
|
3213
|
-
transcriptionStatus: {
|
|
3214
|
-
serializedName: "transcriptionStatus",
|
|
3215
|
-
type: {
|
|
3216
|
-
name: "String",
|
|
3217
|
-
},
|
|
3218
|
-
},
|
|
3219
|
-
transcriptionStatusDetails: {
|
|
3220
|
-
serializedName: "transcriptionStatusDetails",
|
|
3221
|
-
type: {
|
|
3222
|
-
name: "String",
|
|
3223
|
-
},
|
|
3224
|
-
},
|
|
3225
|
-
},
|
|
3226
|
-
},
|
|
3227
|
-
};
|
|
3228
|
-
export const TranscriptionStarted = {
|
|
3229
|
-
type: {
|
|
3230
|
-
name: "Composite",
|
|
3231
|
-
className: "TranscriptionStarted",
|
|
3232
|
-
modelProperties: {
|
|
3233
|
-
operationContext: {
|
|
3234
|
-
serializedName: "operationContext",
|
|
3235
|
-
readOnly: true,
|
|
3236
|
-
type: {
|
|
3237
|
-
name: "String",
|
|
3238
|
-
},
|
|
3239
|
-
},
|
|
3240
|
-
resultInformation: {
|
|
3241
|
-
serializedName: "resultInformation",
|
|
3242
|
-
type: {
|
|
3243
|
-
name: "Composite",
|
|
3244
|
-
className: "ResultInformation",
|
|
3245
|
-
},
|
|
3246
|
-
},
|
|
3247
|
-
transcriptionUpdate: {
|
|
3248
|
-
serializedName: "transcriptionUpdate",
|
|
3249
|
-
type: {
|
|
3250
|
-
name: "Composite",
|
|
3251
|
-
className: "TranscriptionUpdate",
|
|
3252
|
-
},
|
|
3253
|
-
},
|
|
3254
|
-
callConnectionId: {
|
|
3255
|
-
serializedName: "callConnectionId",
|
|
3256
|
-
readOnly: true,
|
|
3257
|
-
type: {
|
|
3258
|
-
name: "String",
|
|
3259
|
-
},
|
|
3260
|
-
},
|
|
3261
|
-
serverCallId: {
|
|
3262
|
-
serializedName: "serverCallId",
|
|
3263
|
-
readOnly: true,
|
|
3264
|
-
type: {
|
|
3265
|
-
name: "String",
|
|
3266
|
-
},
|
|
3267
|
-
},
|
|
3268
|
-
correlationId: {
|
|
3269
|
-
serializedName: "correlationId",
|
|
3270
|
-
readOnly: true,
|
|
3271
|
-
type: {
|
|
3272
|
-
name: "String",
|
|
3273
|
-
},
|
|
3274
|
-
},
|
|
3275
|
-
},
|
|
3276
|
-
},
|
|
3277
|
-
};
|
|
3278
|
-
export const TranscriptionStopped = {
|
|
3279
|
-
type: {
|
|
3280
|
-
name: "Composite",
|
|
3281
|
-
className: "TranscriptionStopped",
|
|
3282
|
-
modelProperties: {
|
|
3283
|
-
operationContext: {
|
|
3284
|
-
serializedName: "operationContext",
|
|
3285
|
-
readOnly: true,
|
|
3286
|
-
type: {
|
|
3287
|
-
name: "String",
|
|
3288
|
-
},
|
|
3289
|
-
},
|
|
3290
|
-
resultInformation: {
|
|
3291
|
-
serializedName: "resultInformation",
|
|
3292
|
-
type: {
|
|
3293
|
-
name: "Composite",
|
|
3294
|
-
className: "ResultInformation",
|
|
3295
|
-
},
|
|
3296
|
-
},
|
|
3297
|
-
transcriptionUpdate: {
|
|
3298
|
-
serializedName: "transcriptionUpdate",
|
|
3299
|
-
type: {
|
|
3300
|
-
name: "Composite",
|
|
3301
|
-
className: "TranscriptionUpdate",
|
|
3302
|
-
},
|
|
3303
|
-
},
|
|
3304
|
-
callConnectionId: {
|
|
3305
|
-
serializedName: "callConnectionId",
|
|
3306
|
-
readOnly: true,
|
|
3307
|
-
type: {
|
|
3308
|
-
name: "String",
|
|
3309
|
-
},
|
|
3310
|
-
},
|
|
3311
|
-
serverCallId: {
|
|
3312
|
-
serializedName: "serverCallId",
|
|
3313
|
-
readOnly: true,
|
|
3314
|
-
type: {
|
|
3315
|
-
name: "String",
|
|
3316
|
-
},
|
|
3317
|
-
},
|
|
3318
|
-
correlationId: {
|
|
3319
|
-
serializedName: "correlationId",
|
|
3320
|
-
readOnly: true,
|
|
3321
|
-
type: {
|
|
3322
|
-
name: "String",
|
|
3323
|
-
},
|
|
3324
|
-
},
|
|
3325
|
-
},
|
|
3326
|
-
},
|
|
3327
|
-
};
|
|
3328
|
-
export const TranscriptionUpdated = {
|
|
3329
|
-
type: {
|
|
3330
|
-
name: "Composite",
|
|
3331
|
-
className: "TranscriptionUpdated",
|
|
3332
|
-
modelProperties: {
|
|
3333
|
-
operationContext: {
|
|
3334
|
-
serializedName: "operationContext",
|
|
3335
|
-
readOnly: true,
|
|
3336
|
-
type: {
|
|
3337
|
-
name: "String",
|
|
3338
|
-
},
|
|
3339
|
-
},
|
|
3340
|
-
resultInformation: {
|
|
3341
|
-
serializedName: "resultInformation",
|
|
3342
|
-
type: {
|
|
3343
|
-
name: "Composite",
|
|
3344
|
-
className: "ResultInformation",
|
|
3345
|
-
},
|
|
3346
|
-
},
|
|
3347
|
-
transcriptionUpdate: {
|
|
3348
|
-
serializedName: "transcriptionUpdate",
|
|
3349
|
-
type: {
|
|
3350
|
-
name: "Composite",
|
|
3351
|
-
className: "TranscriptionUpdate",
|
|
3352
|
-
},
|
|
3353
|
-
},
|
|
3354
|
-
callConnectionId: {
|
|
3355
|
-
serializedName: "callConnectionId",
|
|
3356
|
-
readOnly: true,
|
|
3357
|
-
type: {
|
|
3358
|
-
name: "String",
|
|
3359
|
-
},
|
|
3360
|
-
},
|
|
3361
|
-
serverCallId: {
|
|
3362
|
-
serializedName: "serverCallId",
|
|
3363
|
-
readOnly: true,
|
|
3364
|
-
type: {
|
|
3365
|
-
name: "String",
|
|
3366
|
-
},
|
|
3367
|
-
},
|
|
3368
|
-
correlationId: {
|
|
3369
|
-
serializedName: "correlationId",
|
|
3370
|
-
readOnly: true,
|
|
3371
|
-
type: {
|
|
3372
|
-
name: "String",
|
|
3373
|
-
},
|
|
3374
|
-
},
|
|
3375
|
-
},
|
|
3376
|
-
},
|
|
3377
|
-
};
|
|
3378
2814
|
export const ConnectFailed = {
|
|
3379
2815
|
type: {
|
|
3380
2816
|
name: "Composite",
|