@azure/communication-call-automation 1.6.0-beta.2 → 1.6.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/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +328 -271
- package/dist/commonjs/callAutomationClient.js.map +7 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +193 -184
- package/dist/commonjs/callAutomationEventParser.js.map +7 -1
- package/dist/commonjs/callConnection.d.ts +5 -5
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +339 -287
- package/dist/commonjs/callConnection.js.map +7 -1
- package/dist/commonjs/callMedia.d.ts +3 -8
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +402 -429
- package/dist/commonjs/callMedia.js.map +7 -1
- package/dist/commonjs/callRecording.js +214 -190
- package/dist/commonjs/callRecording.js.map +7 -1
- package/dist/commonjs/contentDownloader.d.ts +12 -0
- package/dist/commonjs/contentDownloader.d.ts.map +1 -1
- package/dist/commonjs/contentDownloader.js +139 -101
- package/dist/commonjs/contentDownloader.js.map +7 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +258 -222
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +7 -1
- package/dist/commonjs/generated/src/index.js +36 -19
- package/dist/commonjs/generated/src/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/index.d.ts +243 -457
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +278 -367
- package/dist/commonjs/generated/src/models/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +21 -26
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +4240 -4281
- package/dist/commonjs/generated/src/models/mappers.js.map +7 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +0 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +287 -211
- package/dist/commonjs/generated/src/models/parameters.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callConnection.d.ts +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +454 -382
- package/dist/commonjs/generated/src/operations/callConnection.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callMedia.d.ts +1 -8
- package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +394 -354
- package/dist/commonjs/generated/src/operations/callMedia.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +180 -139
- package/dist/commonjs/generated/src/operations/callRecording.js.map +7 -1
- package/dist/commonjs/generated/src/operations/index.js +26 -14
- package/dist/commonjs/generated/src/operations/index.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +26 -14
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/generated/src/pagingHelper.js +40 -30
- package/dist/commonjs/generated/src/pagingHelper.js.map +7 -1
- package/dist/commonjs/index.d.ts +3 -3
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +36 -17
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/models/events.d.ts +297 -237
- package/dist/commonjs/models/events.d.ts.map +1 -1
- package/dist/commonjs/models/events.js +16 -5
- package/dist/commonjs/models/events.js.map +7 -1
- package/dist/commonjs/models/logger.js +29 -11
- package/dist/commonjs/models/logger.js.map +7 -1
- package/dist/commonjs/models/mapper.js +99 -78
- package/dist/commonjs/models/mapper.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +8 -29
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +68 -61
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/models/options.d.ts +11 -65
- package/dist/commonjs/models/options.d.ts.map +1 -1
- package/dist/commonjs/models/options.js +16 -5
- package/dist/commonjs/models/options.js.map +7 -1
- package/dist/commonjs/models/responses.js +16 -5
- package/dist/commonjs/models/responses.js.map +7 -1
- package/dist/commonjs/models/streaming.d.ts +1 -12
- package/dist/commonjs/models/streaming.d.ts.map +1 -1
- package/dist/commonjs/models/streaming.js +55 -39
- package/dist/commonjs/models/streaming.js.map +7 -1
- package/dist/commonjs/streamingData.d.ts.map +1 -1
- package/dist/commonjs/streamingData.js +112 -99
- package/dist/commonjs/streamingData.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/utli/converters.d.ts.map +1 -1
- package/dist/commonjs/utli/converters.js +285 -275
- package/dist/commonjs/utli/converters.js.map +7 -1
- package/dist/commonjs/utli/recordingUrlValidator.d.ts +9 -0
- package/dist/commonjs/utli/recordingUrlValidator.d.ts.map +1 -0
- package/dist/commonjs/utli/recordingUrlValidator.js +56 -0
- package/dist/commonjs/utli/recordingUrlValidator.js.map +7 -0
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +1 -4
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +8 -15
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +5 -5
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +11 -10
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +3 -8
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +7 -35
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/contentDownloader.d.ts +12 -0
- package/dist/esm/contentDownloader.d.ts.map +1 -1
- package/dist/esm/contentDownloader.js +37 -8
- package/dist/esm/contentDownloader.js.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +3 -3
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +243 -457
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +28 -40
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +21 -26
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +327 -602
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +0 -1
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +2 -6
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.d.ts +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +1 -1
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.d.ts +1 -8
- package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +0 -25
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/events.d.ts +297 -237
- package/dist/esm/models/events.d.ts.map +1 -1
- package/dist/esm/models/events.js.map +1 -1
- package/dist/esm/models/models.d.ts +8 -29
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +11 -65
- package/dist/esm/models/options.d.ts.map +1 -1
- package/dist/esm/models/options.js.map +1 -1
- package/dist/esm/models/streaming.d.ts +1 -12
- package/dist/esm/models/streaming.d.ts.map +1 -1
- package/dist/esm/models/streaming.js.map +1 -1
- package/dist/esm/streamingData.d.ts.map +1 -1
- package/dist/esm/streamingData.js +0 -5
- package/dist/esm/streamingData.js.map +1 -1
- package/dist/esm/utli/converters.d.ts.map +1 -1
- package/dist/esm/utli/converters.js +1 -1
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/esm/utli/recordingUrlValidator.d.ts +9 -0
- package/dist/esm/utli/recordingUrlValidator.d.ts.map +1 -0
- package/dist/esm/utli/recordingUrlValidator.js +45 -0
- package/dist/esm/utli/recordingUrlValidator.js.map +1 -0
- package/package.json +37 -50
- package/dist/browser/callAutomationClient.d.ts +0 -98
- package/dist/browser/callAutomationClient.d.ts.map +0 -1
- package/dist/browser/callAutomationClient.js +0 -275
- package/dist/browser/callAutomationClient.js.map +0 -1
- package/dist/browser/callAutomationEventParser.d.ts +0 -6
- package/dist/browser/callAutomationEventParser.d.ts.map +0 -1
- package/dist/browser/callAutomationEventParser.js +0 -189
- package/dist/browser/callAutomationEventParser.js.map +0 -1
- package/dist/browser/callConnection.d.ts +0 -83
- package/dist/browser/callConnection.d.ts.map +0 -1
- package/dist/browser/callConnection.js +0 -289
- package/dist/browser/callConnection.js.map +0 -1
- package/dist/browser/callMedia.d.ts +0 -114
- package/dist/browser/callMedia.d.ts.map +0 -1
- package/dist/browser/callMedia.js +0 -433
- package/dist/browser/callMedia.js.map +0 -1
- package/dist/browser/callRecording.d.ts +0 -70
- package/dist/browser/callRecording.d.ts.map +0 -1
- package/dist/browser/callRecording.js +0 -195
- package/dist/browser/callRecording.js.map +0 -1
- package/dist/browser/contentDownloader.d.ts +0 -25
- package/dist/browser/contentDownloader.d.ts.map +0 -1
- package/dist/browser/contentDownloader.js +0 -103
- package/dist/browser/contentDownloader.js.map +0 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/browser/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/browser/credential/cryptoUtils-browser.d.mts.map +0 -1
- package/dist/browser/credential/cryptoUtils-browser.mjs.map +0 -1
- package/dist/browser/credential/cryptoUtils.d.ts +0 -3
- package/dist/browser/credential/cryptoUtils.js +0 -20
- package/dist/browser/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/browser/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/browser/credential/encodeUtils.browser.js +0 -26
- package/dist/browser/credential/encodeUtils.browser.js.map +0 -1
- package/dist/browser/generated/src/callAutomationApiClient.d.ts +0 -49
- package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +0 -1
- package/dist/browser/generated/src/callAutomationApiClient.js +0 -235
- package/dist/browser/generated/src/callAutomationApiClient.js.map +0 -1
- package/dist/browser/generated/src/index.d.ts +0 -5
- package/dist/browser/generated/src/index.d.ts.map +0 -1
- package/dist/browser/generated/src/index.js +0 -13
- package/dist/browser/generated/src/index.js.map +0 -1
- package/dist/browser/generated/src/models/index.d.ts +0 -2342
- package/dist/browser/generated/src/models/index.d.ts.map +0 -1
- package/dist/browser/generated/src/models/index.js +0 -364
- package/dist/browser/generated/src/models/index.js.map +0 -1
- package/dist/browser/generated/src/models/mappers.d.ts +0 -123
- package/dist/browser/generated/src/models/mappers.d.ts.map +0 -1
- package/dist/browser/generated/src/models/mappers.js +0 -4395
- package/dist/browser/generated/src/models/mappers.js.map +0 -1
- package/dist/browser/generated/src/models/parameters.d.ts +0 -36
- package/dist/browser/generated/src/models/parameters.d.ts.map +0 -1
- package/dist/browser/generated/src/models/parameters.js +0 -208
- package/dist/browser/generated/src/models/parameters.js.map +0 -1
- package/dist/browser/generated/src/operations/callConnection.d.ts +0 -103
- package/dist/browser/generated/src/operations/callConnection.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callConnection.js +0 -417
- package/dist/browser/generated/src/operations/callConnection.js.map +0 -1
- package/dist/browser/generated/src/operations/callMedia.d.ts +0 -110
- package/dist/browser/generated/src/operations/callMedia.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callMedia.js +0 -378
- package/dist/browser/generated/src/operations/callMedia.js.map +0 -1
- package/dist/browser/generated/src/operations/callRecording.d.ts +0 -43
- package/dist/browser/generated/src/operations/callRecording.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callRecording.js +0 -148
- package/dist/browser/generated/src/operations/callRecording.js.map +0 -1
- package/dist/browser/generated/src/operations/index.d.ts +0 -4
- package/dist/browser/generated/src/operations/index.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/index.js +0 -11
- package/dist/browser/generated/src/operations/index.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js +0 -11
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/generated/src/pagingHelper.d.ts +0 -13
- package/dist/browser/generated/src/pagingHelper.d.ts.map +0 -1
- package/dist/browser/generated/src/pagingHelper.js +0 -30
- package/dist/browser/generated/src/pagingHelper.js.map +0 -1
- package/dist/browser/index.d.ts +0 -12
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.js +0 -14
- package/dist/browser/index.js.map +0 -1
- package/dist/browser/models/constants.d.ts +0 -2
- package/dist/browser/models/constants.d.ts.map +0 -1
- package/dist/browser/models/constants.js +0 -4
- package/dist/browser/models/constants.js.map +0 -1
- package/dist/browser/models/events.d.ts +0 -689
- package/dist/browser/models/events.d.ts.map +0 -1
- package/dist/browser/models/events.js +0 -4
- package/dist/browser/models/events.js.map +0 -1
- package/dist/browser/models/logger.d.ts +0 -5
- package/dist/browser/models/logger.d.ts.map +0 -1
- package/dist/browser/models/logger.js +0 -8
- package/dist/browser/models/logger.js.map +0 -1
- package/dist/browser/models/mapper.d.ts +0 -3
- package/dist/browser/models/mapper.d.ts.map +0 -1
- package/dist/browser/models/mapper.js +0 -76
- package/dist/browser/models/mapper.js.map +0 -1
- package/dist/browser/models/models.d.ts +0 -305
- package/dist/browser/models/models.d.ts.map +0 -1
- package/dist/browser/models/models.js +0 -54
- package/dist/browser/models/models.js.map +0 -1
- package/dist/browser/models/options.d.ts +0 -463
- package/dist/browser/models/options.d.ts.map +0 -1
- package/dist/browser/models/options.js +0 -4
- package/dist/browser/models/options.js.map +0 -1
- package/dist/browser/models/responses.d.ts +0 -81
- package/dist/browser/models/responses.d.ts.map +0 -1
- package/dist/browser/models/responses.js +0 -4
- package/dist/browser/models/responses.js.map +0 -1
- package/dist/browser/models/streaming.d.ts +0 -128
- package/dist/browser/models/streaming.d.ts.map +0 -1
- package/dist/browser/models/streaming.js +0 -38
- package/dist/browser/models/streaming.js.map +0 -1
- package/dist/browser/package.json +0 -3
- package/dist/browser/streamingData.d.ts +0 -13
- package/dist/browser/streamingData.d.ts.map +0 -1
- package/dist/browser/streamingData.js +0 -99
- package/dist/browser/streamingData.js.map +0 -1
- package/dist/browser/utli/converters.d.ts +0 -46
- package/dist/browser/utli/converters.d.ts.map +0 -1
- package/dist/browser/utli/converters.js +0 -294
- package/dist/browser/utli/converters.js.map +0 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +0 -41
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js +0 -57
- package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/commonjs/credential/cryptoUtils.d.ts +0 -3
- package/dist/commonjs/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/commonjs/credential/cryptoUtils.js +0 -14
- package/dist/commonjs/credential/cryptoUtils.js.map +0 -1
- package/dist/commonjs/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/commonjs/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/commonjs/credential/encodeUtils.browser.js +0 -32
- package/dist/commonjs/credential/encodeUtils.browser.js.map +0 -1
- package/dist/commonjs/models/constants.d.ts +0 -2
- package/dist/commonjs/models/constants.d.ts.map +0 -1
- package/dist/commonjs/models/constants.js +0 -7
- package/dist/commonjs/models/constants.js.map +0 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/esm/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/esm/credential/cryptoUtils.d.ts +0 -3
- package/dist/esm/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/esm/credential/cryptoUtils.js +0 -9
- package/dist/esm/credential/cryptoUtils.js.map +0 -1
- package/dist/esm/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/esm/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/esm/credential/encodeUtils.browser.js +0 -26
- package/dist/esm/credential/encodeUtils.browser.js.map +0 -1
- package/dist/esm/models/constants.d.ts +0 -2
- package/dist/esm/models/constants.d.ts.map +0 -1
- package/dist/esm/models/constants.js +0 -4
- package/dist/esm/models/constants.js.map +0 -1
- package/dist/react-native/callAutomationClient.d.ts +0 -98
- package/dist/react-native/callAutomationClient.d.ts.map +0 -1
- package/dist/react-native/callAutomationClient.js +0 -275
- package/dist/react-native/callAutomationClient.js.map +0 -1
- package/dist/react-native/callAutomationEventParser.d.ts +0 -6
- package/dist/react-native/callAutomationEventParser.d.ts.map +0 -1
- package/dist/react-native/callAutomationEventParser.js +0 -189
- package/dist/react-native/callAutomationEventParser.js.map +0 -1
- package/dist/react-native/callConnection.d.ts +0 -83
- package/dist/react-native/callConnection.d.ts.map +0 -1
- package/dist/react-native/callConnection.js +0 -289
- package/dist/react-native/callConnection.js.map +0 -1
- package/dist/react-native/callMedia.d.ts +0 -114
- package/dist/react-native/callMedia.d.ts.map +0 -1
- package/dist/react-native/callMedia.js +0 -433
- package/dist/react-native/callMedia.js.map +0 -1
- package/dist/react-native/callRecording.d.ts +0 -70
- package/dist/react-native/callRecording.d.ts.map +0 -1
- package/dist/react-native/callRecording.js +0 -195
- package/dist/react-native/callRecording.js.map +0 -1
- package/dist/react-native/contentDownloader.d.ts +0 -25
- package/dist/react-native/contentDownloader.d.ts.map +0 -1
- package/dist/react-native/contentDownloader.js +0 -103
- package/dist/react-native/contentDownloader.js.map +0 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/react-native/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/react-native/credential/cryptoUtils.d.ts +0 -3
- package/dist/react-native/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/react-native/credential/cryptoUtils.js +0 -9
- package/dist/react-native/credential/cryptoUtils.js.map +0 -1
- package/dist/react-native/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/react-native/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/react-native/credential/encodeUtils.browser.js +0 -26
- package/dist/react-native/credential/encodeUtils.browser.js.map +0 -1
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts +0 -49
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +0 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +0 -235
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +0 -1
- package/dist/react-native/generated/src/index.d.ts +0 -5
- package/dist/react-native/generated/src/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/index.js +0 -13
- package/dist/react-native/generated/src/index.js.map +0 -1
- package/dist/react-native/generated/src/models/index.d.ts +0 -2342
- package/dist/react-native/generated/src/models/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/index.js +0 -364
- package/dist/react-native/generated/src/models/index.js.map +0 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +0 -123
- package/dist/react-native/generated/src/models/mappers.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/mappers.js +0 -4395
- package/dist/react-native/generated/src/models/mappers.js.map +0 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +0 -36
- package/dist/react-native/generated/src/models/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/parameters.js +0 -208
- package/dist/react-native/generated/src/models/parameters.js.map +0 -1
- package/dist/react-native/generated/src/operations/callConnection.d.ts +0 -103
- package/dist/react-native/generated/src/operations/callConnection.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callConnection.js +0 -417
- package/dist/react-native/generated/src/operations/callConnection.js.map +0 -1
- package/dist/react-native/generated/src/operations/callMedia.d.ts +0 -110
- package/dist/react-native/generated/src/operations/callMedia.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callMedia.js +0 -378
- package/dist/react-native/generated/src/operations/callMedia.js.map +0 -1
- package/dist/react-native/generated/src/operations/callRecording.d.ts +0 -43
- package/dist/react-native/generated/src/operations/callRecording.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callRecording.js +0 -148
- package/dist/react-native/generated/src/operations/callRecording.js.map +0 -1
- package/dist/react-native/generated/src/operations/index.d.ts +0 -4
- package/dist/react-native/generated/src/operations/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/index.js +0 -11
- package/dist/react-native/generated/src/operations/index.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -11
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/generated/src/pagingHelper.d.ts +0 -13
- package/dist/react-native/generated/src/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/generated/src/pagingHelper.js +0 -30
- package/dist/react-native/generated/src/pagingHelper.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -12
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -14
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/models/constants.d.ts +0 -2
- package/dist/react-native/models/constants.d.ts.map +0 -1
- package/dist/react-native/models/constants.js +0 -4
- package/dist/react-native/models/constants.js.map +0 -1
- package/dist/react-native/models/events.d.ts +0 -689
- package/dist/react-native/models/events.d.ts.map +0 -1
- package/dist/react-native/models/events.js +0 -4
- package/dist/react-native/models/events.js.map +0 -1
- package/dist/react-native/models/logger.d.ts +0 -5
- package/dist/react-native/models/logger.d.ts.map +0 -1
- package/dist/react-native/models/logger.js +0 -8
- package/dist/react-native/models/logger.js.map +0 -1
- package/dist/react-native/models/mapper.d.ts +0 -3
- package/dist/react-native/models/mapper.d.ts.map +0 -1
- package/dist/react-native/models/mapper.js +0 -76
- package/dist/react-native/models/mapper.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -305
- package/dist/react-native/models/models.d.ts.map +0 -1
- package/dist/react-native/models/models.js +0 -54
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/models/options.d.ts +0 -463
- package/dist/react-native/models/options.d.ts.map +0 -1
- package/dist/react-native/models/options.js +0 -4
- package/dist/react-native/models/options.js.map +0 -1
- package/dist/react-native/models/responses.d.ts +0 -81
- package/dist/react-native/models/responses.d.ts.map +0 -1
- package/dist/react-native/models/responses.js +0 -4
- package/dist/react-native/models/responses.js.map +0 -1
- package/dist/react-native/models/streaming.d.ts +0 -128
- package/dist/react-native/models/streaming.d.ts.map +0 -1
- package/dist/react-native/models/streaming.js +0 -38
- package/dist/react-native/models/streaming.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/streamingData.d.ts +0 -13
- package/dist/react-native/streamingData.d.ts.map +0 -1
- package/dist/react-native/streamingData.js +0 -99
- package/dist/react-native/streamingData.js.map +0 -1
- package/dist/react-native/utli/converters.d.ts +0 -46
- package/dist/react-native/utli/converters.d.ts.map +0 -1
- package/dist/react-native/utli/converters.js +0 -294
- package/dist/react-native/utli/converters.js.map +0 -1
|
@@ -1,4395 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export const CreateCallRequest = {
|
|
9
|
-
type: {
|
|
10
|
-
name: "Composite",
|
|
11
|
-
className: "CreateCallRequest",
|
|
12
|
-
modelProperties: {
|
|
13
|
-
targets: {
|
|
14
|
-
serializedName: "targets",
|
|
15
|
-
required: true,
|
|
16
|
-
type: {
|
|
17
|
-
name: "Sequence",
|
|
18
|
-
element: {
|
|
19
|
-
type: {
|
|
20
|
-
name: "Composite",
|
|
21
|
-
className: "CommunicationIdentifierModel",
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
sourceCallerIdNumber: {
|
|
27
|
-
serializedName: "sourceCallerIdNumber",
|
|
28
|
-
type: {
|
|
29
|
-
name: "Composite",
|
|
30
|
-
className: "PhoneNumberIdentifierModel",
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
sourceDisplayName: {
|
|
34
|
-
serializedName: "sourceDisplayName",
|
|
35
|
-
type: {
|
|
36
|
-
name: "String",
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
source: {
|
|
40
|
-
serializedName: "source",
|
|
41
|
-
type: {
|
|
42
|
-
name: "Composite",
|
|
43
|
-
className: "CommunicationUserIdentifierModel",
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
operationContext: {
|
|
47
|
-
serializedName: "operationContext",
|
|
48
|
-
type: {
|
|
49
|
-
name: "String",
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
callbackUri: {
|
|
53
|
-
serializedName: "callbackUri",
|
|
54
|
-
required: true,
|
|
55
|
-
type: {
|
|
56
|
-
name: "String",
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
|
-
callIntelligenceOptions: {
|
|
60
|
-
serializedName: "callIntelligenceOptions",
|
|
61
|
-
type: {
|
|
62
|
-
name: "Composite",
|
|
63
|
-
className: "CallIntelligenceOptionsInternal",
|
|
64
|
-
},
|
|
65
|
-
},
|
|
66
|
-
mediaStreamingOptions: {
|
|
67
|
-
serializedName: "mediaStreamingOptions",
|
|
68
|
-
type: {
|
|
69
|
-
name: "Composite",
|
|
70
|
-
className: "MediaStreamingOptionsInternal",
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
transcriptionOptions: {
|
|
74
|
-
serializedName: "transcriptionOptions",
|
|
75
|
-
type: {
|
|
76
|
-
name: "Composite",
|
|
77
|
-
className: "TranscriptionOptionsInternal",
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
teamsAppSource: {
|
|
81
|
-
serializedName: "teamsAppSource",
|
|
82
|
-
type: {
|
|
83
|
-
name: "Composite",
|
|
84
|
-
className: "MicrosoftTeamsAppIdentifierModel",
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
|
-
enableLoopbackAudio: {
|
|
88
|
-
serializedName: "enableLoopbackAudio",
|
|
89
|
-
type: {
|
|
90
|
-
name: "Boolean",
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
},
|
|
95
|
-
};
|
|
96
|
-
export const CommunicationIdentifierModel = {
|
|
97
|
-
type: {
|
|
98
|
-
name: "Composite",
|
|
99
|
-
className: "CommunicationIdentifierModel",
|
|
100
|
-
modelProperties: {
|
|
101
|
-
kind: {
|
|
102
|
-
serializedName: "kind",
|
|
103
|
-
type: {
|
|
104
|
-
name: "String",
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
rawId: {
|
|
108
|
-
serializedName: "rawId",
|
|
109
|
-
type: {
|
|
110
|
-
name: "String",
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
communicationUser: {
|
|
114
|
-
serializedName: "communicationUser",
|
|
115
|
-
type: {
|
|
116
|
-
name: "Composite",
|
|
117
|
-
className: "CommunicationUserIdentifierModel",
|
|
118
|
-
},
|
|
119
|
-
},
|
|
120
|
-
phoneNumber: {
|
|
121
|
-
serializedName: "phoneNumber",
|
|
122
|
-
type: {
|
|
123
|
-
name: "Composite",
|
|
124
|
-
className: "PhoneNumberIdentifierModel",
|
|
125
|
-
},
|
|
126
|
-
},
|
|
127
|
-
microsoftTeamsUser: {
|
|
128
|
-
serializedName: "microsoftTeamsUser",
|
|
129
|
-
type: {
|
|
130
|
-
name: "Composite",
|
|
131
|
-
className: "MicrosoftTeamsUserIdentifierModel",
|
|
132
|
-
},
|
|
133
|
-
},
|
|
134
|
-
microsoftTeamsApp: {
|
|
135
|
-
serializedName: "microsoftTeamsApp",
|
|
136
|
-
type: {
|
|
137
|
-
name: "Composite",
|
|
138
|
-
className: "MicrosoftTeamsAppIdentifierModel",
|
|
139
|
-
},
|
|
140
|
-
},
|
|
141
|
-
teamsExtensionUser: {
|
|
142
|
-
serializedName: "teamsExtensionUser",
|
|
143
|
-
type: {
|
|
144
|
-
name: "Composite",
|
|
145
|
-
className: "TeamsExtensionUserIdentifierModel",
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
},
|
|
149
|
-
},
|
|
150
|
-
};
|
|
151
|
-
export const CommunicationUserIdentifierModel = {
|
|
152
|
-
type: {
|
|
153
|
-
name: "Composite",
|
|
154
|
-
className: "CommunicationUserIdentifierModel",
|
|
155
|
-
modelProperties: {
|
|
156
|
-
id: {
|
|
157
|
-
serializedName: "id",
|
|
158
|
-
required: true,
|
|
159
|
-
type: {
|
|
160
|
-
name: "String",
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
},
|
|
164
|
-
},
|
|
165
|
-
};
|
|
166
|
-
export const PhoneNumberIdentifierModel = {
|
|
167
|
-
type: {
|
|
168
|
-
name: "Composite",
|
|
169
|
-
className: "PhoneNumberIdentifierModel",
|
|
170
|
-
modelProperties: {
|
|
171
|
-
value: {
|
|
172
|
-
serializedName: "value",
|
|
173
|
-
required: true,
|
|
174
|
-
type: {
|
|
175
|
-
name: "String",
|
|
176
|
-
},
|
|
177
|
-
},
|
|
178
|
-
isAnonymous: {
|
|
179
|
-
serializedName: "isAnonymous",
|
|
180
|
-
type: {
|
|
181
|
-
name: "Boolean",
|
|
182
|
-
},
|
|
183
|
-
},
|
|
184
|
-
assertedId: {
|
|
185
|
-
serializedName: "assertedId",
|
|
186
|
-
type: {
|
|
187
|
-
name: "String",
|
|
188
|
-
},
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
},
|
|
192
|
-
};
|
|
193
|
-
export const MicrosoftTeamsUserIdentifierModel = {
|
|
194
|
-
type: {
|
|
195
|
-
name: "Composite",
|
|
196
|
-
className: "MicrosoftTeamsUserIdentifierModel",
|
|
197
|
-
modelProperties: {
|
|
198
|
-
userId: {
|
|
199
|
-
serializedName: "userId",
|
|
200
|
-
required: true,
|
|
201
|
-
type: {
|
|
202
|
-
name: "String",
|
|
203
|
-
},
|
|
204
|
-
},
|
|
205
|
-
isAnonymous: {
|
|
206
|
-
serializedName: "isAnonymous",
|
|
207
|
-
type: {
|
|
208
|
-
name: "Boolean",
|
|
209
|
-
},
|
|
210
|
-
},
|
|
211
|
-
cloud: {
|
|
212
|
-
serializedName: "cloud",
|
|
213
|
-
type: {
|
|
214
|
-
name: "String",
|
|
215
|
-
},
|
|
216
|
-
},
|
|
217
|
-
},
|
|
218
|
-
},
|
|
219
|
-
};
|
|
220
|
-
export const MicrosoftTeamsAppIdentifierModel = {
|
|
221
|
-
type: {
|
|
222
|
-
name: "Composite",
|
|
223
|
-
className: "MicrosoftTeamsAppIdentifierModel",
|
|
224
|
-
modelProperties: {
|
|
225
|
-
appId: {
|
|
226
|
-
serializedName: "appId",
|
|
227
|
-
required: true,
|
|
228
|
-
type: {
|
|
229
|
-
name: "String",
|
|
230
|
-
},
|
|
231
|
-
},
|
|
232
|
-
cloud: {
|
|
233
|
-
serializedName: "cloud",
|
|
234
|
-
type: {
|
|
235
|
-
name: "String",
|
|
236
|
-
},
|
|
237
|
-
},
|
|
238
|
-
},
|
|
239
|
-
},
|
|
240
|
-
};
|
|
241
|
-
export const TeamsExtensionUserIdentifierModel = {
|
|
242
|
-
type: {
|
|
243
|
-
name: "Composite",
|
|
244
|
-
className: "TeamsExtensionUserIdentifierModel",
|
|
245
|
-
modelProperties: {
|
|
246
|
-
userId: {
|
|
247
|
-
serializedName: "userId",
|
|
248
|
-
required: true,
|
|
249
|
-
type: {
|
|
250
|
-
name: "String",
|
|
251
|
-
},
|
|
252
|
-
},
|
|
253
|
-
tenantId: {
|
|
254
|
-
serializedName: "tenantId",
|
|
255
|
-
required: true,
|
|
256
|
-
type: {
|
|
257
|
-
name: "String",
|
|
258
|
-
},
|
|
259
|
-
},
|
|
260
|
-
resourceId: {
|
|
261
|
-
serializedName: "resourceId",
|
|
262
|
-
required: true,
|
|
263
|
-
type: {
|
|
264
|
-
name: "String",
|
|
265
|
-
},
|
|
266
|
-
},
|
|
267
|
-
cloud: {
|
|
268
|
-
serializedName: "cloud",
|
|
269
|
-
type: {
|
|
270
|
-
name: "String",
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
},
|
|
274
|
-
},
|
|
275
|
-
};
|
|
276
|
-
export const CallIntelligenceOptionsInternal = {
|
|
277
|
-
type: {
|
|
278
|
-
name: "Composite",
|
|
279
|
-
className: "CallIntelligenceOptionsInternal",
|
|
280
|
-
modelProperties: {
|
|
281
|
-
cognitiveServicesEndpoint: {
|
|
282
|
-
serializedName: "cognitiveServicesEndpoint",
|
|
283
|
-
type: {
|
|
284
|
-
name: "String",
|
|
285
|
-
},
|
|
286
|
-
},
|
|
287
|
-
},
|
|
288
|
-
},
|
|
289
|
-
};
|
|
290
|
-
export const MediaStreamingOptionsInternal = {
|
|
291
|
-
type: {
|
|
292
|
-
name: "Composite",
|
|
293
|
-
className: "MediaStreamingOptionsInternal",
|
|
294
|
-
uberParent: "MediaStreamingOptionsInternal",
|
|
295
|
-
polymorphicDiscriminator: {
|
|
296
|
-
serializedName: "transportType",
|
|
297
|
-
clientName: "transportType",
|
|
298
|
-
},
|
|
299
|
-
modelProperties: {
|
|
300
|
-
transportType: {
|
|
301
|
-
serializedName: "transportType",
|
|
302
|
-
required: true,
|
|
303
|
-
type: {
|
|
304
|
-
name: "String",
|
|
305
|
-
},
|
|
306
|
-
},
|
|
307
|
-
audioChannelType: {
|
|
308
|
-
serializedName: "audioChannelType",
|
|
309
|
-
required: true,
|
|
310
|
-
type: {
|
|
311
|
-
name: "String",
|
|
312
|
-
},
|
|
313
|
-
},
|
|
314
|
-
},
|
|
315
|
-
},
|
|
316
|
-
};
|
|
317
|
-
export const TranscriptionOptionsInternal = {
|
|
318
|
-
type: {
|
|
319
|
-
name: "Composite",
|
|
320
|
-
className: "TranscriptionOptionsInternal",
|
|
321
|
-
uberParent: "TranscriptionOptionsInternal",
|
|
322
|
-
polymorphicDiscriminator: {
|
|
323
|
-
serializedName: "transportType",
|
|
324
|
-
clientName: "transportType",
|
|
325
|
-
},
|
|
326
|
-
modelProperties: {
|
|
327
|
-
transportType: {
|
|
328
|
-
serializedName: "transportType",
|
|
329
|
-
required: true,
|
|
330
|
-
type: {
|
|
331
|
-
name: "String",
|
|
332
|
-
},
|
|
333
|
-
},
|
|
334
|
-
locale: {
|
|
335
|
-
serializedName: "locale",
|
|
336
|
-
type: {
|
|
337
|
-
name: "String",
|
|
338
|
-
},
|
|
339
|
-
},
|
|
340
|
-
},
|
|
341
|
-
},
|
|
342
|
-
};
|
|
343
|
-
export const CallConnectionPropertiesInternal = {
|
|
344
|
-
type: {
|
|
345
|
-
name: "Composite",
|
|
346
|
-
className: "CallConnectionPropertiesInternal",
|
|
347
|
-
modelProperties: {
|
|
348
|
-
callConnectionId: {
|
|
349
|
-
serializedName: "callConnectionId",
|
|
350
|
-
type: {
|
|
351
|
-
name: "String",
|
|
352
|
-
},
|
|
353
|
-
},
|
|
354
|
-
serverCallId: {
|
|
355
|
-
serializedName: "serverCallId",
|
|
356
|
-
type: {
|
|
357
|
-
name: "String",
|
|
358
|
-
},
|
|
359
|
-
},
|
|
360
|
-
targets: {
|
|
361
|
-
serializedName: "targets",
|
|
362
|
-
type: {
|
|
363
|
-
name: "Sequence",
|
|
364
|
-
element: {
|
|
365
|
-
type: {
|
|
366
|
-
name: "Composite",
|
|
367
|
-
className: "CommunicationIdentifierModel",
|
|
368
|
-
},
|
|
369
|
-
},
|
|
370
|
-
},
|
|
371
|
-
},
|
|
372
|
-
callConnectionState: {
|
|
373
|
-
serializedName: "callConnectionState",
|
|
374
|
-
type: {
|
|
375
|
-
name: "String",
|
|
376
|
-
},
|
|
377
|
-
},
|
|
378
|
-
callbackUri: {
|
|
379
|
-
serializedName: "callbackUri",
|
|
380
|
-
type: {
|
|
381
|
-
name: "String",
|
|
382
|
-
},
|
|
383
|
-
},
|
|
384
|
-
sourceCallerIdNumber: {
|
|
385
|
-
serializedName: "sourceCallerIdNumber",
|
|
386
|
-
type: {
|
|
387
|
-
name: "Composite",
|
|
388
|
-
className: "PhoneNumberIdentifierModel",
|
|
389
|
-
},
|
|
390
|
-
},
|
|
391
|
-
sourceDisplayName: {
|
|
392
|
-
serializedName: "sourceDisplayName",
|
|
393
|
-
type: {
|
|
394
|
-
name: "String",
|
|
395
|
-
},
|
|
396
|
-
},
|
|
397
|
-
source: {
|
|
398
|
-
serializedName: "source",
|
|
399
|
-
type: {
|
|
400
|
-
name: "Composite",
|
|
401
|
-
className: "CommunicationIdentifierModel",
|
|
402
|
-
},
|
|
403
|
-
},
|
|
404
|
-
correlationId: {
|
|
405
|
-
serializedName: "correlationId",
|
|
406
|
-
type: {
|
|
407
|
-
name: "String",
|
|
408
|
-
},
|
|
409
|
-
},
|
|
410
|
-
answeredBy: {
|
|
411
|
-
serializedName: "answeredBy",
|
|
412
|
-
type: {
|
|
413
|
-
name: "Composite",
|
|
414
|
-
className: "CommunicationUserIdentifierModel",
|
|
415
|
-
},
|
|
416
|
-
},
|
|
417
|
-
mediaStreamingSubscription: {
|
|
418
|
-
serializedName: "mediaStreamingSubscription",
|
|
419
|
-
type: {
|
|
420
|
-
name: "Composite",
|
|
421
|
-
className: "MediaStreamingSubscription",
|
|
422
|
-
},
|
|
423
|
-
},
|
|
424
|
-
transcriptionSubscription: {
|
|
425
|
-
serializedName: "transcriptionSubscription",
|
|
426
|
-
type: {
|
|
427
|
-
name: "Composite",
|
|
428
|
-
className: "TranscriptionSubscription",
|
|
429
|
-
},
|
|
430
|
-
},
|
|
431
|
-
answeredFor: {
|
|
432
|
-
serializedName: "answeredFor",
|
|
433
|
-
type: {
|
|
434
|
-
name: "Composite",
|
|
435
|
-
className: "PhoneNumberIdentifierModel",
|
|
436
|
-
},
|
|
437
|
-
},
|
|
438
|
-
},
|
|
439
|
-
},
|
|
440
|
-
};
|
|
441
|
-
export const MediaStreamingSubscription = {
|
|
442
|
-
type: {
|
|
443
|
-
name: "Composite",
|
|
444
|
-
className: "MediaStreamingSubscription",
|
|
445
|
-
modelProperties: {
|
|
446
|
-
id: {
|
|
447
|
-
serializedName: "id",
|
|
448
|
-
type: {
|
|
449
|
-
name: "String",
|
|
450
|
-
},
|
|
451
|
-
},
|
|
452
|
-
state: {
|
|
453
|
-
serializedName: "state",
|
|
454
|
-
type: {
|
|
455
|
-
name: "String",
|
|
456
|
-
},
|
|
457
|
-
},
|
|
458
|
-
subscribedContentTypes: {
|
|
459
|
-
serializedName: "subscribedContentTypes",
|
|
460
|
-
type: {
|
|
461
|
-
name: "Sequence",
|
|
462
|
-
element: {
|
|
463
|
-
type: {
|
|
464
|
-
name: "String",
|
|
465
|
-
},
|
|
466
|
-
},
|
|
467
|
-
},
|
|
468
|
-
},
|
|
469
|
-
},
|
|
470
|
-
},
|
|
471
|
-
};
|
|
472
|
-
export const TranscriptionSubscription = {
|
|
473
|
-
type: {
|
|
474
|
-
name: "Composite",
|
|
475
|
-
className: "TranscriptionSubscription",
|
|
476
|
-
modelProperties: {
|
|
477
|
-
id: {
|
|
478
|
-
serializedName: "id",
|
|
479
|
-
type: {
|
|
480
|
-
name: "String",
|
|
481
|
-
},
|
|
482
|
-
},
|
|
483
|
-
state: {
|
|
484
|
-
serializedName: "state",
|
|
485
|
-
type: {
|
|
486
|
-
name: "String",
|
|
487
|
-
},
|
|
488
|
-
},
|
|
489
|
-
subscribedResultStates: {
|
|
490
|
-
serializedName: "subscribedResultTypes",
|
|
491
|
-
type: {
|
|
492
|
-
name: "Sequence",
|
|
493
|
-
element: {
|
|
494
|
-
type: {
|
|
495
|
-
name: "String",
|
|
496
|
-
},
|
|
497
|
-
},
|
|
498
|
-
},
|
|
499
|
-
},
|
|
500
|
-
locale: {
|
|
501
|
-
serializedName: "locale",
|
|
502
|
-
type: {
|
|
503
|
-
name: "String",
|
|
504
|
-
},
|
|
505
|
-
},
|
|
506
|
-
},
|
|
507
|
-
},
|
|
508
|
-
};
|
|
509
|
-
export const CommunicationErrorResponse = {
|
|
510
|
-
type: {
|
|
511
|
-
name: "Composite",
|
|
512
|
-
className: "CommunicationErrorResponse",
|
|
513
|
-
modelProperties: {
|
|
514
|
-
error: {
|
|
515
|
-
serializedName: "error",
|
|
516
|
-
type: {
|
|
517
|
-
name: "Composite",
|
|
518
|
-
className: "CommunicationError",
|
|
519
|
-
},
|
|
520
|
-
},
|
|
521
|
-
},
|
|
522
|
-
},
|
|
523
|
-
};
|
|
524
|
-
export const CommunicationError = {
|
|
525
|
-
type: {
|
|
526
|
-
name: "Composite",
|
|
527
|
-
className: "CommunicationError",
|
|
528
|
-
modelProperties: {
|
|
529
|
-
code: {
|
|
530
|
-
serializedName: "code",
|
|
531
|
-
required: true,
|
|
532
|
-
type: {
|
|
533
|
-
name: "String",
|
|
534
|
-
},
|
|
535
|
-
},
|
|
536
|
-
message: {
|
|
537
|
-
serializedName: "message",
|
|
538
|
-
required: true,
|
|
539
|
-
type: {
|
|
540
|
-
name: "String",
|
|
541
|
-
},
|
|
542
|
-
},
|
|
543
|
-
target: {
|
|
544
|
-
serializedName: "target",
|
|
545
|
-
readOnly: true,
|
|
546
|
-
type: {
|
|
547
|
-
name: "String",
|
|
548
|
-
},
|
|
549
|
-
},
|
|
550
|
-
details: {
|
|
551
|
-
serializedName: "details",
|
|
552
|
-
readOnly: true,
|
|
553
|
-
type: {
|
|
554
|
-
name: "Sequence",
|
|
555
|
-
element: {
|
|
556
|
-
type: {
|
|
557
|
-
name: "Composite",
|
|
558
|
-
className: "CommunicationError",
|
|
559
|
-
},
|
|
560
|
-
},
|
|
561
|
-
},
|
|
562
|
-
},
|
|
563
|
-
innerError: {
|
|
564
|
-
serializedName: "innererror",
|
|
565
|
-
type: {
|
|
566
|
-
name: "Composite",
|
|
567
|
-
className: "CommunicationError",
|
|
568
|
-
},
|
|
569
|
-
},
|
|
570
|
-
},
|
|
571
|
-
},
|
|
572
|
-
};
|
|
573
|
-
export const AnswerCallRequest = {
|
|
574
|
-
type: {
|
|
575
|
-
name: "Composite",
|
|
576
|
-
className: "AnswerCallRequest",
|
|
577
|
-
modelProperties: {
|
|
578
|
-
incomingCallContext: {
|
|
579
|
-
serializedName: "incomingCallContext",
|
|
580
|
-
required: true,
|
|
581
|
-
type: {
|
|
582
|
-
name: "String",
|
|
583
|
-
},
|
|
584
|
-
},
|
|
585
|
-
callbackUri: {
|
|
586
|
-
serializedName: "callbackUri",
|
|
587
|
-
required: true,
|
|
588
|
-
type: {
|
|
589
|
-
name: "String",
|
|
590
|
-
},
|
|
591
|
-
},
|
|
592
|
-
operationContext: {
|
|
593
|
-
serializedName: "operationContext",
|
|
594
|
-
type: {
|
|
595
|
-
name: "String",
|
|
596
|
-
},
|
|
597
|
-
},
|
|
598
|
-
callIntelligenceOptions: {
|
|
599
|
-
serializedName: "callIntelligenceOptions",
|
|
600
|
-
type: {
|
|
601
|
-
name: "Composite",
|
|
602
|
-
className: "CallIntelligenceOptionsInternal",
|
|
603
|
-
},
|
|
604
|
-
},
|
|
605
|
-
answeredBy: {
|
|
606
|
-
serializedName: "answeredBy",
|
|
607
|
-
type: {
|
|
608
|
-
name: "Composite",
|
|
609
|
-
className: "CommunicationUserIdentifierModel",
|
|
610
|
-
},
|
|
611
|
-
},
|
|
612
|
-
mediaStreamingOptions: {
|
|
613
|
-
serializedName: "mediaStreamingOptions",
|
|
614
|
-
type: {
|
|
615
|
-
name: "Composite",
|
|
616
|
-
className: "MediaStreamingOptionsInternal",
|
|
617
|
-
},
|
|
618
|
-
},
|
|
619
|
-
transcriptionOptions: {
|
|
620
|
-
serializedName: "transcriptionOptions",
|
|
621
|
-
type: {
|
|
622
|
-
name: "Composite",
|
|
623
|
-
className: "TranscriptionOptionsInternal",
|
|
624
|
-
},
|
|
625
|
-
},
|
|
626
|
-
enableLoopbackAudio: {
|
|
627
|
-
serializedName: "enableLoopbackAudio",
|
|
628
|
-
type: {
|
|
629
|
-
name: "Boolean",
|
|
630
|
-
},
|
|
631
|
-
},
|
|
632
|
-
},
|
|
633
|
-
},
|
|
634
|
-
};
|
|
635
|
-
export const RedirectCallRequest = {
|
|
636
|
-
type: {
|
|
637
|
-
name: "Composite",
|
|
638
|
-
className: "RedirectCallRequest",
|
|
639
|
-
modelProperties: {
|
|
640
|
-
incomingCallContext: {
|
|
641
|
-
serializedName: "incomingCallContext",
|
|
642
|
-
required: true,
|
|
643
|
-
type: {
|
|
644
|
-
name: "String",
|
|
645
|
-
},
|
|
646
|
-
},
|
|
647
|
-
target: {
|
|
648
|
-
serializedName: "target",
|
|
649
|
-
type: {
|
|
650
|
-
name: "Composite",
|
|
651
|
-
className: "CommunicationIdentifierModel",
|
|
652
|
-
},
|
|
653
|
-
},
|
|
654
|
-
},
|
|
655
|
-
},
|
|
656
|
-
};
|
|
657
|
-
export const RejectCallRequest = {
|
|
658
|
-
type: {
|
|
659
|
-
name: "Composite",
|
|
660
|
-
className: "RejectCallRequest",
|
|
661
|
-
modelProperties: {
|
|
662
|
-
incomingCallContext: {
|
|
663
|
-
serializedName: "incomingCallContext",
|
|
664
|
-
required: true,
|
|
665
|
-
type: {
|
|
666
|
-
name: "String",
|
|
667
|
-
},
|
|
668
|
-
},
|
|
669
|
-
callRejectReason: {
|
|
670
|
-
serializedName: "callRejectReason",
|
|
671
|
-
type: {
|
|
672
|
-
name: "String",
|
|
673
|
-
},
|
|
674
|
-
},
|
|
675
|
-
},
|
|
676
|
-
},
|
|
677
|
-
};
|
|
678
|
-
export const ConnectRequest = {
|
|
679
|
-
type: {
|
|
680
|
-
name: "Composite",
|
|
681
|
-
className: "ConnectRequest",
|
|
682
|
-
modelProperties: {
|
|
683
|
-
callLocator: {
|
|
684
|
-
serializedName: "callLocator",
|
|
685
|
-
type: {
|
|
686
|
-
name: "Composite",
|
|
687
|
-
className: "CallLocator",
|
|
688
|
-
},
|
|
689
|
-
},
|
|
690
|
-
callbackUri: {
|
|
691
|
-
serializedName: "callbackUri",
|
|
692
|
-
required: true,
|
|
693
|
-
type: {
|
|
694
|
-
name: "String",
|
|
695
|
-
},
|
|
696
|
-
},
|
|
697
|
-
operationContext: {
|
|
698
|
-
serializedName: "operationContext",
|
|
699
|
-
type: {
|
|
700
|
-
name: "String",
|
|
701
|
-
},
|
|
702
|
-
},
|
|
703
|
-
callIntelligenceOptions: {
|
|
704
|
-
serializedName: "callIntelligenceOptions",
|
|
705
|
-
type: {
|
|
706
|
-
name: "Composite",
|
|
707
|
-
className: "CallIntelligenceOptionsInternal",
|
|
708
|
-
},
|
|
709
|
-
},
|
|
710
|
-
mediaStreamingOptions: {
|
|
711
|
-
serializedName: "mediaStreamingOptions",
|
|
712
|
-
type: {
|
|
713
|
-
name: "Composite",
|
|
714
|
-
className: "MediaStreamingOptionsInternal",
|
|
715
|
-
},
|
|
716
|
-
},
|
|
717
|
-
transcriptionOptions: {
|
|
718
|
-
serializedName: "transcriptionOptions",
|
|
719
|
-
type: {
|
|
720
|
-
name: "Composite",
|
|
721
|
-
className: "TranscriptionOptionsInternal",
|
|
722
|
-
},
|
|
723
|
-
},
|
|
724
|
-
enableLoopbackAudio: {
|
|
725
|
-
serializedName: "enableLoopbackAudio",
|
|
726
|
-
type: {
|
|
727
|
-
name: "Boolean",
|
|
728
|
-
},
|
|
729
|
-
},
|
|
730
|
-
},
|
|
731
|
-
},
|
|
732
|
-
};
|
|
733
|
-
export const CallLocator = {
|
|
734
|
-
type: {
|
|
735
|
-
name: "Composite",
|
|
736
|
-
className: "CallLocator",
|
|
737
|
-
modelProperties: {
|
|
738
|
-
groupCallId: {
|
|
739
|
-
serializedName: "groupCallId",
|
|
740
|
-
type: {
|
|
741
|
-
name: "String",
|
|
742
|
-
},
|
|
743
|
-
},
|
|
744
|
-
serverCallId: {
|
|
745
|
-
serializedName: "serverCallId",
|
|
746
|
-
type: {
|
|
747
|
-
name: "String",
|
|
748
|
-
},
|
|
749
|
-
},
|
|
750
|
-
roomId: {
|
|
751
|
-
serializedName: "roomId",
|
|
752
|
-
type: {
|
|
753
|
-
name: "String",
|
|
754
|
-
},
|
|
755
|
-
},
|
|
756
|
-
kind: {
|
|
757
|
-
serializedName: "kind",
|
|
758
|
-
type: {
|
|
759
|
-
name: "String",
|
|
760
|
-
},
|
|
761
|
-
},
|
|
762
|
-
},
|
|
763
|
-
},
|
|
764
|
-
};
|
|
765
|
-
export const TransferToParticipantRequest = {
|
|
766
|
-
type: {
|
|
767
|
-
name: "Composite",
|
|
768
|
-
className: "TransferToParticipantRequest",
|
|
769
|
-
modelProperties: {
|
|
770
|
-
targetParticipant: {
|
|
771
|
-
serializedName: "targetParticipant",
|
|
772
|
-
type: {
|
|
773
|
-
name: "Composite",
|
|
774
|
-
className: "CommunicationIdentifierModel",
|
|
775
|
-
},
|
|
776
|
-
},
|
|
777
|
-
operationContext: {
|
|
778
|
-
serializedName: "operationContext",
|
|
779
|
-
type: {
|
|
780
|
-
name: "String",
|
|
781
|
-
},
|
|
782
|
-
},
|
|
783
|
-
transferee: {
|
|
784
|
-
serializedName: "transferee",
|
|
785
|
-
type: {
|
|
786
|
-
name: "Composite",
|
|
787
|
-
className: "CommunicationIdentifierModel",
|
|
788
|
-
},
|
|
789
|
-
},
|
|
790
|
-
operationCallbackUri: {
|
|
791
|
-
serializedName: "operationCallbackUri",
|
|
792
|
-
type: {
|
|
793
|
-
name: "String",
|
|
794
|
-
},
|
|
795
|
-
},
|
|
796
|
-
customCallingContext: {
|
|
797
|
-
serializedName: "customCallingContext",
|
|
798
|
-
type: {
|
|
799
|
-
name: "Composite",
|
|
800
|
-
className: "CustomCallingContextInternal",
|
|
801
|
-
},
|
|
802
|
-
},
|
|
803
|
-
sourceCallerIdNumber: {
|
|
804
|
-
serializedName: "sourceCallerIdNumber",
|
|
805
|
-
type: {
|
|
806
|
-
name: "Composite",
|
|
807
|
-
className: "PhoneNumberIdentifierModel",
|
|
808
|
-
},
|
|
809
|
-
},
|
|
810
|
-
},
|
|
811
|
-
},
|
|
812
|
-
};
|
|
813
|
-
export const CustomCallingContextInternal = {
|
|
814
|
-
type: {
|
|
815
|
-
name: "Composite",
|
|
816
|
-
className: "CustomCallingContextInternal",
|
|
817
|
-
modelProperties: {
|
|
818
|
-
voipHeaders: {
|
|
819
|
-
serializedName: "voipHeaders",
|
|
820
|
-
type: {
|
|
821
|
-
name: "Dictionary",
|
|
822
|
-
value: { type: { name: "String" } },
|
|
823
|
-
},
|
|
824
|
-
},
|
|
825
|
-
sipHeaders: {
|
|
826
|
-
serializedName: "sipHeaders",
|
|
827
|
-
type: {
|
|
828
|
-
name: "Dictionary",
|
|
829
|
-
value: { type: { name: "String" } },
|
|
830
|
-
},
|
|
831
|
-
},
|
|
832
|
-
teamsPhoneCallDetails: {
|
|
833
|
-
serializedName: "teamsPhoneCallDetails",
|
|
834
|
-
type: {
|
|
835
|
-
name: "Composite",
|
|
836
|
-
className: "TeamsPhoneCallDetailsInternal",
|
|
837
|
-
},
|
|
838
|
-
},
|
|
839
|
-
},
|
|
840
|
-
},
|
|
841
|
-
};
|
|
842
|
-
export const TeamsPhoneCallDetailsInternal = {
|
|
843
|
-
type: {
|
|
844
|
-
name: "Composite",
|
|
845
|
-
className: "TeamsPhoneCallDetailsInternal",
|
|
846
|
-
modelProperties: {
|
|
847
|
-
teamsPhoneCallerDetails: {
|
|
848
|
-
serializedName: "teamsPhoneCallerDetails",
|
|
849
|
-
type: {
|
|
850
|
-
name: "Composite",
|
|
851
|
-
className: "TeamsPhoneCallerDetailsInternal",
|
|
852
|
-
},
|
|
853
|
-
},
|
|
854
|
-
teamsPhoneSourceDetails: {
|
|
855
|
-
serializedName: "teamsPhoneSourceDetails",
|
|
856
|
-
type: {
|
|
857
|
-
name: "Composite",
|
|
858
|
-
className: "TeamsPhoneSourceDetailsInternal",
|
|
859
|
-
},
|
|
860
|
-
},
|
|
861
|
-
sessionId: {
|
|
862
|
-
serializedName: "sessionId",
|
|
863
|
-
type: {
|
|
864
|
-
name: "String",
|
|
865
|
-
},
|
|
866
|
-
},
|
|
867
|
-
intent: {
|
|
868
|
-
serializedName: "intent",
|
|
869
|
-
type: {
|
|
870
|
-
name: "String",
|
|
871
|
-
},
|
|
872
|
-
},
|
|
873
|
-
callTopic: {
|
|
874
|
-
serializedName: "callTopic",
|
|
875
|
-
type: {
|
|
876
|
-
name: "String",
|
|
877
|
-
},
|
|
878
|
-
},
|
|
879
|
-
callContext: {
|
|
880
|
-
serializedName: "callContext",
|
|
881
|
-
type: {
|
|
882
|
-
name: "String",
|
|
883
|
-
},
|
|
884
|
-
},
|
|
885
|
-
transcriptUrl: {
|
|
886
|
-
serializedName: "transcriptUrl",
|
|
887
|
-
type: {
|
|
888
|
-
name: "String",
|
|
889
|
-
},
|
|
890
|
-
},
|
|
891
|
-
callSentiment: {
|
|
892
|
-
serializedName: "callSentiment",
|
|
893
|
-
type: {
|
|
894
|
-
name: "String",
|
|
895
|
-
},
|
|
896
|
-
},
|
|
897
|
-
suggestedActions: {
|
|
898
|
-
serializedName: "suggestedActions",
|
|
899
|
-
type: {
|
|
900
|
-
name: "String",
|
|
901
|
-
},
|
|
902
|
-
},
|
|
903
|
-
},
|
|
904
|
-
},
|
|
905
|
-
};
|
|
906
|
-
export const TeamsPhoneCallerDetailsInternal = {
|
|
907
|
-
type: {
|
|
908
|
-
name: "Composite",
|
|
909
|
-
className: "TeamsPhoneCallerDetailsInternal",
|
|
910
|
-
modelProperties: {
|
|
911
|
-
caller: {
|
|
912
|
-
serializedName: "caller",
|
|
913
|
-
type: {
|
|
914
|
-
name: "Composite",
|
|
915
|
-
className: "CommunicationIdentifierModel",
|
|
916
|
-
},
|
|
917
|
-
},
|
|
918
|
-
name: {
|
|
919
|
-
serializedName: "name",
|
|
920
|
-
required: true,
|
|
921
|
-
type: {
|
|
922
|
-
name: "String",
|
|
923
|
-
},
|
|
924
|
-
},
|
|
925
|
-
phoneNumber: {
|
|
926
|
-
serializedName: "phoneNumber",
|
|
927
|
-
required: true,
|
|
928
|
-
type: {
|
|
929
|
-
name: "String",
|
|
930
|
-
},
|
|
931
|
-
},
|
|
932
|
-
recordId: {
|
|
933
|
-
serializedName: "recordId",
|
|
934
|
-
type: {
|
|
935
|
-
name: "String",
|
|
936
|
-
},
|
|
937
|
-
},
|
|
938
|
-
screenPopUrl: {
|
|
939
|
-
serializedName: "screenPopUrl",
|
|
940
|
-
type: {
|
|
941
|
-
name: "String",
|
|
942
|
-
},
|
|
943
|
-
},
|
|
944
|
-
isAuthenticated: {
|
|
945
|
-
serializedName: "isAuthenticated",
|
|
946
|
-
type: {
|
|
947
|
-
name: "Boolean",
|
|
948
|
-
},
|
|
949
|
-
},
|
|
950
|
-
additionalCallerInformation: {
|
|
951
|
-
serializedName: "additionalCallerInformation",
|
|
952
|
-
type: {
|
|
953
|
-
name: "Dictionary",
|
|
954
|
-
value: { type: { name: "String" } },
|
|
955
|
-
},
|
|
956
|
-
},
|
|
957
|
-
},
|
|
958
|
-
},
|
|
959
|
-
};
|
|
960
|
-
export const TeamsPhoneSourceDetailsInternal = {
|
|
961
|
-
type: {
|
|
962
|
-
name: "Composite",
|
|
963
|
-
className: "TeamsPhoneSourceDetailsInternal",
|
|
964
|
-
modelProperties: {
|
|
965
|
-
source: {
|
|
966
|
-
serializedName: "source",
|
|
967
|
-
type: {
|
|
968
|
-
name: "Composite",
|
|
969
|
-
className: "CommunicationIdentifierModel",
|
|
970
|
-
},
|
|
971
|
-
},
|
|
972
|
-
language: {
|
|
973
|
-
serializedName: "language",
|
|
974
|
-
required: true,
|
|
975
|
-
type: {
|
|
976
|
-
name: "String",
|
|
977
|
-
},
|
|
978
|
-
},
|
|
979
|
-
status: {
|
|
980
|
-
serializedName: "status",
|
|
981
|
-
required: true,
|
|
982
|
-
type: {
|
|
983
|
-
name: "String",
|
|
984
|
-
},
|
|
985
|
-
},
|
|
986
|
-
intendedTargets: {
|
|
987
|
-
serializedName: "intendedTargets",
|
|
988
|
-
type: {
|
|
989
|
-
name: "Dictionary",
|
|
990
|
-
value: {
|
|
991
|
-
type: {
|
|
992
|
-
name: "Composite",
|
|
993
|
-
className: "CommunicationIdentifierModel",
|
|
994
|
-
},
|
|
995
|
-
},
|
|
996
|
-
},
|
|
997
|
-
},
|
|
998
|
-
},
|
|
999
|
-
},
|
|
1000
|
-
};
|
|
1001
|
-
export const TransferCallResponse = {
|
|
1002
|
-
type: {
|
|
1003
|
-
name: "Composite",
|
|
1004
|
-
className: "TransferCallResponse",
|
|
1005
|
-
modelProperties: {
|
|
1006
|
-
operationContext: {
|
|
1007
|
-
serializedName: "operationContext",
|
|
1008
|
-
type: {
|
|
1009
|
-
name: "String",
|
|
1010
|
-
},
|
|
1011
|
-
},
|
|
1012
|
-
},
|
|
1013
|
-
},
|
|
1014
|
-
};
|
|
1015
|
-
export const PlayRequest = {
|
|
1016
|
-
type: {
|
|
1017
|
-
name: "Composite",
|
|
1018
|
-
className: "PlayRequest",
|
|
1019
|
-
modelProperties: {
|
|
1020
|
-
playSources: {
|
|
1021
|
-
serializedName: "playSources",
|
|
1022
|
-
required: true,
|
|
1023
|
-
type: {
|
|
1024
|
-
name: "Sequence",
|
|
1025
|
-
element: {
|
|
1026
|
-
type: {
|
|
1027
|
-
name: "Composite",
|
|
1028
|
-
className: "PlaySourceInternal",
|
|
1029
|
-
},
|
|
1030
|
-
},
|
|
1031
|
-
},
|
|
1032
|
-
},
|
|
1033
|
-
playTo: {
|
|
1034
|
-
serializedName: "playTo",
|
|
1035
|
-
type: {
|
|
1036
|
-
name: "Sequence",
|
|
1037
|
-
element: {
|
|
1038
|
-
type: {
|
|
1039
|
-
name: "Composite",
|
|
1040
|
-
className: "CommunicationIdentifierModel",
|
|
1041
|
-
},
|
|
1042
|
-
},
|
|
1043
|
-
},
|
|
1044
|
-
},
|
|
1045
|
-
interruptCallMediaOperation: {
|
|
1046
|
-
serializedName: "interruptCallMediaOperation",
|
|
1047
|
-
type: {
|
|
1048
|
-
name: "Boolean",
|
|
1049
|
-
},
|
|
1050
|
-
},
|
|
1051
|
-
playOptions: {
|
|
1052
|
-
serializedName: "playOptions",
|
|
1053
|
-
type: {
|
|
1054
|
-
name: "Composite",
|
|
1055
|
-
className: "PlayOptionsInternal",
|
|
1056
|
-
},
|
|
1057
|
-
},
|
|
1058
|
-
operationContext: {
|
|
1059
|
-
serializedName: "operationContext",
|
|
1060
|
-
type: {
|
|
1061
|
-
name: "String",
|
|
1062
|
-
},
|
|
1063
|
-
},
|
|
1064
|
-
operationCallbackUri: {
|
|
1065
|
-
serializedName: "operationCallbackUri",
|
|
1066
|
-
type: {
|
|
1067
|
-
name: "String",
|
|
1068
|
-
},
|
|
1069
|
-
},
|
|
1070
|
-
},
|
|
1071
|
-
},
|
|
1072
|
-
};
|
|
1073
|
-
export const PlaySourceInternal = {
|
|
1074
|
-
type: {
|
|
1075
|
-
name: "Composite",
|
|
1076
|
-
className: "PlaySourceInternal",
|
|
1077
|
-
modelProperties: {
|
|
1078
|
-
kind: {
|
|
1079
|
-
serializedName: "kind",
|
|
1080
|
-
required: true,
|
|
1081
|
-
type: {
|
|
1082
|
-
name: "String",
|
|
1083
|
-
},
|
|
1084
|
-
},
|
|
1085
|
-
playSourceCacheId: {
|
|
1086
|
-
serializedName: "playSourceCacheId",
|
|
1087
|
-
type: {
|
|
1088
|
-
name: "String",
|
|
1089
|
-
},
|
|
1090
|
-
},
|
|
1091
|
-
file: {
|
|
1092
|
-
serializedName: "file",
|
|
1093
|
-
type: {
|
|
1094
|
-
name: "Composite",
|
|
1095
|
-
className: "FileSourceInternal",
|
|
1096
|
-
},
|
|
1097
|
-
},
|
|
1098
|
-
text: {
|
|
1099
|
-
serializedName: "text",
|
|
1100
|
-
type: {
|
|
1101
|
-
name: "Composite",
|
|
1102
|
-
className: "TextSourceInternal",
|
|
1103
|
-
},
|
|
1104
|
-
},
|
|
1105
|
-
ssml: {
|
|
1106
|
-
serializedName: "ssml",
|
|
1107
|
-
type: {
|
|
1108
|
-
name: "Composite",
|
|
1109
|
-
className: "SsmlSourceInternal",
|
|
1110
|
-
},
|
|
1111
|
-
},
|
|
1112
|
-
},
|
|
1113
|
-
},
|
|
1114
|
-
};
|
|
1115
|
-
export const FileSourceInternal = {
|
|
1116
|
-
type: {
|
|
1117
|
-
name: "Composite",
|
|
1118
|
-
className: "FileSourceInternal",
|
|
1119
|
-
modelProperties: {
|
|
1120
|
-
uri: {
|
|
1121
|
-
serializedName: "uri",
|
|
1122
|
-
required: true,
|
|
1123
|
-
type: {
|
|
1124
|
-
name: "String",
|
|
1125
|
-
},
|
|
1126
|
-
},
|
|
1127
|
-
},
|
|
1128
|
-
},
|
|
1129
|
-
};
|
|
1130
|
-
export const TextSourceInternal = {
|
|
1131
|
-
type: {
|
|
1132
|
-
name: "Composite",
|
|
1133
|
-
className: "TextSourceInternal",
|
|
1134
|
-
modelProperties: {
|
|
1135
|
-
text: {
|
|
1136
|
-
serializedName: "text",
|
|
1137
|
-
required: true,
|
|
1138
|
-
type: {
|
|
1139
|
-
name: "String",
|
|
1140
|
-
},
|
|
1141
|
-
},
|
|
1142
|
-
sourceLocale: {
|
|
1143
|
-
serializedName: "sourceLocale",
|
|
1144
|
-
type: {
|
|
1145
|
-
name: "String",
|
|
1146
|
-
},
|
|
1147
|
-
},
|
|
1148
|
-
voiceKind: {
|
|
1149
|
-
serializedName: "voiceKind",
|
|
1150
|
-
type: {
|
|
1151
|
-
name: "String",
|
|
1152
|
-
},
|
|
1153
|
-
},
|
|
1154
|
-
voiceName: {
|
|
1155
|
-
serializedName: "voiceName",
|
|
1156
|
-
type: {
|
|
1157
|
-
name: "String",
|
|
1158
|
-
},
|
|
1159
|
-
},
|
|
1160
|
-
customVoiceEndpointId: {
|
|
1161
|
-
serializedName: "customVoiceEndpointId",
|
|
1162
|
-
type: {
|
|
1163
|
-
name: "String",
|
|
1164
|
-
},
|
|
1165
|
-
},
|
|
1166
|
-
},
|
|
1167
|
-
},
|
|
1168
|
-
};
|
|
1169
|
-
export const SsmlSourceInternal = {
|
|
1170
|
-
type: {
|
|
1171
|
-
name: "Composite",
|
|
1172
|
-
className: "SsmlSourceInternal",
|
|
1173
|
-
modelProperties: {
|
|
1174
|
-
ssmlText: {
|
|
1175
|
-
serializedName: "ssmlText",
|
|
1176
|
-
required: true,
|
|
1177
|
-
type: {
|
|
1178
|
-
name: "String",
|
|
1179
|
-
},
|
|
1180
|
-
},
|
|
1181
|
-
customVoiceEndpointId: {
|
|
1182
|
-
serializedName: "customVoiceEndpointId",
|
|
1183
|
-
type: {
|
|
1184
|
-
name: "String",
|
|
1185
|
-
},
|
|
1186
|
-
},
|
|
1187
|
-
},
|
|
1188
|
-
},
|
|
1189
|
-
};
|
|
1190
|
-
export const PlayOptionsInternal = {
|
|
1191
|
-
type: {
|
|
1192
|
-
name: "Composite",
|
|
1193
|
-
className: "PlayOptionsInternal",
|
|
1194
|
-
modelProperties: {
|
|
1195
|
-
loop: {
|
|
1196
|
-
serializedName: "loop",
|
|
1197
|
-
required: true,
|
|
1198
|
-
type: {
|
|
1199
|
-
name: "Boolean",
|
|
1200
|
-
},
|
|
1201
|
-
},
|
|
1202
|
-
},
|
|
1203
|
-
},
|
|
1204
|
-
};
|
|
1205
|
-
export const StartTranscriptionRequest = {
|
|
1206
|
-
type: {
|
|
1207
|
-
name: "Composite",
|
|
1208
|
-
className: "StartTranscriptionRequest",
|
|
1209
|
-
modelProperties: {
|
|
1210
|
-
locale: {
|
|
1211
|
-
serializedName: "locale",
|
|
1212
|
-
type: {
|
|
1213
|
-
name: "String",
|
|
1214
|
-
},
|
|
1215
|
-
},
|
|
1216
|
-
speechModelEndpointId: {
|
|
1217
|
-
serializedName: "speechModelEndpointId",
|
|
1218
|
-
type: {
|
|
1219
|
-
name: "String",
|
|
1220
|
-
},
|
|
1221
|
-
},
|
|
1222
|
-
operationContext: {
|
|
1223
|
-
serializedName: "operationContext",
|
|
1224
|
-
type: {
|
|
1225
|
-
name: "String",
|
|
1226
|
-
},
|
|
1227
|
-
},
|
|
1228
|
-
operationCallbackUri: {
|
|
1229
|
-
serializedName: "operationCallbackUri",
|
|
1230
|
-
type: {
|
|
1231
|
-
name: "String",
|
|
1232
|
-
},
|
|
1233
|
-
},
|
|
1234
|
-
piiRedactionOptions: {
|
|
1235
|
-
serializedName: "piiRedactionOptions",
|
|
1236
|
-
type: {
|
|
1237
|
-
name: "Composite",
|
|
1238
|
-
className: "PiiRedactionOptionsInternal",
|
|
1239
|
-
},
|
|
1240
|
-
},
|
|
1241
|
-
enableSentimentAnalysis: {
|
|
1242
|
-
serializedName: "enableSentimentAnalysis",
|
|
1243
|
-
type: {
|
|
1244
|
-
name: "Boolean",
|
|
1245
|
-
},
|
|
1246
|
-
},
|
|
1247
|
-
locales: {
|
|
1248
|
-
serializedName: "locales",
|
|
1249
|
-
type: {
|
|
1250
|
-
name: "Sequence",
|
|
1251
|
-
element: {
|
|
1252
|
-
type: {
|
|
1253
|
-
name: "String",
|
|
1254
|
-
},
|
|
1255
|
-
},
|
|
1256
|
-
},
|
|
1257
|
-
},
|
|
1258
|
-
summarizationOptions: {
|
|
1259
|
-
serializedName: "summarizationOptions",
|
|
1260
|
-
type: {
|
|
1261
|
-
name: "Composite",
|
|
1262
|
-
className: "SummarizationOptionsInternal",
|
|
1263
|
-
},
|
|
1264
|
-
},
|
|
1265
|
-
},
|
|
1266
|
-
},
|
|
1267
|
-
};
|
|
1268
|
-
export const PiiRedactionOptionsInternal = {
|
|
1269
|
-
type: {
|
|
1270
|
-
name: "Composite",
|
|
1271
|
-
className: "PiiRedactionOptionsInternal",
|
|
1272
|
-
modelProperties: {
|
|
1273
|
-
enable: {
|
|
1274
|
-
serializedName: "enable",
|
|
1275
|
-
type: {
|
|
1276
|
-
name: "Boolean",
|
|
1277
|
-
},
|
|
1278
|
-
},
|
|
1279
|
-
redactionType: {
|
|
1280
|
-
serializedName: "redactionType",
|
|
1281
|
-
type: {
|
|
1282
|
-
name: "String",
|
|
1283
|
-
},
|
|
1284
|
-
},
|
|
1285
|
-
},
|
|
1286
|
-
},
|
|
1287
|
-
};
|
|
1288
|
-
export const SummarizationOptionsInternal = {
|
|
1289
|
-
type: {
|
|
1290
|
-
name: "Composite",
|
|
1291
|
-
className: "SummarizationOptionsInternal",
|
|
1292
|
-
modelProperties: {
|
|
1293
|
-
enableEndCallSummary: {
|
|
1294
|
-
serializedName: "enableEndCallSummary",
|
|
1295
|
-
type: {
|
|
1296
|
-
name: "Boolean",
|
|
1297
|
-
},
|
|
1298
|
-
},
|
|
1299
|
-
locale: {
|
|
1300
|
-
serializedName: "locale",
|
|
1301
|
-
type: {
|
|
1302
|
-
name: "String",
|
|
1303
|
-
},
|
|
1304
|
-
},
|
|
1305
|
-
},
|
|
1306
|
-
},
|
|
1307
|
-
};
|
|
1308
|
-
export const StopTranscriptionRequest = {
|
|
1309
|
-
type: {
|
|
1310
|
-
name: "Composite",
|
|
1311
|
-
className: "StopTranscriptionRequest",
|
|
1312
|
-
modelProperties: {
|
|
1313
|
-
operationContext: {
|
|
1314
|
-
serializedName: "operationContext",
|
|
1315
|
-
type: {
|
|
1316
|
-
name: "String",
|
|
1317
|
-
},
|
|
1318
|
-
},
|
|
1319
|
-
operationCallbackUri: {
|
|
1320
|
-
serializedName: "operationCallbackUri",
|
|
1321
|
-
type: {
|
|
1322
|
-
name: "String",
|
|
1323
|
-
},
|
|
1324
|
-
},
|
|
1325
|
-
},
|
|
1326
|
-
},
|
|
1327
|
-
};
|
|
1328
|
-
export const UpdateTranscriptionRequest = {
|
|
1329
|
-
type: {
|
|
1330
|
-
name: "Composite",
|
|
1331
|
-
className: "UpdateTranscriptionRequest",
|
|
1332
|
-
modelProperties: {
|
|
1333
|
-
locale: {
|
|
1334
|
-
serializedName: "locale",
|
|
1335
|
-
type: {
|
|
1336
|
-
name: "String",
|
|
1337
|
-
},
|
|
1338
|
-
},
|
|
1339
|
-
speechModelEndpointId: {
|
|
1340
|
-
serializedName: "speechModelEndpointId",
|
|
1341
|
-
type: {
|
|
1342
|
-
name: "String",
|
|
1343
|
-
},
|
|
1344
|
-
},
|
|
1345
|
-
operationContext: {
|
|
1346
|
-
serializedName: "operationContext",
|
|
1347
|
-
type: {
|
|
1348
|
-
name: "String",
|
|
1349
|
-
},
|
|
1350
|
-
},
|
|
1351
|
-
operationCallbackUri: {
|
|
1352
|
-
serializedName: "operationCallbackUri",
|
|
1353
|
-
type: {
|
|
1354
|
-
name: "String",
|
|
1355
|
-
},
|
|
1356
|
-
},
|
|
1357
|
-
piiRedactionOptions: {
|
|
1358
|
-
serializedName: "piiRedactionOptions",
|
|
1359
|
-
type: {
|
|
1360
|
-
name: "Composite",
|
|
1361
|
-
className: "PiiRedactionOptionsInternal",
|
|
1362
|
-
},
|
|
1363
|
-
},
|
|
1364
|
-
enableSentimentAnalysis: {
|
|
1365
|
-
serializedName: "enableSentimentAnalysis",
|
|
1366
|
-
type: {
|
|
1367
|
-
name: "Boolean",
|
|
1368
|
-
},
|
|
1369
|
-
},
|
|
1370
|
-
summarizationOptions: {
|
|
1371
|
-
serializedName: "summarizationOptions",
|
|
1372
|
-
type: {
|
|
1373
|
-
name: "Composite",
|
|
1374
|
-
className: "SummarizationOptionsInternal",
|
|
1375
|
-
},
|
|
1376
|
-
},
|
|
1377
|
-
},
|
|
1378
|
-
},
|
|
1379
|
-
};
|
|
1380
|
-
export const SummarizeCallRequest = {
|
|
1381
|
-
type: {
|
|
1382
|
-
name: "Composite",
|
|
1383
|
-
className: "SummarizeCallRequest",
|
|
1384
|
-
modelProperties: {
|
|
1385
|
-
operationContext: {
|
|
1386
|
-
serializedName: "operationContext",
|
|
1387
|
-
type: {
|
|
1388
|
-
name: "String",
|
|
1389
|
-
},
|
|
1390
|
-
},
|
|
1391
|
-
operationCallbackUri: {
|
|
1392
|
-
serializedName: "operationCallbackUri",
|
|
1393
|
-
type: {
|
|
1394
|
-
name: "String",
|
|
1395
|
-
},
|
|
1396
|
-
},
|
|
1397
|
-
summarizationOptions: {
|
|
1398
|
-
serializedName: "summarizationOptions",
|
|
1399
|
-
type: {
|
|
1400
|
-
name: "Composite",
|
|
1401
|
-
className: "SummarizationOptionsInternal",
|
|
1402
|
-
},
|
|
1403
|
-
},
|
|
1404
|
-
},
|
|
1405
|
-
},
|
|
1406
|
-
};
|
|
1407
|
-
export const RecognizeRequest = {
|
|
1408
|
-
type: {
|
|
1409
|
-
name: "Composite",
|
|
1410
|
-
className: "RecognizeRequest",
|
|
1411
|
-
modelProperties: {
|
|
1412
|
-
recognizeInputType: {
|
|
1413
|
-
serializedName: "recognizeInputType",
|
|
1414
|
-
required: true,
|
|
1415
|
-
type: {
|
|
1416
|
-
name: "String",
|
|
1417
|
-
},
|
|
1418
|
-
},
|
|
1419
|
-
playPrompt: {
|
|
1420
|
-
serializedName: "playPrompt",
|
|
1421
|
-
type: {
|
|
1422
|
-
name: "Composite",
|
|
1423
|
-
className: "PlaySourceInternal",
|
|
1424
|
-
},
|
|
1425
|
-
},
|
|
1426
|
-
playPrompts: {
|
|
1427
|
-
serializedName: "playPrompts",
|
|
1428
|
-
type: {
|
|
1429
|
-
name: "Sequence",
|
|
1430
|
-
element: {
|
|
1431
|
-
type: {
|
|
1432
|
-
name: "Composite",
|
|
1433
|
-
className: "PlaySourceInternal",
|
|
1434
|
-
},
|
|
1435
|
-
},
|
|
1436
|
-
},
|
|
1437
|
-
},
|
|
1438
|
-
interruptCallMediaOperation: {
|
|
1439
|
-
serializedName: "interruptCallMediaOperation",
|
|
1440
|
-
type: {
|
|
1441
|
-
name: "Boolean",
|
|
1442
|
-
},
|
|
1443
|
-
},
|
|
1444
|
-
recognizeOptions: {
|
|
1445
|
-
serializedName: "recognizeOptions",
|
|
1446
|
-
type: {
|
|
1447
|
-
name: "Composite",
|
|
1448
|
-
className: "RecognizeOptions",
|
|
1449
|
-
},
|
|
1450
|
-
},
|
|
1451
|
-
operationContext: {
|
|
1452
|
-
serializedName: "operationContext",
|
|
1453
|
-
type: {
|
|
1454
|
-
name: "String",
|
|
1455
|
-
},
|
|
1456
|
-
},
|
|
1457
|
-
operationCallbackUri: {
|
|
1458
|
-
serializedName: "operationCallbackUri",
|
|
1459
|
-
type: {
|
|
1460
|
-
name: "String",
|
|
1461
|
-
},
|
|
1462
|
-
},
|
|
1463
|
-
},
|
|
1464
|
-
},
|
|
1465
|
-
};
|
|
1466
|
-
export const RecognizeOptions = {
|
|
1467
|
-
type: {
|
|
1468
|
-
name: "Composite",
|
|
1469
|
-
className: "RecognizeOptions",
|
|
1470
|
-
modelProperties: {
|
|
1471
|
-
interruptPrompt: {
|
|
1472
|
-
serializedName: "interruptPrompt",
|
|
1473
|
-
type: {
|
|
1474
|
-
name: "Boolean",
|
|
1475
|
-
},
|
|
1476
|
-
},
|
|
1477
|
-
initialSilenceTimeoutInSeconds: {
|
|
1478
|
-
constraints: {
|
|
1479
|
-
InclusiveMaximum: 300,
|
|
1480
|
-
InclusiveMinimum: 0,
|
|
1481
|
-
},
|
|
1482
|
-
serializedName: "initialSilenceTimeoutInSeconds",
|
|
1483
|
-
type: {
|
|
1484
|
-
name: "Number",
|
|
1485
|
-
},
|
|
1486
|
-
},
|
|
1487
|
-
targetParticipant: {
|
|
1488
|
-
serializedName: "targetParticipant",
|
|
1489
|
-
type: {
|
|
1490
|
-
name: "Composite",
|
|
1491
|
-
className: "CommunicationIdentifierModel",
|
|
1492
|
-
},
|
|
1493
|
-
},
|
|
1494
|
-
speechLanguage: {
|
|
1495
|
-
serializedName: "speechLanguage",
|
|
1496
|
-
type: {
|
|
1497
|
-
name: "String",
|
|
1498
|
-
},
|
|
1499
|
-
},
|
|
1500
|
-
speechLanguages: {
|
|
1501
|
-
serializedName: "speechLanguages",
|
|
1502
|
-
type: {
|
|
1503
|
-
name: "Sequence",
|
|
1504
|
-
element: {
|
|
1505
|
-
type: {
|
|
1506
|
-
name: "String",
|
|
1507
|
-
},
|
|
1508
|
-
},
|
|
1509
|
-
},
|
|
1510
|
-
},
|
|
1511
|
-
enableSentimentAnalysis: {
|
|
1512
|
-
serializedName: "enableSentimentAnalysis",
|
|
1513
|
-
type: {
|
|
1514
|
-
name: "Boolean",
|
|
1515
|
-
},
|
|
1516
|
-
},
|
|
1517
|
-
speechRecognitionModelEndpointId: {
|
|
1518
|
-
serializedName: "speechRecognitionModelEndpointId",
|
|
1519
|
-
type: {
|
|
1520
|
-
name: "String",
|
|
1521
|
-
},
|
|
1522
|
-
},
|
|
1523
|
-
dtmfOptions: {
|
|
1524
|
-
serializedName: "dtmfOptions",
|
|
1525
|
-
type: {
|
|
1526
|
-
name: "Composite",
|
|
1527
|
-
className: "DtmfOptions",
|
|
1528
|
-
},
|
|
1529
|
-
},
|
|
1530
|
-
choices: {
|
|
1531
|
-
serializedName: "choices",
|
|
1532
|
-
type: {
|
|
1533
|
-
name: "Sequence",
|
|
1534
|
-
element: {
|
|
1535
|
-
type: {
|
|
1536
|
-
name: "Composite",
|
|
1537
|
-
className: "Choice",
|
|
1538
|
-
},
|
|
1539
|
-
},
|
|
1540
|
-
},
|
|
1541
|
-
},
|
|
1542
|
-
speechOptions: {
|
|
1543
|
-
serializedName: "speechOptions",
|
|
1544
|
-
type: {
|
|
1545
|
-
name: "Composite",
|
|
1546
|
-
className: "SpeechOptions",
|
|
1547
|
-
},
|
|
1548
|
-
},
|
|
1549
|
-
},
|
|
1550
|
-
},
|
|
1551
|
-
};
|
|
1552
|
-
export const DtmfOptions = {
|
|
1553
|
-
type: {
|
|
1554
|
-
name: "Composite",
|
|
1555
|
-
className: "DtmfOptions",
|
|
1556
|
-
modelProperties: {
|
|
1557
|
-
interToneTimeoutInSeconds: {
|
|
1558
|
-
constraints: {
|
|
1559
|
-
InclusiveMaximum: 60,
|
|
1560
|
-
InclusiveMinimum: 1,
|
|
1561
|
-
},
|
|
1562
|
-
serializedName: "interToneTimeoutInSeconds",
|
|
1563
|
-
type: {
|
|
1564
|
-
name: "Number",
|
|
1565
|
-
},
|
|
1566
|
-
},
|
|
1567
|
-
maxTonesToCollect: {
|
|
1568
|
-
serializedName: "maxTonesToCollect",
|
|
1569
|
-
type: {
|
|
1570
|
-
name: "Number",
|
|
1571
|
-
},
|
|
1572
|
-
},
|
|
1573
|
-
stopTones: {
|
|
1574
|
-
serializedName: "stopTones",
|
|
1575
|
-
type: {
|
|
1576
|
-
name: "Sequence",
|
|
1577
|
-
element: {
|
|
1578
|
-
type: {
|
|
1579
|
-
name: "String",
|
|
1580
|
-
},
|
|
1581
|
-
},
|
|
1582
|
-
},
|
|
1583
|
-
},
|
|
1584
|
-
},
|
|
1585
|
-
},
|
|
1586
|
-
};
|
|
1587
|
-
export const Choice = {
|
|
1588
|
-
type: {
|
|
1589
|
-
name: "Composite",
|
|
1590
|
-
className: "Choice",
|
|
1591
|
-
modelProperties: {
|
|
1592
|
-
label: {
|
|
1593
|
-
serializedName: "label",
|
|
1594
|
-
required: true,
|
|
1595
|
-
type: {
|
|
1596
|
-
name: "String",
|
|
1597
|
-
},
|
|
1598
|
-
},
|
|
1599
|
-
phrases: {
|
|
1600
|
-
serializedName: "phrases",
|
|
1601
|
-
required: true,
|
|
1602
|
-
type: {
|
|
1603
|
-
name: "Sequence",
|
|
1604
|
-
element: {
|
|
1605
|
-
type: {
|
|
1606
|
-
name: "String",
|
|
1607
|
-
},
|
|
1608
|
-
},
|
|
1609
|
-
},
|
|
1610
|
-
},
|
|
1611
|
-
tone: {
|
|
1612
|
-
serializedName: "tone",
|
|
1613
|
-
type: {
|
|
1614
|
-
name: "String",
|
|
1615
|
-
},
|
|
1616
|
-
},
|
|
1617
|
-
},
|
|
1618
|
-
},
|
|
1619
|
-
};
|
|
1620
|
-
export const SpeechOptions = {
|
|
1621
|
-
type: {
|
|
1622
|
-
name: "Composite",
|
|
1623
|
-
className: "SpeechOptions",
|
|
1624
|
-
modelProperties: {
|
|
1625
|
-
endSilenceTimeoutInMs: {
|
|
1626
|
-
serializedName: "endSilenceTimeoutInMs",
|
|
1627
|
-
type: {
|
|
1628
|
-
name: "Number",
|
|
1629
|
-
},
|
|
1630
|
-
},
|
|
1631
|
-
},
|
|
1632
|
-
},
|
|
1633
|
-
};
|
|
1634
|
-
export const ContinuousDtmfRecognitionRequest = {
|
|
1635
|
-
type: {
|
|
1636
|
-
name: "Composite",
|
|
1637
|
-
className: "ContinuousDtmfRecognitionRequest",
|
|
1638
|
-
modelProperties: {
|
|
1639
|
-
targetParticipant: {
|
|
1640
|
-
serializedName: "targetParticipant",
|
|
1641
|
-
type: {
|
|
1642
|
-
name: "Composite",
|
|
1643
|
-
className: "CommunicationIdentifierModel",
|
|
1644
|
-
},
|
|
1645
|
-
},
|
|
1646
|
-
operationContext: {
|
|
1647
|
-
serializedName: "operationContext",
|
|
1648
|
-
type: {
|
|
1649
|
-
name: "String",
|
|
1650
|
-
},
|
|
1651
|
-
},
|
|
1652
|
-
operationCallbackUri: {
|
|
1653
|
-
serializedName: "operationCallbackUri",
|
|
1654
|
-
type: {
|
|
1655
|
-
name: "String",
|
|
1656
|
-
},
|
|
1657
|
-
},
|
|
1658
|
-
},
|
|
1659
|
-
},
|
|
1660
|
-
};
|
|
1661
|
-
export const SendDtmfTonesRequest = {
|
|
1662
|
-
type: {
|
|
1663
|
-
name: "Composite",
|
|
1664
|
-
className: "SendDtmfTonesRequest",
|
|
1665
|
-
modelProperties: {
|
|
1666
|
-
tones: {
|
|
1667
|
-
serializedName: "tones",
|
|
1668
|
-
required: true,
|
|
1669
|
-
type: {
|
|
1670
|
-
name: "Sequence",
|
|
1671
|
-
element: {
|
|
1672
|
-
type: {
|
|
1673
|
-
name: "String",
|
|
1674
|
-
},
|
|
1675
|
-
},
|
|
1676
|
-
},
|
|
1677
|
-
},
|
|
1678
|
-
targetParticipant: {
|
|
1679
|
-
serializedName: "targetParticipant",
|
|
1680
|
-
type: {
|
|
1681
|
-
name: "Composite",
|
|
1682
|
-
className: "CommunicationIdentifierModel",
|
|
1683
|
-
},
|
|
1684
|
-
},
|
|
1685
|
-
operationContext: {
|
|
1686
|
-
serializedName: "operationContext",
|
|
1687
|
-
type: {
|
|
1688
|
-
name: "String",
|
|
1689
|
-
},
|
|
1690
|
-
},
|
|
1691
|
-
operationCallbackUri: {
|
|
1692
|
-
serializedName: "operationCallbackUri",
|
|
1693
|
-
type: {
|
|
1694
|
-
name: "String",
|
|
1695
|
-
},
|
|
1696
|
-
},
|
|
1697
|
-
},
|
|
1698
|
-
},
|
|
1699
|
-
};
|
|
1700
|
-
export const SendDtmfTonesResult = {
|
|
1701
|
-
type: {
|
|
1702
|
-
name: "Composite",
|
|
1703
|
-
className: "SendDtmfTonesResult",
|
|
1704
|
-
modelProperties: {
|
|
1705
|
-
operationContext: {
|
|
1706
|
-
serializedName: "operationContext",
|
|
1707
|
-
type: {
|
|
1708
|
-
name: "String",
|
|
1709
|
-
},
|
|
1710
|
-
},
|
|
1711
|
-
},
|
|
1712
|
-
},
|
|
1713
|
-
};
|
|
1714
|
-
export const HoldRequest = {
|
|
1715
|
-
type: {
|
|
1716
|
-
name: "Composite",
|
|
1717
|
-
className: "HoldRequest",
|
|
1718
|
-
modelProperties: {
|
|
1719
|
-
targetParticipant: {
|
|
1720
|
-
serializedName: "targetParticipant",
|
|
1721
|
-
type: {
|
|
1722
|
-
name: "Composite",
|
|
1723
|
-
className: "CommunicationIdentifierModel",
|
|
1724
|
-
},
|
|
1725
|
-
},
|
|
1726
|
-
playSourceInfo: {
|
|
1727
|
-
serializedName: "playSourceInfo",
|
|
1728
|
-
type: {
|
|
1729
|
-
name: "Composite",
|
|
1730
|
-
className: "PlaySourceInternal",
|
|
1731
|
-
},
|
|
1732
|
-
},
|
|
1733
|
-
operationContext: {
|
|
1734
|
-
serializedName: "operationContext",
|
|
1735
|
-
type: {
|
|
1736
|
-
name: "String",
|
|
1737
|
-
},
|
|
1738
|
-
},
|
|
1739
|
-
operationCallbackUri: {
|
|
1740
|
-
serializedName: "operationCallbackUri",
|
|
1741
|
-
type: {
|
|
1742
|
-
name: "String",
|
|
1743
|
-
},
|
|
1744
|
-
},
|
|
1745
|
-
},
|
|
1746
|
-
},
|
|
1747
|
-
};
|
|
1748
|
-
export const UnholdRequest = {
|
|
1749
|
-
type: {
|
|
1750
|
-
name: "Composite",
|
|
1751
|
-
className: "UnholdRequest",
|
|
1752
|
-
modelProperties: {
|
|
1753
|
-
targetParticipant: {
|
|
1754
|
-
serializedName: "targetParticipant",
|
|
1755
|
-
type: {
|
|
1756
|
-
name: "Composite",
|
|
1757
|
-
className: "CommunicationIdentifierModel",
|
|
1758
|
-
},
|
|
1759
|
-
},
|
|
1760
|
-
operationContext: {
|
|
1761
|
-
serializedName: "operationContext",
|
|
1762
|
-
type: {
|
|
1763
|
-
name: "String",
|
|
1764
|
-
},
|
|
1765
|
-
},
|
|
1766
|
-
operationCallbackUri: {
|
|
1767
|
-
serializedName: "operationCallbackUri",
|
|
1768
|
-
type: {
|
|
1769
|
-
name: "String",
|
|
1770
|
-
},
|
|
1771
|
-
},
|
|
1772
|
-
},
|
|
1773
|
-
},
|
|
1774
|
-
};
|
|
1775
|
-
export const StartMediaStreamingRequest = {
|
|
1776
|
-
type: {
|
|
1777
|
-
name: "Composite",
|
|
1778
|
-
className: "StartMediaStreamingRequest",
|
|
1779
|
-
modelProperties: {
|
|
1780
|
-
operationCallbackUri: {
|
|
1781
|
-
serializedName: "operationCallbackUri",
|
|
1782
|
-
type: {
|
|
1783
|
-
name: "String",
|
|
1784
|
-
},
|
|
1785
|
-
},
|
|
1786
|
-
operationContext: {
|
|
1787
|
-
serializedName: "operationContext",
|
|
1788
|
-
type: {
|
|
1789
|
-
name: "String",
|
|
1790
|
-
},
|
|
1791
|
-
},
|
|
1792
|
-
},
|
|
1793
|
-
},
|
|
1794
|
-
};
|
|
1795
|
-
export const StopMediaStreamingRequest = {
|
|
1796
|
-
type: {
|
|
1797
|
-
name: "Composite",
|
|
1798
|
-
className: "StopMediaStreamingRequest",
|
|
1799
|
-
modelProperties: {
|
|
1800
|
-
operationCallbackUri: {
|
|
1801
|
-
serializedName: "operationCallbackUri",
|
|
1802
|
-
type: {
|
|
1803
|
-
name: "String",
|
|
1804
|
-
},
|
|
1805
|
-
},
|
|
1806
|
-
operationContext: {
|
|
1807
|
-
serializedName: "operationContext",
|
|
1808
|
-
type: {
|
|
1809
|
-
name: "String",
|
|
1810
|
-
},
|
|
1811
|
-
},
|
|
1812
|
-
},
|
|
1813
|
-
},
|
|
1814
|
-
};
|
|
1815
|
-
export const GetParticipantsResponse = {
|
|
1816
|
-
type: {
|
|
1817
|
-
name: "Composite",
|
|
1818
|
-
className: "GetParticipantsResponse",
|
|
1819
|
-
modelProperties: {
|
|
1820
|
-
value: {
|
|
1821
|
-
serializedName: "value",
|
|
1822
|
-
required: true,
|
|
1823
|
-
type: {
|
|
1824
|
-
name: "Sequence",
|
|
1825
|
-
element: {
|
|
1826
|
-
type: {
|
|
1827
|
-
name: "Composite",
|
|
1828
|
-
className: "CallParticipantInternal",
|
|
1829
|
-
},
|
|
1830
|
-
},
|
|
1831
|
-
},
|
|
1832
|
-
},
|
|
1833
|
-
nextLink: {
|
|
1834
|
-
serializedName: "nextLink",
|
|
1835
|
-
type: {
|
|
1836
|
-
name: "String",
|
|
1837
|
-
},
|
|
1838
|
-
},
|
|
1839
|
-
},
|
|
1840
|
-
},
|
|
1841
|
-
};
|
|
1842
|
-
export const CallParticipantInternal = {
|
|
1843
|
-
type: {
|
|
1844
|
-
name: "Composite",
|
|
1845
|
-
className: "CallParticipantInternal",
|
|
1846
|
-
modelProperties: {
|
|
1847
|
-
identifier: {
|
|
1848
|
-
serializedName: "identifier",
|
|
1849
|
-
type: {
|
|
1850
|
-
name: "Composite",
|
|
1851
|
-
className: "CommunicationIdentifierModel",
|
|
1852
|
-
},
|
|
1853
|
-
},
|
|
1854
|
-
isMuted: {
|
|
1855
|
-
serializedName: "isMuted",
|
|
1856
|
-
type: {
|
|
1857
|
-
name: "Boolean",
|
|
1858
|
-
},
|
|
1859
|
-
},
|
|
1860
|
-
isOnHold: {
|
|
1861
|
-
serializedName: "isOnHold",
|
|
1862
|
-
type: {
|
|
1863
|
-
name: "Boolean",
|
|
1864
|
-
},
|
|
1865
|
-
},
|
|
1866
|
-
},
|
|
1867
|
-
},
|
|
1868
|
-
};
|
|
1869
|
-
export const AddParticipantRequest = {
|
|
1870
|
-
type: {
|
|
1871
|
-
name: "Composite",
|
|
1872
|
-
className: "AddParticipantRequest",
|
|
1873
|
-
modelProperties: {
|
|
1874
|
-
sourceCallerIdNumber: {
|
|
1875
|
-
serializedName: "sourceCallerIdNumber",
|
|
1876
|
-
type: {
|
|
1877
|
-
name: "Composite",
|
|
1878
|
-
className: "PhoneNumberIdentifierModel",
|
|
1879
|
-
},
|
|
1880
|
-
},
|
|
1881
|
-
sourceDisplayName: {
|
|
1882
|
-
serializedName: "sourceDisplayName",
|
|
1883
|
-
type: {
|
|
1884
|
-
name: "String",
|
|
1885
|
-
},
|
|
1886
|
-
},
|
|
1887
|
-
participantToAdd: {
|
|
1888
|
-
serializedName: "participantToAdd",
|
|
1889
|
-
type: {
|
|
1890
|
-
name: "Composite",
|
|
1891
|
-
className: "CommunicationIdentifierModel",
|
|
1892
|
-
},
|
|
1893
|
-
},
|
|
1894
|
-
invitationTimeoutInSeconds: {
|
|
1895
|
-
constraints: {
|
|
1896
|
-
InclusiveMaximum: 180,
|
|
1897
|
-
InclusiveMinimum: 0,
|
|
1898
|
-
},
|
|
1899
|
-
serializedName: "invitationTimeoutInSeconds",
|
|
1900
|
-
type: {
|
|
1901
|
-
name: "Number",
|
|
1902
|
-
},
|
|
1903
|
-
},
|
|
1904
|
-
operationContext: {
|
|
1905
|
-
serializedName: "operationContext",
|
|
1906
|
-
type: {
|
|
1907
|
-
name: "String",
|
|
1908
|
-
},
|
|
1909
|
-
},
|
|
1910
|
-
operationCallbackUri: {
|
|
1911
|
-
serializedName: "operationCallbackUri",
|
|
1912
|
-
type: {
|
|
1913
|
-
name: "String",
|
|
1914
|
-
},
|
|
1915
|
-
},
|
|
1916
|
-
customCallingContext: {
|
|
1917
|
-
serializedName: "customCallingContext",
|
|
1918
|
-
type: {
|
|
1919
|
-
name: "Composite",
|
|
1920
|
-
className: "CustomCallingContextInternal",
|
|
1921
|
-
},
|
|
1922
|
-
},
|
|
1923
|
-
},
|
|
1924
|
-
},
|
|
1925
|
-
};
|
|
1926
|
-
export const AddParticipantResponse = {
|
|
1927
|
-
type: {
|
|
1928
|
-
name: "Composite",
|
|
1929
|
-
className: "AddParticipantResponse",
|
|
1930
|
-
modelProperties: {
|
|
1931
|
-
participant: {
|
|
1932
|
-
serializedName: "participant",
|
|
1933
|
-
type: {
|
|
1934
|
-
name: "Composite",
|
|
1935
|
-
className: "CallParticipantInternal",
|
|
1936
|
-
},
|
|
1937
|
-
},
|
|
1938
|
-
operationContext: {
|
|
1939
|
-
serializedName: "operationContext",
|
|
1940
|
-
type: {
|
|
1941
|
-
name: "String",
|
|
1942
|
-
},
|
|
1943
|
-
},
|
|
1944
|
-
invitationId: {
|
|
1945
|
-
serializedName: "invitationId",
|
|
1946
|
-
type: {
|
|
1947
|
-
name: "String",
|
|
1948
|
-
},
|
|
1949
|
-
},
|
|
1950
|
-
},
|
|
1951
|
-
},
|
|
1952
|
-
};
|
|
1953
|
-
export const RemoveParticipantRequest = {
|
|
1954
|
-
type: {
|
|
1955
|
-
name: "Composite",
|
|
1956
|
-
className: "RemoveParticipantRequest",
|
|
1957
|
-
modelProperties: {
|
|
1958
|
-
participantToRemove: {
|
|
1959
|
-
serializedName: "participantToRemove",
|
|
1960
|
-
type: {
|
|
1961
|
-
name: "Composite",
|
|
1962
|
-
className: "CommunicationIdentifierModel",
|
|
1963
|
-
},
|
|
1964
|
-
},
|
|
1965
|
-
operationContext: {
|
|
1966
|
-
serializedName: "operationContext",
|
|
1967
|
-
type: {
|
|
1968
|
-
name: "String",
|
|
1969
|
-
},
|
|
1970
|
-
},
|
|
1971
|
-
operationCallbackUri: {
|
|
1972
|
-
serializedName: "operationCallbackUri",
|
|
1973
|
-
type: {
|
|
1974
|
-
name: "String",
|
|
1975
|
-
},
|
|
1976
|
-
},
|
|
1977
|
-
},
|
|
1978
|
-
},
|
|
1979
|
-
};
|
|
1980
|
-
export const RemoveParticipantResponse = {
|
|
1981
|
-
type: {
|
|
1982
|
-
name: "Composite",
|
|
1983
|
-
className: "RemoveParticipantResponse",
|
|
1984
|
-
modelProperties: {
|
|
1985
|
-
operationContext: {
|
|
1986
|
-
serializedName: "operationContext",
|
|
1987
|
-
type: {
|
|
1988
|
-
name: "String",
|
|
1989
|
-
},
|
|
1990
|
-
},
|
|
1991
|
-
},
|
|
1992
|
-
},
|
|
1993
|
-
};
|
|
1994
|
-
export const MuteParticipantsRequest = {
|
|
1995
|
-
type: {
|
|
1996
|
-
name: "Composite",
|
|
1997
|
-
className: "MuteParticipantsRequest",
|
|
1998
|
-
modelProperties: {
|
|
1999
|
-
targetParticipants: {
|
|
2000
|
-
serializedName: "targetParticipants",
|
|
2001
|
-
required: true,
|
|
2002
|
-
type: {
|
|
2003
|
-
name: "Sequence",
|
|
2004
|
-
element: {
|
|
2005
|
-
type: {
|
|
2006
|
-
name: "Composite",
|
|
2007
|
-
className: "CommunicationIdentifierModel",
|
|
2008
|
-
},
|
|
2009
|
-
},
|
|
2010
|
-
},
|
|
2011
|
-
},
|
|
2012
|
-
operationContext: {
|
|
2013
|
-
serializedName: "operationContext",
|
|
2014
|
-
type: {
|
|
2015
|
-
name: "String",
|
|
2016
|
-
},
|
|
2017
|
-
},
|
|
2018
|
-
},
|
|
2019
|
-
},
|
|
2020
|
-
};
|
|
2021
|
-
export const MuteParticipantsResult = {
|
|
2022
|
-
type: {
|
|
2023
|
-
name: "Composite",
|
|
2024
|
-
className: "MuteParticipantsResult",
|
|
2025
|
-
modelProperties: {
|
|
2026
|
-
operationContext: {
|
|
2027
|
-
serializedName: "operationContext",
|
|
2028
|
-
type: {
|
|
2029
|
-
name: "String",
|
|
2030
|
-
},
|
|
2031
|
-
},
|
|
2032
|
-
},
|
|
2033
|
-
},
|
|
2034
|
-
};
|
|
2035
|
-
export const CancelAddParticipantRequest = {
|
|
2036
|
-
type: {
|
|
2037
|
-
name: "Composite",
|
|
2038
|
-
className: "CancelAddParticipantRequest",
|
|
2039
|
-
modelProperties: {
|
|
2040
|
-
invitationId: {
|
|
2041
|
-
serializedName: "invitationId",
|
|
2042
|
-
required: true,
|
|
2043
|
-
type: {
|
|
2044
|
-
name: "String",
|
|
2045
|
-
},
|
|
2046
|
-
},
|
|
2047
|
-
operationContext: {
|
|
2048
|
-
serializedName: "operationContext",
|
|
2049
|
-
type: {
|
|
2050
|
-
name: "String",
|
|
2051
|
-
},
|
|
2052
|
-
},
|
|
2053
|
-
operationCallbackUri: {
|
|
2054
|
-
serializedName: "operationCallbackUri",
|
|
2055
|
-
type: {
|
|
2056
|
-
name: "String",
|
|
2057
|
-
},
|
|
2058
|
-
},
|
|
2059
|
-
},
|
|
2060
|
-
},
|
|
2061
|
-
};
|
|
2062
|
-
export const CancelAddParticipantResponse = {
|
|
2063
|
-
type: {
|
|
2064
|
-
name: "Composite",
|
|
2065
|
-
className: "CancelAddParticipantResponse",
|
|
2066
|
-
modelProperties: {
|
|
2067
|
-
invitationId: {
|
|
2068
|
-
serializedName: "invitationId",
|
|
2069
|
-
type: {
|
|
2070
|
-
name: "String",
|
|
2071
|
-
},
|
|
2072
|
-
},
|
|
2073
|
-
operationContext: {
|
|
2074
|
-
serializedName: "operationContext",
|
|
2075
|
-
type: {
|
|
2076
|
-
name: "String",
|
|
2077
|
-
},
|
|
2078
|
-
},
|
|
2079
|
-
},
|
|
2080
|
-
},
|
|
2081
|
-
};
|
|
2082
|
-
export const MoveParticipantsRequest = {
|
|
2083
|
-
type: {
|
|
2084
|
-
name: "Composite",
|
|
2085
|
-
className: "MoveParticipantsRequest",
|
|
2086
|
-
modelProperties: {
|
|
2087
|
-
targetParticipants: {
|
|
2088
|
-
serializedName: "targetParticipants",
|
|
2089
|
-
required: true,
|
|
2090
|
-
type: {
|
|
2091
|
-
name: "Sequence",
|
|
2092
|
-
element: {
|
|
2093
|
-
type: {
|
|
2094
|
-
name: "Composite",
|
|
2095
|
-
className: "CommunicationIdentifierModel",
|
|
2096
|
-
},
|
|
2097
|
-
},
|
|
2098
|
-
},
|
|
2099
|
-
},
|
|
2100
|
-
operationContext: {
|
|
2101
|
-
serializedName: "operationContext",
|
|
2102
|
-
type: {
|
|
2103
|
-
name: "String",
|
|
2104
|
-
},
|
|
2105
|
-
},
|
|
2106
|
-
operationCallbackUri: {
|
|
2107
|
-
serializedName: "operationCallbackUri",
|
|
2108
|
-
type: {
|
|
2109
|
-
name: "String",
|
|
2110
|
-
},
|
|
2111
|
-
},
|
|
2112
|
-
fromCall: {
|
|
2113
|
-
serializedName: "fromCall",
|
|
2114
|
-
required: true,
|
|
2115
|
-
type: {
|
|
2116
|
-
name: "String",
|
|
2117
|
-
},
|
|
2118
|
-
},
|
|
2119
|
-
},
|
|
2120
|
-
},
|
|
2121
|
-
};
|
|
2122
|
-
export const MoveParticipantsResponse = {
|
|
2123
|
-
type: {
|
|
2124
|
-
name: "Composite",
|
|
2125
|
-
className: "MoveParticipantsResponse",
|
|
2126
|
-
modelProperties: {
|
|
2127
|
-
participants: {
|
|
2128
|
-
serializedName: "participants",
|
|
2129
|
-
type: {
|
|
2130
|
-
name: "Sequence",
|
|
2131
|
-
element: {
|
|
2132
|
-
type: {
|
|
2133
|
-
name: "Composite",
|
|
2134
|
-
className: "CallParticipantInternal",
|
|
2135
|
-
},
|
|
2136
|
-
},
|
|
2137
|
-
},
|
|
2138
|
-
},
|
|
2139
|
-
operationContext: {
|
|
2140
|
-
serializedName: "operationContext",
|
|
2141
|
-
type: {
|
|
2142
|
-
name: "String",
|
|
2143
|
-
},
|
|
2144
|
-
},
|
|
2145
|
-
fromCall: {
|
|
2146
|
-
serializedName: "fromCall",
|
|
2147
|
-
type: {
|
|
2148
|
-
name: "String",
|
|
2149
|
-
},
|
|
2150
|
-
},
|
|
2151
|
-
},
|
|
2152
|
-
},
|
|
2153
|
-
};
|
|
2154
|
-
export const StartCallRecordingRequest = {
|
|
2155
|
-
type: {
|
|
2156
|
-
name: "Composite",
|
|
2157
|
-
className: "StartCallRecordingRequest",
|
|
2158
|
-
modelProperties: {
|
|
2159
|
-
callLocator: {
|
|
2160
|
-
serializedName: "callLocator",
|
|
2161
|
-
type: {
|
|
2162
|
-
name: "Composite",
|
|
2163
|
-
className: "CallLocator",
|
|
2164
|
-
},
|
|
2165
|
-
},
|
|
2166
|
-
callConnectionId: {
|
|
2167
|
-
serializedName: "callConnectionId",
|
|
2168
|
-
type: {
|
|
2169
|
-
name: "String",
|
|
2170
|
-
},
|
|
2171
|
-
},
|
|
2172
|
-
recordingStateCallbackUri: {
|
|
2173
|
-
serializedName: "recordingStateCallbackUri",
|
|
2174
|
-
type: {
|
|
2175
|
-
name: "String",
|
|
2176
|
-
},
|
|
2177
|
-
},
|
|
2178
|
-
recordingContentType: {
|
|
2179
|
-
serializedName: "recordingContentType",
|
|
2180
|
-
type: {
|
|
2181
|
-
name: "String",
|
|
2182
|
-
},
|
|
2183
|
-
},
|
|
2184
|
-
recordingChannelType: {
|
|
2185
|
-
serializedName: "recordingChannelType",
|
|
2186
|
-
type: {
|
|
2187
|
-
name: "String",
|
|
2188
|
-
},
|
|
2189
|
-
},
|
|
2190
|
-
recordingFormatType: {
|
|
2191
|
-
serializedName: "recordingFormatType",
|
|
2192
|
-
type: {
|
|
2193
|
-
name: "String",
|
|
2194
|
-
},
|
|
2195
|
-
},
|
|
2196
|
-
audioChannelParticipantOrdering: {
|
|
2197
|
-
serializedName: "audioChannelParticipantOrdering",
|
|
2198
|
-
type: {
|
|
2199
|
-
name: "Sequence",
|
|
2200
|
-
element: {
|
|
2201
|
-
type: {
|
|
2202
|
-
name: "Composite",
|
|
2203
|
-
className: "CommunicationIdentifierModel",
|
|
2204
|
-
},
|
|
2205
|
-
},
|
|
2206
|
-
},
|
|
2207
|
-
},
|
|
2208
|
-
channelAffinity: {
|
|
2209
|
-
serializedName: "channelAffinity",
|
|
2210
|
-
type: {
|
|
2211
|
-
name: "Sequence",
|
|
2212
|
-
element: {
|
|
2213
|
-
type: {
|
|
2214
|
-
name: "Composite",
|
|
2215
|
-
className: "ChannelAffinity",
|
|
2216
|
-
},
|
|
2217
|
-
},
|
|
2218
|
-
},
|
|
2219
|
-
},
|
|
2220
|
-
pauseOnStart: {
|
|
2221
|
-
serializedName: "pauseOnStart",
|
|
2222
|
-
type: {
|
|
2223
|
-
name: "Boolean",
|
|
2224
|
-
},
|
|
2225
|
-
},
|
|
2226
|
-
recordingStorage: {
|
|
2227
|
-
serializedName: "externalStorage",
|
|
2228
|
-
type: {
|
|
2229
|
-
name: "Composite",
|
|
2230
|
-
className: "RecordingStorage",
|
|
2231
|
-
},
|
|
2232
|
-
},
|
|
2233
|
-
},
|
|
2234
|
-
},
|
|
2235
|
-
};
|
|
2236
|
-
export const ChannelAffinity = {
|
|
2237
|
-
type: {
|
|
2238
|
-
name: "Composite",
|
|
2239
|
-
className: "ChannelAffinity",
|
|
2240
|
-
modelProperties: {
|
|
2241
|
-
channel: {
|
|
2242
|
-
constraints: {
|
|
2243
|
-
InclusiveMaximum: 4,
|
|
2244
|
-
InclusiveMinimum: 0,
|
|
2245
|
-
},
|
|
2246
|
-
serializedName: "channel",
|
|
2247
|
-
type: {
|
|
2248
|
-
name: "Number",
|
|
2249
|
-
},
|
|
2250
|
-
},
|
|
2251
|
-
participant: {
|
|
2252
|
-
serializedName: "participant",
|
|
2253
|
-
type: {
|
|
2254
|
-
name: "Composite",
|
|
2255
|
-
className: "CommunicationIdentifierModel",
|
|
2256
|
-
},
|
|
2257
|
-
},
|
|
2258
|
-
},
|
|
2259
|
-
},
|
|
2260
|
-
};
|
|
2261
|
-
export const RecordingStorage = {
|
|
2262
|
-
type: {
|
|
2263
|
-
name: "Composite",
|
|
2264
|
-
className: "RecordingStorage",
|
|
2265
|
-
modelProperties: {
|
|
2266
|
-
recordingStorageKind: {
|
|
2267
|
-
serializedName: "recordingStorageKind",
|
|
2268
|
-
required: true,
|
|
2269
|
-
type: {
|
|
2270
|
-
name: "String",
|
|
2271
|
-
},
|
|
2272
|
-
},
|
|
2273
|
-
recordingDestinationContainerUrl: {
|
|
2274
|
-
serializedName: "recordingDestinationContainerUrl",
|
|
2275
|
-
type: {
|
|
2276
|
-
name: "String",
|
|
2277
|
-
},
|
|
2278
|
-
},
|
|
2279
|
-
},
|
|
2280
|
-
},
|
|
2281
|
-
};
|
|
2282
|
-
export const RecordingStateResponse = {
|
|
2283
|
-
type: {
|
|
2284
|
-
name: "Composite",
|
|
2285
|
-
className: "RecordingStateResponse",
|
|
2286
|
-
modelProperties: {
|
|
2287
|
-
recordingId: {
|
|
2288
|
-
serializedName: "recordingId",
|
|
2289
|
-
type: {
|
|
2290
|
-
name: "String",
|
|
2291
|
-
},
|
|
2292
|
-
},
|
|
2293
|
-
recordingState: {
|
|
2294
|
-
serializedName: "recordingState",
|
|
2295
|
-
type: {
|
|
2296
|
-
name: "String",
|
|
2297
|
-
},
|
|
2298
|
-
},
|
|
2299
|
-
recordingKind: {
|
|
2300
|
-
serializedName: "recordingKind",
|
|
2301
|
-
type: {
|
|
2302
|
-
name: "String",
|
|
2303
|
-
},
|
|
2304
|
-
},
|
|
2305
|
-
},
|
|
2306
|
-
},
|
|
2307
|
-
};
|
|
2308
|
-
export const AddParticipantFailed = {
|
|
2309
|
-
type: {
|
|
2310
|
-
name: "Composite",
|
|
2311
|
-
className: "AddParticipantFailed",
|
|
2312
|
-
modelProperties: {
|
|
2313
|
-
callConnectionId: {
|
|
2314
|
-
serializedName: "callConnectionId",
|
|
2315
|
-
type: {
|
|
2316
|
-
name: "String",
|
|
2317
|
-
},
|
|
2318
|
-
},
|
|
2319
|
-
serverCallId: {
|
|
2320
|
-
serializedName: "serverCallId",
|
|
2321
|
-
type: {
|
|
2322
|
-
name: "String",
|
|
2323
|
-
},
|
|
2324
|
-
},
|
|
2325
|
-
correlationId: {
|
|
2326
|
-
serializedName: "correlationId",
|
|
2327
|
-
type: {
|
|
2328
|
-
name: "String",
|
|
2329
|
-
},
|
|
2330
|
-
},
|
|
2331
|
-
operationContext: {
|
|
2332
|
-
serializedName: "operationContext",
|
|
2333
|
-
type: {
|
|
2334
|
-
name: "String",
|
|
2335
|
-
},
|
|
2336
|
-
},
|
|
2337
|
-
resultInformation: {
|
|
2338
|
-
serializedName: "resultInformation",
|
|
2339
|
-
type: {
|
|
2340
|
-
name: "Composite",
|
|
2341
|
-
className: "ResultInformation",
|
|
2342
|
-
},
|
|
2343
|
-
},
|
|
2344
|
-
participant: {
|
|
2345
|
-
serializedName: "participant",
|
|
2346
|
-
type: {
|
|
2347
|
-
name: "Composite",
|
|
2348
|
-
className: "CommunicationIdentifierModel",
|
|
2349
|
-
},
|
|
2350
|
-
},
|
|
2351
|
-
},
|
|
2352
|
-
},
|
|
2353
|
-
};
|
|
2354
|
-
export const ResultInformation = {
|
|
2355
|
-
type: {
|
|
2356
|
-
name: "Composite",
|
|
2357
|
-
className: "ResultInformation",
|
|
2358
|
-
modelProperties: {
|
|
2359
|
-
code: {
|
|
2360
|
-
serializedName: "code",
|
|
2361
|
-
type: {
|
|
2362
|
-
name: "Number",
|
|
2363
|
-
},
|
|
2364
|
-
},
|
|
2365
|
-
subCode: {
|
|
2366
|
-
serializedName: "subCode",
|
|
2367
|
-
type: {
|
|
2368
|
-
name: "Number",
|
|
2369
|
-
},
|
|
2370
|
-
},
|
|
2371
|
-
message: {
|
|
2372
|
-
serializedName: "message",
|
|
2373
|
-
type: {
|
|
2374
|
-
name: "String",
|
|
2375
|
-
},
|
|
2376
|
-
},
|
|
2377
|
-
sipDetails: {
|
|
2378
|
-
serializedName: "sipDetails",
|
|
2379
|
-
type: {
|
|
2380
|
-
name: "Composite",
|
|
2381
|
-
className: "SipDiagnosticInfo",
|
|
2382
|
-
},
|
|
2383
|
-
},
|
|
2384
|
-
q850Details: {
|
|
2385
|
-
serializedName: "q850Details",
|
|
2386
|
-
type: {
|
|
2387
|
-
name: "Composite",
|
|
2388
|
-
className: "SipDiagnosticInfo",
|
|
2389
|
-
},
|
|
2390
|
-
},
|
|
2391
|
-
},
|
|
2392
|
-
},
|
|
2393
|
-
};
|
|
2394
|
-
export const SipDiagnosticInfo = {
|
|
2395
|
-
type: {
|
|
2396
|
-
name: "Composite",
|
|
2397
|
-
className: "SipDiagnosticInfo",
|
|
2398
|
-
modelProperties: {
|
|
2399
|
-
code: {
|
|
2400
|
-
serializedName: "code",
|
|
2401
|
-
type: {
|
|
2402
|
-
name: "Number",
|
|
2403
|
-
},
|
|
2404
|
-
},
|
|
2405
|
-
message: {
|
|
2406
|
-
serializedName: "message",
|
|
2407
|
-
type: {
|
|
2408
|
-
name: "String",
|
|
2409
|
-
},
|
|
2410
|
-
},
|
|
2411
|
-
},
|
|
2412
|
-
},
|
|
2413
|
-
};
|
|
2414
|
-
export const AddParticipantSucceeded = {
|
|
2415
|
-
type: {
|
|
2416
|
-
name: "Composite",
|
|
2417
|
-
className: "AddParticipantSucceeded",
|
|
2418
|
-
modelProperties: {
|
|
2419
|
-
callConnectionId: {
|
|
2420
|
-
serializedName: "callConnectionId",
|
|
2421
|
-
type: {
|
|
2422
|
-
name: "String",
|
|
2423
|
-
},
|
|
2424
|
-
},
|
|
2425
|
-
serverCallId: {
|
|
2426
|
-
serializedName: "serverCallId",
|
|
2427
|
-
type: {
|
|
2428
|
-
name: "String",
|
|
2429
|
-
},
|
|
2430
|
-
},
|
|
2431
|
-
correlationId: {
|
|
2432
|
-
serializedName: "correlationId",
|
|
2433
|
-
type: {
|
|
2434
|
-
name: "String",
|
|
2435
|
-
},
|
|
2436
|
-
},
|
|
2437
|
-
operationContext: {
|
|
2438
|
-
serializedName: "operationContext",
|
|
2439
|
-
type: {
|
|
2440
|
-
name: "String",
|
|
2441
|
-
},
|
|
2442
|
-
},
|
|
2443
|
-
resultInformation: {
|
|
2444
|
-
serializedName: "resultInformation",
|
|
2445
|
-
type: {
|
|
2446
|
-
name: "Composite",
|
|
2447
|
-
className: "ResultInformation",
|
|
2448
|
-
},
|
|
2449
|
-
},
|
|
2450
|
-
participant: {
|
|
2451
|
-
serializedName: "participant",
|
|
2452
|
-
type: {
|
|
2453
|
-
name: "Composite",
|
|
2454
|
-
className: "CommunicationIdentifierModel",
|
|
2455
|
-
},
|
|
2456
|
-
},
|
|
2457
|
-
},
|
|
2458
|
-
},
|
|
2459
|
-
};
|
|
2460
|
-
export const CallConnected = {
|
|
2461
|
-
type: {
|
|
2462
|
-
name: "Composite",
|
|
2463
|
-
className: "CallConnected",
|
|
2464
|
-
modelProperties: {
|
|
2465
|
-
callConnectionId: {
|
|
2466
|
-
serializedName: "callConnectionId",
|
|
2467
|
-
type: {
|
|
2468
|
-
name: "String",
|
|
2469
|
-
},
|
|
2470
|
-
},
|
|
2471
|
-
serverCallId: {
|
|
2472
|
-
serializedName: "serverCallId",
|
|
2473
|
-
type: {
|
|
2474
|
-
name: "String",
|
|
2475
|
-
},
|
|
2476
|
-
},
|
|
2477
|
-
correlationId: {
|
|
2478
|
-
serializedName: "correlationId",
|
|
2479
|
-
type: {
|
|
2480
|
-
name: "String",
|
|
2481
|
-
},
|
|
2482
|
-
},
|
|
2483
|
-
operationContext: {
|
|
2484
|
-
serializedName: "operationContext",
|
|
2485
|
-
type: {
|
|
2486
|
-
name: "String",
|
|
2487
|
-
},
|
|
2488
|
-
},
|
|
2489
|
-
resultInformation: {
|
|
2490
|
-
serializedName: "resultInformation",
|
|
2491
|
-
type: {
|
|
2492
|
-
name: "Composite",
|
|
2493
|
-
className: "ResultInformation",
|
|
2494
|
-
},
|
|
2495
|
-
},
|
|
2496
|
-
},
|
|
2497
|
-
},
|
|
2498
|
-
};
|
|
2499
|
-
export const CallDisconnected = {
|
|
2500
|
-
type: {
|
|
2501
|
-
name: "Composite",
|
|
2502
|
-
className: "CallDisconnected",
|
|
2503
|
-
modelProperties: {
|
|
2504
|
-
callConnectionId: {
|
|
2505
|
-
serializedName: "callConnectionId",
|
|
2506
|
-
type: {
|
|
2507
|
-
name: "String",
|
|
2508
|
-
},
|
|
2509
|
-
},
|
|
2510
|
-
serverCallId: {
|
|
2511
|
-
serializedName: "serverCallId",
|
|
2512
|
-
type: {
|
|
2513
|
-
name: "String",
|
|
2514
|
-
},
|
|
2515
|
-
},
|
|
2516
|
-
correlationId: {
|
|
2517
|
-
serializedName: "correlationId",
|
|
2518
|
-
type: {
|
|
2519
|
-
name: "String",
|
|
2520
|
-
},
|
|
2521
|
-
},
|
|
2522
|
-
operationContext: {
|
|
2523
|
-
serializedName: "operationContext",
|
|
2524
|
-
type: {
|
|
2525
|
-
name: "String",
|
|
2526
|
-
},
|
|
2527
|
-
},
|
|
2528
|
-
resultInformation: {
|
|
2529
|
-
serializedName: "resultInformation",
|
|
2530
|
-
type: {
|
|
2531
|
-
name: "Composite",
|
|
2532
|
-
className: "ResultInformation",
|
|
2533
|
-
},
|
|
2534
|
-
},
|
|
2535
|
-
},
|
|
2536
|
-
},
|
|
2537
|
-
};
|
|
2538
|
-
export const CallTransferAccepted = {
|
|
2539
|
-
type: {
|
|
2540
|
-
name: "Composite",
|
|
2541
|
-
className: "CallTransferAccepted",
|
|
2542
|
-
modelProperties: {
|
|
2543
|
-
callConnectionId: {
|
|
2544
|
-
serializedName: "callConnectionId",
|
|
2545
|
-
type: {
|
|
2546
|
-
name: "String",
|
|
2547
|
-
},
|
|
2548
|
-
},
|
|
2549
|
-
serverCallId: {
|
|
2550
|
-
serializedName: "serverCallId",
|
|
2551
|
-
type: {
|
|
2552
|
-
name: "String",
|
|
2553
|
-
},
|
|
2554
|
-
},
|
|
2555
|
-
correlationId: {
|
|
2556
|
-
serializedName: "correlationId",
|
|
2557
|
-
type: {
|
|
2558
|
-
name: "String",
|
|
2559
|
-
},
|
|
2560
|
-
},
|
|
2561
|
-
operationContext: {
|
|
2562
|
-
serializedName: "operationContext",
|
|
2563
|
-
type: {
|
|
2564
|
-
name: "String",
|
|
2565
|
-
},
|
|
2566
|
-
},
|
|
2567
|
-
resultInformation: {
|
|
2568
|
-
serializedName: "resultInformation",
|
|
2569
|
-
type: {
|
|
2570
|
-
name: "Composite",
|
|
2571
|
-
className: "ResultInformation",
|
|
2572
|
-
},
|
|
2573
|
-
},
|
|
2574
|
-
transferTarget: {
|
|
2575
|
-
serializedName: "transferTarget",
|
|
2576
|
-
type: {
|
|
2577
|
-
name: "Composite",
|
|
2578
|
-
className: "CommunicationIdentifierModel",
|
|
2579
|
-
},
|
|
2580
|
-
},
|
|
2581
|
-
transferee: {
|
|
2582
|
-
serializedName: "transferee",
|
|
2583
|
-
type: {
|
|
2584
|
-
name: "Composite",
|
|
2585
|
-
className: "CommunicationIdentifierModel",
|
|
2586
|
-
},
|
|
2587
|
-
},
|
|
2588
|
-
},
|
|
2589
|
-
},
|
|
2590
|
-
};
|
|
2591
|
-
export const CallTransferFailed = {
|
|
2592
|
-
type: {
|
|
2593
|
-
name: "Composite",
|
|
2594
|
-
className: "CallTransferFailed",
|
|
2595
|
-
modelProperties: {
|
|
2596
|
-
callConnectionId: {
|
|
2597
|
-
serializedName: "callConnectionId",
|
|
2598
|
-
type: {
|
|
2599
|
-
name: "String",
|
|
2600
|
-
},
|
|
2601
|
-
},
|
|
2602
|
-
serverCallId: {
|
|
2603
|
-
serializedName: "serverCallId",
|
|
2604
|
-
type: {
|
|
2605
|
-
name: "String",
|
|
2606
|
-
},
|
|
2607
|
-
},
|
|
2608
|
-
correlationId: {
|
|
2609
|
-
serializedName: "correlationId",
|
|
2610
|
-
type: {
|
|
2611
|
-
name: "String",
|
|
2612
|
-
},
|
|
2613
|
-
},
|
|
2614
|
-
operationContext: {
|
|
2615
|
-
serializedName: "operationContext",
|
|
2616
|
-
type: {
|
|
2617
|
-
name: "String",
|
|
2618
|
-
},
|
|
2619
|
-
},
|
|
2620
|
-
resultInformation: {
|
|
2621
|
-
serializedName: "resultInformation",
|
|
2622
|
-
type: {
|
|
2623
|
-
name: "Composite",
|
|
2624
|
-
className: "ResultInformation",
|
|
2625
|
-
},
|
|
2626
|
-
},
|
|
2627
|
-
},
|
|
2628
|
-
},
|
|
2629
|
-
};
|
|
2630
|
-
export const ParticipantsUpdated = {
|
|
2631
|
-
type: {
|
|
2632
|
-
name: "Composite",
|
|
2633
|
-
className: "ParticipantsUpdated",
|
|
2634
|
-
modelProperties: {
|
|
2635
|
-
callConnectionId: {
|
|
2636
|
-
serializedName: "callConnectionId",
|
|
2637
|
-
type: {
|
|
2638
|
-
name: "String",
|
|
2639
|
-
},
|
|
2640
|
-
},
|
|
2641
|
-
serverCallId: {
|
|
2642
|
-
serializedName: "serverCallId",
|
|
2643
|
-
type: {
|
|
2644
|
-
name: "String",
|
|
2645
|
-
},
|
|
2646
|
-
},
|
|
2647
|
-
correlationId: {
|
|
2648
|
-
serializedName: "correlationId",
|
|
2649
|
-
type: {
|
|
2650
|
-
name: "String",
|
|
2651
|
-
},
|
|
2652
|
-
},
|
|
2653
|
-
sequenceNumber: {
|
|
2654
|
-
serializedName: "sequenceNumber",
|
|
2655
|
-
type: {
|
|
2656
|
-
name: "Number",
|
|
2657
|
-
},
|
|
2658
|
-
},
|
|
2659
|
-
participants: {
|
|
2660
|
-
serializedName: "participants",
|
|
2661
|
-
type: {
|
|
2662
|
-
name: "Sequence",
|
|
2663
|
-
element: {
|
|
2664
|
-
type: {
|
|
2665
|
-
name: "Composite",
|
|
2666
|
-
className: "CallParticipantInternal",
|
|
2667
|
-
},
|
|
2668
|
-
},
|
|
2669
|
-
},
|
|
2670
|
-
},
|
|
2671
|
-
resultInformation: {
|
|
2672
|
-
serializedName: "resultInformation",
|
|
2673
|
-
type: {
|
|
2674
|
-
name: "Composite",
|
|
2675
|
-
className: "ResultInformation",
|
|
2676
|
-
},
|
|
2677
|
-
},
|
|
2678
|
-
},
|
|
2679
|
-
},
|
|
2680
|
-
};
|
|
2681
|
-
export const RemoveParticipantSucceeded = {
|
|
2682
|
-
type: {
|
|
2683
|
-
name: "Composite",
|
|
2684
|
-
className: "RemoveParticipantSucceeded",
|
|
2685
|
-
modelProperties: {
|
|
2686
|
-
callConnectionId: {
|
|
2687
|
-
serializedName: "callConnectionId",
|
|
2688
|
-
type: {
|
|
2689
|
-
name: "String",
|
|
2690
|
-
},
|
|
2691
|
-
},
|
|
2692
|
-
serverCallId: {
|
|
2693
|
-
serializedName: "serverCallId",
|
|
2694
|
-
type: {
|
|
2695
|
-
name: "String",
|
|
2696
|
-
},
|
|
2697
|
-
},
|
|
2698
|
-
correlationId: {
|
|
2699
|
-
serializedName: "correlationId",
|
|
2700
|
-
type: {
|
|
2701
|
-
name: "String",
|
|
2702
|
-
},
|
|
2703
|
-
},
|
|
2704
|
-
operationContext: {
|
|
2705
|
-
serializedName: "operationContext",
|
|
2706
|
-
type: {
|
|
2707
|
-
name: "String",
|
|
2708
|
-
},
|
|
2709
|
-
},
|
|
2710
|
-
resultInformation: {
|
|
2711
|
-
serializedName: "resultInformation",
|
|
2712
|
-
type: {
|
|
2713
|
-
name: "Composite",
|
|
2714
|
-
className: "ResultInformation",
|
|
2715
|
-
},
|
|
2716
|
-
},
|
|
2717
|
-
participant: {
|
|
2718
|
-
serializedName: "participant",
|
|
2719
|
-
type: {
|
|
2720
|
-
name: "Composite",
|
|
2721
|
-
className: "CommunicationIdentifierModel",
|
|
2722
|
-
},
|
|
2723
|
-
},
|
|
2724
|
-
},
|
|
2725
|
-
},
|
|
2726
|
-
};
|
|
2727
|
-
export const RemoveParticipantFailed = {
|
|
2728
|
-
type: {
|
|
2729
|
-
name: "Composite",
|
|
2730
|
-
className: "RemoveParticipantFailed",
|
|
2731
|
-
modelProperties: {
|
|
2732
|
-
callConnectionId: {
|
|
2733
|
-
serializedName: "callConnectionId",
|
|
2734
|
-
type: {
|
|
2735
|
-
name: "String",
|
|
2736
|
-
},
|
|
2737
|
-
},
|
|
2738
|
-
serverCallId: {
|
|
2739
|
-
serializedName: "serverCallId",
|
|
2740
|
-
type: {
|
|
2741
|
-
name: "String",
|
|
2742
|
-
},
|
|
2743
|
-
},
|
|
2744
|
-
correlationId: {
|
|
2745
|
-
serializedName: "correlationId",
|
|
2746
|
-
type: {
|
|
2747
|
-
name: "String",
|
|
2748
|
-
},
|
|
2749
|
-
},
|
|
2750
|
-
operationContext: {
|
|
2751
|
-
serializedName: "operationContext",
|
|
2752
|
-
type: {
|
|
2753
|
-
name: "String",
|
|
2754
|
-
},
|
|
2755
|
-
},
|
|
2756
|
-
resultInformation: {
|
|
2757
|
-
serializedName: "resultInformation",
|
|
2758
|
-
type: {
|
|
2759
|
-
name: "Composite",
|
|
2760
|
-
className: "ResultInformation",
|
|
2761
|
-
},
|
|
2762
|
-
},
|
|
2763
|
-
participant: {
|
|
2764
|
-
serializedName: "participant",
|
|
2765
|
-
type: {
|
|
2766
|
-
name: "Composite",
|
|
2767
|
-
className: "CommunicationIdentifierModel",
|
|
2768
|
-
},
|
|
2769
|
-
},
|
|
2770
|
-
},
|
|
2771
|
-
},
|
|
2772
|
-
};
|
|
2773
|
-
export const CancelAddParticipantSucceeded = {
|
|
2774
|
-
type: {
|
|
2775
|
-
name: "Composite",
|
|
2776
|
-
className: "CancelAddParticipantSucceeded",
|
|
2777
|
-
modelProperties: {
|
|
2778
|
-
callConnectionId: {
|
|
2779
|
-
serializedName: "callConnectionId",
|
|
2780
|
-
type: {
|
|
2781
|
-
name: "String",
|
|
2782
|
-
},
|
|
2783
|
-
},
|
|
2784
|
-
serverCallId: {
|
|
2785
|
-
serializedName: "serverCallId",
|
|
2786
|
-
type: {
|
|
2787
|
-
name: "String",
|
|
2788
|
-
},
|
|
2789
|
-
},
|
|
2790
|
-
correlationId: {
|
|
2791
|
-
serializedName: "correlationId",
|
|
2792
|
-
type: {
|
|
2793
|
-
name: "String",
|
|
2794
|
-
},
|
|
2795
|
-
},
|
|
2796
|
-
operationContext: {
|
|
2797
|
-
serializedName: "operationContext",
|
|
2798
|
-
type: {
|
|
2799
|
-
name: "String",
|
|
2800
|
-
},
|
|
2801
|
-
},
|
|
2802
|
-
invitationId: {
|
|
2803
|
-
serializedName: "invitationId",
|
|
2804
|
-
type: {
|
|
2805
|
-
name: "String",
|
|
2806
|
-
},
|
|
2807
|
-
},
|
|
2808
|
-
resultInformation: {
|
|
2809
|
-
serializedName: "resultInformation",
|
|
2810
|
-
type: {
|
|
2811
|
-
name: "Composite",
|
|
2812
|
-
className: "ResultInformation",
|
|
2813
|
-
},
|
|
2814
|
-
},
|
|
2815
|
-
},
|
|
2816
|
-
},
|
|
2817
|
-
};
|
|
2818
|
-
export const CancelAddParticipantFailed = {
|
|
2819
|
-
type: {
|
|
2820
|
-
name: "Composite",
|
|
2821
|
-
className: "CancelAddParticipantFailed",
|
|
2822
|
-
modelProperties: {
|
|
2823
|
-
callConnectionId: {
|
|
2824
|
-
serializedName: "callConnectionId",
|
|
2825
|
-
type: {
|
|
2826
|
-
name: "String",
|
|
2827
|
-
},
|
|
2828
|
-
},
|
|
2829
|
-
serverCallId: {
|
|
2830
|
-
serializedName: "serverCallId",
|
|
2831
|
-
type: {
|
|
2832
|
-
name: "String",
|
|
2833
|
-
},
|
|
2834
|
-
},
|
|
2835
|
-
correlationId: {
|
|
2836
|
-
serializedName: "correlationId",
|
|
2837
|
-
type: {
|
|
2838
|
-
name: "String",
|
|
2839
|
-
},
|
|
2840
|
-
},
|
|
2841
|
-
operationContext: {
|
|
2842
|
-
serializedName: "operationContext",
|
|
2843
|
-
type: {
|
|
2844
|
-
name: "String",
|
|
2845
|
-
},
|
|
2846
|
-
},
|
|
2847
|
-
resultInformation: {
|
|
2848
|
-
serializedName: "resultInformation",
|
|
2849
|
-
type: {
|
|
2850
|
-
name: "Composite",
|
|
2851
|
-
className: "ResultInformation",
|
|
2852
|
-
},
|
|
2853
|
-
},
|
|
2854
|
-
invitationId: {
|
|
2855
|
-
serializedName: "invitationId",
|
|
2856
|
-
type: {
|
|
2857
|
-
name: "String",
|
|
2858
|
-
},
|
|
2859
|
-
},
|
|
2860
|
-
},
|
|
2861
|
-
},
|
|
2862
|
-
};
|
|
2863
|
-
export const AnswerFailed = {
|
|
2864
|
-
type: {
|
|
2865
|
-
name: "Composite",
|
|
2866
|
-
className: "AnswerFailed",
|
|
2867
|
-
modelProperties: {
|
|
2868
|
-
callConnectionId: {
|
|
2869
|
-
serializedName: "callConnectionId",
|
|
2870
|
-
type: {
|
|
2871
|
-
name: "String",
|
|
2872
|
-
},
|
|
2873
|
-
},
|
|
2874
|
-
serverCallId: {
|
|
2875
|
-
serializedName: "serverCallId",
|
|
2876
|
-
type: {
|
|
2877
|
-
name: "String",
|
|
2878
|
-
},
|
|
2879
|
-
},
|
|
2880
|
-
correlationId: {
|
|
2881
|
-
serializedName: "correlationId",
|
|
2882
|
-
type: {
|
|
2883
|
-
name: "String",
|
|
2884
|
-
},
|
|
2885
|
-
},
|
|
2886
|
-
operationContext: {
|
|
2887
|
-
serializedName: "operationContext",
|
|
2888
|
-
type: {
|
|
2889
|
-
name: "String",
|
|
2890
|
-
},
|
|
2891
|
-
},
|
|
2892
|
-
resultInformation: {
|
|
2893
|
-
serializedName: "resultInformation",
|
|
2894
|
-
type: {
|
|
2895
|
-
name: "Composite",
|
|
2896
|
-
className: "ResultInformation",
|
|
2897
|
-
},
|
|
2898
|
-
},
|
|
2899
|
-
},
|
|
2900
|
-
},
|
|
2901
|
-
};
|
|
2902
|
-
export const CreateCallFailed = {
|
|
2903
|
-
type: {
|
|
2904
|
-
name: "Composite",
|
|
2905
|
-
className: "CreateCallFailed",
|
|
2906
|
-
modelProperties: {
|
|
2907
|
-
callConnectionId: {
|
|
2908
|
-
serializedName: "callConnectionId",
|
|
2909
|
-
type: {
|
|
2910
|
-
name: "String",
|
|
2911
|
-
},
|
|
2912
|
-
},
|
|
2913
|
-
serverCallId: {
|
|
2914
|
-
serializedName: "serverCallId",
|
|
2915
|
-
type: {
|
|
2916
|
-
name: "String",
|
|
2917
|
-
},
|
|
2918
|
-
},
|
|
2919
|
-
correlationId: {
|
|
2920
|
-
serializedName: "correlationId",
|
|
2921
|
-
type: {
|
|
2922
|
-
name: "String",
|
|
2923
|
-
},
|
|
2924
|
-
},
|
|
2925
|
-
operationContext: {
|
|
2926
|
-
serializedName: "operationContext",
|
|
2927
|
-
type: {
|
|
2928
|
-
name: "String",
|
|
2929
|
-
},
|
|
2930
|
-
},
|
|
2931
|
-
resultInformation: {
|
|
2932
|
-
serializedName: "resultInformation",
|
|
2933
|
-
type: {
|
|
2934
|
-
name: "Composite",
|
|
2935
|
-
className: "ResultInformation",
|
|
2936
|
-
},
|
|
2937
|
-
},
|
|
2938
|
-
},
|
|
2939
|
-
},
|
|
2940
|
-
};
|
|
2941
|
-
export const ConnectFailed = {
|
|
2942
|
-
type: {
|
|
2943
|
-
name: "Composite",
|
|
2944
|
-
className: "ConnectFailed",
|
|
2945
|
-
modelProperties: {
|
|
2946
|
-
callConnectionId: {
|
|
2947
|
-
serializedName: "callConnectionId",
|
|
2948
|
-
type: {
|
|
2949
|
-
name: "String",
|
|
2950
|
-
},
|
|
2951
|
-
},
|
|
2952
|
-
serverCallId: {
|
|
2953
|
-
serializedName: "serverCallId",
|
|
2954
|
-
type: {
|
|
2955
|
-
name: "String",
|
|
2956
|
-
},
|
|
2957
|
-
},
|
|
2958
|
-
correlationId: {
|
|
2959
|
-
serializedName: "correlationId",
|
|
2960
|
-
type: {
|
|
2961
|
-
name: "String",
|
|
2962
|
-
},
|
|
2963
|
-
},
|
|
2964
|
-
operationContext: {
|
|
2965
|
-
serializedName: "operationContext",
|
|
2966
|
-
type: {
|
|
2967
|
-
name: "String",
|
|
2968
|
-
},
|
|
2969
|
-
},
|
|
2970
|
-
resultInformation: {
|
|
2971
|
-
serializedName: "resultInformation",
|
|
2972
|
-
type: {
|
|
2973
|
-
name: "Composite",
|
|
2974
|
-
className: "ResultInformation",
|
|
2975
|
-
},
|
|
2976
|
-
},
|
|
2977
|
-
},
|
|
2978
|
-
},
|
|
2979
|
-
};
|
|
2980
|
-
export const MoveParticipantSucceeded = {
|
|
2981
|
-
type: {
|
|
2982
|
-
name: "Composite",
|
|
2983
|
-
className: "MoveParticipantSucceeded",
|
|
2984
|
-
modelProperties: {
|
|
2985
|
-
fromCall: {
|
|
2986
|
-
serializedName: "fromCall",
|
|
2987
|
-
type: {
|
|
2988
|
-
name: "String",
|
|
2989
|
-
},
|
|
2990
|
-
},
|
|
2991
|
-
callConnectionId: {
|
|
2992
|
-
serializedName: "callConnectionId",
|
|
2993
|
-
type: {
|
|
2994
|
-
name: "String",
|
|
2995
|
-
},
|
|
2996
|
-
},
|
|
2997
|
-
serverCallId: {
|
|
2998
|
-
serializedName: "serverCallId",
|
|
2999
|
-
type: {
|
|
3000
|
-
name: "String",
|
|
3001
|
-
},
|
|
3002
|
-
},
|
|
3003
|
-
correlationId: {
|
|
3004
|
-
serializedName: "correlationId",
|
|
3005
|
-
type: {
|
|
3006
|
-
name: "String",
|
|
3007
|
-
},
|
|
3008
|
-
},
|
|
3009
|
-
operationContext: {
|
|
3010
|
-
serializedName: "operationContext",
|
|
3011
|
-
type: {
|
|
3012
|
-
name: "String",
|
|
3013
|
-
},
|
|
3014
|
-
},
|
|
3015
|
-
resultInformation: {
|
|
3016
|
-
serializedName: "resultInformation",
|
|
3017
|
-
type: {
|
|
3018
|
-
name: "Composite",
|
|
3019
|
-
className: "ResultInformation",
|
|
3020
|
-
},
|
|
3021
|
-
},
|
|
3022
|
-
participant: {
|
|
3023
|
-
serializedName: "participant",
|
|
3024
|
-
type: {
|
|
3025
|
-
name: "Composite",
|
|
3026
|
-
className: "CommunicationIdentifierModel",
|
|
3027
|
-
},
|
|
3028
|
-
},
|
|
3029
|
-
},
|
|
3030
|
-
},
|
|
3031
|
-
};
|
|
3032
|
-
export const MoveParticipantFailed = {
|
|
3033
|
-
type: {
|
|
3034
|
-
name: "Composite",
|
|
3035
|
-
className: "MoveParticipantFailed",
|
|
3036
|
-
modelProperties: {
|
|
3037
|
-
fromCall: {
|
|
3038
|
-
serializedName: "fromCall",
|
|
3039
|
-
type: {
|
|
3040
|
-
name: "String",
|
|
3041
|
-
},
|
|
3042
|
-
},
|
|
3043
|
-
callConnectionId: {
|
|
3044
|
-
serializedName: "callConnectionId",
|
|
3045
|
-
type: {
|
|
3046
|
-
name: "String",
|
|
3047
|
-
},
|
|
3048
|
-
},
|
|
3049
|
-
serverCallId: {
|
|
3050
|
-
serializedName: "serverCallId",
|
|
3051
|
-
type: {
|
|
3052
|
-
name: "String",
|
|
3053
|
-
},
|
|
3054
|
-
},
|
|
3055
|
-
correlationId: {
|
|
3056
|
-
serializedName: "correlationId",
|
|
3057
|
-
type: {
|
|
3058
|
-
name: "String",
|
|
3059
|
-
},
|
|
3060
|
-
},
|
|
3061
|
-
operationContext: {
|
|
3062
|
-
serializedName: "operationContext",
|
|
3063
|
-
type: {
|
|
3064
|
-
name: "String",
|
|
3065
|
-
},
|
|
3066
|
-
},
|
|
3067
|
-
resultInformation: {
|
|
3068
|
-
serializedName: "resultInformation",
|
|
3069
|
-
type: {
|
|
3070
|
-
name: "Composite",
|
|
3071
|
-
className: "ResultInformation",
|
|
3072
|
-
},
|
|
3073
|
-
},
|
|
3074
|
-
participant: {
|
|
3075
|
-
serializedName: "participant",
|
|
3076
|
-
type: {
|
|
3077
|
-
name: "Composite",
|
|
3078
|
-
className: "CommunicationIdentifierModel",
|
|
3079
|
-
},
|
|
3080
|
-
},
|
|
3081
|
-
},
|
|
3082
|
-
},
|
|
3083
|
-
};
|
|
3084
|
-
export const RecordingStateChanged = {
|
|
3085
|
-
type: {
|
|
3086
|
-
name: "Composite",
|
|
3087
|
-
className: "RecordingStateChanged",
|
|
3088
|
-
modelProperties: {
|
|
3089
|
-
callConnectionId: {
|
|
3090
|
-
serializedName: "callConnectionId",
|
|
3091
|
-
type: {
|
|
3092
|
-
name: "String",
|
|
3093
|
-
},
|
|
3094
|
-
},
|
|
3095
|
-
serverCallId: {
|
|
3096
|
-
serializedName: "serverCallId",
|
|
3097
|
-
type: {
|
|
3098
|
-
name: "String",
|
|
3099
|
-
},
|
|
3100
|
-
},
|
|
3101
|
-
correlationId: {
|
|
3102
|
-
serializedName: "correlationId",
|
|
3103
|
-
type: {
|
|
3104
|
-
name: "String",
|
|
3105
|
-
},
|
|
3106
|
-
},
|
|
3107
|
-
recordingId: {
|
|
3108
|
-
serializedName: "recordingId",
|
|
3109
|
-
readOnly: true,
|
|
3110
|
-
type: {
|
|
3111
|
-
name: "String",
|
|
3112
|
-
},
|
|
3113
|
-
},
|
|
3114
|
-
state: {
|
|
3115
|
-
serializedName: "state",
|
|
3116
|
-
type: {
|
|
3117
|
-
name: "String",
|
|
3118
|
-
},
|
|
3119
|
-
},
|
|
3120
|
-
startDateTime: {
|
|
3121
|
-
serializedName: "startDateTime",
|
|
3122
|
-
readOnly: true,
|
|
3123
|
-
type: {
|
|
3124
|
-
name: "DateTime",
|
|
3125
|
-
},
|
|
3126
|
-
},
|
|
3127
|
-
recordingKind: {
|
|
3128
|
-
serializedName: "recordingKind",
|
|
3129
|
-
type: {
|
|
3130
|
-
name: "String",
|
|
3131
|
-
},
|
|
3132
|
-
},
|
|
3133
|
-
resultInformation: {
|
|
3134
|
-
serializedName: "resultInformation",
|
|
3135
|
-
type: {
|
|
3136
|
-
name: "Composite",
|
|
3137
|
-
className: "ResultInformation",
|
|
3138
|
-
},
|
|
3139
|
-
},
|
|
3140
|
-
},
|
|
3141
|
-
},
|
|
3142
|
-
};
|
|
3143
|
-
export const PlayStarted = {
|
|
3144
|
-
type: {
|
|
3145
|
-
name: "Composite",
|
|
3146
|
-
className: "PlayStarted",
|
|
3147
|
-
modelProperties: {
|
|
3148
|
-
callConnectionId: {
|
|
3149
|
-
serializedName: "callConnectionId",
|
|
3150
|
-
type: {
|
|
3151
|
-
name: "String",
|
|
3152
|
-
},
|
|
3153
|
-
},
|
|
3154
|
-
serverCallId: {
|
|
3155
|
-
serializedName: "serverCallId",
|
|
3156
|
-
type: {
|
|
3157
|
-
name: "String",
|
|
3158
|
-
},
|
|
3159
|
-
},
|
|
3160
|
-
correlationId: {
|
|
3161
|
-
serializedName: "correlationId",
|
|
3162
|
-
type: {
|
|
3163
|
-
name: "String",
|
|
3164
|
-
},
|
|
3165
|
-
},
|
|
3166
|
-
operationContext: {
|
|
3167
|
-
serializedName: "operationContext",
|
|
3168
|
-
type: {
|
|
3169
|
-
name: "String",
|
|
3170
|
-
},
|
|
3171
|
-
},
|
|
3172
|
-
resultInformation: {
|
|
3173
|
-
serializedName: "resultInformation",
|
|
3174
|
-
type: {
|
|
3175
|
-
name: "Composite",
|
|
3176
|
-
className: "ResultInformation",
|
|
3177
|
-
},
|
|
3178
|
-
},
|
|
3179
|
-
},
|
|
3180
|
-
},
|
|
3181
|
-
};
|
|
3182
|
-
export const PlayCompleted = {
|
|
3183
|
-
type: {
|
|
3184
|
-
name: "Composite",
|
|
3185
|
-
className: "PlayCompleted",
|
|
3186
|
-
modelProperties: {
|
|
3187
|
-
callConnectionId: {
|
|
3188
|
-
serializedName: "callConnectionId",
|
|
3189
|
-
type: {
|
|
3190
|
-
name: "String",
|
|
3191
|
-
},
|
|
3192
|
-
},
|
|
3193
|
-
serverCallId: {
|
|
3194
|
-
serializedName: "serverCallId",
|
|
3195
|
-
type: {
|
|
3196
|
-
name: "String",
|
|
3197
|
-
},
|
|
3198
|
-
},
|
|
3199
|
-
correlationId: {
|
|
3200
|
-
serializedName: "correlationId",
|
|
3201
|
-
type: {
|
|
3202
|
-
name: "String",
|
|
3203
|
-
},
|
|
3204
|
-
},
|
|
3205
|
-
operationContext: {
|
|
3206
|
-
serializedName: "operationContext",
|
|
3207
|
-
type: {
|
|
3208
|
-
name: "String",
|
|
3209
|
-
},
|
|
3210
|
-
},
|
|
3211
|
-
resultInformation: {
|
|
3212
|
-
serializedName: "resultInformation",
|
|
3213
|
-
type: {
|
|
3214
|
-
name: "Composite",
|
|
3215
|
-
className: "ResultInformation",
|
|
3216
|
-
},
|
|
3217
|
-
},
|
|
3218
|
-
},
|
|
3219
|
-
},
|
|
3220
|
-
};
|
|
3221
|
-
export const PlayFailed = {
|
|
3222
|
-
type: {
|
|
3223
|
-
name: "Composite",
|
|
3224
|
-
className: "PlayFailed",
|
|
3225
|
-
modelProperties: {
|
|
3226
|
-
callConnectionId: {
|
|
3227
|
-
serializedName: "callConnectionId",
|
|
3228
|
-
type: {
|
|
3229
|
-
name: "String",
|
|
3230
|
-
},
|
|
3231
|
-
},
|
|
3232
|
-
serverCallId: {
|
|
3233
|
-
serializedName: "serverCallId",
|
|
3234
|
-
type: {
|
|
3235
|
-
name: "String",
|
|
3236
|
-
},
|
|
3237
|
-
},
|
|
3238
|
-
correlationId: {
|
|
3239
|
-
serializedName: "correlationId",
|
|
3240
|
-
type: {
|
|
3241
|
-
name: "String",
|
|
3242
|
-
},
|
|
3243
|
-
},
|
|
3244
|
-
operationContext: {
|
|
3245
|
-
serializedName: "operationContext",
|
|
3246
|
-
type: {
|
|
3247
|
-
name: "String",
|
|
3248
|
-
},
|
|
3249
|
-
},
|
|
3250
|
-
resultInformation: {
|
|
3251
|
-
serializedName: "resultInformation",
|
|
3252
|
-
type: {
|
|
3253
|
-
name: "Composite",
|
|
3254
|
-
className: "ResultInformation",
|
|
3255
|
-
},
|
|
3256
|
-
},
|
|
3257
|
-
failedPlaySourceIndex: {
|
|
3258
|
-
serializedName: "failedPlaySourceIndex",
|
|
3259
|
-
type: {
|
|
3260
|
-
name: "Number",
|
|
3261
|
-
},
|
|
3262
|
-
},
|
|
3263
|
-
},
|
|
3264
|
-
},
|
|
3265
|
-
};
|
|
3266
|
-
export const PlayCanceled = {
|
|
3267
|
-
type: {
|
|
3268
|
-
name: "Composite",
|
|
3269
|
-
className: "PlayCanceled",
|
|
3270
|
-
modelProperties: {
|
|
3271
|
-
callConnectionId: {
|
|
3272
|
-
serializedName: "callConnectionId",
|
|
3273
|
-
type: {
|
|
3274
|
-
name: "String",
|
|
3275
|
-
},
|
|
3276
|
-
},
|
|
3277
|
-
serverCallId: {
|
|
3278
|
-
serializedName: "serverCallId",
|
|
3279
|
-
type: {
|
|
3280
|
-
name: "String",
|
|
3281
|
-
},
|
|
3282
|
-
},
|
|
3283
|
-
correlationId: {
|
|
3284
|
-
serializedName: "correlationId",
|
|
3285
|
-
type: {
|
|
3286
|
-
name: "String",
|
|
3287
|
-
},
|
|
3288
|
-
},
|
|
3289
|
-
operationContext: {
|
|
3290
|
-
serializedName: "operationContext",
|
|
3291
|
-
type: {
|
|
3292
|
-
name: "String",
|
|
3293
|
-
},
|
|
3294
|
-
},
|
|
3295
|
-
resultInformation: {
|
|
3296
|
-
serializedName: "resultInformation",
|
|
3297
|
-
type: {
|
|
3298
|
-
name: "Composite",
|
|
3299
|
-
className: "ResultInformation",
|
|
3300
|
-
},
|
|
3301
|
-
},
|
|
3302
|
-
},
|
|
3303
|
-
},
|
|
3304
|
-
};
|
|
3305
|
-
export const RecognizeCompleted = {
|
|
3306
|
-
type: {
|
|
3307
|
-
name: "Composite",
|
|
3308
|
-
className: "RecognizeCompleted",
|
|
3309
|
-
modelProperties: {
|
|
3310
|
-
callConnectionId: {
|
|
3311
|
-
serializedName: "callConnectionId",
|
|
3312
|
-
type: {
|
|
3313
|
-
name: "String",
|
|
3314
|
-
},
|
|
3315
|
-
},
|
|
3316
|
-
serverCallId: {
|
|
3317
|
-
serializedName: "serverCallId",
|
|
3318
|
-
type: {
|
|
3319
|
-
name: "String",
|
|
3320
|
-
},
|
|
3321
|
-
},
|
|
3322
|
-
correlationId: {
|
|
3323
|
-
serializedName: "correlationId",
|
|
3324
|
-
type: {
|
|
3325
|
-
name: "String",
|
|
3326
|
-
},
|
|
3327
|
-
},
|
|
3328
|
-
operationContext: {
|
|
3329
|
-
serializedName: "operationContext",
|
|
3330
|
-
type: {
|
|
3331
|
-
name: "String",
|
|
3332
|
-
},
|
|
3333
|
-
},
|
|
3334
|
-
resultInformation: {
|
|
3335
|
-
serializedName: "resultInformation",
|
|
3336
|
-
type: {
|
|
3337
|
-
name: "Composite",
|
|
3338
|
-
className: "ResultInformation",
|
|
3339
|
-
},
|
|
3340
|
-
},
|
|
3341
|
-
recognitionType: {
|
|
3342
|
-
serializedName: "recognitionType",
|
|
3343
|
-
type: {
|
|
3344
|
-
name: "String",
|
|
3345
|
-
},
|
|
3346
|
-
},
|
|
3347
|
-
dtmfResult: {
|
|
3348
|
-
serializedName: "dtmfResult",
|
|
3349
|
-
type: {
|
|
3350
|
-
name: "Composite",
|
|
3351
|
-
className: "DtmfResult",
|
|
3352
|
-
},
|
|
3353
|
-
},
|
|
3354
|
-
choiceResult: {
|
|
3355
|
-
serializedName: "choiceResult",
|
|
3356
|
-
type: {
|
|
3357
|
-
name: "Composite",
|
|
3358
|
-
className: "ChoiceResult",
|
|
3359
|
-
},
|
|
3360
|
-
},
|
|
3361
|
-
speechResult: {
|
|
3362
|
-
serializedName: "speechResult",
|
|
3363
|
-
type: {
|
|
3364
|
-
name: "Composite",
|
|
3365
|
-
className: "SpeechResult",
|
|
3366
|
-
},
|
|
3367
|
-
},
|
|
3368
|
-
},
|
|
3369
|
-
},
|
|
3370
|
-
};
|
|
3371
|
-
export const DtmfResult = {
|
|
3372
|
-
type: {
|
|
3373
|
-
name: "Composite",
|
|
3374
|
-
className: "DtmfResult",
|
|
3375
|
-
modelProperties: {
|
|
3376
|
-
tones: {
|
|
3377
|
-
serializedName: "tones",
|
|
3378
|
-
readOnly: true,
|
|
3379
|
-
type: {
|
|
3380
|
-
name: "Sequence",
|
|
3381
|
-
element: {
|
|
3382
|
-
type: {
|
|
3383
|
-
name: "String",
|
|
3384
|
-
},
|
|
3385
|
-
},
|
|
3386
|
-
},
|
|
3387
|
-
},
|
|
3388
|
-
},
|
|
3389
|
-
},
|
|
3390
|
-
};
|
|
3391
|
-
export const ChoiceResult = {
|
|
3392
|
-
type: {
|
|
3393
|
-
name: "Composite",
|
|
3394
|
-
className: "ChoiceResult",
|
|
3395
|
-
modelProperties: {
|
|
3396
|
-
label: {
|
|
3397
|
-
serializedName: "label",
|
|
3398
|
-
type: {
|
|
3399
|
-
name: "String",
|
|
3400
|
-
},
|
|
3401
|
-
},
|
|
3402
|
-
recognizedPhrase: {
|
|
3403
|
-
serializedName: "recognizedPhrase",
|
|
3404
|
-
type: {
|
|
3405
|
-
name: "String",
|
|
3406
|
-
},
|
|
3407
|
-
},
|
|
3408
|
-
confidence: {
|
|
3409
|
-
serializedName: "confidence",
|
|
3410
|
-
type: {
|
|
3411
|
-
name: "Number",
|
|
3412
|
-
},
|
|
3413
|
-
},
|
|
3414
|
-
languageIdentified: {
|
|
3415
|
-
serializedName: "languageIdentified",
|
|
3416
|
-
type: {
|
|
3417
|
-
name: "String",
|
|
3418
|
-
},
|
|
3419
|
-
},
|
|
3420
|
-
sentimentAnalysisResult: {
|
|
3421
|
-
serializedName: "sentimentAnalysisResult",
|
|
3422
|
-
type: {
|
|
3423
|
-
name: "Composite",
|
|
3424
|
-
className: "SentimentAnalysisResult",
|
|
3425
|
-
},
|
|
3426
|
-
},
|
|
3427
|
-
},
|
|
3428
|
-
},
|
|
3429
|
-
};
|
|
3430
|
-
export const SentimentAnalysisResult = {
|
|
3431
|
-
type: {
|
|
3432
|
-
name: "Composite",
|
|
3433
|
-
className: "SentimentAnalysisResult",
|
|
3434
|
-
modelProperties: {
|
|
3435
|
-
sentiment: {
|
|
3436
|
-
serializedName: "sentiment",
|
|
3437
|
-
type: {
|
|
3438
|
-
name: "String",
|
|
3439
|
-
},
|
|
3440
|
-
},
|
|
3441
|
-
},
|
|
3442
|
-
},
|
|
3443
|
-
};
|
|
3444
|
-
export const SpeechResult = {
|
|
3445
|
-
type: {
|
|
3446
|
-
name: "Composite",
|
|
3447
|
-
className: "SpeechResult",
|
|
3448
|
-
modelProperties: {
|
|
3449
|
-
speech: {
|
|
3450
|
-
serializedName: "speech",
|
|
3451
|
-
type: {
|
|
3452
|
-
name: "String",
|
|
3453
|
-
},
|
|
3454
|
-
},
|
|
3455
|
-
confidence: {
|
|
3456
|
-
serializedName: "confidence",
|
|
3457
|
-
type: {
|
|
3458
|
-
name: "Number",
|
|
3459
|
-
},
|
|
3460
|
-
},
|
|
3461
|
-
languageIdentified: {
|
|
3462
|
-
serializedName: "languageIdentified",
|
|
3463
|
-
type: {
|
|
3464
|
-
name: "String",
|
|
3465
|
-
},
|
|
3466
|
-
},
|
|
3467
|
-
sentimentAnalysisResult: {
|
|
3468
|
-
serializedName: "sentimentAnalysisResult",
|
|
3469
|
-
type: {
|
|
3470
|
-
name: "Composite",
|
|
3471
|
-
className: "SentimentAnalysisResult",
|
|
3472
|
-
},
|
|
3473
|
-
},
|
|
3474
|
-
},
|
|
3475
|
-
},
|
|
3476
|
-
};
|
|
3477
|
-
export const RecognizeFailed = {
|
|
3478
|
-
type: {
|
|
3479
|
-
name: "Composite",
|
|
3480
|
-
className: "RecognizeFailed",
|
|
3481
|
-
modelProperties: {
|
|
3482
|
-
callConnectionId: {
|
|
3483
|
-
serializedName: "callConnectionId",
|
|
3484
|
-
type: {
|
|
3485
|
-
name: "String",
|
|
3486
|
-
},
|
|
3487
|
-
},
|
|
3488
|
-
serverCallId: {
|
|
3489
|
-
serializedName: "serverCallId",
|
|
3490
|
-
type: {
|
|
3491
|
-
name: "String",
|
|
3492
|
-
},
|
|
3493
|
-
},
|
|
3494
|
-
correlationId: {
|
|
3495
|
-
serializedName: "correlationId",
|
|
3496
|
-
type: {
|
|
3497
|
-
name: "String",
|
|
3498
|
-
},
|
|
3499
|
-
},
|
|
3500
|
-
operationContext: {
|
|
3501
|
-
serializedName: "operationContext",
|
|
3502
|
-
type: {
|
|
3503
|
-
name: "String",
|
|
3504
|
-
},
|
|
3505
|
-
},
|
|
3506
|
-
resultInformation: {
|
|
3507
|
-
serializedName: "resultInformation",
|
|
3508
|
-
type: {
|
|
3509
|
-
name: "Composite",
|
|
3510
|
-
className: "ResultInformation",
|
|
3511
|
-
},
|
|
3512
|
-
},
|
|
3513
|
-
failedPlaySourceIndex: {
|
|
3514
|
-
serializedName: "failedPlaySourceIndex",
|
|
3515
|
-
type: {
|
|
3516
|
-
name: "Number",
|
|
3517
|
-
},
|
|
3518
|
-
},
|
|
3519
|
-
},
|
|
3520
|
-
},
|
|
3521
|
-
};
|
|
3522
|
-
export const RecognizeCanceled = {
|
|
3523
|
-
type: {
|
|
3524
|
-
name: "Composite",
|
|
3525
|
-
className: "RecognizeCanceled",
|
|
3526
|
-
modelProperties: {
|
|
3527
|
-
callConnectionId: {
|
|
3528
|
-
serializedName: "callConnectionId",
|
|
3529
|
-
type: {
|
|
3530
|
-
name: "String",
|
|
3531
|
-
},
|
|
3532
|
-
},
|
|
3533
|
-
serverCallId: {
|
|
3534
|
-
serializedName: "serverCallId",
|
|
3535
|
-
type: {
|
|
3536
|
-
name: "String",
|
|
3537
|
-
},
|
|
3538
|
-
},
|
|
3539
|
-
correlationId: {
|
|
3540
|
-
serializedName: "correlationId",
|
|
3541
|
-
type: {
|
|
3542
|
-
name: "String",
|
|
3543
|
-
},
|
|
3544
|
-
},
|
|
3545
|
-
operationContext: {
|
|
3546
|
-
serializedName: "operationContext",
|
|
3547
|
-
type: {
|
|
3548
|
-
name: "String",
|
|
3549
|
-
},
|
|
3550
|
-
},
|
|
3551
|
-
resultInformation: {
|
|
3552
|
-
serializedName: "resultInformation",
|
|
3553
|
-
type: {
|
|
3554
|
-
name: "Composite",
|
|
3555
|
-
className: "ResultInformation",
|
|
3556
|
-
},
|
|
3557
|
-
},
|
|
3558
|
-
},
|
|
3559
|
-
},
|
|
3560
|
-
};
|
|
3561
|
-
export const ContinuousDtmfRecognitionToneFailed = {
|
|
3562
|
-
type: {
|
|
3563
|
-
name: "Composite",
|
|
3564
|
-
className: "ContinuousDtmfRecognitionToneFailed",
|
|
3565
|
-
modelProperties: {
|
|
3566
|
-
callConnectionId: {
|
|
3567
|
-
serializedName: "callConnectionId",
|
|
3568
|
-
type: {
|
|
3569
|
-
name: "String",
|
|
3570
|
-
},
|
|
3571
|
-
},
|
|
3572
|
-
serverCallId: {
|
|
3573
|
-
serializedName: "serverCallId",
|
|
3574
|
-
type: {
|
|
3575
|
-
name: "String",
|
|
3576
|
-
},
|
|
3577
|
-
},
|
|
3578
|
-
correlationId: {
|
|
3579
|
-
serializedName: "correlationId",
|
|
3580
|
-
type: {
|
|
3581
|
-
name: "String",
|
|
3582
|
-
},
|
|
3583
|
-
},
|
|
3584
|
-
resultInformation: {
|
|
3585
|
-
serializedName: "resultInformation",
|
|
3586
|
-
type: {
|
|
3587
|
-
name: "Composite",
|
|
3588
|
-
className: "ResultInformation",
|
|
3589
|
-
},
|
|
3590
|
-
},
|
|
3591
|
-
operationContext: {
|
|
3592
|
-
serializedName: "operationContext",
|
|
3593
|
-
type: {
|
|
3594
|
-
name: "String",
|
|
3595
|
-
},
|
|
3596
|
-
},
|
|
3597
|
-
},
|
|
3598
|
-
},
|
|
3599
|
-
};
|
|
3600
|
-
export const ContinuousDtmfRecognitionToneReceived = {
|
|
3601
|
-
type: {
|
|
3602
|
-
name: "Composite",
|
|
3603
|
-
className: "ContinuousDtmfRecognitionToneReceived",
|
|
3604
|
-
modelProperties: {
|
|
3605
|
-
sequenceId: {
|
|
3606
|
-
serializedName: "sequenceId",
|
|
3607
|
-
readOnly: true,
|
|
3608
|
-
type: {
|
|
3609
|
-
name: "Number",
|
|
3610
|
-
},
|
|
3611
|
-
},
|
|
3612
|
-
tone: {
|
|
3613
|
-
serializedName: "tone",
|
|
3614
|
-
type: {
|
|
3615
|
-
name: "String",
|
|
3616
|
-
},
|
|
3617
|
-
},
|
|
3618
|
-
callConnectionId: {
|
|
3619
|
-
serializedName: "callConnectionId",
|
|
3620
|
-
type: {
|
|
3621
|
-
name: "String",
|
|
3622
|
-
},
|
|
3623
|
-
},
|
|
3624
|
-
serverCallId: {
|
|
3625
|
-
serializedName: "serverCallId",
|
|
3626
|
-
type: {
|
|
3627
|
-
name: "String",
|
|
3628
|
-
},
|
|
3629
|
-
},
|
|
3630
|
-
correlationId: {
|
|
3631
|
-
serializedName: "correlationId",
|
|
3632
|
-
type: {
|
|
3633
|
-
name: "String",
|
|
3634
|
-
},
|
|
3635
|
-
},
|
|
3636
|
-
operationContext: {
|
|
3637
|
-
serializedName: "operationContext",
|
|
3638
|
-
type: {
|
|
3639
|
-
name: "String",
|
|
3640
|
-
},
|
|
3641
|
-
},
|
|
3642
|
-
resultInformation: {
|
|
3643
|
-
serializedName: "resultInformation",
|
|
3644
|
-
type: {
|
|
3645
|
-
name: "Composite",
|
|
3646
|
-
className: "ResultInformation",
|
|
3647
|
-
},
|
|
3648
|
-
},
|
|
3649
|
-
},
|
|
3650
|
-
},
|
|
3651
|
-
};
|
|
3652
|
-
export const ContinuousDtmfRecognitionStopped = {
|
|
3653
|
-
type: {
|
|
3654
|
-
name: "Composite",
|
|
3655
|
-
className: "ContinuousDtmfRecognitionStopped",
|
|
3656
|
-
modelProperties: {
|
|
3657
|
-
callConnectionId: {
|
|
3658
|
-
serializedName: "callConnectionId",
|
|
3659
|
-
type: {
|
|
3660
|
-
name: "String",
|
|
3661
|
-
},
|
|
3662
|
-
},
|
|
3663
|
-
serverCallId: {
|
|
3664
|
-
serializedName: "serverCallId",
|
|
3665
|
-
type: {
|
|
3666
|
-
name: "String",
|
|
3667
|
-
},
|
|
3668
|
-
},
|
|
3669
|
-
correlationId: {
|
|
3670
|
-
serializedName: "correlationId",
|
|
3671
|
-
type: {
|
|
3672
|
-
name: "String",
|
|
3673
|
-
},
|
|
3674
|
-
},
|
|
3675
|
-
operationContext: {
|
|
3676
|
-
serializedName: "operationContext",
|
|
3677
|
-
type: {
|
|
3678
|
-
name: "String",
|
|
3679
|
-
},
|
|
3680
|
-
},
|
|
3681
|
-
resultInformation: {
|
|
3682
|
-
serializedName: "resultInformation",
|
|
3683
|
-
type: {
|
|
3684
|
-
name: "Composite",
|
|
3685
|
-
className: "ResultInformation",
|
|
3686
|
-
},
|
|
3687
|
-
},
|
|
3688
|
-
},
|
|
3689
|
-
},
|
|
3690
|
-
};
|
|
3691
|
-
export const SendDtmfTonesCompleted = {
|
|
3692
|
-
type: {
|
|
3693
|
-
name: "Composite",
|
|
3694
|
-
className: "SendDtmfTonesCompleted",
|
|
3695
|
-
modelProperties: {
|
|
3696
|
-
callConnectionId: {
|
|
3697
|
-
serializedName: "callConnectionId",
|
|
3698
|
-
type: {
|
|
3699
|
-
name: "String",
|
|
3700
|
-
},
|
|
3701
|
-
},
|
|
3702
|
-
serverCallId: {
|
|
3703
|
-
serializedName: "serverCallId",
|
|
3704
|
-
type: {
|
|
3705
|
-
name: "String",
|
|
3706
|
-
},
|
|
3707
|
-
},
|
|
3708
|
-
correlationId: {
|
|
3709
|
-
serializedName: "correlationId",
|
|
3710
|
-
type: {
|
|
3711
|
-
name: "String",
|
|
3712
|
-
},
|
|
3713
|
-
},
|
|
3714
|
-
operationContext: {
|
|
3715
|
-
serializedName: "operationContext",
|
|
3716
|
-
type: {
|
|
3717
|
-
name: "String",
|
|
3718
|
-
},
|
|
3719
|
-
},
|
|
3720
|
-
resultInformation: {
|
|
3721
|
-
serializedName: "resultInformation",
|
|
3722
|
-
type: {
|
|
3723
|
-
name: "Composite",
|
|
3724
|
-
className: "ResultInformation",
|
|
3725
|
-
},
|
|
3726
|
-
},
|
|
3727
|
-
},
|
|
3728
|
-
},
|
|
3729
|
-
};
|
|
3730
|
-
export const SendDtmfTonesFailed = {
|
|
3731
|
-
type: {
|
|
3732
|
-
name: "Composite",
|
|
3733
|
-
className: "SendDtmfTonesFailed",
|
|
3734
|
-
modelProperties: {
|
|
3735
|
-
callConnectionId: {
|
|
3736
|
-
serializedName: "callConnectionId",
|
|
3737
|
-
type: {
|
|
3738
|
-
name: "String",
|
|
3739
|
-
},
|
|
3740
|
-
},
|
|
3741
|
-
serverCallId: {
|
|
3742
|
-
serializedName: "serverCallId",
|
|
3743
|
-
type: {
|
|
3744
|
-
name: "String",
|
|
3745
|
-
},
|
|
3746
|
-
},
|
|
3747
|
-
correlationId: {
|
|
3748
|
-
serializedName: "correlationId",
|
|
3749
|
-
type: {
|
|
3750
|
-
name: "String",
|
|
3751
|
-
},
|
|
3752
|
-
},
|
|
3753
|
-
operationContext: {
|
|
3754
|
-
serializedName: "operationContext",
|
|
3755
|
-
type: {
|
|
3756
|
-
name: "String",
|
|
3757
|
-
},
|
|
3758
|
-
},
|
|
3759
|
-
resultInformation: {
|
|
3760
|
-
serializedName: "resultInformation",
|
|
3761
|
-
type: {
|
|
3762
|
-
name: "Composite",
|
|
3763
|
-
className: "ResultInformation",
|
|
3764
|
-
},
|
|
3765
|
-
},
|
|
3766
|
-
},
|
|
3767
|
-
},
|
|
3768
|
-
};
|
|
3769
|
-
export const MediaStreamingFailed = {
|
|
3770
|
-
type: {
|
|
3771
|
-
name: "Composite",
|
|
3772
|
-
className: "MediaStreamingFailed",
|
|
3773
|
-
modelProperties: {
|
|
3774
|
-
mediaStreamingUpdate: {
|
|
3775
|
-
serializedName: "mediaStreamingUpdate",
|
|
3776
|
-
type: {
|
|
3777
|
-
name: "Composite",
|
|
3778
|
-
className: "MediaStreamingUpdate",
|
|
3779
|
-
},
|
|
3780
|
-
},
|
|
3781
|
-
callConnectionId: {
|
|
3782
|
-
serializedName: "callConnectionId",
|
|
3783
|
-
type: {
|
|
3784
|
-
name: "String",
|
|
3785
|
-
},
|
|
3786
|
-
},
|
|
3787
|
-
serverCallId: {
|
|
3788
|
-
serializedName: "serverCallId",
|
|
3789
|
-
type: {
|
|
3790
|
-
name: "String",
|
|
3791
|
-
},
|
|
3792
|
-
},
|
|
3793
|
-
correlationId: {
|
|
3794
|
-
serializedName: "correlationId",
|
|
3795
|
-
type: {
|
|
3796
|
-
name: "String",
|
|
3797
|
-
},
|
|
3798
|
-
},
|
|
3799
|
-
operationContext: {
|
|
3800
|
-
serializedName: "operationContext",
|
|
3801
|
-
type: {
|
|
3802
|
-
name: "String",
|
|
3803
|
-
},
|
|
3804
|
-
},
|
|
3805
|
-
resultInformation: {
|
|
3806
|
-
serializedName: "resultInformation",
|
|
3807
|
-
type: {
|
|
3808
|
-
name: "Composite",
|
|
3809
|
-
className: "ResultInformation",
|
|
3810
|
-
},
|
|
3811
|
-
},
|
|
3812
|
-
},
|
|
3813
|
-
},
|
|
3814
|
-
};
|
|
3815
|
-
export const MediaStreamingUpdate = {
|
|
3816
|
-
type: {
|
|
3817
|
-
name: "Composite",
|
|
3818
|
-
className: "MediaStreamingUpdate",
|
|
3819
|
-
modelProperties: {
|
|
3820
|
-
contentType: {
|
|
3821
|
-
serializedName: "contentType",
|
|
3822
|
-
type: {
|
|
3823
|
-
name: "String",
|
|
3824
|
-
},
|
|
3825
|
-
},
|
|
3826
|
-
mediaStreamingStatus: {
|
|
3827
|
-
serializedName: "mediaStreamingStatus",
|
|
3828
|
-
type: {
|
|
3829
|
-
name: "String",
|
|
3830
|
-
},
|
|
3831
|
-
},
|
|
3832
|
-
mediaStreamingStatusDetails: {
|
|
3833
|
-
serializedName: "mediaStreamingStatusDetails",
|
|
3834
|
-
type: {
|
|
3835
|
-
name: "String",
|
|
3836
|
-
},
|
|
3837
|
-
},
|
|
3838
|
-
},
|
|
3839
|
-
},
|
|
3840
|
-
};
|
|
3841
|
-
export const MediaStreamingStarted = {
|
|
3842
|
-
type: {
|
|
3843
|
-
name: "Composite",
|
|
3844
|
-
className: "MediaStreamingStarted",
|
|
3845
|
-
modelProperties: {
|
|
3846
|
-
mediaStreamingUpdate: {
|
|
3847
|
-
serializedName: "mediaStreamingUpdate",
|
|
3848
|
-
type: {
|
|
3849
|
-
name: "Composite",
|
|
3850
|
-
className: "MediaStreamingUpdate",
|
|
3851
|
-
},
|
|
3852
|
-
},
|
|
3853
|
-
callConnectionId: {
|
|
3854
|
-
serializedName: "callConnectionId",
|
|
3855
|
-
type: {
|
|
3856
|
-
name: "String",
|
|
3857
|
-
},
|
|
3858
|
-
},
|
|
3859
|
-
serverCallId: {
|
|
3860
|
-
serializedName: "serverCallId",
|
|
3861
|
-
type: {
|
|
3862
|
-
name: "String",
|
|
3863
|
-
},
|
|
3864
|
-
},
|
|
3865
|
-
correlationId: {
|
|
3866
|
-
serializedName: "correlationId",
|
|
3867
|
-
type: {
|
|
3868
|
-
name: "String",
|
|
3869
|
-
},
|
|
3870
|
-
},
|
|
3871
|
-
operationContext: {
|
|
3872
|
-
serializedName: "operationContext",
|
|
3873
|
-
type: {
|
|
3874
|
-
name: "String",
|
|
3875
|
-
},
|
|
3876
|
-
},
|
|
3877
|
-
resultInformation: {
|
|
3878
|
-
serializedName: "resultInformation",
|
|
3879
|
-
type: {
|
|
3880
|
-
name: "Composite",
|
|
3881
|
-
className: "ResultInformation",
|
|
3882
|
-
},
|
|
3883
|
-
},
|
|
3884
|
-
},
|
|
3885
|
-
},
|
|
3886
|
-
};
|
|
3887
|
-
export const MediaStreamingStopped = {
|
|
3888
|
-
type: {
|
|
3889
|
-
name: "Composite",
|
|
3890
|
-
className: "MediaStreamingStopped",
|
|
3891
|
-
modelProperties: {
|
|
3892
|
-
mediaStreamingUpdate: {
|
|
3893
|
-
serializedName: "mediaStreamingUpdate",
|
|
3894
|
-
type: {
|
|
3895
|
-
name: "Composite",
|
|
3896
|
-
className: "MediaStreamingUpdate",
|
|
3897
|
-
},
|
|
3898
|
-
},
|
|
3899
|
-
callConnectionId: {
|
|
3900
|
-
serializedName: "callConnectionId",
|
|
3901
|
-
type: {
|
|
3902
|
-
name: "String",
|
|
3903
|
-
},
|
|
3904
|
-
},
|
|
3905
|
-
serverCallId: {
|
|
3906
|
-
serializedName: "serverCallId",
|
|
3907
|
-
type: {
|
|
3908
|
-
name: "String",
|
|
3909
|
-
},
|
|
3910
|
-
},
|
|
3911
|
-
correlationId: {
|
|
3912
|
-
serializedName: "correlationId",
|
|
3913
|
-
type: {
|
|
3914
|
-
name: "String",
|
|
3915
|
-
},
|
|
3916
|
-
},
|
|
3917
|
-
operationContext: {
|
|
3918
|
-
serializedName: "operationContext",
|
|
3919
|
-
type: {
|
|
3920
|
-
name: "String",
|
|
3921
|
-
},
|
|
3922
|
-
},
|
|
3923
|
-
resultInformation: {
|
|
3924
|
-
serializedName: "resultInformation",
|
|
3925
|
-
type: {
|
|
3926
|
-
name: "Composite",
|
|
3927
|
-
className: "ResultInformation",
|
|
3928
|
-
},
|
|
3929
|
-
},
|
|
3930
|
-
},
|
|
3931
|
-
},
|
|
3932
|
-
};
|
|
3933
|
-
export const HoldFailed = {
|
|
3934
|
-
type: {
|
|
3935
|
-
name: "Composite",
|
|
3936
|
-
className: "HoldFailed",
|
|
3937
|
-
modelProperties: {
|
|
3938
|
-
callConnectionId: {
|
|
3939
|
-
serializedName: "callConnectionId",
|
|
3940
|
-
type: {
|
|
3941
|
-
name: "String",
|
|
3942
|
-
},
|
|
3943
|
-
},
|
|
3944
|
-
serverCallId: {
|
|
3945
|
-
serializedName: "serverCallId",
|
|
3946
|
-
type: {
|
|
3947
|
-
name: "String",
|
|
3948
|
-
},
|
|
3949
|
-
},
|
|
3950
|
-
correlationId: {
|
|
3951
|
-
serializedName: "correlationId",
|
|
3952
|
-
type: {
|
|
3953
|
-
name: "String",
|
|
3954
|
-
},
|
|
3955
|
-
},
|
|
3956
|
-
operationContext: {
|
|
3957
|
-
serializedName: "operationContext",
|
|
3958
|
-
type: {
|
|
3959
|
-
name: "String",
|
|
3960
|
-
},
|
|
3961
|
-
},
|
|
3962
|
-
resultInformation: {
|
|
3963
|
-
serializedName: "resultInformation",
|
|
3964
|
-
type: {
|
|
3965
|
-
name: "Composite",
|
|
3966
|
-
className: "ResultInformation",
|
|
3967
|
-
},
|
|
3968
|
-
},
|
|
3969
|
-
},
|
|
3970
|
-
},
|
|
3971
|
-
};
|
|
3972
|
-
export const StartRecordingFailed = {
|
|
3973
|
-
type: {
|
|
3974
|
-
name: "Composite",
|
|
3975
|
-
className: "StartRecordingFailed",
|
|
3976
|
-
modelProperties: {
|
|
3977
|
-
recordingId: {
|
|
3978
|
-
serializedName: "recordingId",
|
|
3979
|
-
readOnly: true,
|
|
3980
|
-
type: {
|
|
3981
|
-
name: "String",
|
|
3982
|
-
},
|
|
3983
|
-
},
|
|
3984
|
-
callConnectionId: {
|
|
3985
|
-
serializedName: "callConnectionId",
|
|
3986
|
-
type: {
|
|
3987
|
-
name: "String",
|
|
3988
|
-
},
|
|
3989
|
-
},
|
|
3990
|
-
serverCallId: {
|
|
3991
|
-
serializedName: "serverCallId",
|
|
3992
|
-
type: {
|
|
3993
|
-
name: "String",
|
|
3994
|
-
},
|
|
3995
|
-
},
|
|
3996
|
-
correlationId: {
|
|
3997
|
-
serializedName: "correlationId",
|
|
3998
|
-
type: {
|
|
3999
|
-
name: "String",
|
|
4000
|
-
},
|
|
4001
|
-
},
|
|
4002
|
-
operationContext: {
|
|
4003
|
-
serializedName: "operationContext",
|
|
4004
|
-
type: {
|
|
4005
|
-
name: "String",
|
|
4006
|
-
},
|
|
4007
|
-
},
|
|
4008
|
-
resultInformation: {
|
|
4009
|
-
serializedName: "resultInformation",
|
|
4010
|
-
type: {
|
|
4011
|
-
name: "Composite",
|
|
4012
|
-
className: "ResultInformation",
|
|
4013
|
-
},
|
|
4014
|
-
},
|
|
4015
|
-
},
|
|
4016
|
-
},
|
|
4017
|
-
};
|
|
4018
|
-
export const TranscriptionFailed = {
|
|
4019
|
-
type: {
|
|
4020
|
-
name: "Composite",
|
|
4021
|
-
className: "TranscriptionFailed",
|
|
4022
|
-
modelProperties: {
|
|
4023
|
-
transcriptionUpdate: {
|
|
4024
|
-
serializedName: "transcriptionUpdate",
|
|
4025
|
-
type: {
|
|
4026
|
-
name: "Composite",
|
|
4027
|
-
className: "TranscriptionUpdate",
|
|
4028
|
-
},
|
|
4029
|
-
},
|
|
4030
|
-
callConnectionId: {
|
|
4031
|
-
serializedName: "callConnectionId",
|
|
4032
|
-
type: {
|
|
4033
|
-
name: "String",
|
|
4034
|
-
},
|
|
4035
|
-
},
|
|
4036
|
-
serverCallId: {
|
|
4037
|
-
serializedName: "serverCallId",
|
|
4038
|
-
type: {
|
|
4039
|
-
name: "String",
|
|
4040
|
-
},
|
|
4041
|
-
},
|
|
4042
|
-
correlationId: {
|
|
4043
|
-
serializedName: "correlationId",
|
|
4044
|
-
type: {
|
|
4045
|
-
name: "String",
|
|
4046
|
-
},
|
|
4047
|
-
},
|
|
4048
|
-
operationContext: {
|
|
4049
|
-
serializedName: "operationContext",
|
|
4050
|
-
type: {
|
|
4051
|
-
name: "String",
|
|
4052
|
-
},
|
|
4053
|
-
},
|
|
4054
|
-
resultInformation: {
|
|
4055
|
-
serializedName: "resultInformation",
|
|
4056
|
-
type: {
|
|
4057
|
-
name: "Composite",
|
|
4058
|
-
className: "ResultInformation",
|
|
4059
|
-
},
|
|
4060
|
-
},
|
|
4061
|
-
},
|
|
4062
|
-
},
|
|
4063
|
-
};
|
|
4064
|
-
export const TranscriptionUpdate = {
|
|
4065
|
-
type: {
|
|
4066
|
-
name: "Composite",
|
|
4067
|
-
className: "TranscriptionUpdate",
|
|
4068
|
-
modelProperties: {
|
|
4069
|
-
transcriptionStatus: {
|
|
4070
|
-
serializedName: "transcriptionStatus",
|
|
4071
|
-
type: {
|
|
4072
|
-
name: "String",
|
|
4073
|
-
},
|
|
4074
|
-
},
|
|
4075
|
-
transcriptionStatusDetails: {
|
|
4076
|
-
serializedName: "transcriptionStatusDetails",
|
|
4077
|
-
type: {
|
|
4078
|
-
name: "String",
|
|
4079
|
-
},
|
|
4080
|
-
},
|
|
4081
|
-
transcriptionMessage: {
|
|
4082
|
-
serializedName: "transcriptionMessage",
|
|
4083
|
-
type: {
|
|
4084
|
-
name: "String",
|
|
4085
|
-
},
|
|
4086
|
-
},
|
|
4087
|
-
},
|
|
4088
|
-
},
|
|
4089
|
-
};
|
|
4090
|
-
export const TranscriptionStarted = {
|
|
4091
|
-
type: {
|
|
4092
|
-
name: "Composite",
|
|
4093
|
-
className: "TranscriptionStarted",
|
|
4094
|
-
modelProperties: {
|
|
4095
|
-
transcriptionUpdate: {
|
|
4096
|
-
serializedName: "transcriptionUpdate",
|
|
4097
|
-
type: {
|
|
4098
|
-
name: "Composite",
|
|
4099
|
-
className: "TranscriptionUpdate",
|
|
4100
|
-
},
|
|
4101
|
-
},
|
|
4102
|
-
callConnectionId: {
|
|
4103
|
-
serializedName: "callConnectionId",
|
|
4104
|
-
type: {
|
|
4105
|
-
name: "String",
|
|
4106
|
-
},
|
|
4107
|
-
},
|
|
4108
|
-
serverCallId: {
|
|
4109
|
-
serializedName: "serverCallId",
|
|
4110
|
-
type: {
|
|
4111
|
-
name: "String",
|
|
4112
|
-
},
|
|
4113
|
-
},
|
|
4114
|
-
correlationId: {
|
|
4115
|
-
serializedName: "correlationId",
|
|
4116
|
-
type: {
|
|
4117
|
-
name: "String",
|
|
4118
|
-
},
|
|
4119
|
-
},
|
|
4120
|
-
operationContext: {
|
|
4121
|
-
serializedName: "operationContext",
|
|
4122
|
-
type: {
|
|
4123
|
-
name: "String",
|
|
4124
|
-
},
|
|
4125
|
-
},
|
|
4126
|
-
resultInformation: {
|
|
4127
|
-
serializedName: "resultInformation",
|
|
4128
|
-
type: {
|
|
4129
|
-
name: "Composite",
|
|
4130
|
-
className: "ResultInformation",
|
|
4131
|
-
},
|
|
4132
|
-
},
|
|
4133
|
-
},
|
|
4134
|
-
},
|
|
4135
|
-
};
|
|
4136
|
-
export const TranscriptionStopped = {
|
|
4137
|
-
type: {
|
|
4138
|
-
name: "Composite",
|
|
4139
|
-
className: "TranscriptionStopped",
|
|
4140
|
-
modelProperties: {
|
|
4141
|
-
transcriptionUpdate: {
|
|
4142
|
-
serializedName: "transcriptionUpdate",
|
|
4143
|
-
type: {
|
|
4144
|
-
name: "Composite",
|
|
4145
|
-
className: "TranscriptionUpdate",
|
|
4146
|
-
},
|
|
4147
|
-
},
|
|
4148
|
-
callConnectionId: {
|
|
4149
|
-
serializedName: "callConnectionId",
|
|
4150
|
-
type: {
|
|
4151
|
-
name: "String",
|
|
4152
|
-
},
|
|
4153
|
-
},
|
|
4154
|
-
serverCallId: {
|
|
4155
|
-
serializedName: "serverCallId",
|
|
4156
|
-
type: {
|
|
4157
|
-
name: "String",
|
|
4158
|
-
},
|
|
4159
|
-
},
|
|
4160
|
-
correlationId: {
|
|
4161
|
-
serializedName: "correlationId",
|
|
4162
|
-
type: {
|
|
4163
|
-
name: "String",
|
|
4164
|
-
},
|
|
4165
|
-
},
|
|
4166
|
-
operationContext: {
|
|
4167
|
-
serializedName: "operationContext",
|
|
4168
|
-
type: {
|
|
4169
|
-
name: "String",
|
|
4170
|
-
},
|
|
4171
|
-
},
|
|
4172
|
-
resultInformation: {
|
|
4173
|
-
serializedName: "resultInformation",
|
|
4174
|
-
type: {
|
|
4175
|
-
name: "Composite",
|
|
4176
|
-
className: "ResultInformation",
|
|
4177
|
-
},
|
|
4178
|
-
},
|
|
4179
|
-
},
|
|
4180
|
-
},
|
|
4181
|
-
};
|
|
4182
|
-
export const TranscriptionUpdated = {
|
|
4183
|
-
type: {
|
|
4184
|
-
name: "Composite",
|
|
4185
|
-
className: "TranscriptionUpdated",
|
|
4186
|
-
modelProperties: {
|
|
4187
|
-
transcriptionUpdate: {
|
|
4188
|
-
serializedName: "transcriptionUpdate",
|
|
4189
|
-
type: {
|
|
4190
|
-
name: "Composite",
|
|
4191
|
-
className: "TranscriptionUpdate",
|
|
4192
|
-
},
|
|
4193
|
-
},
|
|
4194
|
-
callConnectionId: {
|
|
4195
|
-
serializedName: "callConnectionId",
|
|
4196
|
-
type: {
|
|
4197
|
-
name: "String",
|
|
4198
|
-
},
|
|
4199
|
-
},
|
|
4200
|
-
serverCallId: {
|
|
4201
|
-
serializedName: "serverCallId",
|
|
4202
|
-
type: {
|
|
4203
|
-
name: "String",
|
|
4204
|
-
},
|
|
4205
|
-
},
|
|
4206
|
-
correlationId: {
|
|
4207
|
-
serializedName: "correlationId",
|
|
4208
|
-
type: {
|
|
4209
|
-
name: "String",
|
|
4210
|
-
},
|
|
4211
|
-
},
|
|
4212
|
-
operationContext: {
|
|
4213
|
-
serializedName: "operationContext",
|
|
4214
|
-
type: {
|
|
4215
|
-
name: "String",
|
|
4216
|
-
},
|
|
4217
|
-
},
|
|
4218
|
-
resultInformation: {
|
|
4219
|
-
serializedName: "resultInformation",
|
|
4220
|
-
type: {
|
|
4221
|
-
name: "Composite",
|
|
4222
|
-
className: "ResultInformation",
|
|
4223
|
-
},
|
|
4224
|
-
},
|
|
4225
|
-
},
|
|
4226
|
-
},
|
|
4227
|
-
};
|
|
4228
|
-
export const TranscriptionCallSummaryUpdated = {
|
|
4229
|
-
type: {
|
|
4230
|
-
name: "Composite",
|
|
4231
|
-
className: "TranscriptionCallSummaryUpdated",
|
|
4232
|
-
modelProperties: {
|
|
4233
|
-
transcriptionUpdate: {
|
|
4234
|
-
serializedName: "transcriptionUpdate",
|
|
4235
|
-
type: {
|
|
4236
|
-
name: "Composite",
|
|
4237
|
-
className: "TranscriptionUpdate",
|
|
4238
|
-
},
|
|
4239
|
-
},
|
|
4240
|
-
callConnectionId: {
|
|
4241
|
-
serializedName: "callConnectionId",
|
|
4242
|
-
type: {
|
|
4243
|
-
name: "String",
|
|
4244
|
-
},
|
|
4245
|
-
},
|
|
4246
|
-
serverCallId: {
|
|
4247
|
-
serializedName: "serverCallId",
|
|
4248
|
-
type: {
|
|
4249
|
-
name: "String",
|
|
4250
|
-
},
|
|
4251
|
-
},
|
|
4252
|
-
correlationId: {
|
|
4253
|
-
serializedName: "correlationId",
|
|
4254
|
-
type: {
|
|
4255
|
-
name: "String",
|
|
4256
|
-
},
|
|
4257
|
-
},
|
|
4258
|
-
operationContext: {
|
|
4259
|
-
serializedName: "operationContext",
|
|
4260
|
-
type: {
|
|
4261
|
-
name: "String",
|
|
4262
|
-
},
|
|
4263
|
-
},
|
|
4264
|
-
resultInformation: {
|
|
4265
|
-
serializedName: "resultInformation",
|
|
4266
|
-
type: {
|
|
4267
|
-
name: "Composite",
|
|
4268
|
-
className: "ResultInformation",
|
|
4269
|
-
},
|
|
4270
|
-
},
|
|
4271
|
-
},
|
|
4272
|
-
},
|
|
4273
|
-
};
|
|
4274
|
-
export const WebSocketMediaStreamingOptions = {
|
|
4275
|
-
serializedName: "websocket",
|
|
4276
|
-
type: {
|
|
4277
|
-
name: "Composite",
|
|
4278
|
-
className: "WebSocketMediaStreamingOptions",
|
|
4279
|
-
uberParent: "MediaStreamingOptionsInternal",
|
|
4280
|
-
polymorphicDiscriminator: MediaStreamingOptionsInternal.type.polymorphicDiscriminator,
|
|
4281
|
-
modelProperties: {
|
|
4282
|
-
...MediaStreamingOptionsInternal.type.modelProperties,
|
|
4283
|
-
transportUrl: {
|
|
4284
|
-
serializedName: "transportUrl",
|
|
4285
|
-
type: {
|
|
4286
|
-
name: "String",
|
|
4287
|
-
},
|
|
4288
|
-
},
|
|
4289
|
-
contentType: {
|
|
4290
|
-
serializedName: "contentType",
|
|
4291
|
-
type: {
|
|
4292
|
-
name: "String",
|
|
4293
|
-
},
|
|
4294
|
-
},
|
|
4295
|
-
startMediaStreaming: {
|
|
4296
|
-
serializedName: "startMediaStreaming",
|
|
4297
|
-
type: {
|
|
4298
|
-
name: "Boolean",
|
|
4299
|
-
},
|
|
4300
|
-
},
|
|
4301
|
-
enableBidirectional: {
|
|
4302
|
-
serializedName: "enableBidirectional",
|
|
4303
|
-
type: {
|
|
4304
|
-
name: "Boolean",
|
|
4305
|
-
},
|
|
4306
|
-
},
|
|
4307
|
-
audioFormat: {
|
|
4308
|
-
serializedName: "audioFormat",
|
|
4309
|
-
type: {
|
|
4310
|
-
name: "String",
|
|
4311
|
-
},
|
|
4312
|
-
},
|
|
4313
|
-
enableDtmfTones: {
|
|
4314
|
-
serializedName: "enableDtmfTones",
|
|
4315
|
-
type: {
|
|
4316
|
-
name: "Boolean",
|
|
4317
|
-
},
|
|
4318
|
-
},
|
|
4319
|
-
},
|
|
4320
|
-
},
|
|
4321
|
-
};
|
|
4322
|
-
export const WebSocketTranscriptionOptions = {
|
|
4323
|
-
serializedName: "websocket",
|
|
4324
|
-
type: {
|
|
4325
|
-
name: "Composite",
|
|
4326
|
-
className: "WebSocketTranscriptionOptions",
|
|
4327
|
-
uberParent: "TranscriptionOptionsInternal",
|
|
4328
|
-
polymorphicDiscriminator: TranscriptionOptionsInternal.type.polymorphicDiscriminator,
|
|
4329
|
-
modelProperties: {
|
|
4330
|
-
...TranscriptionOptionsInternal.type.modelProperties,
|
|
4331
|
-
transportUrl: {
|
|
4332
|
-
serializedName: "transportUrl",
|
|
4333
|
-
type: {
|
|
4334
|
-
name: "String",
|
|
4335
|
-
},
|
|
4336
|
-
},
|
|
4337
|
-
speechModelEndpointId: {
|
|
4338
|
-
serializedName: "speechModelEndpointId",
|
|
4339
|
-
type: {
|
|
4340
|
-
name: "String",
|
|
4341
|
-
},
|
|
4342
|
-
},
|
|
4343
|
-
startTranscription: {
|
|
4344
|
-
serializedName: "startTranscription",
|
|
4345
|
-
type: {
|
|
4346
|
-
name: "Boolean",
|
|
4347
|
-
},
|
|
4348
|
-
},
|
|
4349
|
-
enableIntermediateResults: {
|
|
4350
|
-
serializedName: "enableIntermediateResults",
|
|
4351
|
-
type: {
|
|
4352
|
-
name: "Boolean",
|
|
4353
|
-
},
|
|
4354
|
-
},
|
|
4355
|
-
piiRedactionOptions: {
|
|
4356
|
-
serializedName: "piiRedactionOptions",
|
|
4357
|
-
type: {
|
|
4358
|
-
name: "Composite",
|
|
4359
|
-
className: "PiiRedactionOptionsInternal",
|
|
4360
|
-
},
|
|
4361
|
-
},
|
|
4362
|
-
enableSentimentAnalysis: {
|
|
4363
|
-
serializedName: "enableSentimentAnalysis",
|
|
4364
|
-
type: {
|
|
4365
|
-
name: "Boolean",
|
|
4366
|
-
},
|
|
4367
|
-
},
|
|
4368
|
-
locales: {
|
|
4369
|
-
serializedName: "locales",
|
|
4370
|
-
type: {
|
|
4371
|
-
name: "Sequence",
|
|
4372
|
-
element: {
|
|
4373
|
-
type: {
|
|
4374
|
-
name: "String",
|
|
4375
|
-
},
|
|
4376
|
-
},
|
|
4377
|
-
},
|
|
4378
|
-
},
|
|
4379
|
-
summarizationOptions: {
|
|
4380
|
-
serializedName: "summarizationOptions",
|
|
4381
|
-
type: {
|
|
4382
|
-
name: "Composite",
|
|
4383
|
-
className: "SummarizationOptionsInternal",
|
|
4384
|
-
},
|
|
4385
|
-
},
|
|
4386
|
-
},
|
|
4387
|
-
},
|
|
4388
|
-
};
|
|
4389
|
-
export let discriminators = {
|
|
4390
|
-
MediaStreamingOptionsInternal: MediaStreamingOptionsInternal,
|
|
4391
|
-
TranscriptionOptionsInternal: TranscriptionOptionsInternal,
|
|
4392
|
-
"MediaStreamingOptionsInternal.websocket": WebSocketMediaStreamingOptions,
|
|
4393
|
-
"TranscriptionOptionsInternal.websocket": WebSocketTranscriptionOptions,
|
|
4394
|
-
};
|
|
4395
|
-
//# sourceMappingURL=mappers.js.map
|