@azure/communication-call-automation 1.5.0-beta.1 → 1.6.0-alpha.20250711.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -1
- package/dist/browser/callAutomationClient.d.ts +9 -2
- package/dist/browser/callAutomationClient.d.ts.map +1 -1
- package/dist/browser/callAutomationClient.js +115 -10
- package/dist/browser/callAutomationClient.js.map +1 -1
- package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
- package/dist/browser/callAutomationEventParser.js +47 -1
- package/dist/browser/callAutomationEventParser.js.map +1 -1
- package/dist/browser/callConnection.d.ts +16 -6
- package/dist/browser/callConnection.d.ts.map +1 -1
- package/dist/browser/callConnection.js +166 -15
- package/dist/browser/callConnection.js.map +1 -1
- package/dist/browser/callMedia.d.ts +20 -10
- package/dist/browser/callMedia.d.ts.map +1 -1
- package/dist/browser/callMedia.js +190 -22
- package/dist/browser/callMedia.js.map +1 -1
- package/dist/browser/callRecording.d.ts +8 -2
- package/dist/browser/callRecording.d.ts.map +1 -1
- package/dist/browser/callRecording.js +20 -5
- package/dist/browser/callRecording.js.map +1 -1
- package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
- package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
- package/dist/browser/eventprocessor/callAutomationEventProcessor.js +137 -0
- package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +1 -0
- package/dist/browser/eventprocessor/eventResponses.d.ts +134 -0
- package/dist/browser/eventprocessor/eventResponses.d.ts.map +1 -0
- package/dist/browser/eventprocessor/eventResponses.js +4 -0
- package/dist/browser/eventprocessor/eventResponses.js.map +1 -0
- package/dist/browser/generated/src/callAutomationApiClient.d.ts +2 -1
- package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/browser/generated/src/callAutomationApiClient.js +4 -3
- package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +971 -206
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +124 -46
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts +59 -11
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +2122 -466
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.d.ts +8 -1
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +45 -6
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.d.ts +16 -2
- package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.js +65 -1
- package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
- package/dist/browser/generated/src/operations/callDialog.d.ts +35 -0
- package/dist/browser/generated/src/operations/callDialog.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/callDialog.js +111 -0
- package/dist/browser/generated/src/operations/callDialog.js.map +1 -0
- package/dist/browser/generated/src/operations/callMedia.d.ts +15 -8
- package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callMedia.js +50 -25
- package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.d.ts +7 -1
- package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.js +24 -0
- package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
- package/dist/browser/generated/src/operations/index.d.ts +1 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/index.js +1 -0
- package/dist/browser/generated/src/operations/index.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
- package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callDialog.js +9 -0
- package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +15 -8
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/index.d.ts +2 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +2 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/constants.js +1 -1
- package/dist/browser/models/constants.js.map +1 -1
- package/dist/browser/models/events.d.ts +188 -62
- package/dist/browser/models/events.d.ts.map +1 -1
- package/dist/browser/models/events.js.map +1 -1
- package/dist/browser/models/models.d.ts +85 -7
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +3 -1
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/models/options.d.ts +49 -2
- package/dist/browser/models/options.d.ts.map +1 -1
- package/dist/browser/models/options.js.map +1 -1
- package/dist/browser/models/responses.d.ts +82 -10
- package/dist/browser/models/responses.d.ts.map +1 -1
- package/dist/browser/models/responses.js.map +1 -1
- package/dist/browser/utli/converters.d.ts +26 -2
- package/dist/browser/utli/converters.d.ts.map +1 -1
- package/dist/browser/utli/converters.js +114 -19
- package/dist/browser/utli/converters.js.map +1 -1
- package/dist/commonjs/callAutomationClient.d.ts +9 -2
- package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +116 -11
- package/dist/commonjs/callAutomationClient.js.map +1 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +46 -0
- package/dist/commonjs/callAutomationEventParser.js.map +1 -1
- package/dist/commonjs/callConnection.d.ts +16 -6
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +167 -16
- package/dist/commonjs/callConnection.js.map +1 -1
- package/dist/commonjs/callMedia.d.ts +20 -10
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +209 -41
- package/dist/commonjs/callMedia.js.map +1 -1
- package/dist/commonjs/callRecording.d.ts +8 -2
- package/dist/commonjs/callRecording.d.ts.map +1 -1
- package/dist/commonjs/callRecording.js +20 -5
- package/dist/commonjs/callRecording.js.map +1 -1
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +141 -0
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +1 -0
- package/dist/commonjs/eventprocessor/eventResponses.d.ts +134 -0
- package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +1 -0
- package/dist/commonjs/eventprocessor/eventResponses.js +5 -0
- package/dist/commonjs/eventprocessor/eventResponses.js.map +1 -0
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +2 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +3 -2
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +971 -206
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +125 -47
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +59 -11
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +2125 -469
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +8 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +45 -6
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.d.ts +16 -2
- package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +65 -1
- package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callDialog.d.ts +35 -0
- package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/callDialog.js +116 -0
- package/dist/commonjs/generated/src/operations/callDialog.js.map +1 -0
- package/dist/commonjs/generated/src/operations/callMedia.d.ts +15 -8
- package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +50 -25
- package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.d.ts +7 -1
- package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +24 -0
- package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/operations/index.d.ts +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/index.js +1 -0
- package/dist/commonjs/generated/src/operations/index.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +15 -8
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +2 -0
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +2 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/constants.js +1 -1
- package/dist/commonjs/models/constants.js.map +1 -1
- package/dist/commonjs/models/events.d.ts +188 -62
- package/dist/commonjs/models/events.d.ts.map +1 -1
- package/dist/commonjs/models/events.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +85 -7
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +11 -6
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/models/options.d.ts +49 -2
- package/dist/commonjs/models/options.d.ts.map +1 -1
- package/dist/commonjs/models/options.js.map +1 -1
- package/dist/commonjs/models/responses.d.ts +82 -10
- package/dist/commonjs/models/responses.d.ts.map +1 -1
- package/dist/commonjs/models/responses.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/utli/converters.d.ts +26 -2
- package/dist/commonjs/utli/converters.d.ts.map +1 -1
- package/dist/commonjs/utli/converters.js +119 -18
- package/dist/commonjs/utli/converters.js.map +1 -1
- package/dist/esm/callAutomationClient.d.ts +9 -2
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +115 -10
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +47 -1
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +16 -6
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +166 -15
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +20 -10
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +190 -22
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/callRecording.d.ts +8 -2
- package/dist/esm/callRecording.d.ts.map +1 -1
- package/dist/esm/callRecording.js +20 -5
- package/dist/esm/callRecording.js.map +1 -1
- package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
- package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
- package/dist/esm/eventprocessor/callAutomationEventProcessor.js +137 -0
- package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +1 -0
- package/dist/esm/eventprocessor/eventResponses.d.ts +134 -0
- package/dist/esm/eventprocessor/eventResponses.d.ts.map +1 -0
- package/dist/esm/eventprocessor/eventResponses.js +4 -0
- package/dist/esm/eventprocessor/eventResponses.js.map +1 -0
- package/dist/esm/generated/src/callAutomationApiClient.d.ts +2 -1
- package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +4 -3
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +971 -206
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +124 -46
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +59 -11
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +2122 -466
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +8 -1
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +45 -6
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.d.ts +16 -2
- package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +65 -1
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callDialog.d.ts +35 -0
- package/dist/esm/generated/src/operations/callDialog.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/callDialog.js +111 -0
- package/dist/esm/generated/src/operations/callDialog.js.map +1 -0
- package/dist/esm/generated/src/operations/callMedia.d.ts +15 -8
- package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +50 -25
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.d.ts +7 -1
- package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.js +24 -0
- package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
- package/dist/esm/generated/src/operations/index.d.ts +1 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/index.js +1 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
- package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callDialog.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +15 -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/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
- package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/index.js +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/constants.js +1 -1
- package/dist/esm/models/constants.js.map +1 -1
- package/dist/esm/models/events.d.ts +188 -62
- 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 +85 -7
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +3 -1
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +49 -2
- package/dist/esm/models/options.d.ts.map +1 -1
- package/dist/esm/models/options.js.map +1 -1
- package/dist/esm/models/responses.d.ts +82 -10
- package/dist/esm/models/responses.d.ts.map +1 -1
- package/dist/esm/models/responses.js.map +1 -1
- package/dist/esm/utli/converters.d.ts +26 -2
- package/dist/esm/utli/converters.d.ts.map +1 -1
- package/dist/esm/utli/converters.js +114 -19
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/react-native/callAutomationClient.d.ts +9 -2
- package/dist/react-native/callAutomationClient.d.ts.map +1 -1
- package/dist/react-native/callAutomationClient.js +115 -10
- package/dist/react-native/callAutomationClient.js.map +1 -1
- package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
- package/dist/react-native/callAutomationEventParser.js +47 -1
- package/dist/react-native/callAutomationEventParser.js.map +1 -1
- package/dist/react-native/callConnection.d.ts +16 -6
- package/dist/react-native/callConnection.d.ts.map +1 -1
- package/dist/react-native/callConnection.js +166 -15
- package/dist/react-native/callConnection.js.map +1 -1
- package/dist/react-native/callMedia.d.ts +20 -10
- package/dist/react-native/callMedia.d.ts.map +1 -1
- package/dist/react-native/callMedia.js +190 -22
- package/dist/react-native/callMedia.js.map +1 -1
- package/dist/react-native/callRecording.d.ts +8 -2
- package/dist/react-native/callRecording.d.ts.map +1 -1
- package/dist/react-native/callRecording.js +20 -5
- package/dist/react-native/callRecording.js.map +1 -1
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +137 -0
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +1 -0
- package/dist/react-native/eventprocessor/eventResponses.d.ts +134 -0
- package/dist/react-native/eventprocessor/eventResponses.d.ts.map +1 -0
- package/dist/react-native/eventprocessor/eventResponses.js +4 -0
- package/dist/react-native/eventprocessor/eventResponses.js.map +1 -0
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts +2 -1
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +4 -3
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +971 -206
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +124 -46
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +59 -11
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +2122 -466
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +8 -1
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +45 -6
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.d.ts +16 -2
- package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.js +65 -1
- package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
- package/dist/react-native/generated/src/operations/callDialog.d.ts +35 -0
- package/dist/react-native/generated/src/operations/callDialog.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/callDialog.js +111 -0
- package/dist/react-native/generated/src/operations/callDialog.js.map +1 -0
- package/dist/react-native/generated/src/operations/callMedia.d.ts +15 -8
- package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callMedia.js +50 -25
- package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.d.ts +7 -1
- package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.js +24 -0
- package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/operations/index.d.ts +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/index.js +1 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +15 -8
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/index.d.ts +2 -0
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +2 -0
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/constants.js +1 -1
- package/dist/react-native/models/constants.js.map +1 -1
- package/dist/react-native/models/events.d.ts +188 -62
- package/dist/react-native/models/events.d.ts.map +1 -1
- package/dist/react-native/models/events.js.map +1 -1
- package/dist/react-native/models/models.d.ts +85 -7
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +3 -1
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/models/options.d.ts +49 -2
- package/dist/react-native/models/options.d.ts.map +1 -1
- package/dist/react-native/models/options.js.map +1 -1
- package/dist/react-native/models/responses.d.ts +82 -10
- package/dist/react-native/models/responses.d.ts.map +1 -1
- package/dist/react-native/models/responses.js.map +1 -1
- package/dist/react-native/utli/converters.d.ts +26 -2
- package/dist/react-native/utli/converters.d.ts.map +1 -1
- package/dist/react-native/utli/converters.js +114 -19
- package/dist/react-native/utli/converters.js.map +1 -1
- package/package.json +16 -22
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.RestIncomingCall = void 0;
|
|
10
|
+
exports.BaseDialog = exports.StartDialogRequest = exports.InterruptAudioAndAnnounceRequest = exports.StopMediaStreamingRequest = exports.StartMediaStreamingRequest = exports.UnholdRequest = exports.HoldRequest = exports.UpdateTranscriptionRequest = exports.SendDtmfTonesResult = exports.SendDtmfTonesRequest = exports.ContinuousDtmfRecognitionRequest = exports.SpeechOptions = exports.Choice = exports.DtmfOptions = exports.RecognizeOptions = exports.RecognizeRequest = exports.StopTranscriptionRequest = exports.StartTranscriptionRequest = exports.PlayOptionsInternal = exports.SsmlSourceInternal = exports.TextSourceInternal = exports.FileSourceInternal = exports.PlaySourceInternal = exports.PlayRequest = exports.TransferCallResponse = exports.TransferToParticipantRequest = exports.CallLocator = exports.ConnectRequest = exports.RejectCallRequest = exports.RedirectCallRequest = exports.AnswerCallRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.TranscriptionSubscription = exports.MediaStreamingSubscription = exports.CallConnectionPropertiesInternal = exports.TranscriptionOptionsInternal = exports.MediaStreamingOptions = exports.TeamsPhoneSourceDetailsInternal = exports.TeamsPhoneCallerDetailsInternal = exports.TeamsPhoneCallDetailsInternal = exports.CustomCallingContextInternal = exports.CallIntelligenceOptionsInternal = exports.TeamsExtensionUserIdentifierModel = exports.MicrosoftTeamsAppIdentifierModel = exports.MicrosoftTeamsUserIdentifierModel = exports.PhoneNumberIdentifierModel = exports.CommunicationUserIdentifierModel = exports.CommunicationIdentifierModel = exports.CreateCallRequest = void 0;
|
|
11
|
+
exports.RestRemoveParticipantFailed = exports.RestRemoveParticipantSucceeded = exports.RestMoveParticipantFailed = exports.RestMoveParticipantSucceeded = exports.RestAddParticipantFailed = exports.RestAddParticipantSucceeded = exports.MediaStreamingUpdate = exports.TranscriptionUpdate = exports.DialogUpdated = exports.DialogSensitivityUpdate = exports.DialogLanguageChange = exports.DialogTransfer = exports.DialogHangup = exports.DialogStarted = exports.UserConsent = exports.DialogConsent = exports.DialogFailed = exports.RestResultInformation = exports.DialogCompleted = exports.SpeechResult = exports.ChoiceResult = exports.DtmfResult = exports.ErrorModel = exports.RecordingChunkStorageInfo = exports.RecordingStorageInfo = exports.RecordingResultResponse = exports.RecordingStateResponse = exports.Summarization = exports.Transcription = exports.PostProcessingOptions = exports.RecordingStorage = exports.ChannelAffinity = exports.StartCallRecordingRequest = exports.MoveParticipantsResponse = exports.MoveParticipantsRequest = exports.CancelAddParticipantResponse = exports.CancelAddParticipantRequest = exports.UnmuteParticipantsResponse = exports.UnmuteParticipantsRequest = exports.MuteParticipantsResult = exports.MuteParticipantsRequest = exports.RemoveParticipantResponse = exports.RemoveParticipantRequest = exports.AddParticipantResponse = exports.AddParticipantRequest = exports.CallParticipantInternal = exports.GetParticipantsResponse = exports.DialogUpdateBase = exports.UpdateDialogRequest = exports.DialogStateResponse = void 0;
|
|
12
|
+
exports.discriminators = exports.AzureOpenAIDialogUpdate = exports.PowerVirtualAgentsDialog = exports.AzureOpenAIDialog = exports.RestHoldAudioCompleted = exports.RestHoldAudioResumed = exports.RestHoldAudioPaused = exports.RestHoldAudioStarted = exports.RestPlayResumed = exports.RestPlayPaused = exports.RestPlayStarted = exports.RestStartRecordingFailed = exports.RestMediaStreamingFailed = exports.RestMediaStreamingStarted = exports.RestMediaStreamingStopped = exports.RestConnectFailed = exports.RestIncomingCall = exports.RestHoldFailed = exports.RestAnswerFailed = exports.RestCreateCallFailed = exports.RestTranscriptionFailed = exports.RestTranscriptionUpdated = exports.RestTranscriptionStopped = exports.RestTranscriptionStarted = exports.RestCancelAddParticipantFailed = exports.RestCancelAddParticipantSucceeded = exports.RestSendDtmfTonesFailed = exports.RestSendDtmfTonesCompleted = exports.RestContinuousDtmfRecognitionStopped = exports.RestContinuousDtmfRecognitionToneFailed = exports.RestContinuousDtmfRecognitionToneReceived = exports.RestRecognizeCanceled = exports.RestRecognizeFailed = exports.RestRecognizeCompleted = exports.RestPlayCanceled = exports.RestPlayFailed = exports.RestPlayCompleted = exports.RestParticipantsUpdated = exports.RestRecordingStateChanged = exports.RestCallTransferFailed = exports.RestCallTransferAccepted = exports.RestCallDisconnected = exports.RestCallConnected = void 0;
|
|
13
13
|
exports.CreateCallRequest = {
|
|
14
14
|
type: {
|
|
15
15
|
name: "Composite",
|
|
@@ -68,6 +68,20 @@ exports.CreateCallRequest = {
|
|
|
68
68
|
className: "CallIntelligenceOptionsInternal",
|
|
69
69
|
},
|
|
70
70
|
},
|
|
71
|
+
teamsAppSource: {
|
|
72
|
+
serializedName: "teamsAppSource",
|
|
73
|
+
type: {
|
|
74
|
+
name: "Composite",
|
|
75
|
+
className: "MicrosoftTeamsAppIdentifierModel",
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
customCallingContext: {
|
|
79
|
+
serializedName: "customCallingContext",
|
|
80
|
+
type: {
|
|
81
|
+
name: "Composite",
|
|
82
|
+
className: "CustomCallingContextInternal",
|
|
83
|
+
},
|
|
84
|
+
},
|
|
71
85
|
mediaStreamingOptions: {
|
|
72
86
|
serializedName: "mediaStreamingOptions",
|
|
73
87
|
type: {
|
|
@@ -79,14 +93,7 @@ exports.CreateCallRequest = {
|
|
|
79
93
|
serializedName: "transcriptionOptions",
|
|
80
94
|
type: {
|
|
81
95
|
name: "Composite",
|
|
82
|
-
className: "
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
teamsAppSource: {
|
|
86
|
-
serializedName: "teamsAppSource",
|
|
87
|
-
type: {
|
|
88
|
-
name: "Composite",
|
|
89
|
-
className: "MicrosoftTeamsAppIdentifierModel",
|
|
96
|
+
className: "TranscriptionOptionsInternal",
|
|
90
97
|
},
|
|
91
98
|
},
|
|
92
99
|
},
|
|
@@ -283,6 +290,200 @@ exports.CallIntelligenceOptionsInternal = {
|
|
|
283
290
|
name: "String",
|
|
284
291
|
},
|
|
285
292
|
},
|
|
293
|
+
backupCognitiveServicesEndpoint: {
|
|
294
|
+
serializedName: "backupCognitiveServicesEndpoint",
|
|
295
|
+
type: {
|
|
296
|
+
name: "String",
|
|
297
|
+
},
|
|
298
|
+
},
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
};
|
|
302
|
+
exports.CustomCallingContextInternal = {
|
|
303
|
+
type: {
|
|
304
|
+
name: "Composite",
|
|
305
|
+
className: "CustomCallingContextInternal",
|
|
306
|
+
modelProperties: {
|
|
307
|
+
voipHeaders: {
|
|
308
|
+
serializedName: "voipHeaders",
|
|
309
|
+
type: {
|
|
310
|
+
name: "Dictionary",
|
|
311
|
+
value: { type: { name: "String" } },
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
sipHeaders: {
|
|
315
|
+
serializedName: "sipHeaders",
|
|
316
|
+
type: {
|
|
317
|
+
name: "Dictionary",
|
|
318
|
+
value: { type: { name: "String" } },
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
teamsPhoneCallDetails: {
|
|
322
|
+
serializedName: "teamsPhoneCallDetails",
|
|
323
|
+
type: {
|
|
324
|
+
name: "Composite",
|
|
325
|
+
className: "TeamsPhoneCallDetailsInternal",
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
},
|
|
330
|
+
};
|
|
331
|
+
exports.TeamsPhoneCallDetailsInternal = {
|
|
332
|
+
type: {
|
|
333
|
+
name: "Composite",
|
|
334
|
+
className: "TeamsPhoneCallDetailsInternal",
|
|
335
|
+
modelProperties: {
|
|
336
|
+
teamsPhoneCallerDetails: {
|
|
337
|
+
serializedName: "teamsPhoneCallerDetails",
|
|
338
|
+
type: {
|
|
339
|
+
name: "Composite",
|
|
340
|
+
className: "TeamsPhoneCallerDetailsInternal",
|
|
341
|
+
},
|
|
342
|
+
},
|
|
343
|
+
teamsPhoneSourceDetails: {
|
|
344
|
+
serializedName: "teamsPhoneSourceDetails",
|
|
345
|
+
type: {
|
|
346
|
+
name: "Composite",
|
|
347
|
+
className: "TeamsPhoneSourceDetailsInternal",
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
|
+
sessionId: {
|
|
351
|
+
serializedName: "sessionId",
|
|
352
|
+
type: {
|
|
353
|
+
name: "String",
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
intent: {
|
|
357
|
+
serializedName: "intent",
|
|
358
|
+
type: {
|
|
359
|
+
name: "String",
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
callTopic: {
|
|
363
|
+
serializedName: "callTopic",
|
|
364
|
+
type: {
|
|
365
|
+
name: "String",
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
callContext: {
|
|
369
|
+
serializedName: "callContext",
|
|
370
|
+
type: {
|
|
371
|
+
name: "String",
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
transcriptUrl: {
|
|
375
|
+
serializedName: "transcriptUrl",
|
|
376
|
+
type: {
|
|
377
|
+
name: "String",
|
|
378
|
+
},
|
|
379
|
+
},
|
|
380
|
+
callSentiment: {
|
|
381
|
+
serializedName: "callSentiment",
|
|
382
|
+
type: {
|
|
383
|
+
name: "String",
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
|
+
suggestedActions: {
|
|
387
|
+
serializedName: "suggestedActions",
|
|
388
|
+
type: {
|
|
389
|
+
name: "String",
|
|
390
|
+
},
|
|
391
|
+
},
|
|
392
|
+
},
|
|
393
|
+
},
|
|
394
|
+
};
|
|
395
|
+
exports.TeamsPhoneCallerDetailsInternal = {
|
|
396
|
+
type: {
|
|
397
|
+
name: "Composite",
|
|
398
|
+
className: "TeamsPhoneCallerDetailsInternal",
|
|
399
|
+
modelProperties: {
|
|
400
|
+
caller: {
|
|
401
|
+
serializedName: "caller",
|
|
402
|
+
type: {
|
|
403
|
+
name: "Composite",
|
|
404
|
+
className: "CommunicationIdentifierModel",
|
|
405
|
+
},
|
|
406
|
+
},
|
|
407
|
+
name: {
|
|
408
|
+
serializedName: "name",
|
|
409
|
+
required: true,
|
|
410
|
+
type: {
|
|
411
|
+
name: "String",
|
|
412
|
+
},
|
|
413
|
+
},
|
|
414
|
+
phoneNumber: {
|
|
415
|
+
serializedName: "phoneNumber",
|
|
416
|
+
required: true,
|
|
417
|
+
type: {
|
|
418
|
+
name: "String",
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
recordId: {
|
|
422
|
+
serializedName: "recordId",
|
|
423
|
+
type: {
|
|
424
|
+
name: "String",
|
|
425
|
+
},
|
|
426
|
+
},
|
|
427
|
+
screenPopUrl: {
|
|
428
|
+
serializedName: "screenPopUrl",
|
|
429
|
+
type: {
|
|
430
|
+
name: "String",
|
|
431
|
+
},
|
|
432
|
+
},
|
|
433
|
+
isAuthenticated: {
|
|
434
|
+
serializedName: "isAuthenticated",
|
|
435
|
+
type: {
|
|
436
|
+
name: "Boolean",
|
|
437
|
+
},
|
|
438
|
+
},
|
|
439
|
+
additionalCallerInformation: {
|
|
440
|
+
serializedName: "additionalCallerInformation",
|
|
441
|
+
type: {
|
|
442
|
+
name: "Dictionary",
|
|
443
|
+
value: { type: { name: "String" } },
|
|
444
|
+
},
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
};
|
|
449
|
+
exports.TeamsPhoneSourceDetailsInternal = {
|
|
450
|
+
type: {
|
|
451
|
+
name: "Composite",
|
|
452
|
+
className: "TeamsPhoneSourceDetailsInternal",
|
|
453
|
+
modelProperties: {
|
|
454
|
+
source: {
|
|
455
|
+
serializedName: "source",
|
|
456
|
+
type: {
|
|
457
|
+
name: "Composite",
|
|
458
|
+
className: "CommunicationIdentifierModel",
|
|
459
|
+
},
|
|
460
|
+
},
|
|
461
|
+
language: {
|
|
462
|
+
serializedName: "language",
|
|
463
|
+
required: true,
|
|
464
|
+
type: {
|
|
465
|
+
name: "String",
|
|
466
|
+
},
|
|
467
|
+
},
|
|
468
|
+
status: {
|
|
469
|
+
serializedName: "status",
|
|
470
|
+
required: true,
|
|
471
|
+
type: {
|
|
472
|
+
name: "String",
|
|
473
|
+
},
|
|
474
|
+
},
|
|
475
|
+
intendedTargets: {
|
|
476
|
+
serializedName: "intendedTargets",
|
|
477
|
+
type: {
|
|
478
|
+
name: "Dictionary",
|
|
479
|
+
value: {
|
|
480
|
+
type: {
|
|
481
|
+
name: "Composite",
|
|
482
|
+
className: "CommunicationIdentifierModel",
|
|
483
|
+
},
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
},
|
|
286
487
|
},
|
|
287
488
|
},
|
|
288
489
|
};
|
|
@@ -340,10 +541,10 @@ exports.MediaStreamingOptions = {
|
|
|
340
541
|
},
|
|
341
542
|
},
|
|
342
543
|
};
|
|
343
|
-
exports.
|
|
544
|
+
exports.TranscriptionOptionsInternal = {
|
|
344
545
|
type: {
|
|
345
546
|
name: "Composite",
|
|
346
|
-
className: "
|
|
547
|
+
className: "TranscriptionOptionsInternal",
|
|
347
548
|
modelProperties: {
|
|
348
549
|
transportUrl: {
|
|
349
550
|
serializedName: "transportUrl",
|
|
@@ -366,8 +567,8 @@ exports.TranscriptionOptions = {
|
|
|
366
567
|
name: "String",
|
|
367
568
|
},
|
|
368
569
|
},
|
|
369
|
-
|
|
370
|
-
serializedName: "
|
|
570
|
+
speechModelEndpointId: {
|
|
571
|
+
serializedName: "speechModelEndpointId",
|
|
371
572
|
type: {
|
|
372
573
|
name: "String",
|
|
373
574
|
},
|
|
@@ -462,6 +663,18 @@ exports.CallConnectionPropertiesInternal = {
|
|
|
462
663
|
className: "CommunicationUserIdentifierModel",
|
|
463
664
|
},
|
|
464
665
|
},
|
|
666
|
+
mediaSubscriptionId: {
|
|
667
|
+
serializedName: "mediaSubscriptionId",
|
|
668
|
+
type: {
|
|
669
|
+
name: "String",
|
|
670
|
+
},
|
|
671
|
+
},
|
|
672
|
+
dataSubscriptionId: {
|
|
673
|
+
serializedName: "dataSubscriptionId",
|
|
674
|
+
type: {
|
|
675
|
+
name: "String",
|
|
676
|
+
},
|
|
677
|
+
},
|
|
465
678
|
mediaStreamingSubscription: {
|
|
466
679
|
serializedName: "mediaStreamingSubscription",
|
|
467
680
|
type: {
|
|
@@ -631,6 +844,13 @@ exports.AnswerCallRequest = {
|
|
|
631
844
|
name: "String",
|
|
632
845
|
},
|
|
633
846
|
},
|
|
847
|
+
customCallingContext: {
|
|
848
|
+
serializedName: "customCallingContext",
|
|
849
|
+
type: {
|
|
850
|
+
name: "Composite",
|
|
851
|
+
className: "CustomCallingContextInternal",
|
|
852
|
+
},
|
|
853
|
+
},
|
|
634
854
|
operationContext: {
|
|
635
855
|
serializedName: "operationContext",
|
|
636
856
|
type: {
|
|
@@ -662,7 +882,7 @@ exports.AnswerCallRequest = {
|
|
|
662
882
|
serializedName: "transcriptionOptions",
|
|
663
883
|
type: {
|
|
664
884
|
name: "Composite",
|
|
665
|
-
className: "
|
|
885
|
+
className: "TranscriptionOptionsInternal",
|
|
666
886
|
},
|
|
667
887
|
},
|
|
668
888
|
},
|
|
@@ -687,6 +907,13 @@ exports.RedirectCallRequest = {
|
|
|
687
907
|
className: "CommunicationIdentifierModel",
|
|
688
908
|
},
|
|
689
909
|
},
|
|
910
|
+
customCallingContext: {
|
|
911
|
+
serializedName: "customCallingContext",
|
|
912
|
+
type: {
|
|
913
|
+
name: "Composite",
|
|
914
|
+
className: "CustomCallingContextInternal",
|
|
915
|
+
},
|
|
916
|
+
},
|
|
690
917
|
},
|
|
691
918
|
},
|
|
692
919
|
};
|
|
@@ -754,7 +981,7 @@ exports.ConnectRequest = {
|
|
|
754
981
|
serializedName: "transcriptionOptions",
|
|
755
982
|
type: {
|
|
756
983
|
name: "Composite",
|
|
757
|
-
className: "
|
|
984
|
+
className: "TranscriptionOptionsInternal",
|
|
758
985
|
},
|
|
759
986
|
},
|
|
760
987
|
},
|
|
@@ -840,28 +1067,6 @@ exports.TransferToParticipantRequest = {
|
|
|
840
1067
|
},
|
|
841
1068
|
},
|
|
842
1069
|
};
|
|
843
|
-
exports.CustomCallingContextInternal = {
|
|
844
|
-
type: {
|
|
845
|
-
name: "Composite",
|
|
846
|
-
className: "CustomCallingContextInternal",
|
|
847
|
-
modelProperties: {
|
|
848
|
-
voipHeaders: {
|
|
849
|
-
serializedName: "voipHeaders",
|
|
850
|
-
type: {
|
|
851
|
-
name: "Dictionary",
|
|
852
|
-
value: { type: { name: "String" } },
|
|
853
|
-
},
|
|
854
|
-
},
|
|
855
|
-
sipHeaders: {
|
|
856
|
-
serializedName: "sipHeaders",
|
|
857
|
-
type: {
|
|
858
|
-
name: "Dictionary",
|
|
859
|
-
value: { type: { name: "String" } },
|
|
860
|
-
},
|
|
861
|
-
},
|
|
862
|
-
},
|
|
863
|
-
},
|
|
864
|
-
};
|
|
865
1070
|
exports.TransferCallResponse = {
|
|
866
1071
|
type: {
|
|
867
1072
|
name: "Composite",
|
|
@@ -906,12 +1111,6 @@ exports.PlayRequest = {
|
|
|
906
1111
|
},
|
|
907
1112
|
},
|
|
908
1113
|
},
|
|
909
|
-
interruptCallMediaOperation: {
|
|
910
|
-
serializedName: "interruptCallMediaOperation",
|
|
911
|
-
type: {
|
|
912
|
-
name: "Boolean",
|
|
913
|
-
},
|
|
914
|
-
},
|
|
915
1114
|
playOptions: {
|
|
916
1115
|
serializedName: "playOptions",
|
|
917
1116
|
type: {
|
|
@@ -1063,6 +1262,18 @@ exports.PlayOptionsInternal = {
|
|
|
1063
1262
|
name: "Boolean",
|
|
1064
1263
|
},
|
|
1065
1264
|
},
|
|
1265
|
+
interruptCallMediaOperation: {
|
|
1266
|
+
serializedName: "interruptCallMediaOperation",
|
|
1267
|
+
type: {
|
|
1268
|
+
name: "Boolean",
|
|
1269
|
+
},
|
|
1270
|
+
},
|
|
1271
|
+
interruptHoldAudio: {
|
|
1272
|
+
serializedName: "interruptHoldAudio",
|
|
1273
|
+
type: {
|
|
1274
|
+
name: "Boolean",
|
|
1275
|
+
},
|
|
1276
|
+
},
|
|
1066
1277
|
},
|
|
1067
1278
|
},
|
|
1068
1279
|
};
|
|
@@ -1077,8 +1288,8 @@ exports.StartTranscriptionRequest = {
|
|
|
1077
1288
|
name: "String",
|
|
1078
1289
|
},
|
|
1079
1290
|
},
|
|
1080
|
-
|
|
1081
|
-
serializedName: "
|
|
1291
|
+
speechModelEndpointId: {
|
|
1292
|
+
serializedName: "speechModelEndpointId",
|
|
1082
1293
|
type: {
|
|
1083
1294
|
name: "String",
|
|
1084
1295
|
},
|
|
@@ -1089,6 +1300,12 @@ exports.StartTranscriptionRequest = {
|
|
|
1089
1300
|
name: "String",
|
|
1090
1301
|
},
|
|
1091
1302
|
},
|
|
1303
|
+
operationCallbackUri: {
|
|
1304
|
+
serializedName: "operationCallbackUri",
|
|
1305
|
+
type: {
|
|
1306
|
+
name: "String",
|
|
1307
|
+
},
|
|
1308
|
+
},
|
|
1092
1309
|
},
|
|
1093
1310
|
},
|
|
1094
1311
|
};
|
|
@@ -1103,53 +1320,32 @@ exports.StopTranscriptionRequest = {
|
|
|
1103
1320
|
name: "String",
|
|
1104
1321
|
},
|
|
1105
1322
|
},
|
|
1323
|
+
operationCallbackUri: {
|
|
1324
|
+
serializedName: "operationCallbackUri",
|
|
1325
|
+
type: {
|
|
1326
|
+
name: "String",
|
|
1327
|
+
},
|
|
1328
|
+
},
|
|
1106
1329
|
},
|
|
1107
1330
|
},
|
|
1108
1331
|
};
|
|
1109
|
-
exports.
|
|
1332
|
+
exports.RecognizeRequest = {
|
|
1110
1333
|
type: {
|
|
1111
1334
|
name: "Composite",
|
|
1112
|
-
className: "
|
|
1335
|
+
className: "RecognizeRequest",
|
|
1113
1336
|
modelProperties: {
|
|
1114
|
-
|
|
1115
|
-
serializedName: "
|
|
1337
|
+
recognizeInputType: {
|
|
1338
|
+
serializedName: "recognizeInputType",
|
|
1116
1339
|
required: true,
|
|
1117
1340
|
type: {
|
|
1118
1341
|
name: "String",
|
|
1119
1342
|
},
|
|
1120
1343
|
},
|
|
1121
|
-
|
|
1122
|
-
serializedName: "
|
|
1344
|
+
playPrompt: {
|
|
1345
|
+
serializedName: "playPrompt",
|
|
1123
1346
|
type: {
|
|
1124
|
-
name: "
|
|
1125
|
-
|
|
1126
|
-
},
|
|
1127
|
-
operationContext: {
|
|
1128
|
-
serializedName: "operationContext",
|
|
1129
|
-
type: {
|
|
1130
|
-
name: "String",
|
|
1131
|
-
},
|
|
1132
|
-
},
|
|
1133
|
-
},
|
|
1134
|
-
},
|
|
1135
|
-
};
|
|
1136
|
-
exports.RecognizeRequest = {
|
|
1137
|
-
type: {
|
|
1138
|
-
name: "Composite",
|
|
1139
|
-
className: "RecognizeRequest",
|
|
1140
|
-
modelProperties: {
|
|
1141
|
-
recognizeInputType: {
|
|
1142
|
-
serializedName: "recognizeInputType",
|
|
1143
|
-
required: true,
|
|
1144
|
-
type: {
|
|
1145
|
-
name: "String",
|
|
1146
|
-
},
|
|
1147
|
-
},
|
|
1148
|
-
playPrompt: {
|
|
1149
|
-
serializedName: "playPrompt",
|
|
1150
|
-
type: {
|
|
1151
|
-
name: "Composite",
|
|
1152
|
-
className: "PlaySourceInternal",
|
|
1347
|
+
name: "Composite",
|
|
1348
|
+
className: "PlaySourceInternal",
|
|
1153
1349
|
},
|
|
1154
1350
|
},
|
|
1155
1351
|
playPrompts: {
|
|
@@ -1423,6 +1619,38 @@ exports.SendDtmfTonesResult = {
|
|
|
1423
1619
|
},
|
|
1424
1620
|
},
|
|
1425
1621
|
};
|
|
1622
|
+
exports.UpdateTranscriptionRequest = {
|
|
1623
|
+
type: {
|
|
1624
|
+
name: "Composite",
|
|
1625
|
+
className: "UpdateTranscriptionRequest",
|
|
1626
|
+
modelProperties: {
|
|
1627
|
+
locale: {
|
|
1628
|
+
serializedName: "locale",
|
|
1629
|
+
type: {
|
|
1630
|
+
name: "String",
|
|
1631
|
+
},
|
|
1632
|
+
},
|
|
1633
|
+
speechModelEndpointId: {
|
|
1634
|
+
serializedName: "speechModelEndpointId",
|
|
1635
|
+
type: {
|
|
1636
|
+
name: "String",
|
|
1637
|
+
},
|
|
1638
|
+
},
|
|
1639
|
+
operationContext: {
|
|
1640
|
+
serializedName: "operationContext",
|
|
1641
|
+
type: {
|
|
1642
|
+
name: "String",
|
|
1643
|
+
},
|
|
1644
|
+
},
|
|
1645
|
+
operationCallbackUri: {
|
|
1646
|
+
serializedName: "operationCallbackUri",
|
|
1647
|
+
type: {
|
|
1648
|
+
name: "String",
|
|
1649
|
+
},
|
|
1650
|
+
},
|
|
1651
|
+
},
|
|
1652
|
+
},
|
|
1653
|
+
};
|
|
1426
1654
|
exports.HoldRequest = {
|
|
1427
1655
|
type: {
|
|
1428
1656
|
name: "Composite",
|
|
@@ -1518,6 +1746,180 @@ exports.StopMediaStreamingRequest = {
|
|
|
1518
1746
|
},
|
|
1519
1747
|
},
|
|
1520
1748
|
};
|
|
1749
|
+
exports.InterruptAudioAndAnnounceRequest = {
|
|
1750
|
+
type: {
|
|
1751
|
+
name: "Composite",
|
|
1752
|
+
className: "InterruptAudioAndAnnounceRequest",
|
|
1753
|
+
modelProperties: {
|
|
1754
|
+
playSources: {
|
|
1755
|
+
serializedName: "playSources",
|
|
1756
|
+
required: true,
|
|
1757
|
+
type: {
|
|
1758
|
+
name: "Sequence",
|
|
1759
|
+
element: {
|
|
1760
|
+
type: {
|
|
1761
|
+
name: "Composite",
|
|
1762
|
+
className: "PlaySourceInternal",
|
|
1763
|
+
},
|
|
1764
|
+
},
|
|
1765
|
+
},
|
|
1766
|
+
},
|
|
1767
|
+
playTo: {
|
|
1768
|
+
serializedName: "playTo",
|
|
1769
|
+
type: {
|
|
1770
|
+
name: "Composite",
|
|
1771
|
+
className: "CommunicationIdentifierModel",
|
|
1772
|
+
},
|
|
1773
|
+
},
|
|
1774
|
+
operationContext: {
|
|
1775
|
+
serializedName: "operationContext",
|
|
1776
|
+
type: {
|
|
1777
|
+
name: "String",
|
|
1778
|
+
},
|
|
1779
|
+
},
|
|
1780
|
+
},
|
|
1781
|
+
},
|
|
1782
|
+
};
|
|
1783
|
+
exports.StartDialogRequest = {
|
|
1784
|
+
type: {
|
|
1785
|
+
name: "Composite",
|
|
1786
|
+
className: "StartDialogRequest",
|
|
1787
|
+
modelProperties: {
|
|
1788
|
+
dialog: {
|
|
1789
|
+
serializedName: "dialog",
|
|
1790
|
+
type: {
|
|
1791
|
+
name: "Composite",
|
|
1792
|
+
className: "BaseDialog",
|
|
1793
|
+
},
|
|
1794
|
+
},
|
|
1795
|
+
operationCallbackUri: {
|
|
1796
|
+
serializedName: "operationCallbackUri",
|
|
1797
|
+
type: {
|
|
1798
|
+
name: "String",
|
|
1799
|
+
},
|
|
1800
|
+
},
|
|
1801
|
+
operationContext: {
|
|
1802
|
+
serializedName: "operationContext",
|
|
1803
|
+
type: {
|
|
1804
|
+
name: "String",
|
|
1805
|
+
},
|
|
1806
|
+
},
|
|
1807
|
+
},
|
|
1808
|
+
},
|
|
1809
|
+
};
|
|
1810
|
+
exports.BaseDialog = {
|
|
1811
|
+
type: {
|
|
1812
|
+
name: "Composite",
|
|
1813
|
+
className: "BaseDialog",
|
|
1814
|
+
uberParent: "BaseDialog",
|
|
1815
|
+
polymorphicDiscriminator: {
|
|
1816
|
+
serializedName: "kind",
|
|
1817
|
+
clientName: "kind",
|
|
1818
|
+
},
|
|
1819
|
+
modelProperties: {
|
|
1820
|
+
kind: {
|
|
1821
|
+
serializedName: "kind",
|
|
1822
|
+
required: true,
|
|
1823
|
+
type: {
|
|
1824
|
+
name: "String",
|
|
1825
|
+
},
|
|
1826
|
+
},
|
|
1827
|
+
context: {
|
|
1828
|
+
serializedName: "context",
|
|
1829
|
+
required: true,
|
|
1830
|
+
type: {
|
|
1831
|
+
name: "Dictionary",
|
|
1832
|
+
value: {
|
|
1833
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
1834
|
+
},
|
|
1835
|
+
},
|
|
1836
|
+
},
|
|
1837
|
+
},
|
|
1838
|
+
},
|
|
1839
|
+
};
|
|
1840
|
+
exports.DialogStateResponse = {
|
|
1841
|
+
type: {
|
|
1842
|
+
name: "Composite",
|
|
1843
|
+
className: "DialogStateResponse",
|
|
1844
|
+
modelProperties: {
|
|
1845
|
+
dialogId: {
|
|
1846
|
+
serializedName: "dialogId",
|
|
1847
|
+
type: {
|
|
1848
|
+
name: "String",
|
|
1849
|
+
},
|
|
1850
|
+
},
|
|
1851
|
+
dialog: {
|
|
1852
|
+
serializedName: "dialog",
|
|
1853
|
+
type: {
|
|
1854
|
+
name: "Composite",
|
|
1855
|
+
className: "BaseDialog",
|
|
1856
|
+
},
|
|
1857
|
+
},
|
|
1858
|
+
operationContext: {
|
|
1859
|
+
serializedName: "operationContext",
|
|
1860
|
+
type: {
|
|
1861
|
+
name: "String",
|
|
1862
|
+
},
|
|
1863
|
+
},
|
|
1864
|
+
},
|
|
1865
|
+
},
|
|
1866
|
+
};
|
|
1867
|
+
exports.UpdateDialogRequest = {
|
|
1868
|
+
type: {
|
|
1869
|
+
name: "Composite",
|
|
1870
|
+
className: "UpdateDialogRequest",
|
|
1871
|
+
modelProperties: {
|
|
1872
|
+
dialog: {
|
|
1873
|
+
serializedName: "dialog",
|
|
1874
|
+
type: {
|
|
1875
|
+
name: "Composite",
|
|
1876
|
+
className: "DialogUpdateBase",
|
|
1877
|
+
},
|
|
1878
|
+
},
|
|
1879
|
+
operationCallbackUri: {
|
|
1880
|
+
serializedName: "operationCallbackUri",
|
|
1881
|
+
type: {
|
|
1882
|
+
name: "String",
|
|
1883
|
+
},
|
|
1884
|
+
},
|
|
1885
|
+
operationContext: {
|
|
1886
|
+
serializedName: "operationContext",
|
|
1887
|
+
type: {
|
|
1888
|
+
name: "String",
|
|
1889
|
+
},
|
|
1890
|
+
},
|
|
1891
|
+
},
|
|
1892
|
+
},
|
|
1893
|
+
};
|
|
1894
|
+
exports.DialogUpdateBase = {
|
|
1895
|
+
type: {
|
|
1896
|
+
name: "Composite",
|
|
1897
|
+
className: "DialogUpdateBase",
|
|
1898
|
+
uberParent: "DialogUpdateBase",
|
|
1899
|
+
polymorphicDiscriminator: {
|
|
1900
|
+
serializedName: "kind",
|
|
1901
|
+
clientName: "kind",
|
|
1902
|
+
},
|
|
1903
|
+
modelProperties: {
|
|
1904
|
+
kind: {
|
|
1905
|
+
serializedName: "kind",
|
|
1906
|
+
required: true,
|
|
1907
|
+
type: {
|
|
1908
|
+
name: "String",
|
|
1909
|
+
},
|
|
1910
|
+
},
|
|
1911
|
+
context: {
|
|
1912
|
+
serializedName: "context",
|
|
1913
|
+
type: {
|
|
1914
|
+
name: "Dictionary",
|
|
1915
|
+
value: {
|
|
1916
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1919
|
+
},
|
|
1920
|
+
},
|
|
1921
|
+
},
|
|
1922
|
+
};
|
|
1521
1923
|
exports.GetParticipantsResponse = {
|
|
1522
1924
|
type: {
|
|
1523
1925
|
name: "Composite",
|
|
@@ -1738,6 +2140,47 @@ exports.MuteParticipantsResult = {
|
|
|
1738
2140
|
},
|
|
1739
2141
|
},
|
|
1740
2142
|
};
|
|
2143
|
+
exports.UnmuteParticipantsRequest = {
|
|
2144
|
+
type: {
|
|
2145
|
+
name: "Composite",
|
|
2146
|
+
className: "UnmuteParticipantsRequest",
|
|
2147
|
+
modelProperties: {
|
|
2148
|
+
targetParticipants: {
|
|
2149
|
+
serializedName: "targetParticipants",
|
|
2150
|
+
required: true,
|
|
2151
|
+
type: {
|
|
2152
|
+
name: "Sequence",
|
|
2153
|
+
element: {
|
|
2154
|
+
type: {
|
|
2155
|
+
name: "Composite",
|
|
2156
|
+
className: "CommunicationIdentifierModel",
|
|
2157
|
+
},
|
|
2158
|
+
},
|
|
2159
|
+
},
|
|
2160
|
+
},
|
|
2161
|
+
operationContext: {
|
|
2162
|
+
serializedName: "operationContext",
|
|
2163
|
+
type: {
|
|
2164
|
+
name: "String",
|
|
2165
|
+
},
|
|
2166
|
+
},
|
|
2167
|
+
},
|
|
2168
|
+
},
|
|
2169
|
+
};
|
|
2170
|
+
exports.UnmuteParticipantsResponse = {
|
|
2171
|
+
type: {
|
|
2172
|
+
name: "Composite",
|
|
2173
|
+
className: "UnmuteParticipantsResponse",
|
|
2174
|
+
modelProperties: {
|
|
2175
|
+
operationContext: {
|
|
2176
|
+
serializedName: "operationContext",
|
|
2177
|
+
type: {
|
|
2178
|
+
name: "String",
|
|
2179
|
+
},
|
|
2180
|
+
},
|
|
2181
|
+
},
|
|
2182
|
+
},
|
|
2183
|
+
};
|
|
1741
2184
|
exports.CancelAddParticipantRequest = {
|
|
1742
2185
|
type: {
|
|
1743
2186
|
name: "Composite",
|
|
@@ -1785,32 +2228,104 @@ exports.CancelAddParticipantResponse = {
|
|
|
1785
2228
|
},
|
|
1786
2229
|
},
|
|
1787
2230
|
};
|
|
1788
|
-
exports.
|
|
2231
|
+
exports.MoveParticipantsRequest = {
|
|
1789
2232
|
type: {
|
|
1790
2233
|
name: "Composite",
|
|
1791
|
-
className: "
|
|
2234
|
+
className: "MoveParticipantsRequest",
|
|
1792
2235
|
modelProperties: {
|
|
1793
|
-
|
|
1794
|
-
serializedName: "
|
|
2236
|
+
targetParticipants: {
|
|
2237
|
+
serializedName: "targetParticipants",
|
|
2238
|
+
required: true,
|
|
1795
2239
|
type: {
|
|
1796
|
-
name: "
|
|
1797
|
-
|
|
2240
|
+
name: "Sequence",
|
|
2241
|
+
element: {
|
|
2242
|
+
type: {
|
|
2243
|
+
name: "Composite",
|
|
2244
|
+
className: "CommunicationIdentifierModel",
|
|
2245
|
+
},
|
|
2246
|
+
},
|
|
1798
2247
|
},
|
|
1799
2248
|
},
|
|
1800
|
-
|
|
1801
|
-
serializedName: "
|
|
2249
|
+
operationContext: {
|
|
2250
|
+
serializedName: "operationContext",
|
|
1802
2251
|
type: {
|
|
1803
2252
|
name: "String",
|
|
1804
2253
|
},
|
|
1805
2254
|
},
|
|
1806
|
-
|
|
1807
|
-
serializedName: "
|
|
2255
|
+
operationCallbackUri: {
|
|
2256
|
+
serializedName: "operationCallbackUri",
|
|
1808
2257
|
type: {
|
|
1809
2258
|
name: "String",
|
|
1810
2259
|
},
|
|
1811
2260
|
},
|
|
1812
|
-
|
|
1813
|
-
serializedName: "
|
|
2261
|
+
fromCall: {
|
|
2262
|
+
serializedName: "fromCall",
|
|
2263
|
+
required: true,
|
|
2264
|
+
type: {
|
|
2265
|
+
name: "String",
|
|
2266
|
+
},
|
|
2267
|
+
},
|
|
2268
|
+
},
|
|
2269
|
+
},
|
|
2270
|
+
};
|
|
2271
|
+
exports.MoveParticipantsResponse = {
|
|
2272
|
+
type: {
|
|
2273
|
+
name: "Composite",
|
|
2274
|
+
className: "MoveParticipantsResponse",
|
|
2275
|
+
modelProperties: {
|
|
2276
|
+
participants: {
|
|
2277
|
+
serializedName: "participants",
|
|
2278
|
+
type: {
|
|
2279
|
+
name: "Sequence",
|
|
2280
|
+
element: {
|
|
2281
|
+
type: {
|
|
2282
|
+
name: "Composite",
|
|
2283
|
+
className: "CallParticipantInternal",
|
|
2284
|
+
},
|
|
2285
|
+
},
|
|
2286
|
+
},
|
|
2287
|
+
},
|
|
2288
|
+
operationContext: {
|
|
2289
|
+
serializedName: "operationContext",
|
|
2290
|
+
type: {
|
|
2291
|
+
name: "String",
|
|
2292
|
+
},
|
|
2293
|
+
},
|
|
2294
|
+
fromCall: {
|
|
2295
|
+
serializedName: "fromCall",
|
|
2296
|
+
type: {
|
|
2297
|
+
name: "String",
|
|
2298
|
+
},
|
|
2299
|
+
},
|
|
2300
|
+
},
|
|
2301
|
+
},
|
|
2302
|
+
};
|
|
2303
|
+
exports.StartCallRecordingRequest = {
|
|
2304
|
+
type: {
|
|
2305
|
+
name: "Composite",
|
|
2306
|
+
className: "StartCallRecordingRequest",
|
|
2307
|
+
modelProperties: {
|
|
2308
|
+
callLocator: {
|
|
2309
|
+
serializedName: "callLocator",
|
|
2310
|
+
type: {
|
|
2311
|
+
name: "Composite",
|
|
2312
|
+
className: "CallLocator",
|
|
2313
|
+
},
|
|
2314
|
+
},
|
|
2315
|
+
callConnectionId: {
|
|
2316
|
+
serializedName: "callConnectionId",
|
|
2317
|
+
type: {
|
|
2318
|
+
name: "String",
|
|
2319
|
+
},
|
|
2320
|
+
},
|
|
2321
|
+
recordingStateCallbackUri: {
|
|
2322
|
+
serializedName: "recordingStateCallbackUri",
|
|
2323
|
+
type: {
|
|
2324
|
+
name: "String",
|
|
2325
|
+
},
|
|
2326
|
+
},
|
|
2327
|
+
recordingContentType: {
|
|
2328
|
+
serializedName: "recordingContentType",
|
|
1814
2329
|
type: {
|
|
1815
2330
|
name: "String",
|
|
1816
2331
|
},
|
|
@@ -1864,6 +2379,13 @@ exports.StartCallRecordingRequest = {
|
|
|
1864
2379
|
className: "RecordingStorage",
|
|
1865
2380
|
},
|
|
1866
2381
|
},
|
|
2382
|
+
postProcessingOptions: {
|
|
2383
|
+
serializedName: "postProcessingOptions",
|
|
2384
|
+
type: {
|
|
2385
|
+
name: "Composite",
|
|
2386
|
+
className: "PostProcessingOptions",
|
|
2387
|
+
},
|
|
2388
|
+
},
|
|
1867
2389
|
},
|
|
1868
2390
|
},
|
|
1869
2391
|
};
|
|
@@ -1913,6 +2435,64 @@ exports.RecordingStorage = {
|
|
|
1913
2435
|
},
|
|
1914
2436
|
},
|
|
1915
2437
|
};
|
|
2438
|
+
exports.PostProcessingOptions = {
|
|
2439
|
+
type: {
|
|
2440
|
+
name: "Composite",
|
|
2441
|
+
className: "PostProcessingOptions",
|
|
2442
|
+
modelProperties: {
|
|
2443
|
+
cognitiveServicesEndpoint: {
|
|
2444
|
+
serializedName: "cognitiveServicesEndpoint",
|
|
2445
|
+
type: {
|
|
2446
|
+
name: "String",
|
|
2447
|
+
},
|
|
2448
|
+
},
|
|
2449
|
+
transcription: {
|
|
2450
|
+
serializedName: "transcription",
|
|
2451
|
+
type: {
|
|
2452
|
+
name: "Composite",
|
|
2453
|
+
className: "Transcription",
|
|
2454
|
+
},
|
|
2455
|
+
},
|
|
2456
|
+
summarization: {
|
|
2457
|
+
serializedName: "summarization",
|
|
2458
|
+
type: {
|
|
2459
|
+
name: "Composite",
|
|
2460
|
+
className: "Summarization",
|
|
2461
|
+
},
|
|
2462
|
+
},
|
|
2463
|
+
},
|
|
2464
|
+
},
|
|
2465
|
+
};
|
|
2466
|
+
exports.Transcription = {
|
|
2467
|
+
type: {
|
|
2468
|
+
name: "Composite",
|
|
2469
|
+
className: "Transcription",
|
|
2470
|
+
modelProperties: {
|
|
2471
|
+
enableTranscription: {
|
|
2472
|
+
serializedName: "enableTranscription",
|
|
2473
|
+
required: true,
|
|
2474
|
+
type: {
|
|
2475
|
+
name: "Boolean",
|
|
2476
|
+
},
|
|
2477
|
+
},
|
|
2478
|
+
},
|
|
2479
|
+
},
|
|
2480
|
+
};
|
|
2481
|
+
exports.Summarization = {
|
|
2482
|
+
type: {
|
|
2483
|
+
name: "Composite",
|
|
2484
|
+
className: "Summarization",
|
|
2485
|
+
modelProperties: {
|
|
2486
|
+
enableSummarization: {
|
|
2487
|
+
serializedName: "enableSummarization",
|
|
2488
|
+
required: true,
|
|
2489
|
+
type: {
|
|
2490
|
+
name: "Boolean",
|
|
2491
|
+
},
|
|
2492
|
+
},
|
|
2493
|
+
},
|
|
2494
|
+
},
|
|
2495
|
+
};
|
|
1916
2496
|
exports.RecordingStateResponse = {
|
|
1917
2497
|
type: {
|
|
1918
2498
|
name: "Composite",
|
|
@@ -1939,105 +2519,155 @@ exports.RecordingStateResponse = {
|
|
|
1939
2519
|
},
|
|
1940
2520
|
},
|
|
1941
2521
|
};
|
|
1942
|
-
exports.
|
|
2522
|
+
exports.RecordingResultResponse = {
|
|
1943
2523
|
type: {
|
|
1944
2524
|
name: "Composite",
|
|
1945
|
-
className: "
|
|
2525
|
+
className: "RecordingResultResponse",
|
|
1946
2526
|
modelProperties: {
|
|
1947
|
-
|
|
1948
|
-
serializedName: "
|
|
2527
|
+
recordingId: {
|
|
2528
|
+
serializedName: "recordingId",
|
|
2529
|
+
readOnly: true,
|
|
1949
2530
|
type: {
|
|
1950
2531
|
name: "String",
|
|
1951
2532
|
},
|
|
1952
2533
|
},
|
|
1953
|
-
|
|
1954
|
-
serializedName: "
|
|
2534
|
+
recordingStorageInfo: {
|
|
2535
|
+
serializedName: "recordingStorageInfo",
|
|
1955
2536
|
type: {
|
|
1956
|
-
name: "
|
|
2537
|
+
name: "Composite",
|
|
2538
|
+
className: "RecordingStorageInfo",
|
|
1957
2539
|
},
|
|
1958
2540
|
},
|
|
1959
|
-
|
|
1960
|
-
serializedName: "
|
|
2541
|
+
errors: {
|
|
2542
|
+
serializedName: "errors",
|
|
2543
|
+
readOnly: true,
|
|
1961
2544
|
type: {
|
|
1962
|
-
name: "
|
|
2545
|
+
name: "Sequence",
|
|
2546
|
+
element: {
|
|
2547
|
+
type: {
|
|
2548
|
+
name: "Composite",
|
|
2549
|
+
className: "ErrorModel",
|
|
2550
|
+
},
|
|
2551
|
+
},
|
|
1963
2552
|
},
|
|
1964
2553
|
},
|
|
1965
|
-
|
|
1966
|
-
serializedName: "
|
|
2554
|
+
recordingStartTime: {
|
|
2555
|
+
serializedName: "recordingStartTime",
|
|
2556
|
+
readOnly: true,
|
|
2557
|
+
type: {
|
|
2558
|
+
name: "DateTime",
|
|
2559
|
+
},
|
|
2560
|
+
},
|
|
2561
|
+
recordingDurationMs: {
|
|
2562
|
+
serializedName: "recordingDurationMs",
|
|
2563
|
+
readOnly: true,
|
|
2564
|
+
type: {
|
|
2565
|
+
name: "Number",
|
|
2566
|
+
},
|
|
2567
|
+
},
|
|
2568
|
+
sessionEndReason: {
|
|
2569
|
+
serializedName: "sessionEndReason",
|
|
2570
|
+
readOnly: true,
|
|
1967
2571
|
type: {
|
|
1968
2572
|
name: "String",
|
|
1969
2573
|
},
|
|
1970
2574
|
},
|
|
1971
|
-
|
|
1972
|
-
serializedName: "
|
|
2575
|
+
recordingExpirationTime: {
|
|
2576
|
+
serializedName: "recordingExpirationTime",
|
|
2577
|
+
readOnly: true,
|
|
1973
2578
|
type: {
|
|
1974
|
-
name: "
|
|
1975
|
-
className: "RestResultInformation",
|
|
2579
|
+
name: "DateTime",
|
|
1976
2580
|
},
|
|
1977
2581
|
},
|
|
1978
2582
|
},
|
|
1979
2583
|
},
|
|
1980
2584
|
};
|
|
1981
|
-
exports.
|
|
2585
|
+
exports.RecordingStorageInfo = {
|
|
1982
2586
|
type: {
|
|
1983
2587
|
name: "Composite",
|
|
1984
|
-
className: "
|
|
2588
|
+
className: "RecordingStorageInfo",
|
|
1985
2589
|
modelProperties: {
|
|
1986
|
-
|
|
1987
|
-
serializedName: "
|
|
2590
|
+
recordingChunks: {
|
|
2591
|
+
serializedName: "recordingChunks",
|
|
1988
2592
|
type: {
|
|
1989
|
-
name: "
|
|
2593
|
+
name: "Sequence",
|
|
2594
|
+
element: {
|
|
2595
|
+
type: {
|
|
2596
|
+
name: "Composite",
|
|
2597
|
+
className: "RecordingChunkStorageInfo",
|
|
2598
|
+
},
|
|
2599
|
+
},
|
|
1990
2600
|
},
|
|
1991
2601
|
},
|
|
1992
|
-
|
|
1993
|
-
|
|
2602
|
+
},
|
|
2603
|
+
},
|
|
2604
|
+
};
|
|
2605
|
+
exports.RecordingChunkStorageInfo = {
|
|
2606
|
+
type: {
|
|
2607
|
+
name: "Composite",
|
|
2608
|
+
className: "RecordingChunkStorageInfo",
|
|
2609
|
+
modelProperties: {
|
|
2610
|
+
documentId: {
|
|
2611
|
+
serializedName: "documentId",
|
|
2612
|
+
type: {
|
|
2613
|
+
name: "String",
|
|
2614
|
+
},
|
|
2615
|
+
},
|
|
2616
|
+
index: {
|
|
2617
|
+
serializedName: "index",
|
|
1994
2618
|
type: {
|
|
1995
2619
|
name: "Number",
|
|
1996
2620
|
},
|
|
1997
2621
|
},
|
|
1998
|
-
|
|
1999
|
-
serializedName: "
|
|
2622
|
+
endReason: {
|
|
2623
|
+
serializedName: "endReason",
|
|
2000
2624
|
type: {
|
|
2001
2625
|
name: "String",
|
|
2002
2626
|
},
|
|
2003
2627
|
},
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
};
|
|
2007
|
-
exports.PlayStarted = {
|
|
2008
|
-
type: {
|
|
2009
|
-
name: "Composite",
|
|
2010
|
-
className: "PlayStarted",
|
|
2011
|
-
modelProperties: {
|
|
2012
|
-
callConnectionId: {
|
|
2013
|
-
serializedName: "callConnectionId",
|
|
2628
|
+
contentLocation: {
|
|
2629
|
+
serializedName: "contentLocation",
|
|
2014
2630
|
type: {
|
|
2015
2631
|
name: "String",
|
|
2016
2632
|
},
|
|
2017
2633
|
},
|
|
2018
|
-
|
|
2019
|
-
serializedName: "
|
|
2634
|
+
metadataLocation: {
|
|
2635
|
+
serializedName: "metadataLocation",
|
|
2020
2636
|
type: {
|
|
2021
2637
|
name: "String",
|
|
2022
2638
|
},
|
|
2023
2639
|
},
|
|
2024
|
-
|
|
2025
|
-
serializedName: "
|
|
2640
|
+
deleteLocation: {
|
|
2641
|
+
serializedName: "deleteLocation",
|
|
2026
2642
|
type: {
|
|
2027
2643
|
name: "String",
|
|
2028
2644
|
},
|
|
2029
2645
|
},
|
|
2030
|
-
|
|
2031
|
-
|
|
2646
|
+
},
|
|
2647
|
+
},
|
|
2648
|
+
};
|
|
2649
|
+
exports.ErrorModel = {
|
|
2650
|
+
type: {
|
|
2651
|
+
name: "Composite",
|
|
2652
|
+
className: "ErrorModel",
|
|
2653
|
+
modelProperties: {
|
|
2654
|
+
code: {
|
|
2655
|
+
serializedName: "code",
|
|
2032
2656
|
type: {
|
|
2033
2657
|
name: "String",
|
|
2034
2658
|
},
|
|
2035
2659
|
},
|
|
2036
|
-
|
|
2037
|
-
serializedName: "
|
|
2660
|
+
message: {
|
|
2661
|
+
serializedName: "message",
|
|
2662
|
+
type: {
|
|
2663
|
+
name: "String",
|
|
2664
|
+
},
|
|
2665
|
+
},
|
|
2666
|
+
innerError: {
|
|
2667
|
+
serializedName: "innerError",
|
|
2038
2668
|
type: {
|
|
2039
2669
|
name: "Composite",
|
|
2040
|
-
className: "
|
|
2670
|
+
className: "ErrorModel",
|
|
2041
2671
|
},
|
|
2042
2672
|
},
|
|
2043
2673
|
},
|
|
@@ -2094,19 +2724,31 @@ exports.SpeechResult = {
|
|
|
2094
2724
|
name: "String",
|
|
2095
2725
|
},
|
|
2096
2726
|
},
|
|
2727
|
+
confidence: {
|
|
2728
|
+
serializedName: "confidence",
|
|
2729
|
+
type: {
|
|
2730
|
+
name: "Number",
|
|
2731
|
+
},
|
|
2732
|
+
},
|
|
2097
2733
|
},
|
|
2098
2734
|
},
|
|
2099
2735
|
};
|
|
2100
|
-
exports.
|
|
2736
|
+
exports.DialogCompleted = {
|
|
2101
2737
|
type: {
|
|
2102
2738
|
name: "Composite",
|
|
2103
|
-
className: "
|
|
2739
|
+
className: "DialogCompleted",
|
|
2104
2740
|
modelProperties: {
|
|
2105
|
-
|
|
2106
|
-
serializedName: "
|
|
2741
|
+
dialogInputType: {
|
|
2742
|
+
serializedName: "dialogInputType",
|
|
2107
2743
|
type: {
|
|
2108
|
-
name: "
|
|
2109
|
-
|
|
2744
|
+
name: "String",
|
|
2745
|
+
},
|
|
2746
|
+
},
|
|
2747
|
+
dialogId: {
|
|
2748
|
+
serializedName: "dialogId",
|
|
2749
|
+
readOnly: true,
|
|
2750
|
+
type: {
|
|
2751
|
+
name: "String",
|
|
2110
2752
|
},
|
|
2111
2753
|
},
|
|
2112
2754
|
callConnectionId: {
|
|
@@ -2143,25 +2785,25 @@ exports.MediaStreamingFailed = {
|
|
|
2143
2785
|
},
|
|
2144
2786
|
},
|
|
2145
2787
|
};
|
|
2146
|
-
exports.
|
|
2788
|
+
exports.RestResultInformation = {
|
|
2147
2789
|
type: {
|
|
2148
2790
|
name: "Composite",
|
|
2149
|
-
className: "
|
|
2791
|
+
className: "RestResultInformation",
|
|
2150
2792
|
modelProperties: {
|
|
2151
|
-
|
|
2152
|
-
serializedName: "
|
|
2793
|
+
code: {
|
|
2794
|
+
serializedName: "code",
|
|
2153
2795
|
type: {
|
|
2154
|
-
name: "
|
|
2796
|
+
name: "Number",
|
|
2155
2797
|
},
|
|
2156
2798
|
},
|
|
2157
|
-
|
|
2158
|
-
serializedName: "
|
|
2799
|
+
subCode: {
|
|
2800
|
+
serializedName: "subCode",
|
|
2159
2801
|
type: {
|
|
2160
|
-
name: "
|
|
2802
|
+
name: "Number",
|
|
2161
2803
|
},
|
|
2162
2804
|
},
|
|
2163
|
-
|
|
2164
|
-
serializedName: "
|
|
2805
|
+
message: {
|
|
2806
|
+
serializedName: "message",
|
|
2165
2807
|
type: {
|
|
2166
2808
|
name: "String",
|
|
2167
2809
|
},
|
|
@@ -2169,16 +2811,22 @@ exports.MediaStreamingUpdate = {
|
|
|
2169
2811
|
},
|
|
2170
2812
|
},
|
|
2171
2813
|
};
|
|
2172
|
-
exports.
|
|
2814
|
+
exports.DialogFailed = {
|
|
2173
2815
|
type: {
|
|
2174
2816
|
name: "Composite",
|
|
2175
|
-
className: "
|
|
2817
|
+
className: "DialogFailed",
|
|
2176
2818
|
modelProperties: {
|
|
2177
|
-
|
|
2178
|
-
serializedName: "
|
|
2819
|
+
dialogInputType: {
|
|
2820
|
+
serializedName: "dialogInputType",
|
|
2179
2821
|
type: {
|
|
2180
|
-
name: "
|
|
2181
|
-
|
|
2822
|
+
name: "String",
|
|
2823
|
+
},
|
|
2824
|
+
},
|
|
2825
|
+
dialogId: {
|
|
2826
|
+
serializedName: "dialogId",
|
|
2827
|
+
readOnly: true,
|
|
2828
|
+
type: {
|
|
2829
|
+
name: "String",
|
|
2182
2830
|
},
|
|
2183
2831
|
},
|
|
2184
2832
|
callConnectionId: {
|
|
@@ -2215,22 +2863,925 @@ exports.MediaStreamingStarted = {
|
|
|
2215
2863
|
},
|
|
2216
2864
|
},
|
|
2217
2865
|
};
|
|
2218
|
-
exports.
|
|
2866
|
+
exports.DialogConsent = {
|
|
2219
2867
|
type: {
|
|
2220
2868
|
name: "Composite",
|
|
2221
|
-
className: "
|
|
2869
|
+
className: "DialogConsent",
|
|
2222
2870
|
modelProperties: {
|
|
2223
|
-
|
|
2224
|
-
serializedName: "
|
|
2871
|
+
dialogInputType: {
|
|
2872
|
+
serializedName: "dialogInputType",
|
|
2225
2873
|
type: {
|
|
2226
|
-
name: "
|
|
2227
|
-
className: "MediaStreamingUpdate",
|
|
2874
|
+
name: "String",
|
|
2228
2875
|
},
|
|
2229
2876
|
},
|
|
2230
|
-
|
|
2231
|
-
serializedName: "
|
|
2877
|
+
userConsent: {
|
|
2878
|
+
serializedName: "userConsent",
|
|
2232
2879
|
type: {
|
|
2233
|
-
name: "
|
|
2880
|
+
name: "Composite",
|
|
2881
|
+
className: "UserConsent",
|
|
2882
|
+
},
|
|
2883
|
+
},
|
|
2884
|
+
dialogId: {
|
|
2885
|
+
serializedName: "dialogId",
|
|
2886
|
+
readOnly: true,
|
|
2887
|
+
type: {
|
|
2888
|
+
name: "String",
|
|
2889
|
+
},
|
|
2890
|
+
},
|
|
2891
|
+
callConnectionId: {
|
|
2892
|
+
serializedName: "callConnectionId",
|
|
2893
|
+
type: {
|
|
2894
|
+
name: "String",
|
|
2895
|
+
},
|
|
2896
|
+
},
|
|
2897
|
+
serverCallId: {
|
|
2898
|
+
serializedName: "serverCallId",
|
|
2899
|
+
type: {
|
|
2900
|
+
name: "String",
|
|
2901
|
+
},
|
|
2902
|
+
},
|
|
2903
|
+
correlationId: {
|
|
2904
|
+
serializedName: "correlationId",
|
|
2905
|
+
type: {
|
|
2906
|
+
name: "String",
|
|
2907
|
+
},
|
|
2908
|
+
},
|
|
2909
|
+
operationContext: {
|
|
2910
|
+
serializedName: "operationContext",
|
|
2911
|
+
type: {
|
|
2912
|
+
name: "String",
|
|
2913
|
+
},
|
|
2914
|
+
},
|
|
2915
|
+
resultInformation: {
|
|
2916
|
+
serializedName: "resultInformation",
|
|
2917
|
+
type: {
|
|
2918
|
+
name: "Composite",
|
|
2919
|
+
className: "RestResultInformation",
|
|
2920
|
+
},
|
|
2921
|
+
},
|
|
2922
|
+
},
|
|
2923
|
+
},
|
|
2924
|
+
};
|
|
2925
|
+
exports.UserConsent = {
|
|
2926
|
+
type: {
|
|
2927
|
+
name: "Composite",
|
|
2928
|
+
className: "UserConsent",
|
|
2929
|
+
modelProperties: {
|
|
2930
|
+
recording: {
|
|
2931
|
+
serializedName: "recording",
|
|
2932
|
+
type: {
|
|
2933
|
+
name: "Number",
|
|
2934
|
+
},
|
|
2935
|
+
},
|
|
2936
|
+
},
|
|
2937
|
+
},
|
|
2938
|
+
};
|
|
2939
|
+
exports.DialogStarted = {
|
|
2940
|
+
type: {
|
|
2941
|
+
name: "Composite",
|
|
2942
|
+
className: "DialogStarted",
|
|
2943
|
+
modelProperties: {
|
|
2944
|
+
dialogInputType: {
|
|
2945
|
+
serializedName: "dialogInputType",
|
|
2946
|
+
type: {
|
|
2947
|
+
name: "String",
|
|
2948
|
+
},
|
|
2949
|
+
},
|
|
2950
|
+
dialogId: {
|
|
2951
|
+
serializedName: "dialogId",
|
|
2952
|
+
readOnly: true,
|
|
2953
|
+
type: {
|
|
2954
|
+
name: "String",
|
|
2955
|
+
},
|
|
2956
|
+
},
|
|
2957
|
+
callConnectionId: {
|
|
2958
|
+
serializedName: "callConnectionId",
|
|
2959
|
+
type: {
|
|
2960
|
+
name: "String",
|
|
2961
|
+
},
|
|
2962
|
+
},
|
|
2963
|
+
serverCallId: {
|
|
2964
|
+
serializedName: "serverCallId",
|
|
2965
|
+
type: {
|
|
2966
|
+
name: "String",
|
|
2967
|
+
},
|
|
2968
|
+
},
|
|
2969
|
+
correlationId: {
|
|
2970
|
+
serializedName: "correlationId",
|
|
2971
|
+
type: {
|
|
2972
|
+
name: "String",
|
|
2973
|
+
},
|
|
2974
|
+
},
|
|
2975
|
+
operationContext: {
|
|
2976
|
+
serializedName: "operationContext",
|
|
2977
|
+
type: {
|
|
2978
|
+
name: "String",
|
|
2979
|
+
},
|
|
2980
|
+
},
|
|
2981
|
+
resultInformation: {
|
|
2982
|
+
serializedName: "resultInformation",
|
|
2983
|
+
type: {
|
|
2984
|
+
name: "Composite",
|
|
2985
|
+
className: "RestResultInformation",
|
|
2986
|
+
},
|
|
2987
|
+
},
|
|
2988
|
+
},
|
|
2989
|
+
},
|
|
2990
|
+
};
|
|
2991
|
+
exports.DialogHangup = {
|
|
2992
|
+
type: {
|
|
2993
|
+
name: "Composite",
|
|
2994
|
+
className: "DialogHangup",
|
|
2995
|
+
modelProperties: {
|
|
2996
|
+
dialogInputType: {
|
|
2997
|
+
serializedName: "dialogInputType",
|
|
2998
|
+
type: {
|
|
2999
|
+
name: "String",
|
|
3000
|
+
},
|
|
3001
|
+
},
|
|
3002
|
+
dialogId: {
|
|
3003
|
+
serializedName: "dialogId",
|
|
3004
|
+
readOnly: true,
|
|
3005
|
+
type: {
|
|
3006
|
+
name: "String",
|
|
3007
|
+
},
|
|
3008
|
+
},
|
|
3009
|
+
ivrContext: {
|
|
3010
|
+
serializedName: "ivrContext",
|
|
3011
|
+
readOnly: true,
|
|
3012
|
+
type: {
|
|
3013
|
+
name: "Dictionary",
|
|
3014
|
+
value: { type: { name: "any" } },
|
|
3015
|
+
},
|
|
3016
|
+
},
|
|
3017
|
+
callConnectionId: {
|
|
3018
|
+
serializedName: "callConnectionId",
|
|
3019
|
+
type: {
|
|
3020
|
+
name: "String",
|
|
3021
|
+
},
|
|
3022
|
+
},
|
|
3023
|
+
serverCallId: {
|
|
3024
|
+
serializedName: "serverCallId",
|
|
3025
|
+
type: {
|
|
3026
|
+
name: "String",
|
|
3027
|
+
},
|
|
3028
|
+
},
|
|
3029
|
+
correlationId: {
|
|
3030
|
+
serializedName: "correlationId",
|
|
3031
|
+
type: {
|
|
3032
|
+
name: "String",
|
|
3033
|
+
},
|
|
3034
|
+
},
|
|
3035
|
+
operationContext: {
|
|
3036
|
+
serializedName: "operationContext",
|
|
3037
|
+
type: {
|
|
3038
|
+
name: "String",
|
|
3039
|
+
},
|
|
3040
|
+
},
|
|
3041
|
+
resultInformation: {
|
|
3042
|
+
serializedName: "resultInformation",
|
|
3043
|
+
type: {
|
|
3044
|
+
name: "Composite",
|
|
3045
|
+
className: "RestResultInformation",
|
|
3046
|
+
},
|
|
3047
|
+
},
|
|
3048
|
+
},
|
|
3049
|
+
},
|
|
3050
|
+
};
|
|
3051
|
+
exports.DialogTransfer = {
|
|
3052
|
+
type: {
|
|
3053
|
+
name: "Composite",
|
|
3054
|
+
className: "DialogTransfer",
|
|
3055
|
+
modelProperties: {
|
|
3056
|
+
dialogInputType: {
|
|
3057
|
+
serializedName: "dialogInputType",
|
|
3058
|
+
type: {
|
|
3059
|
+
name: "String",
|
|
3060
|
+
},
|
|
3061
|
+
},
|
|
3062
|
+
dialogId: {
|
|
3063
|
+
serializedName: "dialogId",
|
|
3064
|
+
readOnly: true,
|
|
3065
|
+
type: {
|
|
3066
|
+
name: "String",
|
|
3067
|
+
},
|
|
3068
|
+
},
|
|
3069
|
+
transferType: {
|
|
3070
|
+
serializedName: "transferType",
|
|
3071
|
+
readOnly: true,
|
|
3072
|
+
type: {
|
|
3073
|
+
name: "String",
|
|
3074
|
+
},
|
|
3075
|
+
},
|
|
3076
|
+
transferDestination: {
|
|
3077
|
+
serializedName: "transferDestination",
|
|
3078
|
+
readOnly: true,
|
|
3079
|
+
type: {
|
|
3080
|
+
name: "String",
|
|
3081
|
+
},
|
|
3082
|
+
},
|
|
3083
|
+
ivrContext: {
|
|
3084
|
+
serializedName: "ivrContext",
|
|
3085
|
+
readOnly: true,
|
|
3086
|
+
type: {
|
|
3087
|
+
name: "Dictionary",
|
|
3088
|
+
value: { type: { name: "any" } },
|
|
3089
|
+
},
|
|
3090
|
+
},
|
|
3091
|
+
callConnectionId: {
|
|
3092
|
+
serializedName: "callConnectionId",
|
|
3093
|
+
type: {
|
|
3094
|
+
name: "String",
|
|
3095
|
+
},
|
|
3096
|
+
},
|
|
3097
|
+
serverCallId: {
|
|
3098
|
+
serializedName: "serverCallId",
|
|
3099
|
+
type: {
|
|
3100
|
+
name: "String",
|
|
3101
|
+
},
|
|
3102
|
+
},
|
|
3103
|
+
correlationId: {
|
|
3104
|
+
serializedName: "correlationId",
|
|
3105
|
+
type: {
|
|
3106
|
+
name: "String",
|
|
3107
|
+
},
|
|
3108
|
+
},
|
|
3109
|
+
operationContext: {
|
|
3110
|
+
serializedName: "operationContext",
|
|
3111
|
+
type: {
|
|
3112
|
+
name: "String",
|
|
3113
|
+
},
|
|
3114
|
+
},
|
|
3115
|
+
resultInformation: {
|
|
3116
|
+
serializedName: "resultInformation",
|
|
3117
|
+
type: {
|
|
3118
|
+
name: "Composite",
|
|
3119
|
+
className: "RestResultInformation",
|
|
3120
|
+
},
|
|
3121
|
+
},
|
|
3122
|
+
},
|
|
3123
|
+
},
|
|
3124
|
+
};
|
|
3125
|
+
exports.DialogLanguageChange = {
|
|
3126
|
+
type: {
|
|
3127
|
+
name: "Composite",
|
|
3128
|
+
className: "DialogLanguageChange",
|
|
3129
|
+
modelProperties: {
|
|
3130
|
+
dialogInputType: {
|
|
3131
|
+
serializedName: "dialogInputType",
|
|
3132
|
+
type: {
|
|
3133
|
+
name: "String",
|
|
3134
|
+
},
|
|
3135
|
+
},
|
|
3136
|
+
dialogId: {
|
|
3137
|
+
serializedName: "dialogId",
|
|
3138
|
+
readOnly: true,
|
|
3139
|
+
type: {
|
|
3140
|
+
name: "String",
|
|
3141
|
+
},
|
|
3142
|
+
},
|
|
3143
|
+
selectedLanguage: {
|
|
3144
|
+
serializedName: "selectedLanguage",
|
|
3145
|
+
readOnly: true,
|
|
3146
|
+
type: {
|
|
3147
|
+
name: "String",
|
|
3148
|
+
},
|
|
3149
|
+
},
|
|
3150
|
+
ivrContext: {
|
|
3151
|
+
serializedName: "ivrContext",
|
|
3152
|
+
readOnly: true,
|
|
3153
|
+
type: {
|
|
3154
|
+
name: "Dictionary",
|
|
3155
|
+
value: { type: { name: "any" } },
|
|
3156
|
+
},
|
|
3157
|
+
},
|
|
3158
|
+
callConnectionId: {
|
|
3159
|
+
serializedName: "callConnectionId",
|
|
3160
|
+
type: {
|
|
3161
|
+
name: "String",
|
|
3162
|
+
},
|
|
3163
|
+
},
|
|
3164
|
+
serverCallId: {
|
|
3165
|
+
serializedName: "serverCallId",
|
|
3166
|
+
type: {
|
|
3167
|
+
name: "String",
|
|
3168
|
+
},
|
|
3169
|
+
},
|
|
3170
|
+
correlationId: {
|
|
3171
|
+
serializedName: "correlationId",
|
|
3172
|
+
type: {
|
|
3173
|
+
name: "String",
|
|
3174
|
+
},
|
|
3175
|
+
},
|
|
3176
|
+
operationContext: {
|
|
3177
|
+
serializedName: "operationContext",
|
|
3178
|
+
type: {
|
|
3179
|
+
name: "String",
|
|
3180
|
+
},
|
|
3181
|
+
},
|
|
3182
|
+
resultInformation: {
|
|
3183
|
+
serializedName: "resultInformation",
|
|
3184
|
+
type: {
|
|
3185
|
+
name: "Composite",
|
|
3186
|
+
className: "RestResultInformation",
|
|
3187
|
+
},
|
|
3188
|
+
},
|
|
3189
|
+
},
|
|
3190
|
+
},
|
|
3191
|
+
};
|
|
3192
|
+
exports.DialogSensitivityUpdate = {
|
|
3193
|
+
type: {
|
|
3194
|
+
name: "Composite",
|
|
3195
|
+
className: "DialogSensitivityUpdate",
|
|
3196
|
+
modelProperties: {
|
|
3197
|
+
dialogInputType: {
|
|
3198
|
+
serializedName: "dialogInputType",
|
|
3199
|
+
type: {
|
|
3200
|
+
name: "String",
|
|
3201
|
+
},
|
|
3202
|
+
},
|
|
3203
|
+
dialogId: {
|
|
3204
|
+
serializedName: "dialogId",
|
|
3205
|
+
readOnly: true,
|
|
3206
|
+
type: {
|
|
3207
|
+
name: "String",
|
|
3208
|
+
},
|
|
3209
|
+
},
|
|
3210
|
+
sensitiveMask: {
|
|
3211
|
+
serializedName: "sensitiveMask",
|
|
3212
|
+
readOnly: true,
|
|
3213
|
+
type: {
|
|
3214
|
+
name: "Boolean",
|
|
3215
|
+
},
|
|
3216
|
+
},
|
|
3217
|
+
callConnectionId: {
|
|
3218
|
+
serializedName: "callConnectionId",
|
|
3219
|
+
type: {
|
|
3220
|
+
name: "String",
|
|
3221
|
+
},
|
|
3222
|
+
},
|
|
3223
|
+
serverCallId: {
|
|
3224
|
+
serializedName: "serverCallId",
|
|
3225
|
+
type: {
|
|
3226
|
+
name: "String",
|
|
3227
|
+
},
|
|
3228
|
+
},
|
|
3229
|
+
correlationId: {
|
|
3230
|
+
serializedName: "correlationId",
|
|
3231
|
+
type: {
|
|
3232
|
+
name: "String",
|
|
3233
|
+
},
|
|
3234
|
+
},
|
|
3235
|
+
operationContext: {
|
|
3236
|
+
serializedName: "operationContext",
|
|
3237
|
+
type: {
|
|
3238
|
+
name: "String",
|
|
3239
|
+
},
|
|
3240
|
+
},
|
|
3241
|
+
resultInformation: {
|
|
3242
|
+
serializedName: "resultInformation",
|
|
3243
|
+
type: {
|
|
3244
|
+
name: "Composite",
|
|
3245
|
+
className: "RestResultInformation",
|
|
3246
|
+
},
|
|
3247
|
+
},
|
|
3248
|
+
},
|
|
3249
|
+
},
|
|
3250
|
+
};
|
|
3251
|
+
exports.DialogUpdated = {
|
|
3252
|
+
type: {
|
|
3253
|
+
name: "Composite",
|
|
3254
|
+
className: "DialogUpdated",
|
|
3255
|
+
modelProperties: {
|
|
3256
|
+
dialogInputType: {
|
|
3257
|
+
serializedName: "dialogInputType",
|
|
3258
|
+
type: {
|
|
3259
|
+
name: "String",
|
|
3260
|
+
},
|
|
3261
|
+
},
|
|
3262
|
+
dialogId: {
|
|
3263
|
+
serializedName: "dialogId",
|
|
3264
|
+
readOnly: true,
|
|
3265
|
+
type: {
|
|
3266
|
+
name: "String",
|
|
3267
|
+
},
|
|
3268
|
+
},
|
|
3269
|
+
ivrContext: {
|
|
3270
|
+
serializedName: "ivrContext",
|
|
3271
|
+
readOnly: true,
|
|
3272
|
+
type: {
|
|
3273
|
+
name: "Dictionary",
|
|
3274
|
+
value: { type: { name: "any" } },
|
|
3275
|
+
},
|
|
3276
|
+
},
|
|
3277
|
+
callConnectionId: {
|
|
3278
|
+
serializedName: "callConnectionId",
|
|
3279
|
+
type: {
|
|
3280
|
+
name: "String",
|
|
3281
|
+
},
|
|
3282
|
+
},
|
|
3283
|
+
serverCallId: {
|
|
3284
|
+
serializedName: "serverCallId",
|
|
3285
|
+
type: {
|
|
3286
|
+
name: "String",
|
|
3287
|
+
},
|
|
3288
|
+
},
|
|
3289
|
+
correlationId: {
|
|
3290
|
+
serializedName: "correlationId",
|
|
3291
|
+
type: {
|
|
3292
|
+
name: "String",
|
|
3293
|
+
},
|
|
3294
|
+
},
|
|
3295
|
+
operationContext: {
|
|
3296
|
+
serializedName: "operationContext",
|
|
3297
|
+
type: {
|
|
3298
|
+
name: "String",
|
|
3299
|
+
},
|
|
3300
|
+
},
|
|
3301
|
+
resultInformation: {
|
|
3302
|
+
serializedName: "resultInformation",
|
|
3303
|
+
type: {
|
|
3304
|
+
name: "Composite",
|
|
3305
|
+
className: "RestResultInformation",
|
|
3306
|
+
},
|
|
3307
|
+
},
|
|
3308
|
+
},
|
|
3309
|
+
},
|
|
3310
|
+
};
|
|
3311
|
+
exports.TranscriptionUpdate = {
|
|
3312
|
+
type: {
|
|
3313
|
+
name: "Composite",
|
|
3314
|
+
className: "TranscriptionUpdate",
|
|
3315
|
+
modelProperties: {
|
|
3316
|
+
transcriptionStatus: {
|
|
3317
|
+
serializedName: "transcriptionStatus",
|
|
3318
|
+
type: {
|
|
3319
|
+
name: "String",
|
|
3320
|
+
},
|
|
3321
|
+
},
|
|
3322
|
+
transcriptionStatusDetails: {
|
|
3323
|
+
serializedName: "transcriptionStatusDetails",
|
|
3324
|
+
type: {
|
|
3325
|
+
name: "String",
|
|
3326
|
+
},
|
|
3327
|
+
},
|
|
3328
|
+
},
|
|
3329
|
+
},
|
|
3330
|
+
};
|
|
3331
|
+
exports.MediaStreamingUpdate = {
|
|
3332
|
+
type: {
|
|
3333
|
+
name: "Composite",
|
|
3334
|
+
className: "MediaStreamingUpdate",
|
|
3335
|
+
modelProperties: {
|
|
3336
|
+
contentType: {
|
|
3337
|
+
serializedName: "contentType",
|
|
3338
|
+
type: {
|
|
3339
|
+
name: "String",
|
|
3340
|
+
},
|
|
3341
|
+
},
|
|
3342
|
+
mediaStreamingStatus: {
|
|
3343
|
+
serializedName: "mediaStreamingStatus",
|
|
3344
|
+
type: {
|
|
3345
|
+
name: "String",
|
|
3346
|
+
},
|
|
3347
|
+
},
|
|
3348
|
+
mediaStreamingStatusDetails: {
|
|
3349
|
+
serializedName: "mediaStreamingStatusDetails",
|
|
3350
|
+
type: {
|
|
3351
|
+
name: "String",
|
|
3352
|
+
},
|
|
3353
|
+
},
|
|
3354
|
+
},
|
|
3355
|
+
},
|
|
3356
|
+
};
|
|
3357
|
+
exports.RestAddParticipantSucceeded = {
|
|
3358
|
+
type: {
|
|
3359
|
+
name: "Composite",
|
|
3360
|
+
className: "RestAddParticipantSucceeded",
|
|
3361
|
+
modelProperties: {
|
|
3362
|
+
callConnectionId: {
|
|
3363
|
+
serializedName: "callConnectionId",
|
|
3364
|
+
type: {
|
|
3365
|
+
name: "String",
|
|
3366
|
+
},
|
|
3367
|
+
},
|
|
3368
|
+
serverCallId: {
|
|
3369
|
+
serializedName: "serverCallId",
|
|
3370
|
+
type: {
|
|
3371
|
+
name: "String",
|
|
3372
|
+
},
|
|
3373
|
+
},
|
|
3374
|
+
correlationId: {
|
|
3375
|
+
serializedName: "correlationId",
|
|
3376
|
+
type: {
|
|
3377
|
+
name: "String",
|
|
3378
|
+
},
|
|
3379
|
+
},
|
|
3380
|
+
operationContext: {
|
|
3381
|
+
serializedName: "operationContext",
|
|
3382
|
+
type: {
|
|
3383
|
+
name: "String",
|
|
3384
|
+
},
|
|
3385
|
+
},
|
|
3386
|
+
resultInformation: {
|
|
3387
|
+
serializedName: "resultInformation",
|
|
3388
|
+
type: {
|
|
3389
|
+
name: "Composite",
|
|
3390
|
+
className: "RestResultInformation",
|
|
3391
|
+
},
|
|
3392
|
+
},
|
|
3393
|
+
participant: {
|
|
3394
|
+
serializedName: "participant",
|
|
3395
|
+
type: {
|
|
3396
|
+
name: "Composite",
|
|
3397
|
+
className: "CommunicationIdentifierModel",
|
|
3398
|
+
},
|
|
3399
|
+
},
|
|
3400
|
+
},
|
|
3401
|
+
},
|
|
3402
|
+
};
|
|
3403
|
+
exports.RestAddParticipantFailed = {
|
|
3404
|
+
type: {
|
|
3405
|
+
name: "Composite",
|
|
3406
|
+
className: "RestAddParticipantFailed",
|
|
3407
|
+
modelProperties: {
|
|
3408
|
+
callConnectionId: {
|
|
3409
|
+
serializedName: "callConnectionId",
|
|
3410
|
+
type: {
|
|
3411
|
+
name: "String",
|
|
3412
|
+
},
|
|
3413
|
+
},
|
|
3414
|
+
serverCallId: {
|
|
3415
|
+
serializedName: "serverCallId",
|
|
3416
|
+
type: {
|
|
3417
|
+
name: "String",
|
|
3418
|
+
},
|
|
3419
|
+
},
|
|
3420
|
+
correlationId: {
|
|
3421
|
+
serializedName: "correlationId",
|
|
3422
|
+
type: {
|
|
3423
|
+
name: "String",
|
|
3424
|
+
},
|
|
3425
|
+
},
|
|
3426
|
+
operationContext: {
|
|
3427
|
+
serializedName: "operationContext",
|
|
3428
|
+
type: {
|
|
3429
|
+
name: "String",
|
|
3430
|
+
},
|
|
3431
|
+
},
|
|
3432
|
+
resultInformation: {
|
|
3433
|
+
serializedName: "resultInformation",
|
|
3434
|
+
type: {
|
|
3435
|
+
name: "Composite",
|
|
3436
|
+
className: "RestResultInformation",
|
|
3437
|
+
},
|
|
3438
|
+
},
|
|
3439
|
+
participant: {
|
|
3440
|
+
serializedName: "participant",
|
|
3441
|
+
type: {
|
|
3442
|
+
name: "Composite",
|
|
3443
|
+
className: "CommunicationIdentifierModel",
|
|
3444
|
+
},
|
|
3445
|
+
},
|
|
3446
|
+
},
|
|
3447
|
+
},
|
|
3448
|
+
};
|
|
3449
|
+
exports.RestMoveParticipantSucceeded = {
|
|
3450
|
+
type: {
|
|
3451
|
+
name: "Composite",
|
|
3452
|
+
className: "RestMoveParticipantSucceeded",
|
|
3453
|
+
modelProperties: {
|
|
3454
|
+
fromCall: {
|
|
3455
|
+
serializedName: "fromCall",
|
|
3456
|
+
type: {
|
|
3457
|
+
name: "String",
|
|
3458
|
+
},
|
|
3459
|
+
},
|
|
3460
|
+
callConnectionId: {
|
|
3461
|
+
serializedName: "callConnectionId",
|
|
3462
|
+
type: {
|
|
3463
|
+
name: "String",
|
|
3464
|
+
},
|
|
3465
|
+
},
|
|
3466
|
+
serverCallId: {
|
|
3467
|
+
serializedName: "serverCallId",
|
|
3468
|
+
type: {
|
|
3469
|
+
name: "String",
|
|
3470
|
+
},
|
|
3471
|
+
},
|
|
3472
|
+
correlationId: {
|
|
3473
|
+
serializedName: "correlationId",
|
|
3474
|
+
type: {
|
|
3475
|
+
name: "String",
|
|
3476
|
+
},
|
|
3477
|
+
},
|
|
3478
|
+
operationContext: {
|
|
3479
|
+
serializedName: "operationContext",
|
|
3480
|
+
type: {
|
|
3481
|
+
name: "String",
|
|
3482
|
+
},
|
|
3483
|
+
},
|
|
3484
|
+
resultInformation: {
|
|
3485
|
+
serializedName: "resultInformation",
|
|
3486
|
+
type: {
|
|
3487
|
+
name: "Composite",
|
|
3488
|
+
className: "RestResultInformation",
|
|
3489
|
+
},
|
|
3490
|
+
},
|
|
3491
|
+
participant: {
|
|
3492
|
+
serializedName: "participant",
|
|
3493
|
+
type: {
|
|
3494
|
+
name: "Composite",
|
|
3495
|
+
className: "CommunicationIdentifierModel",
|
|
3496
|
+
},
|
|
3497
|
+
},
|
|
3498
|
+
},
|
|
3499
|
+
},
|
|
3500
|
+
};
|
|
3501
|
+
exports.RestMoveParticipantFailed = {
|
|
3502
|
+
type: {
|
|
3503
|
+
name: "Composite",
|
|
3504
|
+
className: "RestMoveParticipantFailed",
|
|
3505
|
+
modelProperties: {
|
|
3506
|
+
fromCall: {
|
|
3507
|
+
serializedName: "fromCall",
|
|
3508
|
+
type: {
|
|
3509
|
+
name: "String",
|
|
3510
|
+
},
|
|
3511
|
+
},
|
|
3512
|
+
callConnectionId: {
|
|
3513
|
+
serializedName: "callConnectionId",
|
|
3514
|
+
type: {
|
|
3515
|
+
name: "String",
|
|
3516
|
+
},
|
|
3517
|
+
},
|
|
3518
|
+
serverCallId: {
|
|
3519
|
+
serializedName: "serverCallId",
|
|
3520
|
+
type: {
|
|
3521
|
+
name: "String",
|
|
3522
|
+
},
|
|
3523
|
+
},
|
|
3524
|
+
correlationId: {
|
|
3525
|
+
serializedName: "correlationId",
|
|
3526
|
+
type: {
|
|
3527
|
+
name: "String",
|
|
3528
|
+
},
|
|
3529
|
+
},
|
|
3530
|
+
operationContext: {
|
|
3531
|
+
serializedName: "operationContext",
|
|
3532
|
+
type: {
|
|
3533
|
+
name: "String",
|
|
3534
|
+
},
|
|
3535
|
+
},
|
|
3536
|
+
resultInformation: {
|
|
3537
|
+
serializedName: "resultInformation",
|
|
3538
|
+
type: {
|
|
3539
|
+
name: "Composite",
|
|
3540
|
+
className: "RestResultInformation",
|
|
3541
|
+
},
|
|
3542
|
+
},
|
|
3543
|
+
participant: {
|
|
3544
|
+
serializedName: "participant",
|
|
3545
|
+
type: {
|
|
3546
|
+
name: "Composite",
|
|
3547
|
+
className: "CommunicationIdentifierModel",
|
|
3548
|
+
},
|
|
3549
|
+
},
|
|
3550
|
+
},
|
|
3551
|
+
},
|
|
3552
|
+
};
|
|
3553
|
+
exports.RestRemoveParticipantSucceeded = {
|
|
3554
|
+
type: {
|
|
3555
|
+
name: "Composite",
|
|
3556
|
+
className: "RestRemoveParticipantSucceeded",
|
|
3557
|
+
modelProperties: {
|
|
3558
|
+
callConnectionId: {
|
|
3559
|
+
serializedName: "callConnectionId",
|
|
3560
|
+
type: {
|
|
3561
|
+
name: "String",
|
|
3562
|
+
},
|
|
3563
|
+
},
|
|
3564
|
+
serverCallId: {
|
|
3565
|
+
serializedName: "serverCallId",
|
|
3566
|
+
type: {
|
|
3567
|
+
name: "String",
|
|
3568
|
+
},
|
|
3569
|
+
},
|
|
3570
|
+
correlationId: {
|
|
3571
|
+
serializedName: "correlationId",
|
|
3572
|
+
type: {
|
|
3573
|
+
name: "String",
|
|
3574
|
+
},
|
|
3575
|
+
},
|
|
3576
|
+
operationContext: {
|
|
3577
|
+
serializedName: "operationContext",
|
|
3578
|
+
type: {
|
|
3579
|
+
name: "String",
|
|
3580
|
+
},
|
|
3581
|
+
},
|
|
3582
|
+
resultInformation: {
|
|
3583
|
+
serializedName: "resultInformation",
|
|
3584
|
+
type: {
|
|
3585
|
+
name: "Composite",
|
|
3586
|
+
className: "RestResultInformation",
|
|
3587
|
+
},
|
|
3588
|
+
},
|
|
3589
|
+
participant: {
|
|
3590
|
+
serializedName: "participant",
|
|
3591
|
+
type: {
|
|
3592
|
+
name: "Composite",
|
|
3593
|
+
className: "CommunicationIdentifierModel",
|
|
3594
|
+
},
|
|
3595
|
+
},
|
|
3596
|
+
},
|
|
3597
|
+
},
|
|
3598
|
+
};
|
|
3599
|
+
exports.RestRemoveParticipantFailed = {
|
|
3600
|
+
type: {
|
|
3601
|
+
name: "Composite",
|
|
3602
|
+
className: "RestRemoveParticipantFailed",
|
|
3603
|
+
modelProperties: {
|
|
3604
|
+
callConnectionId: {
|
|
3605
|
+
serializedName: "callConnectionId",
|
|
3606
|
+
type: {
|
|
3607
|
+
name: "String",
|
|
3608
|
+
},
|
|
3609
|
+
},
|
|
3610
|
+
serverCallId: {
|
|
3611
|
+
serializedName: "serverCallId",
|
|
3612
|
+
type: {
|
|
3613
|
+
name: "String",
|
|
3614
|
+
},
|
|
3615
|
+
},
|
|
3616
|
+
correlationId: {
|
|
3617
|
+
serializedName: "correlationId",
|
|
3618
|
+
type: {
|
|
3619
|
+
name: "String",
|
|
3620
|
+
},
|
|
3621
|
+
},
|
|
3622
|
+
operationContext: {
|
|
3623
|
+
serializedName: "operationContext",
|
|
3624
|
+
type: {
|
|
3625
|
+
name: "String",
|
|
3626
|
+
},
|
|
3627
|
+
},
|
|
3628
|
+
resultInformation: {
|
|
3629
|
+
serializedName: "resultInformation",
|
|
3630
|
+
type: {
|
|
3631
|
+
name: "Composite",
|
|
3632
|
+
className: "RestResultInformation",
|
|
3633
|
+
},
|
|
3634
|
+
},
|
|
3635
|
+
participant: {
|
|
3636
|
+
serializedName: "participant",
|
|
3637
|
+
type: {
|
|
3638
|
+
name: "Composite",
|
|
3639
|
+
className: "CommunicationIdentifierModel",
|
|
3640
|
+
},
|
|
3641
|
+
},
|
|
3642
|
+
},
|
|
3643
|
+
},
|
|
3644
|
+
};
|
|
3645
|
+
exports.RestCallConnected = {
|
|
3646
|
+
type: {
|
|
3647
|
+
name: "Composite",
|
|
3648
|
+
className: "RestCallConnected",
|
|
3649
|
+
modelProperties: {
|
|
3650
|
+
callConnectionId: {
|
|
3651
|
+
serializedName: "callConnectionId",
|
|
3652
|
+
type: {
|
|
3653
|
+
name: "String",
|
|
3654
|
+
},
|
|
3655
|
+
},
|
|
3656
|
+
serverCallId: {
|
|
3657
|
+
serializedName: "serverCallId",
|
|
3658
|
+
type: {
|
|
3659
|
+
name: "String",
|
|
3660
|
+
},
|
|
3661
|
+
},
|
|
3662
|
+
correlationId: {
|
|
3663
|
+
serializedName: "correlationId",
|
|
3664
|
+
type: {
|
|
3665
|
+
name: "String",
|
|
3666
|
+
},
|
|
3667
|
+
},
|
|
3668
|
+
operationContext: {
|
|
3669
|
+
serializedName: "operationContext",
|
|
3670
|
+
type: {
|
|
3671
|
+
name: "String",
|
|
3672
|
+
},
|
|
3673
|
+
},
|
|
3674
|
+
resultInformation: {
|
|
3675
|
+
serializedName: "resultInformation",
|
|
3676
|
+
type: {
|
|
3677
|
+
name: "Composite",
|
|
3678
|
+
className: "RestResultInformation",
|
|
3679
|
+
},
|
|
3680
|
+
},
|
|
3681
|
+
},
|
|
3682
|
+
},
|
|
3683
|
+
};
|
|
3684
|
+
exports.RestCallDisconnected = {
|
|
3685
|
+
type: {
|
|
3686
|
+
name: "Composite",
|
|
3687
|
+
className: "RestCallDisconnected",
|
|
3688
|
+
modelProperties: {
|
|
3689
|
+
callConnectionId: {
|
|
3690
|
+
serializedName: "callConnectionId",
|
|
3691
|
+
type: {
|
|
3692
|
+
name: "String",
|
|
3693
|
+
},
|
|
3694
|
+
},
|
|
3695
|
+
serverCallId: {
|
|
3696
|
+
serializedName: "serverCallId",
|
|
3697
|
+
type: {
|
|
3698
|
+
name: "String",
|
|
3699
|
+
},
|
|
3700
|
+
},
|
|
3701
|
+
correlationId: {
|
|
3702
|
+
serializedName: "correlationId",
|
|
3703
|
+
type: {
|
|
3704
|
+
name: "String",
|
|
3705
|
+
},
|
|
3706
|
+
},
|
|
3707
|
+
operationContext: {
|
|
3708
|
+
serializedName: "operationContext",
|
|
3709
|
+
type: {
|
|
3710
|
+
name: "String",
|
|
3711
|
+
},
|
|
3712
|
+
},
|
|
3713
|
+
resultInformation: {
|
|
3714
|
+
serializedName: "resultInformation",
|
|
3715
|
+
type: {
|
|
3716
|
+
name: "Composite",
|
|
3717
|
+
className: "RestResultInformation",
|
|
3718
|
+
},
|
|
3719
|
+
},
|
|
3720
|
+
},
|
|
3721
|
+
},
|
|
3722
|
+
};
|
|
3723
|
+
exports.RestCallTransferAccepted = {
|
|
3724
|
+
type: {
|
|
3725
|
+
name: "Composite",
|
|
3726
|
+
className: "RestCallTransferAccepted",
|
|
3727
|
+
modelProperties: {
|
|
3728
|
+
callConnectionId: {
|
|
3729
|
+
serializedName: "callConnectionId",
|
|
3730
|
+
type: {
|
|
3731
|
+
name: "String",
|
|
3732
|
+
},
|
|
3733
|
+
},
|
|
3734
|
+
serverCallId: {
|
|
3735
|
+
serializedName: "serverCallId",
|
|
3736
|
+
type: {
|
|
3737
|
+
name: "String",
|
|
3738
|
+
},
|
|
3739
|
+
},
|
|
3740
|
+
correlationId: {
|
|
3741
|
+
serializedName: "correlationId",
|
|
3742
|
+
type: {
|
|
3743
|
+
name: "String",
|
|
3744
|
+
},
|
|
3745
|
+
},
|
|
3746
|
+
operationContext: {
|
|
3747
|
+
serializedName: "operationContext",
|
|
3748
|
+
type: {
|
|
3749
|
+
name: "String",
|
|
3750
|
+
},
|
|
3751
|
+
},
|
|
3752
|
+
resultInformation: {
|
|
3753
|
+
serializedName: "resultInformation",
|
|
3754
|
+
type: {
|
|
3755
|
+
name: "Composite",
|
|
3756
|
+
className: "RestResultInformation",
|
|
3757
|
+
},
|
|
3758
|
+
},
|
|
3759
|
+
transferTarget: {
|
|
3760
|
+
serializedName: "transferTarget",
|
|
3761
|
+
type: {
|
|
3762
|
+
name: "Composite",
|
|
3763
|
+
className: "CommunicationIdentifierModel",
|
|
3764
|
+
},
|
|
3765
|
+
},
|
|
3766
|
+
transferee: {
|
|
3767
|
+
serializedName: "transferee",
|
|
3768
|
+
type: {
|
|
3769
|
+
name: "Composite",
|
|
3770
|
+
className: "CommunicationIdentifierModel",
|
|
3771
|
+
},
|
|
3772
|
+
},
|
|
3773
|
+
},
|
|
3774
|
+
},
|
|
3775
|
+
};
|
|
3776
|
+
exports.RestCallTransferFailed = {
|
|
3777
|
+
type: {
|
|
3778
|
+
name: "Composite",
|
|
3779
|
+
className: "RestCallTransferFailed",
|
|
3780
|
+
modelProperties: {
|
|
3781
|
+
callConnectionId: {
|
|
3782
|
+
serializedName: "callConnectionId",
|
|
3783
|
+
type: {
|
|
3784
|
+
name: "String",
|
|
2234
3785
|
},
|
|
2235
3786
|
},
|
|
2236
3787
|
serverCallId: {
|
|
@@ -2261,11 +3812,29 @@ exports.MediaStreamingStopped = {
|
|
|
2261
3812
|
},
|
|
2262
3813
|
},
|
|
2263
3814
|
};
|
|
2264
|
-
exports.
|
|
3815
|
+
exports.RestRecordingStateChanged = {
|
|
2265
3816
|
type: {
|
|
2266
3817
|
name: "Composite",
|
|
2267
|
-
className: "
|
|
3818
|
+
className: "RestRecordingStateChanged",
|
|
2268
3819
|
modelProperties: {
|
|
3820
|
+
callConnectionId: {
|
|
3821
|
+
serializedName: "callConnectionId",
|
|
3822
|
+
type: {
|
|
3823
|
+
name: "String",
|
|
3824
|
+
},
|
|
3825
|
+
},
|
|
3826
|
+
serverCallId: {
|
|
3827
|
+
serializedName: "serverCallId",
|
|
3828
|
+
type: {
|
|
3829
|
+
name: "String",
|
|
3830
|
+
},
|
|
3831
|
+
},
|
|
3832
|
+
correlationId: {
|
|
3833
|
+
serializedName: "correlationId",
|
|
3834
|
+
type: {
|
|
3835
|
+
name: "String",
|
|
3836
|
+
},
|
|
3837
|
+
},
|
|
2269
3838
|
recordingId: {
|
|
2270
3839
|
serializedName: "recordingId",
|
|
2271
3840
|
readOnly: true,
|
|
@@ -2273,6 +3842,91 @@ exports.StartRecordingFailed = {
|
|
|
2273
3842
|
name: "String",
|
|
2274
3843
|
},
|
|
2275
3844
|
},
|
|
3845
|
+
state: {
|
|
3846
|
+
serializedName: "state",
|
|
3847
|
+
type: {
|
|
3848
|
+
name: "String",
|
|
3849
|
+
},
|
|
3850
|
+
},
|
|
3851
|
+
startDateTime: {
|
|
3852
|
+
serializedName: "startDateTime",
|
|
3853
|
+
readOnly: true,
|
|
3854
|
+
type: {
|
|
3855
|
+
name: "DateTime",
|
|
3856
|
+
},
|
|
3857
|
+
},
|
|
3858
|
+
recordingKind: {
|
|
3859
|
+
serializedName: "recordingKind",
|
|
3860
|
+
type: {
|
|
3861
|
+
name: "String",
|
|
3862
|
+
},
|
|
3863
|
+
},
|
|
3864
|
+
resultInformation: {
|
|
3865
|
+
serializedName: "resultInformation",
|
|
3866
|
+
type: {
|
|
3867
|
+
name: "Composite",
|
|
3868
|
+
className: "RestResultInformation",
|
|
3869
|
+
},
|
|
3870
|
+
},
|
|
3871
|
+
},
|
|
3872
|
+
},
|
|
3873
|
+
};
|
|
3874
|
+
exports.RestParticipantsUpdated = {
|
|
3875
|
+
type: {
|
|
3876
|
+
name: "Composite",
|
|
3877
|
+
className: "RestParticipantsUpdated",
|
|
3878
|
+
modelProperties: {
|
|
3879
|
+
callConnectionId: {
|
|
3880
|
+
serializedName: "callConnectionId",
|
|
3881
|
+
type: {
|
|
3882
|
+
name: "String",
|
|
3883
|
+
},
|
|
3884
|
+
},
|
|
3885
|
+
serverCallId: {
|
|
3886
|
+
serializedName: "serverCallId",
|
|
3887
|
+
type: {
|
|
3888
|
+
name: "String",
|
|
3889
|
+
},
|
|
3890
|
+
},
|
|
3891
|
+
correlationId: {
|
|
3892
|
+
serializedName: "correlationId",
|
|
3893
|
+
type: {
|
|
3894
|
+
name: "String",
|
|
3895
|
+
},
|
|
3896
|
+
},
|
|
3897
|
+
sequenceNumber: {
|
|
3898
|
+
serializedName: "sequenceNumber",
|
|
3899
|
+
type: {
|
|
3900
|
+
name: "Number",
|
|
3901
|
+
},
|
|
3902
|
+
},
|
|
3903
|
+
participants: {
|
|
3904
|
+
serializedName: "participants",
|
|
3905
|
+
type: {
|
|
3906
|
+
name: "Sequence",
|
|
3907
|
+
element: {
|
|
3908
|
+
type: {
|
|
3909
|
+
name: "Composite",
|
|
3910
|
+
className: "CallParticipantInternal",
|
|
3911
|
+
},
|
|
3912
|
+
},
|
|
3913
|
+
},
|
|
3914
|
+
},
|
|
3915
|
+
resultInformation: {
|
|
3916
|
+
serializedName: "resultInformation",
|
|
3917
|
+
type: {
|
|
3918
|
+
name: "Composite",
|
|
3919
|
+
className: "RestResultInformation",
|
|
3920
|
+
},
|
|
3921
|
+
},
|
|
3922
|
+
},
|
|
3923
|
+
},
|
|
3924
|
+
};
|
|
3925
|
+
exports.RestPlayCompleted = {
|
|
3926
|
+
type: {
|
|
3927
|
+
name: "Composite",
|
|
3928
|
+
className: "RestPlayCompleted",
|
|
3929
|
+
modelProperties: {
|
|
2276
3930
|
callConnectionId: {
|
|
2277
3931
|
serializedName: "callConnectionId",
|
|
2278
3932
|
type: {
|
|
@@ -2307,30 +3961,55 @@ exports.StartRecordingFailed = {
|
|
|
2307
3961
|
},
|
|
2308
3962
|
},
|
|
2309
3963
|
};
|
|
2310
|
-
exports.
|
|
3964
|
+
exports.RestPlayFailed = {
|
|
2311
3965
|
type: {
|
|
2312
3966
|
name: "Composite",
|
|
2313
|
-
className: "
|
|
3967
|
+
className: "RestPlayFailed",
|
|
2314
3968
|
modelProperties: {
|
|
2315
|
-
|
|
2316
|
-
serializedName: "
|
|
3969
|
+
callConnectionId: {
|
|
3970
|
+
serializedName: "callConnectionId",
|
|
2317
3971
|
type: {
|
|
2318
3972
|
name: "String",
|
|
2319
3973
|
},
|
|
2320
3974
|
},
|
|
2321
|
-
|
|
2322
|
-
serializedName: "
|
|
3975
|
+
serverCallId: {
|
|
3976
|
+
serializedName: "serverCallId",
|
|
3977
|
+
type: {
|
|
3978
|
+
name: "String",
|
|
3979
|
+
},
|
|
3980
|
+
},
|
|
3981
|
+
correlationId: {
|
|
3982
|
+
serializedName: "correlationId",
|
|
3983
|
+
type: {
|
|
3984
|
+
name: "String",
|
|
3985
|
+
},
|
|
3986
|
+
},
|
|
3987
|
+
operationContext: {
|
|
3988
|
+
serializedName: "operationContext",
|
|
3989
|
+
type: {
|
|
3990
|
+
name: "String",
|
|
3991
|
+
},
|
|
3992
|
+
},
|
|
3993
|
+
resultInformation: {
|
|
3994
|
+
serializedName: "resultInformation",
|
|
3995
|
+
type: {
|
|
3996
|
+
name: "Composite",
|
|
3997
|
+
className: "RestResultInformation",
|
|
3998
|
+
},
|
|
3999
|
+
},
|
|
4000
|
+
failedPlaySourceIndex: {
|
|
4001
|
+
serializedName: "failedPlaySourceIndex",
|
|
2323
4002
|
type: {
|
|
2324
|
-
name: "
|
|
4003
|
+
name: "Number",
|
|
2325
4004
|
},
|
|
2326
4005
|
},
|
|
2327
4006
|
},
|
|
2328
4007
|
},
|
|
2329
4008
|
};
|
|
2330
|
-
exports.
|
|
4009
|
+
exports.RestPlayCanceled = {
|
|
2331
4010
|
type: {
|
|
2332
4011
|
name: "Composite",
|
|
2333
|
-
className: "
|
|
4012
|
+
className: "RestPlayCanceled",
|
|
2334
4013
|
modelProperties: {
|
|
2335
4014
|
callConnectionId: {
|
|
2336
4015
|
serializedName: "callConnectionId",
|
|
@@ -2363,20 +4042,13 @@ exports.RestAddParticipantSucceeded = {
|
|
|
2363
4042
|
className: "RestResultInformation",
|
|
2364
4043
|
},
|
|
2365
4044
|
},
|
|
2366
|
-
participant: {
|
|
2367
|
-
serializedName: "participant",
|
|
2368
|
-
type: {
|
|
2369
|
-
name: "Composite",
|
|
2370
|
-
className: "CommunicationIdentifierModel",
|
|
2371
|
-
},
|
|
2372
|
-
},
|
|
2373
4045
|
},
|
|
2374
4046
|
},
|
|
2375
4047
|
};
|
|
2376
|
-
exports.
|
|
4048
|
+
exports.RestRecognizeCompleted = {
|
|
2377
4049
|
type: {
|
|
2378
4050
|
name: "Composite",
|
|
2379
|
-
className: "
|
|
4051
|
+
className: "RestRecognizeCompleted",
|
|
2380
4052
|
modelProperties: {
|
|
2381
4053
|
callConnectionId: {
|
|
2382
4054
|
serializedName: "callConnectionId",
|
|
@@ -2409,20 +4081,40 @@ exports.RestAddParticipantFailed = {
|
|
|
2409
4081
|
className: "RestResultInformation",
|
|
2410
4082
|
},
|
|
2411
4083
|
},
|
|
2412
|
-
|
|
2413
|
-
serializedName: "
|
|
4084
|
+
recognitionType: {
|
|
4085
|
+
serializedName: "recognitionType",
|
|
4086
|
+
type: {
|
|
4087
|
+
name: "String",
|
|
4088
|
+
},
|
|
4089
|
+
},
|
|
4090
|
+
dtmfResult: {
|
|
4091
|
+
serializedName: "dtmfResult",
|
|
2414
4092
|
type: {
|
|
2415
4093
|
name: "Composite",
|
|
2416
|
-
className: "
|
|
4094
|
+
className: "DtmfResult",
|
|
4095
|
+
},
|
|
4096
|
+
},
|
|
4097
|
+
choiceResult: {
|
|
4098
|
+
serializedName: "choiceResult",
|
|
4099
|
+
type: {
|
|
4100
|
+
name: "Composite",
|
|
4101
|
+
className: "ChoiceResult",
|
|
4102
|
+
},
|
|
4103
|
+
},
|
|
4104
|
+
speechResult: {
|
|
4105
|
+
serializedName: "speechResult",
|
|
4106
|
+
type: {
|
|
4107
|
+
name: "Composite",
|
|
4108
|
+
className: "SpeechResult",
|
|
2417
4109
|
},
|
|
2418
4110
|
},
|
|
2419
4111
|
},
|
|
2420
4112
|
},
|
|
2421
4113
|
};
|
|
2422
|
-
exports.
|
|
4114
|
+
exports.RestRecognizeFailed = {
|
|
2423
4115
|
type: {
|
|
2424
4116
|
name: "Composite",
|
|
2425
|
-
className: "
|
|
4117
|
+
className: "RestRecognizeFailed",
|
|
2426
4118
|
modelProperties: {
|
|
2427
4119
|
callConnectionId: {
|
|
2428
4120
|
serializedName: "callConnectionId",
|
|
@@ -2455,20 +4147,19 @@ exports.RestRemoveParticipantSucceeded = {
|
|
|
2455
4147
|
className: "RestResultInformation",
|
|
2456
4148
|
},
|
|
2457
4149
|
},
|
|
2458
|
-
|
|
2459
|
-
serializedName: "
|
|
4150
|
+
failedPlaySourceIndex: {
|
|
4151
|
+
serializedName: "failedPlaySourceIndex",
|
|
2460
4152
|
type: {
|
|
2461
|
-
name: "
|
|
2462
|
-
className: "CommunicationIdentifierModel",
|
|
4153
|
+
name: "Number",
|
|
2463
4154
|
},
|
|
2464
4155
|
},
|
|
2465
4156
|
},
|
|
2466
4157
|
},
|
|
2467
4158
|
};
|
|
2468
|
-
exports.
|
|
4159
|
+
exports.RestRecognizeCanceled = {
|
|
2469
4160
|
type: {
|
|
2470
4161
|
name: "Composite",
|
|
2471
|
-
className: "
|
|
4162
|
+
className: "RestRecognizeCanceled",
|
|
2472
4163
|
modelProperties: {
|
|
2473
4164
|
callConnectionId: {
|
|
2474
4165
|
serializedName: "callConnectionId",
|
|
@@ -2501,21 +4192,27 @@ exports.RestRemoveParticipantFailed = {
|
|
|
2501
4192
|
className: "RestResultInformation",
|
|
2502
4193
|
},
|
|
2503
4194
|
},
|
|
2504
|
-
participant: {
|
|
2505
|
-
serializedName: "participant",
|
|
2506
|
-
type: {
|
|
2507
|
-
name: "Composite",
|
|
2508
|
-
className: "CommunicationIdentifierModel",
|
|
2509
|
-
},
|
|
2510
|
-
},
|
|
2511
4195
|
},
|
|
2512
4196
|
},
|
|
2513
4197
|
};
|
|
2514
|
-
exports.
|
|
4198
|
+
exports.RestContinuousDtmfRecognitionToneReceived = {
|
|
2515
4199
|
type: {
|
|
2516
4200
|
name: "Composite",
|
|
2517
|
-
className: "
|
|
4201
|
+
className: "RestContinuousDtmfRecognitionToneReceived",
|
|
2518
4202
|
modelProperties: {
|
|
4203
|
+
sequenceId: {
|
|
4204
|
+
serializedName: "sequenceId",
|
|
4205
|
+
readOnly: true,
|
|
4206
|
+
type: {
|
|
4207
|
+
name: "Number",
|
|
4208
|
+
},
|
|
4209
|
+
},
|
|
4210
|
+
tone: {
|
|
4211
|
+
serializedName: "tone",
|
|
4212
|
+
type: {
|
|
4213
|
+
name: "String",
|
|
4214
|
+
},
|
|
4215
|
+
},
|
|
2519
4216
|
callConnectionId: {
|
|
2520
4217
|
serializedName: "callConnectionId",
|
|
2521
4218
|
type: {
|
|
@@ -2550,10 +4247,10 @@ exports.RestCallConnected = {
|
|
|
2550
4247
|
},
|
|
2551
4248
|
},
|
|
2552
4249
|
};
|
|
2553
|
-
exports.
|
|
4250
|
+
exports.RestContinuousDtmfRecognitionToneFailed = {
|
|
2554
4251
|
type: {
|
|
2555
4252
|
name: "Composite",
|
|
2556
|
-
className: "
|
|
4253
|
+
className: "RestContinuousDtmfRecognitionToneFailed",
|
|
2557
4254
|
modelProperties: {
|
|
2558
4255
|
callConnectionId: {
|
|
2559
4256
|
serializedName: "callConnectionId",
|
|
@@ -2573,12 +4270,6 @@ exports.RestCallDisconnected = {
|
|
|
2573
4270
|
name: "String",
|
|
2574
4271
|
},
|
|
2575
4272
|
},
|
|
2576
|
-
operationContext: {
|
|
2577
|
-
serializedName: "operationContext",
|
|
2578
|
-
type: {
|
|
2579
|
-
name: "String",
|
|
2580
|
-
},
|
|
2581
|
-
},
|
|
2582
4273
|
resultInformation: {
|
|
2583
4274
|
serializedName: "resultInformation",
|
|
2584
4275
|
type: {
|
|
@@ -2586,13 +4277,19 @@ exports.RestCallDisconnected = {
|
|
|
2586
4277
|
className: "RestResultInformation",
|
|
2587
4278
|
},
|
|
2588
4279
|
},
|
|
4280
|
+
operationContext: {
|
|
4281
|
+
serializedName: "operationContext",
|
|
4282
|
+
type: {
|
|
4283
|
+
name: "String",
|
|
4284
|
+
},
|
|
4285
|
+
},
|
|
2589
4286
|
},
|
|
2590
4287
|
},
|
|
2591
4288
|
};
|
|
2592
|
-
exports.
|
|
4289
|
+
exports.RestContinuousDtmfRecognitionStopped = {
|
|
2593
4290
|
type: {
|
|
2594
4291
|
name: "Composite",
|
|
2595
|
-
className: "
|
|
4292
|
+
className: "RestContinuousDtmfRecognitionStopped",
|
|
2596
4293
|
modelProperties: {
|
|
2597
4294
|
callConnectionId: {
|
|
2598
4295
|
serializedName: "callConnectionId",
|
|
@@ -2625,27 +4322,13 @@ exports.RestCallTransferAccepted = {
|
|
|
2625
4322
|
className: "RestResultInformation",
|
|
2626
4323
|
},
|
|
2627
4324
|
},
|
|
2628
|
-
transferTarget: {
|
|
2629
|
-
serializedName: "transferTarget",
|
|
2630
|
-
type: {
|
|
2631
|
-
name: "Composite",
|
|
2632
|
-
className: "CommunicationIdentifierModel",
|
|
2633
|
-
},
|
|
2634
|
-
},
|
|
2635
|
-
transferee: {
|
|
2636
|
-
serializedName: "transferee",
|
|
2637
|
-
type: {
|
|
2638
|
-
name: "Composite",
|
|
2639
|
-
className: "CommunicationIdentifierModel",
|
|
2640
|
-
},
|
|
2641
|
-
},
|
|
2642
4325
|
},
|
|
2643
4326
|
},
|
|
2644
4327
|
};
|
|
2645
|
-
exports.
|
|
4328
|
+
exports.RestSendDtmfTonesCompleted = {
|
|
2646
4329
|
type: {
|
|
2647
4330
|
name: "Composite",
|
|
2648
|
-
className: "
|
|
4331
|
+
className: "RestSendDtmfTonesCompleted",
|
|
2649
4332
|
modelProperties: {
|
|
2650
4333
|
callConnectionId: {
|
|
2651
4334
|
serializedName: "callConnectionId",
|
|
@@ -2681,10 +4364,10 @@ exports.RestCallTransferFailed = {
|
|
|
2681
4364
|
},
|
|
2682
4365
|
},
|
|
2683
4366
|
};
|
|
2684
|
-
exports.
|
|
4367
|
+
exports.RestSendDtmfTonesFailed = {
|
|
2685
4368
|
type: {
|
|
2686
4369
|
name: "Composite",
|
|
2687
|
-
className: "
|
|
4370
|
+
className: "RestSendDtmfTonesFailed",
|
|
2688
4371
|
modelProperties: {
|
|
2689
4372
|
callConnectionId: {
|
|
2690
4373
|
serializedName: "callConnectionId",
|
|
@@ -2704,28 +4387,8 @@ exports.RestRecordingStateChanged = {
|
|
|
2704
4387
|
name: "String",
|
|
2705
4388
|
},
|
|
2706
4389
|
},
|
|
2707
|
-
|
|
2708
|
-
serializedName: "
|
|
2709
|
-
readOnly: true,
|
|
2710
|
-
type: {
|
|
2711
|
-
name: "String",
|
|
2712
|
-
},
|
|
2713
|
-
},
|
|
2714
|
-
state: {
|
|
2715
|
-
serializedName: "state",
|
|
2716
|
-
type: {
|
|
2717
|
-
name: "String",
|
|
2718
|
-
},
|
|
2719
|
-
},
|
|
2720
|
-
startDateTime: {
|
|
2721
|
-
serializedName: "startDateTime",
|
|
2722
|
-
readOnly: true,
|
|
2723
|
-
type: {
|
|
2724
|
-
name: "DateTime",
|
|
2725
|
-
},
|
|
2726
|
-
},
|
|
2727
|
-
recordingKind: {
|
|
2728
|
-
serializedName: "recordingKind",
|
|
4390
|
+
operationContext: {
|
|
4391
|
+
serializedName: "operationContext",
|
|
2729
4392
|
type: {
|
|
2730
4393
|
name: "String",
|
|
2731
4394
|
},
|
|
@@ -2740,10 +4403,10 @@ exports.RestRecordingStateChanged = {
|
|
|
2740
4403
|
},
|
|
2741
4404
|
},
|
|
2742
4405
|
};
|
|
2743
|
-
exports.
|
|
4406
|
+
exports.RestCancelAddParticipantSucceeded = {
|
|
2744
4407
|
type: {
|
|
2745
4408
|
name: "Composite",
|
|
2746
|
-
className: "
|
|
4409
|
+
className: "RestCancelAddParticipantSucceeded",
|
|
2747
4410
|
modelProperties: {
|
|
2748
4411
|
callConnectionId: {
|
|
2749
4412
|
serializedName: "callConnectionId",
|
|
@@ -2763,22 +4426,16 @@ exports.RestParticipantsUpdated = {
|
|
|
2763
4426
|
name: "String",
|
|
2764
4427
|
},
|
|
2765
4428
|
},
|
|
2766
|
-
|
|
2767
|
-
serializedName: "
|
|
4429
|
+
operationContext: {
|
|
4430
|
+
serializedName: "operationContext",
|
|
2768
4431
|
type: {
|
|
2769
|
-
name: "
|
|
4432
|
+
name: "String",
|
|
2770
4433
|
},
|
|
2771
4434
|
},
|
|
2772
|
-
|
|
2773
|
-
serializedName: "
|
|
4435
|
+
invitationId: {
|
|
4436
|
+
serializedName: "invitationId",
|
|
2774
4437
|
type: {
|
|
2775
|
-
name: "
|
|
2776
|
-
element: {
|
|
2777
|
-
type: {
|
|
2778
|
-
name: "Composite",
|
|
2779
|
-
className: "CallParticipantInternal",
|
|
2780
|
-
},
|
|
2781
|
-
},
|
|
4438
|
+
name: "String",
|
|
2782
4439
|
},
|
|
2783
4440
|
},
|
|
2784
4441
|
resultInformation: {
|
|
@@ -2791,10 +4448,10 @@ exports.RestParticipantsUpdated = {
|
|
|
2791
4448
|
},
|
|
2792
4449
|
},
|
|
2793
4450
|
};
|
|
2794
|
-
exports.
|
|
4451
|
+
exports.RestCancelAddParticipantFailed = {
|
|
2795
4452
|
type: {
|
|
2796
4453
|
name: "Composite",
|
|
2797
|
-
className: "
|
|
4454
|
+
className: "RestCancelAddParticipantFailed",
|
|
2798
4455
|
modelProperties: {
|
|
2799
4456
|
callConnectionId: {
|
|
2800
4457
|
serializedName: "callConnectionId",
|
|
@@ -2827,14 +4484,27 @@ exports.RestPlayCompleted = {
|
|
|
2827
4484
|
className: "RestResultInformation",
|
|
2828
4485
|
},
|
|
2829
4486
|
},
|
|
4487
|
+
invitationId: {
|
|
4488
|
+
serializedName: "invitationId",
|
|
4489
|
+
type: {
|
|
4490
|
+
name: "String",
|
|
4491
|
+
},
|
|
4492
|
+
},
|
|
2830
4493
|
},
|
|
2831
4494
|
},
|
|
2832
4495
|
};
|
|
2833
|
-
exports.
|
|
4496
|
+
exports.RestTranscriptionStarted = {
|
|
2834
4497
|
type: {
|
|
2835
4498
|
name: "Composite",
|
|
2836
|
-
className: "
|
|
4499
|
+
className: "RestTranscriptionStarted",
|
|
2837
4500
|
modelProperties: {
|
|
4501
|
+
transcriptionUpdate: {
|
|
4502
|
+
serializedName: "transcriptionUpdate",
|
|
4503
|
+
type: {
|
|
4504
|
+
name: "Composite",
|
|
4505
|
+
className: "TranscriptionUpdate",
|
|
4506
|
+
},
|
|
4507
|
+
},
|
|
2838
4508
|
callConnectionId: {
|
|
2839
4509
|
serializedName: "callConnectionId",
|
|
2840
4510
|
type: {
|
|
@@ -2866,20 +4536,21 @@ exports.RestPlayFailed = {
|
|
|
2866
4536
|
className: "RestResultInformation",
|
|
2867
4537
|
},
|
|
2868
4538
|
},
|
|
2869
|
-
failedPlaySourceIndex: {
|
|
2870
|
-
serializedName: "failedPlaySourceIndex",
|
|
2871
|
-
type: {
|
|
2872
|
-
name: "Number",
|
|
2873
|
-
},
|
|
2874
|
-
},
|
|
2875
4539
|
},
|
|
2876
4540
|
},
|
|
2877
4541
|
};
|
|
2878
|
-
exports.
|
|
4542
|
+
exports.RestTranscriptionStopped = {
|
|
2879
4543
|
type: {
|
|
2880
4544
|
name: "Composite",
|
|
2881
|
-
className: "
|
|
4545
|
+
className: "RestTranscriptionStopped",
|
|
2882
4546
|
modelProperties: {
|
|
4547
|
+
transcriptionUpdate: {
|
|
4548
|
+
serializedName: "transcriptionUpdate",
|
|
4549
|
+
type: {
|
|
4550
|
+
name: "Composite",
|
|
4551
|
+
className: "TranscriptionUpdate",
|
|
4552
|
+
},
|
|
4553
|
+
},
|
|
2883
4554
|
callConnectionId: {
|
|
2884
4555
|
serializedName: "callConnectionId",
|
|
2885
4556
|
type: {
|
|
@@ -2914,11 +4585,18 @@ exports.RestPlayCanceled = {
|
|
|
2914
4585
|
},
|
|
2915
4586
|
},
|
|
2916
4587
|
};
|
|
2917
|
-
exports.
|
|
4588
|
+
exports.RestTranscriptionUpdated = {
|
|
2918
4589
|
type: {
|
|
2919
4590
|
name: "Composite",
|
|
2920
|
-
className: "
|
|
4591
|
+
className: "RestTranscriptionUpdated",
|
|
2921
4592
|
modelProperties: {
|
|
4593
|
+
transcriptionUpdate: {
|
|
4594
|
+
serializedName: "transcriptionUpdate",
|
|
4595
|
+
type: {
|
|
4596
|
+
name: "Composite",
|
|
4597
|
+
className: "TranscriptionUpdate",
|
|
4598
|
+
},
|
|
4599
|
+
},
|
|
2922
4600
|
callConnectionId: {
|
|
2923
4601
|
serializedName: "callConnectionId",
|
|
2924
4602
|
type: {
|
|
@@ -2950,40 +4628,59 @@ exports.RestRecognizeCompleted = {
|
|
|
2950
4628
|
className: "RestResultInformation",
|
|
2951
4629
|
},
|
|
2952
4630
|
},
|
|
2953
|
-
|
|
2954
|
-
|
|
4631
|
+
},
|
|
4632
|
+
},
|
|
4633
|
+
};
|
|
4634
|
+
exports.RestTranscriptionFailed = {
|
|
4635
|
+
type: {
|
|
4636
|
+
name: "Composite",
|
|
4637
|
+
className: "RestTranscriptionFailed",
|
|
4638
|
+
modelProperties: {
|
|
4639
|
+
transcriptionUpdate: {
|
|
4640
|
+
serializedName: "transcriptionUpdate",
|
|
4641
|
+
type: {
|
|
4642
|
+
name: "Composite",
|
|
4643
|
+
className: "TranscriptionUpdate",
|
|
4644
|
+
},
|
|
4645
|
+
},
|
|
4646
|
+
callConnectionId: {
|
|
4647
|
+
serializedName: "callConnectionId",
|
|
2955
4648
|
type: {
|
|
2956
4649
|
name: "String",
|
|
2957
4650
|
},
|
|
2958
4651
|
},
|
|
2959
|
-
|
|
2960
|
-
serializedName: "
|
|
4652
|
+
serverCallId: {
|
|
4653
|
+
serializedName: "serverCallId",
|
|
2961
4654
|
type: {
|
|
2962
|
-
name: "
|
|
2963
|
-
className: "DtmfResult",
|
|
4655
|
+
name: "String",
|
|
2964
4656
|
},
|
|
2965
4657
|
},
|
|
2966
|
-
|
|
2967
|
-
serializedName: "
|
|
4658
|
+
correlationId: {
|
|
4659
|
+
serializedName: "correlationId",
|
|
4660
|
+
type: {
|
|
4661
|
+
name: "String",
|
|
4662
|
+
},
|
|
4663
|
+
},
|
|
4664
|
+
operationContext: {
|
|
4665
|
+
serializedName: "operationContext",
|
|
2968
4666
|
type: {
|
|
2969
|
-
name: "
|
|
2970
|
-
className: "ChoiceResult",
|
|
4667
|
+
name: "String",
|
|
2971
4668
|
},
|
|
2972
4669
|
},
|
|
2973
|
-
|
|
2974
|
-
serializedName: "
|
|
4670
|
+
resultInformation: {
|
|
4671
|
+
serializedName: "resultInformation",
|
|
2975
4672
|
type: {
|
|
2976
4673
|
name: "Composite",
|
|
2977
|
-
className: "
|
|
4674
|
+
className: "RestResultInformation",
|
|
2978
4675
|
},
|
|
2979
4676
|
},
|
|
2980
4677
|
},
|
|
2981
4678
|
},
|
|
2982
4679
|
};
|
|
2983
|
-
exports.
|
|
4680
|
+
exports.RestCreateCallFailed = {
|
|
2984
4681
|
type: {
|
|
2985
4682
|
name: "Composite",
|
|
2986
|
-
className: "
|
|
4683
|
+
className: "RestCreateCallFailed",
|
|
2987
4684
|
modelProperties: {
|
|
2988
4685
|
callConnectionId: {
|
|
2989
4686
|
serializedName: "callConnectionId",
|
|
@@ -3016,19 +4713,13 @@ exports.RestRecognizeFailed = {
|
|
|
3016
4713
|
className: "RestResultInformation",
|
|
3017
4714
|
},
|
|
3018
4715
|
},
|
|
3019
|
-
failedPlaySourceIndex: {
|
|
3020
|
-
serializedName: "failedPlaySourceIndex",
|
|
3021
|
-
type: {
|
|
3022
|
-
name: "Number",
|
|
3023
|
-
},
|
|
3024
|
-
},
|
|
3025
4716
|
},
|
|
3026
4717
|
},
|
|
3027
4718
|
};
|
|
3028
|
-
exports.
|
|
4719
|
+
exports.RestAnswerFailed = {
|
|
3029
4720
|
type: {
|
|
3030
4721
|
name: "Composite",
|
|
3031
|
-
className: "
|
|
4722
|
+
className: "RestAnswerFailed",
|
|
3032
4723
|
modelProperties: {
|
|
3033
4724
|
callConnectionId: {
|
|
3034
4725
|
serializedName: "callConnectionId",
|
|
@@ -3064,24 +4755,11 @@ exports.RestRecognizeCanceled = {
|
|
|
3064
4755
|
},
|
|
3065
4756
|
},
|
|
3066
4757
|
};
|
|
3067
|
-
exports.
|
|
4758
|
+
exports.RestHoldFailed = {
|
|
3068
4759
|
type: {
|
|
3069
4760
|
name: "Composite",
|
|
3070
|
-
className: "
|
|
4761
|
+
className: "RestHoldFailed",
|
|
3071
4762
|
modelProperties: {
|
|
3072
|
-
sequenceId: {
|
|
3073
|
-
serializedName: "sequenceId",
|
|
3074
|
-
readOnly: true,
|
|
3075
|
-
type: {
|
|
3076
|
-
name: "Number",
|
|
3077
|
-
},
|
|
3078
|
-
},
|
|
3079
|
-
tone: {
|
|
3080
|
-
serializedName: "tone",
|
|
3081
|
-
type: {
|
|
3082
|
-
name: "String",
|
|
3083
|
-
},
|
|
3084
|
-
},
|
|
3085
4763
|
callConnectionId: {
|
|
3086
4764
|
serializedName: "callConnectionId",
|
|
3087
4765
|
type: {
|
|
@@ -3116,38 +4794,63 @@ exports.RestContinuousDtmfRecognitionToneReceived = {
|
|
|
3116
4794
|
},
|
|
3117
4795
|
},
|
|
3118
4796
|
};
|
|
3119
|
-
exports.
|
|
4797
|
+
exports.RestIncomingCall = {
|
|
3120
4798
|
type: {
|
|
3121
4799
|
name: "Composite",
|
|
3122
|
-
className: "
|
|
4800
|
+
className: "RestIncomingCall",
|
|
3123
4801
|
modelProperties: {
|
|
3124
|
-
|
|
3125
|
-
serializedName: "
|
|
4802
|
+
to: {
|
|
4803
|
+
serializedName: "to",
|
|
4804
|
+
type: {
|
|
4805
|
+
name: "Composite",
|
|
4806
|
+
className: "CommunicationIdentifierModel",
|
|
4807
|
+
},
|
|
4808
|
+
},
|
|
4809
|
+
from: {
|
|
4810
|
+
serializedName: "from",
|
|
4811
|
+
type: {
|
|
4812
|
+
name: "Composite",
|
|
4813
|
+
className: "CommunicationIdentifierModel",
|
|
4814
|
+
},
|
|
4815
|
+
},
|
|
4816
|
+
callerDisplayName: {
|
|
4817
|
+
serializedName: "callerDisplayName",
|
|
4818
|
+
readOnly: true,
|
|
3126
4819
|
type: {
|
|
3127
4820
|
name: "String",
|
|
3128
4821
|
},
|
|
3129
4822
|
},
|
|
3130
4823
|
serverCallId: {
|
|
3131
4824
|
serializedName: "serverCallId",
|
|
4825
|
+
readOnly: true,
|
|
3132
4826
|
type: {
|
|
3133
4827
|
name: "String",
|
|
3134
4828
|
},
|
|
3135
4829
|
},
|
|
3136
|
-
|
|
3137
|
-
serializedName: "
|
|
4830
|
+
customContext: {
|
|
4831
|
+
serializedName: "customContext",
|
|
4832
|
+
type: {
|
|
4833
|
+
name: "Composite",
|
|
4834
|
+
className: "CustomCallingContextInternal",
|
|
4835
|
+
},
|
|
4836
|
+
},
|
|
4837
|
+
incomingCallContext: {
|
|
4838
|
+
serializedName: "incomingCallContext",
|
|
4839
|
+
readOnly: true,
|
|
3138
4840
|
type: {
|
|
3139
4841
|
name: "String",
|
|
3140
4842
|
},
|
|
3141
4843
|
},
|
|
3142
|
-
|
|
3143
|
-
serializedName: "
|
|
4844
|
+
onBehalfOfCallee: {
|
|
4845
|
+
serializedName: "onBehalfOfCallee",
|
|
3144
4846
|
type: {
|
|
3145
4847
|
name: "Composite",
|
|
3146
|
-
className: "
|
|
4848
|
+
className: "CommunicationIdentifierModel",
|
|
3147
4849
|
},
|
|
3148
4850
|
},
|
|
3149
|
-
|
|
3150
|
-
serializedName: "
|
|
4851
|
+
correlationId: {
|
|
4852
|
+
serializedName: "correlationId",
|
|
4853
|
+
readOnly: true,
|
|
3151
4854
|
type: {
|
|
3152
4855
|
name: "String",
|
|
3153
4856
|
},
|
|
@@ -3155,10 +4858,10 @@ exports.RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3155
4858
|
},
|
|
3156
4859
|
},
|
|
3157
4860
|
};
|
|
3158
|
-
exports.
|
|
4861
|
+
exports.RestConnectFailed = {
|
|
3159
4862
|
type: {
|
|
3160
4863
|
name: "Composite",
|
|
3161
|
-
className: "
|
|
4864
|
+
className: "RestConnectFailed",
|
|
3162
4865
|
modelProperties: {
|
|
3163
4866
|
callConnectionId: {
|
|
3164
4867
|
serializedName: "callConnectionId",
|
|
@@ -3194,11 +4897,18 @@ exports.RestContinuousDtmfRecognitionStopped = {
|
|
|
3194
4897
|
},
|
|
3195
4898
|
},
|
|
3196
4899
|
};
|
|
3197
|
-
exports.
|
|
4900
|
+
exports.RestMediaStreamingStopped = {
|
|
3198
4901
|
type: {
|
|
3199
4902
|
name: "Composite",
|
|
3200
|
-
className: "
|
|
4903
|
+
className: "RestMediaStreamingStopped",
|
|
3201
4904
|
modelProperties: {
|
|
4905
|
+
mediaStreamingUpdate: {
|
|
4906
|
+
serializedName: "mediaStreamingUpdate",
|
|
4907
|
+
type: {
|
|
4908
|
+
name: "Composite",
|
|
4909
|
+
className: "MediaStreamingUpdate",
|
|
4910
|
+
},
|
|
4911
|
+
},
|
|
3202
4912
|
callConnectionId: {
|
|
3203
4913
|
serializedName: "callConnectionId",
|
|
3204
4914
|
type: {
|
|
@@ -3233,11 +4943,18 @@ exports.RestSendDtmfTonesCompleted = {
|
|
|
3233
4943
|
},
|
|
3234
4944
|
},
|
|
3235
4945
|
};
|
|
3236
|
-
exports.
|
|
4946
|
+
exports.RestMediaStreamingStarted = {
|
|
3237
4947
|
type: {
|
|
3238
4948
|
name: "Composite",
|
|
3239
|
-
className: "
|
|
4949
|
+
className: "RestMediaStreamingStarted",
|
|
3240
4950
|
modelProperties: {
|
|
4951
|
+
mediaStreamingUpdate: {
|
|
4952
|
+
serializedName: "mediaStreamingUpdate",
|
|
4953
|
+
type: {
|
|
4954
|
+
name: "Composite",
|
|
4955
|
+
className: "MediaStreamingUpdate",
|
|
4956
|
+
},
|
|
4957
|
+
},
|
|
3241
4958
|
callConnectionId: {
|
|
3242
4959
|
serializedName: "callConnectionId",
|
|
3243
4960
|
type: {
|
|
@@ -3272,11 +4989,18 @@ exports.RestSendDtmfTonesFailed = {
|
|
|
3272
4989
|
},
|
|
3273
4990
|
},
|
|
3274
4991
|
};
|
|
3275
|
-
exports.
|
|
4992
|
+
exports.RestMediaStreamingFailed = {
|
|
3276
4993
|
type: {
|
|
3277
4994
|
name: "Composite",
|
|
3278
|
-
className: "
|
|
4995
|
+
className: "RestMediaStreamingFailed",
|
|
3279
4996
|
modelProperties: {
|
|
4997
|
+
mediaStreamingUpdate: {
|
|
4998
|
+
serializedName: "mediaStreamingUpdate",
|
|
4999
|
+
type: {
|
|
5000
|
+
name: "Composite",
|
|
5001
|
+
className: "MediaStreamingUpdate",
|
|
5002
|
+
},
|
|
5003
|
+
},
|
|
3280
5004
|
callConnectionId: {
|
|
3281
5005
|
serializedName: "callConnectionId",
|
|
3282
5006
|
type: {
|
|
@@ -3301,12 +5025,6 @@ exports.RestCancelAddParticipantSucceeded = {
|
|
|
3301
5025
|
name: "String",
|
|
3302
5026
|
},
|
|
3303
5027
|
},
|
|
3304
|
-
invitationId: {
|
|
3305
|
-
serializedName: "invitationId",
|
|
3306
|
-
type: {
|
|
3307
|
-
name: "String",
|
|
3308
|
-
},
|
|
3309
|
-
},
|
|
3310
5028
|
resultInformation: {
|
|
3311
5029
|
serializedName: "resultInformation",
|
|
3312
5030
|
type: {
|
|
@@ -3317,10 +5035,10 @@ exports.RestCancelAddParticipantSucceeded = {
|
|
|
3317
5035
|
},
|
|
3318
5036
|
},
|
|
3319
5037
|
};
|
|
3320
|
-
exports.
|
|
5038
|
+
exports.RestStartRecordingFailed = {
|
|
3321
5039
|
type: {
|
|
3322
5040
|
name: "Composite",
|
|
3323
|
-
className: "
|
|
5041
|
+
className: "RestStartRecordingFailed",
|
|
3324
5042
|
modelProperties: {
|
|
3325
5043
|
callConnectionId: {
|
|
3326
5044
|
serializedName: "callConnectionId",
|
|
@@ -3328,33 +5046,15 @@ exports.RestCancelAddParticipantFailed = {
|
|
|
3328
5046
|
name: "String",
|
|
3329
5047
|
},
|
|
3330
5048
|
},
|
|
3331
|
-
serverCallId: {
|
|
3332
|
-
serializedName: "serverCallId",
|
|
3333
|
-
type: {
|
|
3334
|
-
name: "String",
|
|
3335
|
-
},
|
|
3336
|
-
},
|
|
3337
5049
|
correlationId: {
|
|
3338
5050
|
serializedName: "correlationId",
|
|
3339
5051
|
type: {
|
|
3340
5052
|
name: "String",
|
|
3341
5053
|
},
|
|
3342
5054
|
},
|
|
3343
|
-
|
|
3344
|
-
serializedName: "
|
|
3345
|
-
|
|
3346
|
-
name: "String",
|
|
3347
|
-
},
|
|
3348
|
-
},
|
|
3349
|
-
resultInformation: {
|
|
3350
|
-
serializedName: "resultInformation",
|
|
3351
|
-
type: {
|
|
3352
|
-
name: "Composite",
|
|
3353
|
-
className: "RestResultInformation",
|
|
3354
|
-
},
|
|
3355
|
-
},
|
|
3356
|
-
invitationId: {
|
|
3357
|
-
serializedName: "invitationId",
|
|
5055
|
+
recordingId: {
|
|
5056
|
+
serializedName: "recordingId",
|
|
5057
|
+
readOnly: true,
|
|
3358
5058
|
type: {
|
|
3359
5059
|
name: "String",
|
|
3360
5060
|
},
|
|
@@ -3362,18 +5062,11 @@ exports.RestCancelAddParticipantFailed = {
|
|
|
3362
5062
|
},
|
|
3363
5063
|
},
|
|
3364
5064
|
};
|
|
3365
|
-
exports.
|
|
5065
|
+
exports.RestPlayStarted = {
|
|
3366
5066
|
type: {
|
|
3367
5067
|
name: "Composite",
|
|
3368
|
-
className: "
|
|
5068
|
+
className: "RestPlayStarted",
|
|
3369
5069
|
modelProperties: {
|
|
3370
|
-
transcriptionUpdate: {
|
|
3371
|
-
serializedName: "transcriptionUpdate",
|
|
3372
|
-
type: {
|
|
3373
|
-
name: "Composite",
|
|
3374
|
-
className: "TranscriptionUpdate",
|
|
3375
|
-
},
|
|
3376
|
-
},
|
|
3377
5070
|
callConnectionId: {
|
|
3378
5071
|
serializedName: "callConnectionId",
|
|
3379
5072
|
type: {
|
|
@@ -3408,18 +5101,11 @@ exports.RestTranscriptionStarted = {
|
|
|
3408
5101
|
},
|
|
3409
5102
|
},
|
|
3410
5103
|
};
|
|
3411
|
-
exports.
|
|
5104
|
+
exports.RestPlayPaused = {
|
|
3412
5105
|
type: {
|
|
3413
5106
|
name: "Composite",
|
|
3414
|
-
className: "
|
|
5107
|
+
className: "RestPlayPaused",
|
|
3415
5108
|
modelProperties: {
|
|
3416
|
-
transcriptionUpdate: {
|
|
3417
|
-
serializedName: "transcriptionUpdate",
|
|
3418
|
-
type: {
|
|
3419
|
-
name: "Composite",
|
|
3420
|
-
className: "TranscriptionUpdate",
|
|
3421
|
-
},
|
|
3422
|
-
},
|
|
3423
5109
|
callConnectionId: {
|
|
3424
5110
|
serializedName: "callConnectionId",
|
|
3425
5111
|
type: {
|
|
@@ -3454,18 +5140,11 @@ exports.RestTranscriptionStopped = {
|
|
|
3454
5140
|
},
|
|
3455
5141
|
},
|
|
3456
5142
|
};
|
|
3457
|
-
exports.
|
|
5143
|
+
exports.RestPlayResumed = {
|
|
3458
5144
|
type: {
|
|
3459
5145
|
name: "Composite",
|
|
3460
|
-
className: "
|
|
5146
|
+
className: "RestPlayResumed",
|
|
3461
5147
|
modelProperties: {
|
|
3462
|
-
transcriptionUpdate: {
|
|
3463
|
-
serializedName: "transcriptionUpdate",
|
|
3464
|
-
type: {
|
|
3465
|
-
name: "Composite",
|
|
3466
|
-
className: "TranscriptionUpdate",
|
|
3467
|
-
},
|
|
3468
|
-
},
|
|
3469
5148
|
callConnectionId: {
|
|
3470
5149
|
serializedName: "callConnectionId",
|
|
3471
5150
|
type: {
|
|
@@ -3500,18 +5179,11 @@ exports.RestTranscriptionUpdated = {
|
|
|
3500
5179
|
},
|
|
3501
5180
|
},
|
|
3502
5181
|
};
|
|
3503
|
-
exports.
|
|
5182
|
+
exports.RestHoldAudioStarted = {
|
|
3504
5183
|
type: {
|
|
3505
5184
|
name: "Composite",
|
|
3506
|
-
className: "
|
|
5185
|
+
className: "RestHoldAudioStarted",
|
|
3507
5186
|
modelProperties: {
|
|
3508
|
-
transcriptionUpdate: {
|
|
3509
|
-
serializedName: "transcriptionUpdate",
|
|
3510
|
-
type: {
|
|
3511
|
-
name: "Composite",
|
|
3512
|
-
className: "TranscriptionUpdate",
|
|
3513
|
-
},
|
|
3514
|
-
},
|
|
3515
5187
|
callConnectionId: {
|
|
3516
5188
|
serializedName: "callConnectionId",
|
|
3517
5189
|
type: {
|
|
@@ -3546,10 +5218,10 @@ exports.RestTranscriptionFailed = {
|
|
|
3546
5218
|
},
|
|
3547
5219
|
},
|
|
3548
5220
|
};
|
|
3549
|
-
exports.
|
|
5221
|
+
exports.RestHoldAudioPaused = {
|
|
3550
5222
|
type: {
|
|
3551
5223
|
name: "Composite",
|
|
3552
|
-
className: "
|
|
5224
|
+
className: "RestHoldAudioPaused",
|
|
3553
5225
|
modelProperties: {
|
|
3554
5226
|
callConnectionId: {
|
|
3555
5227
|
serializedName: "callConnectionId",
|
|
@@ -3585,10 +5257,10 @@ exports.RestCreateCallFailed = {
|
|
|
3585
5257
|
},
|
|
3586
5258
|
},
|
|
3587
5259
|
};
|
|
3588
|
-
exports.
|
|
5260
|
+
exports.RestHoldAudioResumed = {
|
|
3589
5261
|
type: {
|
|
3590
5262
|
name: "Composite",
|
|
3591
|
-
className: "
|
|
5263
|
+
className: "RestHoldAudioResumed",
|
|
3592
5264
|
modelProperties: {
|
|
3593
5265
|
callConnectionId: {
|
|
3594
5266
|
serializedName: "callConnectionId",
|
|
@@ -3624,10 +5296,10 @@ exports.RestAnswerFailed = {
|
|
|
3624
5296
|
},
|
|
3625
5297
|
},
|
|
3626
5298
|
};
|
|
3627
|
-
exports.
|
|
5299
|
+
exports.RestHoldAudioCompleted = {
|
|
3628
5300
|
type: {
|
|
3629
5301
|
name: "Composite",
|
|
3630
|
-
className: "
|
|
5302
|
+
className: "RestHoldAudioCompleted",
|
|
3631
5303
|
modelProperties: {
|
|
3632
5304
|
callConnectionId: {
|
|
3633
5305
|
serializedName: "callConnectionId",
|
|
@@ -3663,68 +5335,52 @@ exports.RestHoldFailed = {
|
|
|
3663
5335
|
},
|
|
3664
5336
|
},
|
|
3665
5337
|
};
|
|
3666
|
-
exports.
|
|
5338
|
+
exports.AzureOpenAIDialog = {
|
|
5339
|
+
serializedName: "azureOpenAI",
|
|
3667
5340
|
type: {
|
|
3668
5341
|
name: "Composite",
|
|
3669
|
-
className: "
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
callerDisplayName: {
|
|
3686
|
-
serializedName: "callerDisplayName",
|
|
3687
|
-
readOnly: true,
|
|
3688
|
-
type: {
|
|
3689
|
-
name: "String",
|
|
3690
|
-
},
|
|
3691
|
-
},
|
|
3692
|
-
serverCallId: {
|
|
3693
|
-
serializedName: "serverCallId",
|
|
3694
|
-
readOnly: true,
|
|
3695
|
-
type: {
|
|
3696
|
-
name: "String",
|
|
3697
|
-
},
|
|
3698
|
-
},
|
|
3699
|
-
customContext: {
|
|
3700
|
-
serializedName: "customContext",
|
|
3701
|
-
type: {
|
|
3702
|
-
name: "Composite",
|
|
3703
|
-
className: "CustomCallingContextInternal",
|
|
3704
|
-
},
|
|
3705
|
-
},
|
|
3706
|
-
incomingCallContext: {
|
|
3707
|
-
serializedName: "incomingCallContext",
|
|
3708
|
-
readOnly: true,
|
|
5342
|
+
className: "AzureOpenAIDialog",
|
|
5343
|
+
uberParent: "BaseDialog",
|
|
5344
|
+
polymorphicDiscriminator: exports.BaseDialog.type.polymorphicDiscriminator,
|
|
5345
|
+
modelProperties: Object.assign({}, exports.BaseDialog.type.modelProperties),
|
|
5346
|
+
},
|
|
5347
|
+
};
|
|
5348
|
+
exports.PowerVirtualAgentsDialog = {
|
|
5349
|
+
serializedName: "powerVirtualAgents",
|
|
5350
|
+
type: {
|
|
5351
|
+
name: "Composite",
|
|
5352
|
+
className: "PowerVirtualAgentsDialog",
|
|
5353
|
+
uberParent: "BaseDialog",
|
|
5354
|
+
polymorphicDiscriminator: exports.BaseDialog.type.polymorphicDiscriminator,
|
|
5355
|
+
modelProperties: Object.assign(Object.assign({}, exports.BaseDialog.type.modelProperties), { botAppId: {
|
|
5356
|
+
serializedName: "botAppId",
|
|
5357
|
+
required: true,
|
|
3709
5358
|
type: {
|
|
3710
5359
|
name: "String",
|
|
3711
5360
|
},
|
|
3712
|
-
},
|
|
3713
|
-
|
|
3714
|
-
serializedName: "onBehalfOfCallee",
|
|
3715
|
-
type: {
|
|
3716
|
-
name: "Composite",
|
|
3717
|
-
className: "CommunicationIdentifierModel",
|
|
3718
|
-
},
|
|
3719
|
-
},
|
|
3720
|
-
correlationId: {
|
|
3721
|
-
serializedName: "correlationId",
|
|
3722
|
-
readOnly: true,
|
|
5361
|
+
}, language: {
|
|
5362
|
+
serializedName: "language",
|
|
3723
5363
|
type: {
|
|
3724
5364
|
name: "String",
|
|
3725
5365
|
},
|
|
3726
|
-
},
|
|
3727
|
-
|
|
5366
|
+
} }),
|
|
5367
|
+
},
|
|
5368
|
+
};
|
|
5369
|
+
exports.AzureOpenAIDialogUpdate = {
|
|
5370
|
+
serializedName: "azureOpenAI",
|
|
5371
|
+
type: {
|
|
5372
|
+
name: "Composite",
|
|
5373
|
+
className: "AzureOpenAIDialogUpdate",
|
|
5374
|
+
uberParent: "DialogUpdateBase",
|
|
5375
|
+
polymorphicDiscriminator: exports.DialogUpdateBase.type.polymorphicDiscriminator,
|
|
5376
|
+
modelProperties: Object.assign({}, exports.DialogUpdateBase.type.modelProperties),
|
|
3728
5377
|
},
|
|
3729
5378
|
};
|
|
5379
|
+
exports.discriminators = {
|
|
5380
|
+
BaseDialog: exports.BaseDialog,
|
|
5381
|
+
DialogUpdateBase: exports.DialogUpdateBase,
|
|
5382
|
+
"BaseDialog.azureOpenAI": exports.AzureOpenAIDialog,
|
|
5383
|
+
"BaseDialog.powerVirtualAgents": exports.PowerVirtualAgentsDialog,
|
|
5384
|
+
"DialogUpdateBase.azureOpenAI": exports.AzureOpenAIDialogUpdate,
|
|
5385
|
+
};
|
|
3730
5386
|
//# sourceMappingURL=mappers.js.map
|