@azure/communication-call-automation 1.5.0-beta.2 → 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
|
@@ -63,6 +63,20 @@ export const CreateCallRequest = {
|
|
|
63
63
|
className: "CallIntelligenceOptionsInternal",
|
|
64
64
|
},
|
|
65
65
|
},
|
|
66
|
+
teamsAppSource: {
|
|
67
|
+
serializedName: "teamsAppSource",
|
|
68
|
+
type: {
|
|
69
|
+
name: "Composite",
|
|
70
|
+
className: "MicrosoftTeamsAppIdentifierModel",
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
customCallingContext: {
|
|
74
|
+
serializedName: "customCallingContext",
|
|
75
|
+
type: {
|
|
76
|
+
name: "Composite",
|
|
77
|
+
className: "CustomCallingContextInternal",
|
|
78
|
+
},
|
|
79
|
+
},
|
|
66
80
|
mediaStreamingOptions: {
|
|
67
81
|
serializedName: "mediaStreamingOptions",
|
|
68
82
|
type: {
|
|
@@ -74,14 +88,7 @@ export const CreateCallRequest = {
|
|
|
74
88
|
serializedName: "transcriptionOptions",
|
|
75
89
|
type: {
|
|
76
90
|
name: "Composite",
|
|
77
|
-
className: "
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
teamsAppSource: {
|
|
81
|
-
serializedName: "teamsAppSource",
|
|
82
|
-
type: {
|
|
83
|
-
name: "Composite",
|
|
84
|
-
className: "MicrosoftTeamsAppIdentifierModel",
|
|
91
|
+
className: "TranscriptionOptionsInternal",
|
|
85
92
|
},
|
|
86
93
|
},
|
|
87
94
|
},
|
|
@@ -278,6 +285,200 @@ export const CallIntelligenceOptionsInternal = {
|
|
|
278
285
|
name: "String",
|
|
279
286
|
},
|
|
280
287
|
},
|
|
288
|
+
backupCognitiveServicesEndpoint: {
|
|
289
|
+
serializedName: "backupCognitiveServicesEndpoint",
|
|
290
|
+
type: {
|
|
291
|
+
name: "String",
|
|
292
|
+
},
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
},
|
|
296
|
+
};
|
|
297
|
+
export const CustomCallingContextInternal = {
|
|
298
|
+
type: {
|
|
299
|
+
name: "Composite",
|
|
300
|
+
className: "CustomCallingContextInternal",
|
|
301
|
+
modelProperties: {
|
|
302
|
+
voipHeaders: {
|
|
303
|
+
serializedName: "voipHeaders",
|
|
304
|
+
type: {
|
|
305
|
+
name: "Dictionary",
|
|
306
|
+
value: { type: { name: "String" } },
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
sipHeaders: {
|
|
310
|
+
serializedName: "sipHeaders",
|
|
311
|
+
type: {
|
|
312
|
+
name: "Dictionary",
|
|
313
|
+
value: { type: { name: "String" } },
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
teamsPhoneCallDetails: {
|
|
317
|
+
serializedName: "teamsPhoneCallDetails",
|
|
318
|
+
type: {
|
|
319
|
+
name: "Composite",
|
|
320
|
+
className: "TeamsPhoneCallDetailsInternal",
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
},
|
|
325
|
+
};
|
|
326
|
+
export const TeamsPhoneCallDetailsInternal = {
|
|
327
|
+
type: {
|
|
328
|
+
name: "Composite",
|
|
329
|
+
className: "TeamsPhoneCallDetailsInternal",
|
|
330
|
+
modelProperties: {
|
|
331
|
+
teamsPhoneCallerDetails: {
|
|
332
|
+
serializedName: "teamsPhoneCallerDetails",
|
|
333
|
+
type: {
|
|
334
|
+
name: "Composite",
|
|
335
|
+
className: "TeamsPhoneCallerDetailsInternal",
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
teamsPhoneSourceDetails: {
|
|
339
|
+
serializedName: "teamsPhoneSourceDetails",
|
|
340
|
+
type: {
|
|
341
|
+
name: "Composite",
|
|
342
|
+
className: "TeamsPhoneSourceDetailsInternal",
|
|
343
|
+
},
|
|
344
|
+
},
|
|
345
|
+
sessionId: {
|
|
346
|
+
serializedName: "sessionId",
|
|
347
|
+
type: {
|
|
348
|
+
name: "String",
|
|
349
|
+
},
|
|
350
|
+
},
|
|
351
|
+
intent: {
|
|
352
|
+
serializedName: "intent",
|
|
353
|
+
type: {
|
|
354
|
+
name: "String",
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
callTopic: {
|
|
358
|
+
serializedName: "callTopic",
|
|
359
|
+
type: {
|
|
360
|
+
name: "String",
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
callContext: {
|
|
364
|
+
serializedName: "callContext",
|
|
365
|
+
type: {
|
|
366
|
+
name: "String",
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
transcriptUrl: {
|
|
370
|
+
serializedName: "transcriptUrl",
|
|
371
|
+
type: {
|
|
372
|
+
name: "String",
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
callSentiment: {
|
|
376
|
+
serializedName: "callSentiment",
|
|
377
|
+
type: {
|
|
378
|
+
name: "String",
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
suggestedActions: {
|
|
382
|
+
serializedName: "suggestedActions",
|
|
383
|
+
type: {
|
|
384
|
+
name: "String",
|
|
385
|
+
},
|
|
386
|
+
},
|
|
387
|
+
},
|
|
388
|
+
},
|
|
389
|
+
};
|
|
390
|
+
export const TeamsPhoneCallerDetailsInternal = {
|
|
391
|
+
type: {
|
|
392
|
+
name: "Composite",
|
|
393
|
+
className: "TeamsPhoneCallerDetailsInternal",
|
|
394
|
+
modelProperties: {
|
|
395
|
+
caller: {
|
|
396
|
+
serializedName: "caller",
|
|
397
|
+
type: {
|
|
398
|
+
name: "Composite",
|
|
399
|
+
className: "CommunicationIdentifierModel",
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
name: {
|
|
403
|
+
serializedName: "name",
|
|
404
|
+
required: true,
|
|
405
|
+
type: {
|
|
406
|
+
name: "String",
|
|
407
|
+
},
|
|
408
|
+
},
|
|
409
|
+
phoneNumber: {
|
|
410
|
+
serializedName: "phoneNumber",
|
|
411
|
+
required: true,
|
|
412
|
+
type: {
|
|
413
|
+
name: "String",
|
|
414
|
+
},
|
|
415
|
+
},
|
|
416
|
+
recordId: {
|
|
417
|
+
serializedName: "recordId",
|
|
418
|
+
type: {
|
|
419
|
+
name: "String",
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
screenPopUrl: {
|
|
423
|
+
serializedName: "screenPopUrl",
|
|
424
|
+
type: {
|
|
425
|
+
name: "String",
|
|
426
|
+
},
|
|
427
|
+
},
|
|
428
|
+
isAuthenticated: {
|
|
429
|
+
serializedName: "isAuthenticated",
|
|
430
|
+
type: {
|
|
431
|
+
name: "Boolean",
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
additionalCallerInformation: {
|
|
435
|
+
serializedName: "additionalCallerInformation",
|
|
436
|
+
type: {
|
|
437
|
+
name: "Dictionary",
|
|
438
|
+
value: { type: { name: "String" } },
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
},
|
|
442
|
+
},
|
|
443
|
+
};
|
|
444
|
+
export const TeamsPhoneSourceDetailsInternal = {
|
|
445
|
+
type: {
|
|
446
|
+
name: "Composite",
|
|
447
|
+
className: "TeamsPhoneSourceDetailsInternal",
|
|
448
|
+
modelProperties: {
|
|
449
|
+
source: {
|
|
450
|
+
serializedName: "source",
|
|
451
|
+
type: {
|
|
452
|
+
name: "Composite",
|
|
453
|
+
className: "CommunicationIdentifierModel",
|
|
454
|
+
},
|
|
455
|
+
},
|
|
456
|
+
language: {
|
|
457
|
+
serializedName: "language",
|
|
458
|
+
required: true,
|
|
459
|
+
type: {
|
|
460
|
+
name: "String",
|
|
461
|
+
},
|
|
462
|
+
},
|
|
463
|
+
status: {
|
|
464
|
+
serializedName: "status",
|
|
465
|
+
required: true,
|
|
466
|
+
type: {
|
|
467
|
+
name: "String",
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
intendedTargets: {
|
|
471
|
+
serializedName: "intendedTargets",
|
|
472
|
+
type: {
|
|
473
|
+
name: "Dictionary",
|
|
474
|
+
value: {
|
|
475
|
+
type: {
|
|
476
|
+
name: "Composite",
|
|
477
|
+
className: "CommunicationIdentifierModel",
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
},
|
|
481
|
+
},
|
|
281
482
|
},
|
|
282
483
|
},
|
|
283
484
|
};
|
|
@@ -335,10 +536,10 @@ export const MediaStreamingOptions = {
|
|
|
335
536
|
},
|
|
336
537
|
},
|
|
337
538
|
};
|
|
338
|
-
export const
|
|
539
|
+
export const TranscriptionOptionsInternal = {
|
|
339
540
|
type: {
|
|
340
541
|
name: "Composite",
|
|
341
|
-
className: "
|
|
542
|
+
className: "TranscriptionOptionsInternal",
|
|
342
543
|
modelProperties: {
|
|
343
544
|
transportUrl: {
|
|
344
545
|
serializedName: "transportUrl",
|
|
@@ -361,8 +562,8 @@ export const TranscriptionOptions = {
|
|
|
361
562
|
name: "String",
|
|
362
563
|
},
|
|
363
564
|
},
|
|
364
|
-
|
|
365
|
-
serializedName: "
|
|
565
|
+
speechModelEndpointId: {
|
|
566
|
+
serializedName: "speechModelEndpointId",
|
|
366
567
|
type: {
|
|
367
568
|
name: "String",
|
|
368
569
|
},
|
|
@@ -457,6 +658,18 @@ export const CallConnectionPropertiesInternal = {
|
|
|
457
658
|
className: "CommunicationUserIdentifierModel",
|
|
458
659
|
},
|
|
459
660
|
},
|
|
661
|
+
mediaSubscriptionId: {
|
|
662
|
+
serializedName: "mediaSubscriptionId",
|
|
663
|
+
type: {
|
|
664
|
+
name: "String",
|
|
665
|
+
},
|
|
666
|
+
},
|
|
667
|
+
dataSubscriptionId: {
|
|
668
|
+
serializedName: "dataSubscriptionId",
|
|
669
|
+
type: {
|
|
670
|
+
name: "String",
|
|
671
|
+
},
|
|
672
|
+
},
|
|
460
673
|
mediaStreamingSubscription: {
|
|
461
674
|
serializedName: "mediaStreamingSubscription",
|
|
462
675
|
type: {
|
|
@@ -626,6 +839,13 @@ export const AnswerCallRequest = {
|
|
|
626
839
|
name: "String",
|
|
627
840
|
},
|
|
628
841
|
},
|
|
842
|
+
customCallingContext: {
|
|
843
|
+
serializedName: "customCallingContext",
|
|
844
|
+
type: {
|
|
845
|
+
name: "Composite",
|
|
846
|
+
className: "CustomCallingContextInternal",
|
|
847
|
+
},
|
|
848
|
+
},
|
|
629
849
|
operationContext: {
|
|
630
850
|
serializedName: "operationContext",
|
|
631
851
|
type: {
|
|
@@ -657,7 +877,7 @@ export const AnswerCallRequest = {
|
|
|
657
877
|
serializedName: "transcriptionOptions",
|
|
658
878
|
type: {
|
|
659
879
|
name: "Composite",
|
|
660
|
-
className: "
|
|
880
|
+
className: "TranscriptionOptionsInternal",
|
|
661
881
|
},
|
|
662
882
|
},
|
|
663
883
|
},
|
|
@@ -682,6 +902,13 @@ export const RedirectCallRequest = {
|
|
|
682
902
|
className: "CommunicationIdentifierModel",
|
|
683
903
|
},
|
|
684
904
|
},
|
|
905
|
+
customCallingContext: {
|
|
906
|
+
serializedName: "customCallingContext",
|
|
907
|
+
type: {
|
|
908
|
+
name: "Composite",
|
|
909
|
+
className: "CustomCallingContextInternal",
|
|
910
|
+
},
|
|
911
|
+
},
|
|
685
912
|
},
|
|
686
913
|
},
|
|
687
914
|
};
|
|
@@ -749,7 +976,7 @@ export const ConnectRequest = {
|
|
|
749
976
|
serializedName: "transcriptionOptions",
|
|
750
977
|
type: {
|
|
751
978
|
name: "Composite",
|
|
752
|
-
className: "
|
|
979
|
+
className: "TranscriptionOptionsInternal",
|
|
753
980
|
},
|
|
754
981
|
},
|
|
755
982
|
},
|
|
@@ -835,28 +1062,6 @@ export const TransferToParticipantRequest = {
|
|
|
835
1062
|
},
|
|
836
1063
|
},
|
|
837
1064
|
};
|
|
838
|
-
export const CustomCallingContextInternal = {
|
|
839
|
-
type: {
|
|
840
|
-
name: "Composite",
|
|
841
|
-
className: "CustomCallingContextInternal",
|
|
842
|
-
modelProperties: {
|
|
843
|
-
voipHeaders: {
|
|
844
|
-
serializedName: "voipHeaders",
|
|
845
|
-
type: {
|
|
846
|
-
name: "Dictionary",
|
|
847
|
-
value: { type: { name: "String" } },
|
|
848
|
-
},
|
|
849
|
-
},
|
|
850
|
-
sipHeaders: {
|
|
851
|
-
serializedName: "sipHeaders",
|
|
852
|
-
type: {
|
|
853
|
-
name: "Dictionary",
|
|
854
|
-
value: { type: { name: "String" } },
|
|
855
|
-
},
|
|
856
|
-
},
|
|
857
|
-
},
|
|
858
|
-
},
|
|
859
|
-
};
|
|
860
1065
|
export const TransferCallResponse = {
|
|
861
1066
|
type: {
|
|
862
1067
|
name: "Composite",
|
|
@@ -901,12 +1106,6 @@ export const PlayRequest = {
|
|
|
901
1106
|
},
|
|
902
1107
|
},
|
|
903
1108
|
},
|
|
904
|
-
interruptCallMediaOperation: {
|
|
905
|
-
serializedName: "interruptCallMediaOperation",
|
|
906
|
-
type: {
|
|
907
|
-
name: "Boolean",
|
|
908
|
-
},
|
|
909
|
-
},
|
|
910
1109
|
playOptions: {
|
|
911
1110
|
serializedName: "playOptions",
|
|
912
1111
|
type: {
|
|
@@ -1058,6 +1257,18 @@ export const PlayOptionsInternal = {
|
|
|
1058
1257
|
name: "Boolean",
|
|
1059
1258
|
},
|
|
1060
1259
|
},
|
|
1260
|
+
interruptCallMediaOperation: {
|
|
1261
|
+
serializedName: "interruptCallMediaOperation",
|
|
1262
|
+
type: {
|
|
1263
|
+
name: "Boolean",
|
|
1264
|
+
},
|
|
1265
|
+
},
|
|
1266
|
+
interruptHoldAudio: {
|
|
1267
|
+
serializedName: "interruptHoldAudio",
|
|
1268
|
+
type: {
|
|
1269
|
+
name: "Boolean",
|
|
1270
|
+
},
|
|
1271
|
+
},
|
|
1061
1272
|
},
|
|
1062
1273
|
},
|
|
1063
1274
|
};
|
|
@@ -1072,8 +1283,8 @@ export const StartTranscriptionRequest = {
|
|
|
1072
1283
|
name: "String",
|
|
1073
1284
|
},
|
|
1074
1285
|
},
|
|
1075
|
-
|
|
1076
|
-
serializedName: "
|
|
1286
|
+
speechModelEndpointId: {
|
|
1287
|
+
serializedName: "speechModelEndpointId",
|
|
1077
1288
|
type: {
|
|
1078
1289
|
name: "String",
|
|
1079
1290
|
},
|
|
@@ -1084,6 +1295,12 @@ export const StartTranscriptionRequest = {
|
|
|
1084
1295
|
name: "String",
|
|
1085
1296
|
},
|
|
1086
1297
|
},
|
|
1298
|
+
operationCallbackUri: {
|
|
1299
|
+
serializedName: "operationCallbackUri",
|
|
1300
|
+
type: {
|
|
1301
|
+
name: "String",
|
|
1302
|
+
},
|
|
1303
|
+
},
|
|
1087
1304
|
},
|
|
1088
1305
|
},
|
|
1089
1306
|
};
|
|
@@ -1098,53 +1315,32 @@ export const StopTranscriptionRequest = {
|
|
|
1098
1315
|
name: "String",
|
|
1099
1316
|
},
|
|
1100
1317
|
},
|
|
1318
|
+
operationCallbackUri: {
|
|
1319
|
+
serializedName: "operationCallbackUri",
|
|
1320
|
+
type: {
|
|
1321
|
+
name: "String",
|
|
1322
|
+
},
|
|
1323
|
+
},
|
|
1101
1324
|
},
|
|
1102
1325
|
},
|
|
1103
1326
|
};
|
|
1104
|
-
export const
|
|
1327
|
+
export const RecognizeRequest = {
|
|
1105
1328
|
type: {
|
|
1106
1329
|
name: "Composite",
|
|
1107
|
-
className: "
|
|
1330
|
+
className: "RecognizeRequest",
|
|
1108
1331
|
modelProperties: {
|
|
1109
|
-
|
|
1110
|
-
serializedName: "
|
|
1332
|
+
recognizeInputType: {
|
|
1333
|
+
serializedName: "recognizeInputType",
|
|
1111
1334
|
required: true,
|
|
1112
1335
|
type: {
|
|
1113
1336
|
name: "String",
|
|
1114
1337
|
},
|
|
1115
1338
|
},
|
|
1116
|
-
|
|
1117
|
-
serializedName: "
|
|
1339
|
+
playPrompt: {
|
|
1340
|
+
serializedName: "playPrompt",
|
|
1118
1341
|
type: {
|
|
1119
|
-
name: "
|
|
1120
|
-
|
|
1121
|
-
},
|
|
1122
|
-
operationContext: {
|
|
1123
|
-
serializedName: "operationContext",
|
|
1124
|
-
type: {
|
|
1125
|
-
name: "String",
|
|
1126
|
-
},
|
|
1127
|
-
},
|
|
1128
|
-
},
|
|
1129
|
-
},
|
|
1130
|
-
};
|
|
1131
|
-
export const RecognizeRequest = {
|
|
1132
|
-
type: {
|
|
1133
|
-
name: "Composite",
|
|
1134
|
-
className: "RecognizeRequest",
|
|
1135
|
-
modelProperties: {
|
|
1136
|
-
recognizeInputType: {
|
|
1137
|
-
serializedName: "recognizeInputType",
|
|
1138
|
-
required: true,
|
|
1139
|
-
type: {
|
|
1140
|
-
name: "String",
|
|
1141
|
-
},
|
|
1142
|
-
},
|
|
1143
|
-
playPrompt: {
|
|
1144
|
-
serializedName: "playPrompt",
|
|
1145
|
-
type: {
|
|
1146
|
-
name: "Composite",
|
|
1147
|
-
className: "PlaySourceInternal",
|
|
1342
|
+
name: "Composite",
|
|
1343
|
+
className: "PlaySourceInternal",
|
|
1148
1344
|
},
|
|
1149
1345
|
},
|
|
1150
1346
|
playPrompts: {
|
|
@@ -1418,6 +1614,38 @@ export const SendDtmfTonesResult = {
|
|
|
1418
1614
|
},
|
|
1419
1615
|
},
|
|
1420
1616
|
};
|
|
1617
|
+
export const UpdateTranscriptionRequest = {
|
|
1618
|
+
type: {
|
|
1619
|
+
name: "Composite",
|
|
1620
|
+
className: "UpdateTranscriptionRequest",
|
|
1621
|
+
modelProperties: {
|
|
1622
|
+
locale: {
|
|
1623
|
+
serializedName: "locale",
|
|
1624
|
+
type: {
|
|
1625
|
+
name: "String",
|
|
1626
|
+
},
|
|
1627
|
+
},
|
|
1628
|
+
speechModelEndpointId: {
|
|
1629
|
+
serializedName: "speechModelEndpointId",
|
|
1630
|
+
type: {
|
|
1631
|
+
name: "String",
|
|
1632
|
+
},
|
|
1633
|
+
},
|
|
1634
|
+
operationContext: {
|
|
1635
|
+
serializedName: "operationContext",
|
|
1636
|
+
type: {
|
|
1637
|
+
name: "String",
|
|
1638
|
+
},
|
|
1639
|
+
},
|
|
1640
|
+
operationCallbackUri: {
|
|
1641
|
+
serializedName: "operationCallbackUri",
|
|
1642
|
+
type: {
|
|
1643
|
+
name: "String",
|
|
1644
|
+
},
|
|
1645
|
+
},
|
|
1646
|
+
},
|
|
1647
|
+
},
|
|
1648
|
+
};
|
|
1421
1649
|
export const HoldRequest = {
|
|
1422
1650
|
type: {
|
|
1423
1651
|
name: "Composite",
|
|
@@ -1513,6 +1741,180 @@ export const StopMediaStreamingRequest = {
|
|
|
1513
1741
|
},
|
|
1514
1742
|
},
|
|
1515
1743
|
};
|
|
1744
|
+
export const InterruptAudioAndAnnounceRequest = {
|
|
1745
|
+
type: {
|
|
1746
|
+
name: "Composite",
|
|
1747
|
+
className: "InterruptAudioAndAnnounceRequest",
|
|
1748
|
+
modelProperties: {
|
|
1749
|
+
playSources: {
|
|
1750
|
+
serializedName: "playSources",
|
|
1751
|
+
required: true,
|
|
1752
|
+
type: {
|
|
1753
|
+
name: "Sequence",
|
|
1754
|
+
element: {
|
|
1755
|
+
type: {
|
|
1756
|
+
name: "Composite",
|
|
1757
|
+
className: "PlaySourceInternal",
|
|
1758
|
+
},
|
|
1759
|
+
},
|
|
1760
|
+
},
|
|
1761
|
+
},
|
|
1762
|
+
playTo: {
|
|
1763
|
+
serializedName: "playTo",
|
|
1764
|
+
type: {
|
|
1765
|
+
name: "Composite",
|
|
1766
|
+
className: "CommunicationIdentifierModel",
|
|
1767
|
+
},
|
|
1768
|
+
},
|
|
1769
|
+
operationContext: {
|
|
1770
|
+
serializedName: "operationContext",
|
|
1771
|
+
type: {
|
|
1772
|
+
name: "String",
|
|
1773
|
+
},
|
|
1774
|
+
},
|
|
1775
|
+
},
|
|
1776
|
+
},
|
|
1777
|
+
};
|
|
1778
|
+
export const StartDialogRequest = {
|
|
1779
|
+
type: {
|
|
1780
|
+
name: "Composite",
|
|
1781
|
+
className: "StartDialogRequest",
|
|
1782
|
+
modelProperties: {
|
|
1783
|
+
dialog: {
|
|
1784
|
+
serializedName: "dialog",
|
|
1785
|
+
type: {
|
|
1786
|
+
name: "Composite",
|
|
1787
|
+
className: "BaseDialog",
|
|
1788
|
+
},
|
|
1789
|
+
},
|
|
1790
|
+
operationCallbackUri: {
|
|
1791
|
+
serializedName: "operationCallbackUri",
|
|
1792
|
+
type: {
|
|
1793
|
+
name: "String",
|
|
1794
|
+
},
|
|
1795
|
+
},
|
|
1796
|
+
operationContext: {
|
|
1797
|
+
serializedName: "operationContext",
|
|
1798
|
+
type: {
|
|
1799
|
+
name: "String",
|
|
1800
|
+
},
|
|
1801
|
+
},
|
|
1802
|
+
},
|
|
1803
|
+
},
|
|
1804
|
+
};
|
|
1805
|
+
export const BaseDialog = {
|
|
1806
|
+
type: {
|
|
1807
|
+
name: "Composite",
|
|
1808
|
+
className: "BaseDialog",
|
|
1809
|
+
uberParent: "BaseDialog",
|
|
1810
|
+
polymorphicDiscriminator: {
|
|
1811
|
+
serializedName: "kind",
|
|
1812
|
+
clientName: "kind",
|
|
1813
|
+
},
|
|
1814
|
+
modelProperties: {
|
|
1815
|
+
kind: {
|
|
1816
|
+
serializedName: "kind",
|
|
1817
|
+
required: true,
|
|
1818
|
+
type: {
|
|
1819
|
+
name: "String",
|
|
1820
|
+
},
|
|
1821
|
+
},
|
|
1822
|
+
context: {
|
|
1823
|
+
serializedName: "context",
|
|
1824
|
+
required: true,
|
|
1825
|
+
type: {
|
|
1826
|
+
name: "Dictionary",
|
|
1827
|
+
value: {
|
|
1828
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
1829
|
+
},
|
|
1830
|
+
},
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
};
|
|
1835
|
+
export const DialogStateResponse = {
|
|
1836
|
+
type: {
|
|
1837
|
+
name: "Composite",
|
|
1838
|
+
className: "DialogStateResponse",
|
|
1839
|
+
modelProperties: {
|
|
1840
|
+
dialogId: {
|
|
1841
|
+
serializedName: "dialogId",
|
|
1842
|
+
type: {
|
|
1843
|
+
name: "String",
|
|
1844
|
+
},
|
|
1845
|
+
},
|
|
1846
|
+
dialog: {
|
|
1847
|
+
serializedName: "dialog",
|
|
1848
|
+
type: {
|
|
1849
|
+
name: "Composite",
|
|
1850
|
+
className: "BaseDialog",
|
|
1851
|
+
},
|
|
1852
|
+
},
|
|
1853
|
+
operationContext: {
|
|
1854
|
+
serializedName: "operationContext",
|
|
1855
|
+
type: {
|
|
1856
|
+
name: "String",
|
|
1857
|
+
},
|
|
1858
|
+
},
|
|
1859
|
+
},
|
|
1860
|
+
},
|
|
1861
|
+
};
|
|
1862
|
+
export const UpdateDialogRequest = {
|
|
1863
|
+
type: {
|
|
1864
|
+
name: "Composite",
|
|
1865
|
+
className: "UpdateDialogRequest",
|
|
1866
|
+
modelProperties: {
|
|
1867
|
+
dialog: {
|
|
1868
|
+
serializedName: "dialog",
|
|
1869
|
+
type: {
|
|
1870
|
+
name: "Composite",
|
|
1871
|
+
className: "DialogUpdateBase",
|
|
1872
|
+
},
|
|
1873
|
+
},
|
|
1874
|
+
operationCallbackUri: {
|
|
1875
|
+
serializedName: "operationCallbackUri",
|
|
1876
|
+
type: {
|
|
1877
|
+
name: "String",
|
|
1878
|
+
},
|
|
1879
|
+
},
|
|
1880
|
+
operationContext: {
|
|
1881
|
+
serializedName: "operationContext",
|
|
1882
|
+
type: {
|
|
1883
|
+
name: "String",
|
|
1884
|
+
},
|
|
1885
|
+
},
|
|
1886
|
+
},
|
|
1887
|
+
},
|
|
1888
|
+
};
|
|
1889
|
+
export const DialogUpdateBase = {
|
|
1890
|
+
type: {
|
|
1891
|
+
name: "Composite",
|
|
1892
|
+
className: "DialogUpdateBase",
|
|
1893
|
+
uberParent: "DialogUpdateBase",
|
|
1894
|
+
polymorphicDiscriminator: {
|
|
1895
|
+
serializedName: "kind",
|
|
1896
|
+
clientName: "kind",
|
|
1897
|
+
},
|
|
1898
|
+
modelProperties: {
|
|
1899
|
+
kind: {
|
|
1900
|
+
serializedName: "kind",
|
|
1901
|
+
required: true,
|
|
1902
|
+
type: {
|
|
1903
|
+
name: "String",
|
|
1904
|
+
},
|
|
1905
|
+
},
|
|
1906
|
+
context: {
|
|
1907
|
+
serializedName: "context",
|
|
1908
|
+
type: {
|
|
1909
|
+
name: "Dictionary",
|
|
1910
|
+
value: {
|
|
1911
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
1912
|
+
},
|
|
1913
|
+
},
|
|
1914
|
+
},
|
|
1915
|
+
},
|
|
1916
|
+
},
|
|
1917
|
+
};
|
|
1516
1918
|
export const GetParticipantsResponse = {
|
|
1517
1919
|
type: {
|
|
1518
1920
|
name: "Composite",
|
|
@@ -1733,6 +2135,47 @@ export const MuteParticipantsResult = {
|
|
|
1733
2135
|
},
|
|
1734
2136
|
},
|
|
1735
2137
|
};
|
|
2138
|
+
export const UnmuteParticipantsRequest = {
|
|
2139
|
+
type: {
|
|
2140
|
+
name: "Composite",
|
|
2141
|
+
className: "UnmuteParticipantsRequest",
|
|
2142
|
+
modelProperties: {
|
|
2143
|
+
targetParticipants: {
|
|
2144
|
+
serializedName: "targetParticipants",
|
|
2145
|
+
required: true,
|
|
2146
|
+
type: {
|
|
2147
|
+
name: "Sequence",
|
|
2148
|
+
element: {
|
|
2149
|
+
type: {
|
|
2150
|
+
name: "Composite",
|
|
2151
|
+
className: "CommunicationIdentifierModel",
|
|
2152
|
+
},
|
|
2153
|
+
},
|
|
2154
|
+
},
|
|
2155
|
+
},
|
|
2156
|
+
operationContext: {
|
|
2157
|
+
serializedName: "operationContext",
|
|
2158
|
+
type: {
|
|
2159
|
+
name: "String",
|
|
2160
|
+
},
|
|
2161
|
+
},
|
|
2162
|
+
},
|
|
2163
|
+
},
|
|
2164
|
+
};
|
|
2165
|
+
export const UnmuteParticipantsResponse = {
|
|
2166
|
+
type: {
|
|
2167
|
+
name: "Composite",
|
|
2168
|
+
className: "UnmuteParticipantsResponse",
|
|
2169
|
+
modelProperties: {
|
|
2170
|
+
operationContext: {
|
|
2171
|
+
serializedName: "operationContext",
|
|
2172
|
+
type: {
|
|
2173
|
+
name: "String",
|
|
2174
|
+
},
|
|
2175
|
+
},
|
|
2176
|
+
},
|
|
2177
|
+
},
|
|
2178
|
+
};
|
|
1736
2179
|
export const CancelAddParticipantRequest = {
|
|
1737
2180
|
type: {
|
|
1738
2181
|
name: "Composite",
|
|
@@ -1780,32 +2223,104 @@ export const CancelAddParticipantResponse = {
|
|
|
1780
2223
|
},
|
|
1781
2224
|
},
|
|
1782
2225
|
};
|
|
1783
|
-
export const
|
|
2226
|
+
export const MoveParticipantsRequest = {
|
|
1784
2227
|
type: {
|
|
1785
2228
|
name: "Composite",
|
|
1786
|
-
className: "
|
|
2229
|
+
className: "MoveParticipantsRequest",
|
|
1787
2230
|
modelProperties: {
|
|
1788
|
-
|
|
1789
|
-
serializedName: "
|
|
2231
|
+
targetParticipants: {
|
|
2232
|
+
serializedName: "targetParticipants",
|
|
2233
|
+
required: true,
|
|
1790
2234
|
type: {
|
|
1791
|
-
name: "
|
|
1792
|
-
|
|
2235
|
+
name: "Sequence",
|
|
2236
|
+
element: {
|
|
2237
|
+
type: {
|
|
2238
|
+
name: "Composite",
|
|
2239
|
+
className: "CommunicationIdentifierModel",
|
|
2240
|
+
},
|
|
2241
|
+
},
|
|
1793
2242
|
},
|
|
1794
2243
|
},
|
|
1795
|
-
|
|
1796
|
-
serializedName: "
|
|
2244
|
+
operationContext: {
|
|
2245
|
+
serializedName: "operationContext",
|
|
1797
2246
|
type: {
|
|
1798
2247
|
name: "String",
|
|
1799
2248
|
},
|
|
1800
2249
|
},
|
|
1801
|
-
|
|
1802
|
-
serializedName: "
|
|
2250
|
+
operationCallbackUri: {
|
|
2251
|
+
serializedName: "operationCallbackUri",
|
|
1803
2252
|
type: {
|
|
1804
2253
|
name: "String",
|
|
1805
2254
|
},
|
|
1806
2255
|
},
|
|
1807
|
-
|
|
1808
|
-
serializedName: "
|
|
2256
|
+
fromCall: {
|
|
2257
|
+
serializedName: "fromCall",
|
|
2258
|
+
required: true,
|
|
2259
|
+
type: {
|
|
2260
|
+
name: "String",
|
|
2261
|
+
},
|
|
2262
|
+
},
|
|
2263
|
+
},
|
|
2264
|
+
},
|
|
2265
|
+
};
|
|
2266
|
+
export const MoveParticipantsResponse = {
|
|
2267
|
+
type: {
|
|
2268
|
+
name: "Composite",
|
|
2269
|
+
className: "MoveParticipantsResponse",
|
|
2270
|
+
modelProperties: {
|
|
2271
|
+
participants: {
|
|
2272
|
+
serializedName: "participants",
|
|
2273
|
+
type: {
|
|
2274
|
+
name: "Sequence",
|
|
2275
|
+
element: {
|
|
2276
|
+
type: {
|
|
2277
|
+
name: "Composite",
|
|
2278
|
+
className: "CallParticipantInternal",
|
|
2279
|
+
},
|
|
2280
|
+
},
|
|
2281
|
+
},
|
|
2282
|
+
},
|
|
2283
|
+
operationContext: {
|
|
2284
|
+
serializedName: "operationContext",
|
|
2285
|
+
type: {
|
|
2286
|
+
name: "String",
|
|
2287
|
+
},
|
|
2288
|
+
},
|
|
2289
|
+
fromCall: {
|
|
2290
|
+
serializedName: "fromCall",
|
|
2291
|
+
type: {
|
|
2292
|
+
name: "String",
|
|
2293
|
+
},
|
|
2294
|
+
},
|
|
2295
|
+
},
|
|
2296
|
+
},
|
|
2297
|
+
};
|
|
2298
|
+
export const StartCallRecordingRequest = {
|
|
2299
|
+
type: {
|
|
2300
|
+
name: "Composite",
|
|
2301
|
+
className: "StartCallRecordingRequest",
|
|
2302
|
+
modelProperties: {
|
|
2303
|
+
callLocator: {
|
|
2304
|
+
serializedName: "callLocator",
|
|
2305
|
+
type: {
|
|
2306
|
+
name: "Composite",
|
|
2307
|
+
className: "CallLocator",
|
|
2308
|
+
},
|
|
2309
|
+
},
|
|
2310
|
+
callConnectionId: {
|
|
2311
|
+
serializedName: "callConnectionId",
|
|
2312
|
+
type: {
|
|
2313
|
+
name: "String",
|
|
2314
|
+
},
|
|
2315
|
+
},
|
|
2316
|
+
recordingStateCallbackUri: {
|
|
2317
|
+
serializedName: "recordingStateCallbackUri",
|
|
2318
|
+
type: {
|
|
2319
|
+
name: "String",
|
|
2320
|
+
},
|
|
2321
|
+
},
|
|
2322
|
+
recordingContentType: {
|
|
2323
|
+
serializedName: "recordingContentType",
|
|
1809
2324
|
type: {
|
|
1810
2325
|
name: "String",
|
|
1811
2326
|
},
|
|
@@ -1859,6 +2374,13 @@ export const StartCallRecordingRequest = {
|
|
|
1859
2374
|
className: "RecordingStorage",
|
|
1860
2375
|
},
|
|
1861
2376
|
},
|
|
2377
|
+
postProcessingOptions: {
|
|
2378
|
+
serializedName: "postProcessingOptions",
|
|
2379
|
+
type: {
|
|
2380
|
+
name: "Composite",
|
|
2381
|
+
className: "PostProcessingOptions",
|
|
2382
|
+
},
|
|
2383
|
+
},
|
|
1862
2384
|
},
|
|
1863
2385
|
},
|
|
1864
2386
|
};
|
|
@@ -1908,6 +2430,64 @@ export const RecordingStorage = {
|
|
|
1908
2430
|
},
|
|
1909
2431
|
},
|
|
1910
2432
|
};
|
|
2433
|
+
export const PostProcessingOptions = {
|
|
2434
|
+
type: {
|
|
2435
|
+
name: "Composite",
|
|
2436
|
+
className: "PostProcessingOptions",
|
|
2437
|
+
modelProperties: {
|
|
2438
|
+
cognitiveServicesEndpoint: {
|
|
2439
|
+
serializedName: "cognitiveServicesEndpoint",
|
|
2440
|
+
type: {
|
|
2441
|
+
name: "String",
|
|
2442
|
+
},
|
|
2443
|
+
},
|
|
2444
|
+
transcription: {
|
|
2445
|
+
serializedName: "transcription",
|
|
2446
|
+
type: {
|
|
2447
|
+
name: "Composite",
|
|
2448
|
+
className: "Transcription",
|
|
2449
|
+
},
|
|
2450
|
+
},
|
|
2451
|
+
summarization: {
|
|
2452
|
+
serializedName: "summarization",
|
|
2453
|
+
type: {
|
|
2454
|
+
name: "Composite",
|
|
2455
|
+
className: "Summarization",
|
|
2456
|
+
},
|
|
2457
|
+
},
|
|
2458
|
+
},
|
|
2459
|
+
},
|
|
2460
|
+
};
|
|
2461
|
+
export const Transcription = {
|
|
2462
|
+
type: {
|
|
2463
|
+
name: "Composite",
|
|
2464
|
+
className: "Transcription",
|
|
2465
|
+
modelProperties: {
|
|
2466
|
+
enableTranscription: {
|
|
2467
|
+
serializedName: "enableTranscription",
|
|
2468
|
+
required: true,
|
|
2469
|
+
type: {
|
|
2470
|
+
name: "Boolean",
|
|
2471
|
+
},
|
|
2472
|
+
},
|
|
2473
|
+
},
|
|
2474
|
+
},
|
|
2475
|
+
};
|
|
2476
|
+
export const Summarization = {
|
|
2477
|
+
type: {
|
|
2478
|
+
name: "Composite",
|
|
2479
|
+
className: "Summarization",
|
|
2480
|
+
modelProperties: {
|
|
2481
|
+
enableSummarization: {
|
|
2482
|
+
serializedName: "enableSummarization",
|
|
2483
|
+
required: true,
|
|
2484
|
+
type: {
|
|
2485
|
+
name: "Boolean",
|
|
2486
|
+
},
|
|
2487
|
+
},
|
|
2488
|
+
},
|
|
2489
|
+
},
|
|
2490
|
+
};
|
|
1911
2491
|
export const RecordingStateResponse = {
|
|
1912
2492
|
type: {
|
|
1913
2493
|
name: "Composite",
|
|
@@ -1934,105 +2514,155 @@ export const RecordingStateResponse = {
|
|
|
1934
2514
|
},
|
|
1935
2515
|
},
|
|
1936
2516
|
};
|
|
1937
|
-
export const
|
|
2517
|
+
export const RecordingResultResponse = {
|
|
1938
2518
|
type: {
|
|
1939
2519
|
name: "Composite",
|
|
1940
|
-
className: "
|
|
2520
|
+
className: "RecordingResultResponse",
|
|
1941
2521
|
modelProperties: {
|
|
1942
|
-
|
|
1943
|
-
serializedName: "
|
|
2522
|
+
recordingId: {
|
|
2523
|
+
serializedName: "recordingId",
|
|
2524
|
+
readOnly: true,
|
|
1944
2525
|
type: {
|
|
1945
2526
|
name: "String",
|
|
1946
2527
|
},
|
|
1947
2528
|
},
|
|
1948
|
-
|
|
1949
|
-
serializedName: "
|
|
2529
|
+
recordingStorageInfo: {
|
|
2530
|
+
serializedName: "recordingStorageInfo",
|
|
1950
2531
|
type: {
|
|
1951
|
-
name: "
|
|
2532
|
+
name: "Composite",
|
|
2533
|
+
className: "RecordingStorageInfo",
|
|
1952
2534
|
},
|
|
1953
2535
|
},
|
|
1954
|
-
|
|
1955
|
-
serializedName: "
|
|
2536
|
+
errors: {
|
|
2537
|
+
serializedName: "errors",
|
|
2538
|
+
readOnly: true,
|
|
1956
2539
|
type: {
|
|
1957
|
-
name: "
|
|
2540
|
+
name: "Sequence",
|
|
2541
|
+
element: {
|
|
2542
|
+
type: {
|
|
2543
|
+
name: "Composite",
|
|
2544
|
+
className: "ErrorModel",
|
|
2545
|
+
},
|
|
2546
|
+
},
|
|
1958
2547
|
},
|
|
1959
2548
|
},
|
|
1960
|
-
|
|
1961
|
-
serializedName: "
|
|
2549
|
+
recordingStartTime: {
|
|
2550
|
+
serializedName: "recordingStartTime",
|
|
2551
|
+
readOnly: true,
|
|
2552
|
+
type: {
|
|
2553
|
+
name: "DateTime",
|
|
2554
|
+
},
|
|
2555
|
+
},
|
|
2556
|
+
recordingDurationMs: {
|
|
2557
|
+
serializedName: "recordingDurationMs",
|
|
2558
|
+
readOnly: true,
|
|
2559
|
+
type: {
|
|
2560
|
+
name: "Number",
|
|
2561
|
+
},
|
|
2562
|
+
},
|
|
2563
|
+
sessionEndReason: {
|
|
2564
|
+
serializedName: "sessionEndReason",
|
|
2565
|
+
readOnly: true,
|
|
1962
2566
|
type: {
|
|
1963
2567
|
name: "String",
|
|
1964
2568
|
},
|
|
1965
2569
|
},
|
|
1966
|
-
|
|
1967
|
-
serializedName: "
|
|
2570
|
+
recordingExpirationTime: {
|
|
2571
|
+
serializedName: "recordingExpirationTime",
|
|
2572
|
+
readOnly: true,
|
|
1968
2573
|
type: {
|
|
1969
|
-
name: "
|
|
1970
|
-
className: "RestResultInformation",
|
|
2574
|
+
name: "DateTime",
|
|
1971
2575
|
},
|
|
1972
2576
|
},
|
|
1973
2577
|
},
|
|
1974
2578
|
},
|
|
1975
2579
|
};
|
|
1976
|
-
export const
|
|
2580
|
+
export const RecordingStorageInfo = {
|
|
1977
2581
|
type: {
|
|
1978
2582
|
name: "Composite",
|
|
1979
|
-
className: "
|
|
2583
|
+
className: "RecordingStorageInfo",
|
|
1980
2584
|
modelProperties: {
|
|
1981
|
-
|
|
1982
|
-
serializedName: "
|
|
2585
|
+
recordingChunks: {
|
|
2586
|
+
serializedName: "recordingChunks",
|
|
1983
2587
|
type: {
|
|
1984
|
-
name: "
|
|
2588
|
+
name: "Sequence",
|
|
2589
|
+
element: {
|
|
2590
|
+
type: {
|
|
2591
|
+
name: "Composite",
|
|
2592
|
+
className: "RecordingChunkStorageInfo",
|
|
2593
|
+
},
|
|
2594
|
+
},
|
|
1985
2595
|
},
|
|
1986
2596
|
},
|
|
1987
|
-
|
|
1988
|
-
|
|
2597
|
+
},
|
|
2598
|
+
},
|
|
2599
|
+
};
|
|
2600
|
+
export const RecordingChunkStorageInfo = {
|
|
2601
|
+
type: {
|
|
2602
|
+
name: "Composite",
|
|
2603
|
+
className: "RecordingChunkStorageInfo",
|
|
2604
|
+
modelProperties: {
|
|
2605
|
+
documentId: {
|
|
2606
|
+
serializedName: "documentId",
|
|
2607
|
+
type: {
|
|
2608
|
+
name: "String",
|
|
2609
|
+
},
|
|
2610
|
+
},
|
|
2611
|
+
index: {
|
|
2612
|
+
serializedName: "index",
|
|
1989
2613
|
type: {
|
|
1990
2614
|
name: "Number",
|
|
1991
2615
|
},
|
|
1992
2616
|
},
|
|
1993
|
-
|
|
1994
|
-
serializedName: "
|
|
2617
|
+
endReason: {
|
|
2618
|
+
serializedName: "endReason",
|
|
1995
2619
|
type: {
|
|
1996
2620
|
name: "String",
|
|
1997
2621
|
},
|
|
1998
2622
|
},
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
};
|
|
2002
|
-
export const PlayStarted = {
|
|
2003
|
-
type: {
|
|
2004
|
-
name: "Composite",
|
|
2005
|
-
className: "PlayStarted",
|
|
2006
|
-
modelProperties: {
|
|
2007
|
-
callConnectionId: {
|
|
2008
|
-
serializedName: "callConnectionId",
|
|
2623
|
+
contentLocation: {
|
|
2624
|
+
serializedName: "contentLocation",
|
|
2009
2625
|
type: {
|
|
2010
2626
|
name: "String",
|
|
2011
2627
|
},
|
|
2012
2628
|
},
|
|
2013
|
-
|
|
2014
|
-
serializedName: "
|
|
2629
|
+
metadataLocation: {
|
|
2630
|
+
serializedName: "metadataLocation",
|
|
2015
2631
|
type: {
|
|
2016
2632
|
name: "String",
|
|
2017
2633
|
},
|
|
2018
2634
|
},
|
|
2019
|
-
|
|
2020
|
-
serializedName: "
|
|
2635
|
+
deleteLocation: {
|
|
2636
|
+
serializedName: "deleteLocation",
|
|
2021
2637
|
type: {
|
|
2022
2638
|
name: "String",
|
|
2023
2639
|
},
|
|
2024
2640
|
},
|
|
2025
|
-
|
|
2026
|
-
|
|
2641
|
+
},
|
|
2642
|
+
},
|
|
2643
|
+
};
|
|
2644
|
+
export const ErrorModel = {
|
|
2645
|
+
type: {
|
|
2646
|
+
name: "Composite",
|
|
2647
|
+
className: "ErrorModel",
|
|
2648
|
+
modelProperties: {
|
|
2649
|
+
code: {
|
|
2650
|
+
serializedName: "code",
|
|
2027
2651
|
type: {
|
|
2028
2652
|
name: "String",
|
|
2029
2653
|
},
|
|
2030
2654
|
},
|
|
2031
|
-
|
|
2032
|
-
serializedName: "
|
|
2655
|
+
message: {
|
|
2656
|
+
serializedName: "message",
|
|
2657
|
+
type: {
|
|
2658
|
+
name: "String",
|
|
2659
|
+
},
|
|
2660
|
+
},
|
|
2661
|
+
innerError: {
|
|
2662
|
+
serializedName: "innerError",
|
|
2033
2663
|
type: {
|
|
2034
2664
|
name: "Composite",
|
|
2035
|
-
className: "
|
|
2665
|
+
className: "ErrorModel",
|
|
2036
2666
|
},
|
|
2037
2667
|
},
|
|
2038
2668
|
},
|
|
@@ -2089,19 +2719,31 @@ export const SpeechResult = {
|
|
|
2089
2719
|
name: "String",
|
|
2090
2720
|
},
|
|
2091
2721
|
},
|
|
2722
|
+
confidence: {
|
|
2723
|
+
serializedName: "confidence",
|
|
2724
|
+
type: {
|
|
2725
|
+
name: "Number",
|
|
2726
|
+
},
|
|
2727
|
+
},
|
|
2092
2728
|
},
|
|
2093
2729
|
},
|
|
2094
2730
|
};
|
|
2095
|
-
export const
|
|
2731
|
+
export const DialogCompleted = {
|
|
2096
2732
|
type: {
|
|
2097
2733
|
name: "Composite",
|
|
2098
|
-
className: "
|
|
2734
|
+
className: "DialogCompleted",
|
|
2099
2735
|
modelProperties: {
|
|
2100
|
-
|
|
2101
|
-
serializedName: "
|
|
2736
|
+
dialogInputType: {
|
|
2737
|
+
serializedName: "dialogInputType",
|
|
2102
2738
|
type: {
|
|
2103
|
-
name: "
|
|
2104
|
-
|
|
2739
|
+
name: "String",
|
|
2740
|
+
},
|
|
2741
|
+
},
|
|
2742
|
+
dialogId: {
|
|
2743
|
+
serializedName: "dialogId",
|
|
2744
|
+
readOnly: true,
|
|
2745
|
+
type: {
|
|
2746
|
+
name: "String",
|
|
2105
2747
|
},
|
|
2106
2748
|
},
|
|
2107
2749
|
callConnectionId: {
|
|
@@ -2138,25 +2780,25 @@ export const MediaStreamingFailed = {
|
|
|
2138
2780
|
},
|
|
2139
2781
|
},
|
|
2140
2782
|
};
|
|
2141
|
-
export const
|
|
2783
|
+
export const RestResultInformation = {
|
|
2142
2784
|
type: {
|
|
2143
2785
|
name: "Composite",
|
|
2144
|
-
className: "
|
|
2786
|
+
className: "RestResultInformation",
|
|
2145
2787
|
modelProperties: {
|
|
2146
|
-
|
|
2147
|
-
serializedName: "
|
|
2788
|
+
code: {
|
|
2789
|
+
serializedName: "code",
|
|
2148
2790
|
type: {
|
|
2149
|
-
name: "
|
|
2791
|
+
name: "Number",
|
|
2150
2792
|
},
|
|
2151
2793
|
},
|
|
2152
|
-
|
|
2153
|
-
serializedName: "
|
|
2794
|
+
subCode: {
|
|
2795
|
+
serializedName: "subCode",
|
|
2154
2796
|
type: {
|
|
2155
|
-
name: "
|
|
2797
|
+
name: "Number",
|
|
2156
2798
|
},
|
|
2157
2799
|
},
|
|
2158
|
-
|
|
2159
|
-
serializedName: "
|
|
2800
|
+
message: {
|
|
2801
|
+
serializedName: "message",
|
|
2160
2802
|
type: {
|
|
2161
2803
|
name: "String",
|
|
2162
2804
|
},
|
|
@@ -2164,16 +2806,22 @@ export const MediaStreamingUpdate = {
|
|
|
2164
2806
|
},
|
|
2165
2807
|
},
|
|
2166
2808
|
};
|
|
2167
|
-
export const
|
|
2809
|
+
export const DialogFailed = {
|
|
2168
2810
|
type: {
|
|
2169
2811
|
name: "Composite",
|
|
2170
|
-
className: "
|
|
2812
|
+
className: "DialogFailed",
|
|
2171
2813
|
modelProperties: {
|
|
2172
|
-
|
|
2173
|
-
serializedName: "
|
|
2814
|
+
dialogInputType: {
|
|
2815
|
+
serializedName: "dialogInputType",
|
|
2174
2816
|
type: {
|
|
2175
|
-
name: "
|
|
2176
|
-
|
|
2817
|
+
name: "String",
|
|
2818
|
+
},
|
|
2819
|
+
},
|
|
2820
|
+
dialogId: {
|
|
2821
|
+
serializedName: "dialogId",
|
|
2822
|
+
readOnly: true,
|
|
2823
|
+
type: {
|
|
2824
|
+
name: "String",
|
|
2177
2825
|
},
|
|
2178
2826
|
},
|
|
2179
2827
|
callConnectionId: {
|
|
@@ -2210,22 +2858,925 @@ export const MediaStreamingStarted = {
|
|
|
2210
2858
|
},
|
|
2211
2859
|
},
|
|
2212
2860
|
};
|
|
2213
|
-
export const
|
|
2861
|
+
export const DialogConsent = {
|
|
2214
2862
|
type: {
|
|
2215
2863
|
name: "Composite",
|
|
2216
|
-
className: "
|
|
2864
|
+
className: "DialogConsent",
|
|
2217
2865
|
modelProperties: {
|
|
2218
|
-
|
|
2219
|
-
serializedName: "
|
|
2866
|
+
dialogInputType: {
|
|
2867
|
+
serializedName: "dialogInputType",
|
|
2220
2868
|
type: {
|
|
2221
|
-
name: "
|
|
2222
|
-
className: "MediaStreamingUpdate",
|
|
2869
|
+
name: "String",
|
|
2223
2870
|
},
|
|
2224
2871
|
},
|
|
2225
|
-
|
|
2226
|
-
serializedName: "
|
|
2872
|
+
userConsent: {
|
|
2873
|
+
serializedName: "userConsent",
|
|
2227
2874
|
type: {
|
|
2228
|
-
name: "
|
|
2875
|
+
name: "Composite",
|
|
2876
|
+
className: "UserConsent",
|
|
2877
|
+
},
|
|
2878
|
+
},
|
|
2879
|
+
dialogId: {
|
|
2880
|
+
serializedName: "dialogId",
|
|
2881
|
+
readOnly: true,
|
|
2882
|
+
type: {
|
|
2883
|
+
name: "String",
|
|
2884
|
+
},
|
|
2885
|
+
},
|
|
2886
|
+
callConnectionId: {
|
|
2887
|
+
serializedName: "callConnectionId",
|
|
2888
|
+
type: {
|
|
2889
|
+
name: "String",
|
|
2890
|
+
},
|
|
2891
|
+
},
|
|
2892
|
+
serverCallId: {
|
|
2893
|
+
serializedName: "serverCallId",
|
|
2894
|
+
type: {
|
|
2895
|
+
name: "String",
|
|
2896
|
+
},
|
|
2897
|
+
},
|
|
2898
|
+
correlationId: {
|
|
2899
|
+
serializedName: "correlationId",
|
|
2900
|
+
type: {
|
|
2901
|
+
name: "String",
|
|
2902
|
+
},
|
|
2903
|
+
},
|
|
2904
|
+
operationContext: {
|
|
2905
|
+
serializedName: "operationContext",
|
|
2906
|
+
type: {
|
|
2907
|
+
name: "String",
|
|
2908
|
+
},
|
|
2909
|
+
},
|
|
2910
|
+
resultInformation: {
|
|
2911
|
+
serializedName: "resultInformation",
|
|
2912
|
+
type: {
|
|
2913
|
+
name: "Composite",
|
|
2914
|
+
className: "RestResultInformation",
|
|
2915
|
+
},
|
|
2916
|
+
},
|
|
2917
|
+
},
|
|
2918
|
+
},
|
|
2919
|
+
};
|
|
2920
|
+
export const UserConsent = {
|
|
2921
|
+
type: {
|
|
2922
|
+
name: "Composite",
|
|
2923
|
+
className: "UserConsent",
|
|
2924
|
+
modelProperties: {
|
|
2925
|
+
recording: {
|
|
2926
|
+
serializedName: "recording",
|
|
2927
|
+
type: {
|
|
2928
|
+
name: "Number",
|
|
2929
|
+
},
|
|
2930
|
+
},
|
|
2931
|
+
},
|
|
2932
|
+
},
|
|
2933
|
+
};
|
|
2934
|
+
export const DialogStarted = {
|
|
2935
|
+
type: {
|
|
2936
|
+
name: "Composite",
|
|
2937
|
+
className: "DialogStarted",
|
|
2938
|
+
modelProperties: {
|
|
2939
|
+
dialogInputType: {
|
|
2940
|
+
serializedName: "dialogInputType",
|
|
2941
|
+
type: {
|
|
2942
|
+
name: "String",
|
|
2943
|
+
},
|
|
2944
|
+
},
|
|
2945
|
+
dialogId: {
|
|
2946
|
+
serializedName: "dialogId",
|
|
2947
|
+
readOnly: true,
|
|
2948
|
+
type: {
|
|
2949
|
+
name: "String",
|
|
2950
|
+
},
|
|
2951
|
+
},
|
|
2952
|
+
callConnectionId: {
|
|
2953
|
+
serializedName: "callConnectionId",
|
|
2954
|
+
type: {
|
|
2955
|
+
name: "String",
|
|
2956
|
+
},
|
|
2957
|
+
},
|
|
2958
|
+
serverCallId: {
|
|
2959
|
+
serializedName: "serverCallId",
|
|
2960
|
+
type: {
|
|
2961
|
+
name: "String",
|
|
2962
|
+
},
|
|
2963
|
+
},
|
|
2964
|
+
correlationId: {
|
|
2965
|
+
serializedName: "correlationId",
|
|
2966
|
+
type: {
|
|
2967
|
+
name: "String",
|
|
2968
|
+
},
|
|
2969
|
+
},
|
|
2970
|
+
operationContext: {
|
|
2971
|
+
serializedName: "operationContext",
|
|
2972
|
+
type: {
|
|
2973
|
+
name: "String",
|
|
2974
|
+
},
|
|
2975
|
+
},
|
|
2976
|
+
resultInformation: {
|
|
2977
|
+
serializedName: "resultInformation",
|
|
2978
|
+
type: {
|
|
2979
|
+
name: "Composite",
|
|
2980
|
+
className: "RestResultInformation",
|
|
2981
|
+
},
|
|
2982
|
+
},
|
|
2983
|
+
},
|
|
2984
|
+
},
|
|
2985
|
+
};
|
|
2986
|
+
export const DialogHangup = {
|
|
2987
|
+
type: {
|
|
2988
|
+
name: "Composite",
|
|
2989
|
+
className: "DialogHangup",
|
|
2990
|
+
modelProperties: {
|
|
2991
|
+
dialogInputType: {
|
|
2992
|
+
serializedName: "dialogInputType",
|
|
2993
|
+
type: {
|
|
2994
|
+
name: "String",
|
|
2995
|
+
},
|
|
2996
|
+
},
|
|
2997
|
+
dialogId: {
|
|
2998
|
+
serializedName: "dialogId",
|
|
2999
|
+
readOnly: true,
|
|
3000
|
+
type: {
|
|
3001
|
+
name: "String",
|
|
3002
|
+
},
|
|
3003
|
+
},
|
|
3004
|
+
ivrContext: {
|
|
3005
|
+
serializedName: "ivrContext",
|
|
3006
|
+
readOnly: true,
|
|
3007
|
+
type: {
|
|
3008
|
+
name: "Dictionary",
|
|
3009
|
+
value: { type: { name: "any" } },
|
|
3010
|
+
},
|
|
3011
|
+
},
|
|
3012
|
+
callConnectionId: {
|
|
3013
|
+
serializedName: "callConnectionId",
|
|
3014
|
+
type: {
|
|
3015
|
+
name: "String",
|
|
3016
|
+
},
|
|
3017
|
+
},
|
|
3018
|
+
serverCallId: {
|
|
3019
|
+
serializedName: "serverCallId",
|
|
3020
|
+
type: {
|
|
3021
|
+
name: "String",
|
|
3022
|
+
},
|
|
3023
|
+
},
|
|
3024
|
+
correlationId: {
|
|
3025
|
+
serializedName: "correlationId",
|
|
3026
|
+
type: {
|
|
3027
|
+
name: "String",
|
|
3028
|
+
},
|
|
3029
|
+
},
|
|
3030
|
+
operationContext: {
|
|
3031
|
+
serializedName: "operationContext",
|
|
3032
|
+
type: {
|
|
3033
|
+
name: "String",
|
|
3034
|
+
},
|
|
3035
|
+
},
|
|
3036
|
+
resultInformation: {
|
|
3037
|
+
serializedName: "resultInformation",
|
|
3038
|
+
type: {
|
|
3039
|
+
name: "Composite",
|
|
3040
|
+
className: "RestResultInformation",
|
|
3041
|
+
},
|
|
3042
|
+
},
|
|
3043
|
+
},
|
|
3044
|
+
},
|
|
3045
|
+
};
|
|
3046
|
+
export const DialogTransfer = {
|
|
3047
|
+
type: {
|
|
3048
|
+
name: "Composite",
|
|
3049
|
+
className: "DialogTransfer",
|
|
3050
|
+
modelProperties: {
|
|
3051
|
+
dialogInputType: {
|
|
3052
|
+
serializedName: "dialogInputType",
|
|
3053
|
+
type: {
|
|
3054
|
+
name: "String",
|
|
3055
|
+
},
|
|
3056
|
+
},
|
|
3057
|
+
dialogId: {
|
|
3058
|
+
serializedName: "dialogId",
|
|
3059
|
+
readOnly: true,
|
|
3060
|
+
type: {
|
|
3061
|
+
name: "String",
|
|
3062
|
+
},
|
|
3063
|
+
},
|
|
3064
|
+
transferType: {
|
|
3065
|
+
serializedName: "transferType",
|
|
3066
|
+
readOnly: true,
|
|
3067
|
+
type: {
|
|
3068
|
+
name: "String",
|
|
3069
|
+
},
|
|
3070
|
+
},
|
|
3071
|
+
transferDestination: {
|
|
3072
|
+
serializedName: "transferDestination",
|
|
3073
|
+
readOnly: true,
|
|
3074
|
+
type: {
|
|
3075
|
+
name: "String",
|
|
3076
|
+
},
|
|
3077
|
+
},
|
|
3078
|
+
ivrContext: {
|
|
3079
|
+
serializedName: "ivrContext",
|
|
3080
|
+
readOnly: true,
|
|
3081
|
+
type: {
|
|
3082
|
+
name: "Dictionary",
|
|
3083
|
+
value: { type: { name: "any" } },
|
|
3084
|
+
},
|
|
3085
|
+
},
|
|
3086
|
+
callConnectionId: {
|
|
3087
|
+
serializedName: "callConnectionId",
|
|
3088
|
+
type: {
|
|
3089
|
+
name: "String",
|
|
3090
|
+
},
|
|
3091
|
+
},
|
|
3092
|
+
serverCallId: {
|
|
3093
|
+
serializedName: "serverCallId",
|
|
3094
|
+
type: {
|
|
3095
|
+
name: "String",
|
|
3096
|
+
},
|
|
3097
|
+
},
|
|
3098
|
+
correlationId: {
|
|
3099
|
+
serializedName: "correlationId",
|
|
3100
|
+
type: {
|
|
3101
|
+
name: "String",
|
|
3102
|
+
},
|
|
3103
|
+
},
|
|
3104
|
+
operationContext: {
|
|
3105
|
+
serializedName: "operationContext",
|
|
3106
|
+
type: {
|
|
3107
|
+
name: "String",
|
|
3108
|
+
},
|
|
3109
|
+
},
|
|
3110
|
+
resultInformation: {
|
|
3111
|
+
serializedName: "resultInformation",
|
|
3112
|
+
type: {
|
|
3113
|
+
name: "Composite",
|
|
3114
|
+
className: "RestResultInformation",
|
|
3115
|
+
},
|
|
3116
|
+
},
|
|
3117
|
+
},
|
|
3118
|
+
},
|
|
3119
|
+
};
|
|
3120
|
+
export const DialogLanguageChange = {
|
|
3121
|
+
type: {
|
|
3122
|
+
name: "Composite",
|
|
3123
|
+
className: "DialogLanguageChange",
|
|
3124
|
+
modelProperties: {
|
|
3125
|
+
dialogInputType: {
|
|
3126
|
+
serializedName: "dialogInputType",
|
|
3127
|
+
type: {
|
|
3128
|
+
name: "String",
|
|
3129
|
+
},
|
|
3130
|
+
},
|
|
3131
|
+
dialogId: {
|
|
3132
|
+
serializedName: "dialogId",
|
|
3133
|
+
readOnly: true,
|
|
3134
|
+
type: {
|
|
3135
|
+
name: "String",
|
|
3136
|
+
},
|
|
3137
|
+
},
|
|
3138
|
+
selectedLanguage: {
|
|
3139
|
+
serializedName: "selectedLanguage",
|
|
3140
|
+
readOnly: true,
|
|
3141
|
+
type: {
|
|
3142
|
+
name: "String",
|
|
3143
|
+
},
|
|
3144
|
+
},
|
|
3145
|
+
ivrContext: {
|
|
3146
|
+
serializedName: "ivrContext",
|
|
3147
|
+
readOnly: true,
|
|
3148
|
+
type: {
|
|
3149
|
+
name: "Dictionary",
|
|
3150
|
+
value: { type: { name: "any" } },
|
|
3151
|
+
},
|
|
3152
|
+
},
|
|
3153
|
+
callConnectionId: {
|
|
3154
|
+
serializedName: "callConnectionId",
|
|
3155
|
+
type: {
|
|
3156
|
+
name: "String",
|
|
3157
|
+
},
|
|
3158
|
+
},
|
|
3159
|
+
serverCallId: {
|
|
3160
|
+
serializedName: "serverCallId",
|
|
3161
|
+
type: {
|
|
3162
|
+
name: "String",
|
|
3163
|
+
},
|
|
3164
|
+
},
|
|
3165
|
+
correlationId: {
|
|
3166
|
+
serializedName: "correlationId",
|
|
3167
|
+
type: {
|
|
3168
|
+
name: "String",
|
|
3169
|
+
},
|
|
3170
|
+
},
|
|
3171
|
+
operationContext: {
|
|
3172
|
+
serializedName: "operationContext",
|
|
3173
|
+
type: {
|
|
3174
|
+
name: "String",
|
|
3175
|
+
},
|
|
3176
|
+
},
|
|
3177
|
+
resultInformation: {
|
|
3178
|
+
serializedName: "resultInformation",
|
|
3179
|
+
type: {
|
|
3180
|
+
name: "Composite",
|
|
3181
|
+
className: "RestResultInformation",
|
|
3182
|
+
},
|
|
3183
|
+
},
|
|
3184
|
+
},
|
|
3185
|
+
},
|
|
3186
|
+
};
|
|
3187
|
+
export const DialogSensitivityUpdate = {
|
|
3188
|
+
type: {
|
|
3189
|
+
name: "Composite",
|
|
3190
|
+
className: "DialogSensitivityUpdate",
|
|
3191
|
+
modelProperties: {
|
|
3192
|
+
dialogInputType: {
|
|
3193
|
+
serializedName: "dialogInputType",
|
|
3194
|
+
type: {
|
|
3195
|
+
name: "String",
|
|
3196
|
+
},
|
|
3197
|
+
},
|
|
3198
|
+
dialogId: {
|
|
3199
|
+
serializedName: "dialogId",
|
|
3200
|
+
readOnly: true,
|
|
3201
|
+
type: {
|
|
3202
|
+
name: "String",
|
|
3203
|
+
},
|
|
3204
|
+
},
|
|
3205
|
+
sensitiveMask: {
|
|
3206
|
+
serializedName: "sensitiveMask",
|
|
3207
|
+
readOnly: true,
|
|
3208
|
+
type: {
|
|
3209
|
+
name: "Boolean",
|
|
3210
|
+
},
|
|
3211
|
+
},
|
|
3212
|
+
callConnectionId: {
|
|
3213
|
+
serializedName: "callConnectionId",
|
|
3214
|
+
type: {
|
|
3215
|
+
name: "String",
|
|
3216
|
+
},
|
|
3217
|
+
},
|
|
3218
|
+
serverCallId: {
|
|
3219
|
+
serializedName: "serverCallId",
|
|
3220
|
+
type: {
|
|
3221
|
+
name: "String",
|
|
3222
|
+
},
|
|
3223
|
+
},
|
|
3224
|
+
correlationId: {
|
|
3225
|
+
serializedName: "correlationId",
|
|
3226
|
+
type: {
|
|
3227
|
+
name: "String",
|
|
3228
|
+
},
|
|
3229
|
+
},
|
|
3230
|
+
operationContext: {
|
|
3231
|
+
serializedName: "operationContext",
|
|
3232
|
+
type: {
|
|
3233
|
+
name: "String",
|
|
3234
|
+
},
|
|
3235
|
+
},
|
|
3236
|
+
resultInformation: {
|
|
3237
|
+
serializedName: "resultInformation",
|
|
3238
|
+
type: {
|
|
3239
|
+
name: "Composite",
|
|
3240
|
+
className: "RestResultInformation",
|
|
3241
|
+
},
|
|
3242
|
+
},
|
|
3243
|
+
},
|
|
3244
|
+
},
|
|
3245
|
+
};
|
|
3246
|
+
export const DialogUpdated = {
|
|
3247
|
+
type: {
|
|
3248
|
+
name: "Composite",
|
|
3249
|
+
className: "DialogUpdated",
|
|
3250
|
+
modelProperties: {
|
|
3251
|
+
dialogInputType: {
|
|
3252
|
+
serializedName: "dialogInputType",
|
|
3253
|
+
type: {
|
|
3254
|
+
name: "String",
|
|
3255
|
+
},
|
|
3256
|
+
},
|
|
3257
|
+
dialogId: {
|
|
3258
|
+
serializedName: "dialogId",
|
|
3259
|
+
readOnly: true,
|
|
3260
|
+
type: {
|
|
3261
|
+
name: "String",
|
|
3262
|
+
},
|
|
3263
|
+
},
|
|
3264
|
+
ivrContext: {
|
|
3265
|
+
serializedName: "ivrContext",
|
|
3266
|
+
readOnly: true,
|
|
3267
|
+
type: {
|
|
3268
|
+
name: "Dictionary",
|
|
3269
|
+
value: { type: { name: "any" } },
|
|
3270
|
+
},
|
|
3271
|
+
},
|
|
3272
|
+
callConnectionId: {
|
|
3273
|
+
serializedName: "callConnectionId",
|
|
3274
|
+
type: {
|
|
3275
|
+
name: "String",
|
|
3276
|
+
},
|
|
3277
|
+
},
|
|
3278
|
+
serverCallId: {
|
|
3279
|
+
serializedName: "serverCallId",
|
|
3280
|
+
type: {
|
|
3281
|
+
name: "String",
|
|
3282
|
+
},
|
|
3283
|
+
},
|
|
3284
|
+
correlationId: {
|
|
3285
|
+
serializedName: "correlationId",
|
|
3286
|
+
type: {
|
|
3287
|
+
name: "String",
|
|
3288
|
+
},
|
|
3289
|
+
},
|
|
3290
|
+
operationContext: {
|
|
3291
|
+
serializedName: "operationContext",
|
|
3292
|
+
type: {
|
|
3293
|
+
name: "String",
|
|
3294
|
+
},
|
|
3295
|
+
},
|
|
3296
|
+
resultInformation: {
|
|
3297
|
+
serializedName: "resultInformation",
|
|
3298
|
+
type: {
|
|
3299
|
+
name: "Composite",
|
|
3300
|
+
className: "RestResultInformation",
|
|
3301
|
+
},
|
|
3302
|
+
},
|
|
3303
|
+
},
|
|
3304
|
+
},
|
|
3305
|
+
};
|
|
3306
|
+
export const TranscriptionUpdate = {
|
|
3307
|
+
type: {
|
|
3308
|
+
name: "Composite",
|
|
3309
|
+
className: "TranscriptionUpdate",
|
|
3310
|
+
modelProperties: {
|
|
3311
|
+
transcriptionStatus: {
|
|
3312
|
+
serializedName: "transcriptionStatus",
|
|
3313
|
+
type: {
|
|
3314
|
+
name: "String",
|
|
3315
|
+
},
|
|
3316
|
+
},
|
|
3317
|
+
transcriptionStatusDetails: {
|
|
3318
|
+
serializedName: "transcriptionStatusDetails",
|
|
3319
|
+
type: {
|
|
3320
|
+
name: "String",
|
|
3321
|
+
},
|
|
3322
|
+
},
|
|
3323
|
+
},
|
|
3324
|
+
},
|
|
3325
|
+
};
|
|
3326
|
+
export const MediaStreamingUpdate = {
|
|
3327
|
+
type: {
|
|
3328
|
+
name: "Composite",
|
|
3329
|
+
className: "MediaStreamingUpdate",
|
|
3330
|
+
modelProperties: {
|
|
3331
|
+
contentType: {
|
|
3332
|
+
serializedName: "contentType",
|
|
3333
|
+
type: {
|
|
3334
|
+
name: "String",
|
|
3335
|
+
},
|
|
3336
|
+
},
|
|
3337
|
+
mediaStreamingStatus: {
|
|
3338
|
+
serializedName: "mediaStreamingStatus",
|
|
3339
|
+
type: {
|
|
3340
|
+
name: "String",
|
|
3341
|
+
},
|
|
3342
|
+
},
|
|
3343
|
+
mediaStreamingStatusDetails: {
|
|
3344
|
+
serializedName: "mediaStreamingStatusDetails",
|
|
3345
|
+
type: {
|
|
3346
|
+
name: "String",
|
|
3347
|
+
},
|
|
3348
|
+
},
|
|
3349
|
+
},
|
|
3350
|
+
},
|
|
3351
|
+
};
|
|
3352
|
+
export const RestAddParticipantSucceeded = {
|
|
3353
|
+
type: {
|
|
3354
|
+
name: "Composite",
|
|
3355
|
+
className: "RestAddParticipantSucceeded",
|
|
3356
|
+
modelProperties: {
|
|
3357
|
+
callConnectionId: {
|
|
3358
|
+
serializedName: "callConnectionId",
|
|
3359
|
+
type: {
|
|
3360
|
+
name: "String",
|
|
3361
|
+
},
|
|
3362
|
+
},
|
|
3363
|
+
serverCallId: {
|
|
3364
|
+
serializedName: "serverCallId",
|
|
3365
|
+
type: {
|
|
3366
|
+
name: "String",
|
|
3367
|
+
},
|
|
3368
|
+
},
|
|
3369
|
+
correlationId: {
|
|
3370
|
+
serializedName: "correlationId",
|
|
3371
|
+
type: {
|
|
3372
|
+
name: "String",
|
|
3373
|
+
},
|
|
3374
|
+
},
|
|
3375
|
+
operationContext: {
|
|
3376
|
+
serializedName: "operationContext",
|
|
3377
|
+
type: {
|
|
3378
|
+
name: "String",
|
|
3379
|
+
},
|
|
3380
|
+
},
|
|
3381
|
+
resultInformation: {
|
|
3382
|
+
serializedName: "resultInformation",
|
|
3383
|
+
type: {
|
|
3384
|
+
name: "Composite",
|
|
3385
|
+
className: "RestResultInformation",
|
|
3386
|
+
},
|
|
3387
|
+
},
|
|
3388
|
+
participant: {
|
|
3389
|
+
serializedName: "participant",
|
|
3390
|
+
type: {
|
|
3391
|
+
name: "Composite",
|
|
3392
|
+
className: "CommunicationIdentifierModel",
|
|
3393
|
+
},
|
|
3394
|
+
},
|
|
3395
|
+
},
|
|
3396
|
+
},
|
|
3397
|
+
};
|
|
3398
|
+
export const RestAddParticipantFailed = {
|
|
3399
|
+
type: {
|
|
3400
|
+
name: "Composite",
|
|
3401
|
+
className: "RestAddParticipantFailed",
|
|
3402
|
+
modelProperties: {
|
|
3403
|
+
callConnectionId: {
|
|
3404
|
+
serializedName: "callConnectionId",
|
|
3405
|
+
type: {
|
|
3406
|
+
name: "String",
|
|
3407
|
+
},
|
|
3408
|
+
},
|
|
3409
|
+
serverCallId: {
|
|
3410
|
+
serializedName: "serverCallId",
|
|
3411
|
+
type: {
|
|
3412
|
+
name: "String",
|
|
3413
|
+
},
|
|
3414
|
+
},
|
|
3415
|
+
correlationId: {
|
|
3416
|
+
serializedName: "correlationId",
|
|
3417
|
+
type: {
|
|
3418
|
+
name: "String",
|
|
3419
|
+
},
|
|
3420
|
+
},
|
|
3421
|
+
operationContext: {
|
|
3422
|
+
serializedName: "operationContext",
|
|
3423
|
+
type: {
|
|
3424
|
+
name: "String",
|
|
3425
|
+
},
|
|
3426
|
+
},
|
|
3427
|
+
resultInformation: {
|
|
3428
|
+
serializedName: "resultInformation",
|
|
3429
|
+
type: {
|
|
3430
|
+
name: "Composite",
|
|
3431
|
+
className: "RestResultInformation",
|
|
3432
|
+
},
|
|
3433
|
+
},
|
|
3434
|
+
participant: {
|
|
3435
|
+
serializedName: "participant",
|
|
3436
|
+
type: {
|
|
3437
|
+
name: "Composite",
|
|
3438
|
+
className: "CommunicationIdentifierModel",
|
|
3439
|
+
},
|
|
3440
|
+
},
|
|
3441
|
+
},
|
|
3442
|
+
},
|
|
3443
|
+
};
|
|
3444
|
+
export const RestMoveParticipantSucceeded = {
|
|
3445
|
+
type: {
|
|
3446
|
+
name: "Composite",
|
|
3447
|
+
className: "RestMoveParticipantSucceeded",
|
|
3448
|
+
modelProperties: {
|
|
3449
|
+
fromCall: {
|
|
3450
|
+
serializedName: "fromCall",
|
|
3451
|
+
type: {
|
|
3452
|
+
name: "String",
|
|
3453
|
+
},
|
|
3454
|
+
},
|
|
3455
|
+
callConnectionId: {
|
|
3456
|
+
serializedName: "callConnectionId",
|
|
3457
|
+
type: {
|
|
3458
|
+
name: "String",
|
|
3459
|
+
},
|
|
3460
|
+
},
|
|
3461
|
+
serverCallId: {
|
|
3462
|
+
serializedName: "serverCallId",
|
|
3463
|
+
type: {
|
|
3464
|
+
name: "String",
|
|
3465
|
+
},
|
|
3466
|
+
},
|
|
3467
|
+
correlationId: {
|
|
3468
|
+
serializedName: "correlationId",
|
|
3469
|
+
type: {
|
|
3470
|
+
name: "String",
|
|
3471
|
+
},
|
|
3472
|
+
},
|
|
3473
|
+
operationContext: {
|
|
3474
|
+
serializedName: "operationContext",
|
|
3475
|
+
type: {
|
|
3476
|
+
name: "String",
|
|
3477
|
+
},
|
|
3478
|
+
},
|
|
3479
|
+
resultInformation: {
|
|
3480
|
+
serializedName: "resultInformation",
|
|
3481
|
+
type: {
|
|
3482
|
+
name: "Composite",
|
|
3483
|
+
className: "RestResultInformation",
|
|
3484
|
+
},
|
|
3485
|
+
},
|
|
3486
|
+
participant: {
|
|
3487
|
+
serializedName: "participant",
|
|
3488
|
+
type: {
|
|
3489
|
+
name: "Composite",
|
|
3490
|
+
className: "CommunicationIdentifierModel",
|
|
3491
|
+
},
|
|
3492
|
+
},
|
|
3493
|
+
},
|
|
3494
|
+
},
|
|
3495
|
+
};
|
|
3496
|
+
export const RestMoveParticipantFailed = {
|
|
3497
|
+
type: {
|
|
3498
|
+
name: "Composite",
|
|
3499
|
+
className: "RestMoveParticipantFailed",
|
|
3500
|
+
modelProperties: {
|
|
3501
|
+
fromCall: {
|
|
3502
|
+
serializedName: "fromCall",
|
|
3503
|
+
type: {
|
|
3504
|
+
name: "String",
|
|
3505
|
+
},
|
|
3506
|
+
},
|
|
3507
|
+
callConnectionId: {
|
|
3508
|
+
serializedName: "callConnectionId",
|
|
3509
|
+
type: {
|
|
3510
|
+
name: "String",
|
|
3511
|
+
},
|
|
3512
|
+
},
|
|
3513
|
+
serverCallId: {
|
|
3514
|
+
serializedName: "serverCallId",
|
|
3515
|
+
type: {
|
|
3516
|
+
name: "String",
|
|
3517
|
+
},
|
|
3518
|
+
},
|
|
3519
|
+
correlationId: {
|
|
3520
|
+
serializedName: "correlationId",
|
|
3521
|
+
type: {
|
|
3522
|
+
name: "String",
|
|
3523
|
+
},
|
|
3524
|
+
},
|
|
3525
|
+
operationContext: {
|
|
3526
|
+
serializedName: "operationContext",
|
|
3527
|
+
type: {
|
|
3528
|
+
name: "String",
|
|
3529
|
+
},
|
|
3530
|
+
},
|
|
3531
|
+
resultInformation: {
|
|
3532
|
+
serializedName: "resultInformation",
|
|
3533
|
+
type: {
|
|
3534
|
+
name: "Composite",
|
|
3535
|
+
className: "RestResultInformation",
|
|
3536
|
+
},
|
|
3537
|
+
},
|
|
3538
|
+
participant: {
|
|
3539
|
+
serializedName: "participant",
|
|
3540
|
+
type: {
|
|
3541
|
+
name: "Composite",
|
|
3542
|
+
className: "CommunicationIdentifierModel",
|
|
3543
|
+
},
|
|
3544
|
+
},
|
|
3545
|
+
},
|
|
3546
|
+
},
|
|
3547
|
+
};
|
|
3548
|
+
export const RestRemoveParticipantSucceeded = {
|
|
3549
|
+
type: {
|
|
3550
|
+
name: "Composite",
|
|
3551
|
+
className: "RestRemoveParticipantSucceeded",
|
|
3552
|
+
modelProperties: {
|
|
3553
|
+
callConnectionId: {
|
|
3554
|
+
serializedName: "callConnectionId",
|
|
3555
|
+
type: {
|
|
3556
|
+
name: "String",
|
|
3557
|
+
},
|
|
3558
|
+
},
|
|
3559
|
+
serverCallId: {
|
|
3560
|
+
serializedName: "serverCallId",
|
|
3561
|
+
type: {
|
|
3562
|
+
name: "String",
|
|
3563
|
+
},
|
|
3564
|
+
},
|
|
3565
|
+
correlationId: {
|
|
3566
|
+
serializedName: "correlationId",
|
|
3567
|
+
type: {
|
|
3568
|
+
name: "String",
|
|
3569
|
+
},
|
|
3570
|
+
},
|
|
3571
|
+
operationContext: {
|
|
3572
|
+
serializedName: "operationContext",
|
|
3573
|
+
type: {
|
|
3574
|
+
name: "String",
|
|
3575
|
+
},
|
|
3576
|
+
},
|
|
3577
|
+
resultInformation: {
|
|
3578
|
+
serializedName: "resultInformation",
|
|
3579
|
+
type: {
|
|
3580
|
+
name: "Composite",
|
|
3581
|
+
className: "RestResultInformation",
|
|
3582
|
+
},
|
|
3583
|
+
},
|
|
3584
|
+
participant: {
|
|
3585
|
+
serializedName: "participant",
|
|
3586
|
+
type: {
|
|
3587
|
+
name: "Composite",
|
|
3588
|
+
className: "CommunicationIdentifierModel",
|
|
3589
|
+
},
|
|
3590
|
+
},
|
|
3591
|
+
},
|
|
3592
|
+
},
|
|
3593
|
+
};
|
|
3594
|
+
export const RestRemoveParticipantFailed = {
|
|
3595
|
+
type: {
|
|
3596
|
+
name: "Composite",
|
|
3597
|
+
className: "RestRemoveParticipantFailed",
|
|
3598
|
+
modelProperties: {
|
|
3599
|
+
callConnectionId: {
|
|
3600
|
+
serializedName: "callConnectionId",
|
|
3601
|
+
type: {
|
|
3602
|
+
name: "String",
|
|
3603
|
+
},
|
|
3604
|
+
},
|
|
3605
|
+
serverCallId: {
|
|
3606
|
+
serializedName: "serverCallId",
|
|
3607
|
+
type: {
|
|
3608
|
+
name: "String",
|
|
3609
|
+
},
|
|
3610
|
+
},
|
|
3611
|
+
correlationId: {
|
|
3612
|
+
serializedName: "correlationId",
|
|
3613
|
+
type: {
|
|
3614
|
+
name: "String",
|
|
3615
|
+
},
|
|
3616
|
+
},
|
|
3617
|
+
operationContext: {
|
|
3618
|
+
serializedName: "operationContext",
|
|
3619
|
+
type: {
|
|
3620
|
+
name: "String",
|
|
3621
|
+
},
|
|
3622
|
+
},
|
|
3623
|
+
resultInformation: {
|
|
3624
|
+
serializedName: "resultInformation",
|
|
3625
|
+
type: {
|
|
3626
|
+
name: "Composite",
|
|
3627
|
+
className: "RestResultInformation",
|
|
3628
|
+
},
|
|
3629
|
+
},
|
|
3630
|
+
participant: {
|
|
3631
|
+
serializedName: "participant",
|
|
3632
|
+
type: {
|
|
3633
|
+
name: "Composite",
|
|
3634
|
+
className: "CommunicationIdentifierModel",
|
|
3635
|
+
},
|
|
3636
|
+
},
|
|
3637
|
+
},
|
|
3638
|
+
},
|
|
3639
|
+
};
|
|
3640
|
+
export const RestCallConnected = {
|
|
3641
|
+
type: {
|
|
3642
|
+
name: "Composite",
|
|
3643
|
+
className: "RestCallConnected",
|
|
3644
|
+
modelProperties: {
|
|
3645
|
+
callConnectionId: {
|
|
3646
|
+
serializedName: "callConnectionId",
|
|
3647
|
+
type: {
|
|
3648
|
+
name: "String",
|
|
3649
|
+
},
|
|
3650
|
+
},
|
|
3651
|
+
serverCallId: {
|
|
3652
|
+
serializedName: "serverCallId",
|
|
3653
|
+
type: {
|
|
3654
|
+
name: "String",
|
|
3655
|
+
},
|
|
3656
|
+
},
|
|
3657
|
+
correlationId: {
|
|
3658
|
+
serializedName: "correlationId",
|
|
3659
|
+
type: {
|
|
3660
|
+
name: "String",
|
|
3661
|
+
},
|
|
3662
|
+
},
|
|
3663
|
+
operationContext: {
|
|
3664
|
+
serializedName: "operationContext",
|
|
3665
|
+
type: {
|
|
3666
|
+
name: "String",
|
|
3667
|
+
},
|
|
3668
|
+
},
|
|
3669
|
+
resultInformation: {
|
|
3670
|
+
serializedName: "resultInformation",
|
|
3671
|
+
type: {
|
|
3672
|
+
name: "Composite",
|
|
3673
|
+
className: "RestResultInformation",
|
|
3674
|
+
},
|
|
3675
|
+
},
|
|
3676
|
+
},
|
|
3677
|
+
},
|
|
3678
|
+
};
|
|
3679
|
+
export const RestCallDisconnected = {
|
|
3680
|
+
type: {
|
|
3681
|
+
name: "Composite",
|
|
3682
|
+
className: "RestCallDisconnected",
|
|
3683
|
+
modelProperties: {
|
|
3684
|
+
callConnectionId: {
|
|
3685
|
+
serializedName: "callConnectionId",
|
|
3686
|
+
type: {
|
|
3687
|
+
name: "String",
|
|
3688
|
+
},
|
|
3689
|
+
},
|
|
3690
|
+
serverCallId: {
|
|
3691
|
+
serializedName: "serverCallId",
|
|
3692
|
+
type: {
|
|
3693
|
+
name: "String",
|
|
3694
|
+
},
|
|
3695
|
+
},
|
|
3696
|
+
correlationId: {
|
|
3697
|
+
serializedName: "correlationId",
|
|
3698
|
+
type: {
|
|
3699
|
+
name: "String",
|
|
3700
|
+
},
|
|
3701
|
+
},
|
|
3702
|
+
operationContext: {
|
|
3703
|
+
serializedName: "operationContext",
|
|
3704
|
+
type: {
|
|
3705
|
+
name: "String",
|
|
3706
|
+
},
|
|
3707
|
+
},
|
|
3708
|
+
resultInformation: {
|
|
3709
|
+
serializedName: "resultInformation",
|
|
3710
|
+
type: {
|
|
3711
|
+
name: "Composite",
|
|
3712
|
+
className: "RestResultInformation",
|
|
3713
|
+
},
|
|
3714
|
+
},
|
|
3715
|
+
},
|
|
3716
|
+
},
|
|
3717
|
+
};
|
|
3718
|
+
export const RestCallTransferAccepted = {
|
|
3719
|
+
type: {
|
|
3720
|
+
name: "Composite",
|
|
3721
|
+
className: "RestCallTransferAccepted",
|
|
3722
|
+
modelProperties: {
|
|
3723
|
+
callConnectionId: {
|
|
3724
|
+
serializedName: "callConnectionId",
|
|
3725
|
+
type: {
|
|
3726
|
+
name: "String",
|
|
3727
|
+
},
|
|
3728
|
+
},
|
|
3729
|
+
serverCallId: {
|
|
3730
|
+
serializedName: "serverCallId",
|
|
3731
|
+
type: {
|
|
3732
|
+
name: "String",
|
|
3733
|
+
},
|
|
3734
|
+
},
|
|
3735
|
+
correlationId: {
|
|
3736
|
+
serializedName: "correlationId",
|
|
3737
|
+
type: {
|
|
3738
|
+
name: "String",
|
|
3739
|
+
},
|
|
3740
|
+
},
|
|
3741
|
+
operationContext: {
|
|
3742
|
+
serializedName: "operationContext",
|
|
3743
|
+
type: {
|
|
3744
|
+
name: "String",
|
|
3745
|
+
},
|
|
3746
|
+
},
|
|
3747
|
+
resultInformation: {
|
|
3748
|
+
serializedName: "resultInformation",
|
|
3749
|
+
type: {
|
|
3750
|
+
name: "Composite",
|
|
3751
|
+
className: "RestResultInformation",
|
|
3752
|
+
},
|
|
3753
|
+
},
|
|
3754
|
+
transferTarget: {
|
|
3755
|
+
serializedName: "transferTarget",
|
|
3756
|
+
type: {
|
|
3757
|
+
name: "Composite",
|
|
3758
|
+
className: "CommunicationIdentifierModel",
|
|
3759
|
+
},
|
|
3760
|
+
},
|
|
3761
|
+
transferee: {
|
|
3762
|
+
serializedName: "transferee",
|
|
3763
|
+
type: {
|
|
3764
|
+
name: "Composite",
|
|
3765
|
+
className: "CommunicationIdentifierModel",
|
|
3766
|
+
},
|
|
3767
|
+
},
|
|
3768
|
+
},
|
|
3769
|
+
},
|
|
3770
|
+
};
|
|
3771
|
+
export const RestCallTransferFailed = {
|
|
3772
|
+
type: {
|
|
3773
|
+
name: "Composite",
|
|
3774
|
+
className: "RestCallTransferFailed",
|
|
3775
|
+
modelProperties: {
|
|
3776
|
+
callConnectionId: {
|
|
3777
|
+
serializedName: "callConnectionId",
|
|
3778
|
+
type: {
|
|
3779
|
+
name: "String",
|
|
2229
3780
|
},
|
|
2230
3781
|
},
|
|
2231
3782
|
serverCallId: {
|
|
@@ -2256,11 +3807,29 @@ export const MediaStreamingStopped = {
|
|
|
2256
3807
|
},
|
|
2257
3808
|
},
|
|
2258
3809
|
};
|
|
2259
|
-
export const
|
|
3810
|
+
export const RestRecordingStateChanged = {
|
|
2260
3811
|
type: {
|
|
2261
3812
|
name: "Composite",
|
|
2262
|
-
className: "
|
|
3813
|
+
className: "RestRecordingStateChanged",
|
|
2263
3814
|
modelProperties: {
|
|
3815
|
+
callConnectionId: {
|
|
3816
|
+
serializedName: "callConnectionId",
|
|
3817
|
+
type: {
|
|
3818
|
+
name: "String",
|
|
3819
|
+
},
|
|
3820
|
+
},
|
|
3821
|
+
serverCallId: {
|
|
3822
|
+
serializedName: "serverCallId",
|
|
3823
|
+
type: {
|
|
3824
|
+
name: "String",
|
|
3825
|
+
},
|
|
3826
|
+
},
|
|
3827
|
+
correlationId: {
|
|
3828
|
+
serializedName: "correlationId",
|
|
3829
|
+
type: {
|
|
3830
|
+
name: "String",
|
|
3831
|
+
},
|
|
3832
|
+
},
|
|
2264
3833
|
recordingId: {
|
|
2265
3834
|
serializedName: "recordingId",
|
|
2266
3835
|
readOnly: true,
|
|
@@ -2268,6 +3837,91 @@ export const StartRecordingFailed = {
|
|
|
2268
3837
|
name: "String",
|
|
2269
3838
|
},
|
|
2270
3839
|
},
|
|
3840
|
+
state: {
|
|
3841
|
+
serializedName: "state",
|
|
3842
|
+
type: {
|
|
3843
|
+
name: "String",
|
|
3844
|
+
},
|
|
3845
|
+
},
|
|
3846
|
+
startDateTime: {
|
|
3847
|
+
serializedName: "startDateTime",
|
|
3848
|
+
readOnly: true,
|
|
3849
|
+
type: {
|
|
3850
|
+
name: "DateTime",
|
|
3851
|
+
},
|
|
3852
|
+
},
|
|
3853
|
+
recordingKind: {
|
|
3854
|
+
serializedName: "recordingKind",
|
|
3855
|
+
type: {
|
|
3856
|
+
name: "String",
|
|
3857
|
+
},
|
|
3858
|
+
},
|
|
3859
|
+
resultInformation: {
|
|
3860
|
+
serializedName: "resultInformation",
|
|
3861
|
+
type: {
|
|
3862
|
+
name: "Composite",
|
|
3863
|
+
className: "RestResultInformation",
|
|
3864
|
+
},
|
|
3865
|
+
},
|
|
3866
|
+
},
|
|
3867
|
+
},
|
|
3868
|
+
};
|
|
3869
|
+
export const RestParticipantsUpdated = {
|
|
3870
|
+
type: {
|
|
3871
|
+
name: "Composite",
|
|
3872
|
+
className: "RestParticipantsUpdated",
|
|
3873
|
+
modelProperties: {
|
|
3874
|
+
callConnectionId: {
|
|
3875
|
+
serializedName: "callConnectionId",
|
|
3876
|
+
type: {
|
|
3877
|
+
name: "String",
|
|
3878
|
+
},
|
|
3879
|
+
},
|
|
3880
|
+
serverCallId: {
|
|
3881
|
+
serializedName: "serverCallId",
|
|
3882
|
+
type: {
|
|
3883
|
+
name: "String",
|
|
3884
|
+
},
|
|
3885
|
+
},
|
|
3886
|
+
correlationId: {
|
|
3887
|
+
serializedName: "correlationId",
|
|
3888
|
+
type: {
|
|
3889
|
+
name: "String",
|
|
3890
|
+
},
|
|
3891
|
+
},
|
|
3892
|
+
sequenceNumber: {
|
|
3893
|
+
serializedName: "sequenceNumber",
|
|
3894
|
+
type: {
|
|
3895
|
+
name: "Number",
|
|
3896
|
+
},
|
|
3897
|
+
},
|
|
3898
|
+
participants: {
|
|
3899
|
+
serializedName: "participants",
|
|
3900
|
+
type: {
|
|
3901
|
+
name: "Sequence",
|
|
3902
|
+
element: {
|
|
3903
|
+
type: {
|
|
3904
|
+
name: "Composite",
|
|
3905
|
+
className: "CallParticipantInternal",
|
|
3906
|
+
},
|
|
3907
|
+
},
|
|
3908
|
+
},
|
|
3909
|
+
},
|
|
3910
|
+
resultInformation: {
|
|
3911
|
+
serializedName: "resultInformation",
|
|
3912
|
+
type: {
|
|
3913
|
+
name: "Composite",
|
|
3914
|
+
className: "RestResultInformation",
|
|
3915
|
+
},
|
|
3916
|
+
},
|
|
3917
|
+
},
|
|
3918
|
+
},
|
|
3919
|
+
};
|
|
3920
|
+
export const RestPlayCompleted = {
|
|
3921
|
+
type: {
|
|
3922
|
+
name: "Composite",
|
|
3923
|
+
className: "RestPlayCompleted",
|
|
3924
|
+
modelProperties: {
|
|
2271
3925
|
callConnectionId: {
|
|
2272
3926
|
serializedName: "callConnectionId",
|
|
2273
3927
|
type: {
|
|
@@ -2302,30 +3956,55 @@ export const StartRecordingFailed = {
|
|
|
2302
3956
|
},
|
|
2303
3957
|
},
|
|
2304
3958
|
};
|
|
2305
|
-
export const
|
|
3959
|
+
export const RestPlayFailed = {
|
|
2306
3960
|
type: {
|
|
2307
3961
|
name: "Composite",
|
|
2308
|
-
className: "
|
|
3962
|
+
className: "RestPlayFailed",
|
|
2309
3963
|
modelProperties: {
|
|
2310
|
-
|
|
2311
|
-
serializedName: "
|
|
3964
|
+
callConnectionId: {
|
|
3965
|
+
serializedName: "callConnectionId",
|
|
2312
3966
|
type: {
|
|
2313
3967
|
name: "String",
|
|
2314
3968
|
},
|
|
2315
3969
|
},
|
|
2316
|
-
|
|
2317
|
-
serializedName: "
|
|
3970
|
+
serverCallId: {
|
|
3971
|
+
serializedName: "serverCallId",
|
|
3972
|
+
type: {
|
|
3973
|
+
name: "String",
|
|
3974
|
+
},
|
|
3975
|
+
},
|
|
3976
|
+
correlationId: {
|
|
3977
|
+
serializedName: "correlationId",
|
|
3978
|
+
type: {
|
|
3979
|
+
name: "String",
|
|
3980
|
+
},
|
|
3981
|
+
},
|
|
3982
|
+
operationContext: {
|
|
3983
|
+
serializedName: "operationContext",
|
|
3984
|
+
type: {
|
|
3985
|
+
name: "String",
|
|
3986
|
+
},
|
|
3987
|
+
},
|
|
3988
|
+
resultInformation: {
|
|
3989
|
+
serializedName: "resultInformation",
|
|
3990
|
+
type: {
|
|
3991
|
+
name: "Composite",
|
|
3992
|
+
className: "RestResultInformation",
|
|
3993
|
+
},
|
|
3994
|
+
},
|
|
3995
|
+
failedPlaySourceIndex: {
|
|
3996
|
+
serializedName: "failedPlaySourceIndex",
|
|
2318
3997
|
type: {
|
|
2319
|
-
name: "
|
|
3998
|
+
name: "Number",
|
|
2320
3999
|
},
|
|
2321
4000
|
},
|
|
2322
4001
|
},
|
|
2323
4002
|
},
|
|
2324
4003
|
};
|
|
2325
|
-
export const
|
|
4004
|
+
export const RestPlayCanceled = {
|
|
2326
4005
|
type: {
|
|
2327
4006
|
name: "Composite",
|
|
2328
|
-
className: "
|
|
4007
|
+
className: "RestPlayCanceled",
|
|
2329
4008
|
modelProperties: {
|
|
2330
4009
|
callConnectionId: {
|
|
2331
4010
|
serializedName: "callConnectionId",
|
|
@@ -2358,20 +4037,13 @@ export const RestAddParticipantSucceeded = {
|
|
|
2358
4037
|
className: "RestResultInformation",
|
|
2359
4038
|
},
|
|
2360
4039
|
},
|
|
2361
|
-
participant: {
|
|
2362
|
-
serializedName: "participant",
|
|
2363
|
-
type: {
|
|
2364
|
-
name: "Composite",
|
|
2365
|
-
className: "CommunicationIdentifierModel",
|
|
2366
|
-
},
|
|
2367
|
-
},
|
|
2368
4040
|
},
|
|
2369
4041
|
},
|
|
2370
4042
|
};
|
|
2371
|
-
export const
|
|
4043
|
+
export const RestRecognizeCompleted = {
|
|
2372
4044
|
type: {
|
|
2373
4045
|
name: "Composite",
|
|
2374
|
-
className: "
|
|
4046
|
+
className: "RestRecognizeCompleted",
|
|
2375
4047
|
modelProperties: {
|
|
2376
4048
|
callConnectionId: {
|
|
2377
4049
|
serializedName: "callConnectionId",
|
|
@@ -2404,20 +4076,40 @@ export const RestAddParticipantFailed = {
|
|
|
2404
4076
|
className: "RestResultInformation",
|
|
2405
4077
|
},
|
|
2406
4078
|
},
|
|
2407
|
-
|
|
2408
|
-
serializedName: "
|
|
4079
|
+
recognitionType: {
|
|
4080
|
+
serializedName: "recognitionType",
|
|
4081
|
+
type: {
|
|
4082
|
+
name: "String",
|
|
4083
|
+
},
|
|
4084
|
+
},
|
|
4085
|
+
dtmfResult: {
|
|
4086
|
+
serializedName: "dtmfResult",
|
|
2409
4087
|
type: {
|
|
2410
4088
|
name: "Composite",
|
|
2411
|
-
className: "
|
|
4089
|
+
className: "DtmfResult",
|
|
4090
|
+
},
|
|
4091
|
+
},
|
|
4092
|
+
choiceResult: {
|
|
4093
|
+
serializedName: "choiceResult",
|
|
4094
|
+
type: {
|
|
4095
|
+
name: "Composite",
|
|
4096
|
+
className: "ChoiceResult",
|
|
4097
|
+
},
|
|
4098
|
+
},
|
|
4099
|
+
speechResult: {
|
|
4100
|
+
serializedName: "speechResult",
|
|
4101
|
+
type: {
|
|
4102
|
+
name: "Composite",
|
|
4103
|
+
className: "SpeechResult",
|
|
2412
4104
|
},
|
|
2413
4105
|
},
|
|
2414
4106
|
},
|
|
2415
4107
|
},
|
|
2416
4108
|
};
|
|
2417
|
-
export const
|
|
4109
|
+
export const RestRecognizeFailed = {
|
|
2418
4110
|
type: {
|
|
2419
4111
|
name: "Composite",
|
|
2420
|
-
className: "
|
|
4112
|
+
className: "RestRecognizeFailed",
|
|
2421
4113
|
modelProperties: {
|
|
2422
4114
|
callConnectionId: {
|
|
2423
4115
|
serializedName: "callConnectionId",
|
|
@@ -2450,20 +4142,19 @@ export const RestRemoveParticipantSucceeded = {
|
|
|
2450
4142
|
className: "RestResultInformation",
|
|
2451
4143
|
},
|
|
2452
4144
|
},
|
|
2453
|
-
|
|
2454
|
-
serializedName: "
|
|
4145
|
+
failedPlaySourceIndex: {
|
|
4146
|
+
serializedName: "failedPlaySourceIndex",
|
|
2455
4147
|
type: {
|
|
2456
|
-
name: "
|
|
2457
|
-
className: "CommunicationIdentifierModel",
|
|
4148
|
+
name: "Number",
|
|
2458
4149
|
},
|
|
2459
4150
|
},
|
|
2460
4151
|
},
|
|
2461
4152
|
},
|
|
2462
4153
|
};
|
|
2463
|
-
export const
|
|
4154
|
+
export const RestRecognizeCanceled = {
|
|
2464
4155
|
type: {
|
|
2465
4156
|
name: "Composite",
|
|
2466
|
-
className: "
|
|
4157
|
+
className: "RestRecognizeCanceled",
|
|
2467
4158
|
modelProperties: {
|
|
2468
4159
|
callConnectionId: {
|
|
2469
4160
|
serializedName: "callConnectionId",
|
|
@@ -2496,21 +4187,27 @@ export const RestRemoveParticipantFailed = {
|
|
|
2496
4187
|
className: "RestResultInformation",
|
|
2497
4188
|
},
|
|
2498
4189
|
},
|
|
2499
|
-
participant: {
|
|
2500
|
-
serializedName: "participant",
|
|
2501
|
-
type: {
|
|
2502
|
-
name: "Composite",
|
|
2503
|
-
className: "CommunicationIdentifierModel",
|
|
2504
|
-
},
|
|
2505
|
-
},
|
|
2506
4190
|
},
|
|
2507
4191
|
},
|
|
2508
4192
|
};
|
|
2509
|
-
export const
|
|
4193
|
+
export const RestContinuousDtmfRecognitionToneReceived = {
|
|
2510
4194
|
type: {
|
|
2511
4195
|
name: "Composite",
|
|
2512
|
-
className: "
|
|
4196
|
+
className: "RestContinuousDtmfRecognitionToneReceived",
|
|
2513
4197
|
modelProperties: {
|
|
4198
|
+
sequenceId: {
|
|
4199
|
+
serializedName: "sequenceId",
|
|
4200
|
+
readOnly: true,
|
|
4201
|
+
type: {
|
|
4202
|
+
name: "Number",
|
|
4203
|
+
},
|
|
4204
|
+
},
|
|
4205
|
+
tone: {
|
|
4206
|
+
serializedName: "tone",
|
|
4207
|
+
type: {
|
|
4208
|
+
name: "String",
|
|
4209
|
+
},
|
|
4210
|
+
},
|
|
2514
4211
|
callConnectionId: {
|
|
2515
4212
|
serializedName: "callConnectionId",
|
|
2516
4213
|
type: {
|
|
@@ -2545,10 +4242,10 @@ export const RestCallConnected = {
|
|
|
2545
4242
|
},
|
|
2546
4243
|
},
|
|
2547
4244
|
};
|
|
2548
|
-
export const
|
|
4245
|
+
export const RestContinuousDtmfRecognitionToneFailed = {
|
|
2549
4246
|
type: {
|
|
2550
4247
|
name: "Composite",
|
|
2551
|
-
className: "
|
|
4248
|
+
className: "RestContinuousDtmfRecognitionToneFailed",
|
|
2552
4249
|
modelProperties: {
|
|
2553
4250
|
callConnectionId: {
|
|
2554
4251
|
serializedName: "callConnectionId",
|
|
@@ -2568,12 +4265,6 @@ export const RestCallDisconnected = {
|
|
|
2568
4265
|
name: "String",
|
|
2569
4266
|
},
|
|
2570
4267
|
},
|
|
2571
|
-
operationContext: {
|
|
2572
|
-
serializedName: "operationContext",
|
|
2573
|
-
type: {
|
|
2574
|
-
name: "String",
|
|
2575
|
-
},
|
|
2576
|
-
},
|
|
2577
4268
|
resultInformation: {
|
|
2578
4269
|
serializedName: "resultInformation",
|
|
2579
4270
|
type: {
|
|
@@ -2581,13 +4272,19 @@ export const RestCallDisconnected = {
|
|
|
2581
4272
|
className: "RestResultInformation",
|
|
2582
4273
|
},
|
|
2583
4274
|
},
|
|
4275
|
+
operationContext: {
|
|
4276
|
+
serializedName: "operationContext",
|
|
4277
|
+
type: {
|
|
4278
|
+
name: "String",
|
|
4279
|
+
},
|
|
4280
|
+
},
|
|
2584
4281
|
},
|
|
2585
4282
|
},
|
|
2586
4283
|
};
|
|
2587
|
-
export const
|
|
4284
|
+
export const RestContinuousDtmfRecognitionStopped = {
|
|
2588
4285
|
type: {
|
|
2589
4286
|
name: "Composite",
|
|
2590
|
-
className: "
|
|
4287
|
+
className: "RestContinuousDtmfRecognitionStopped",
|
|
2591
4288
|
modelProperties: {
|
|
2592
4289
|
callConnectionId: {
|
|
2593
4290
|
serializedName: "callConnectionId",
|
|
@@ -2620,27 +4317,13 @@ export const RestCallTransferAccepted = {
|
|
|
2620
4317
|
className: "RestResultInformation",
|
|
2621
4318
|
},
|
|
2622
4319
|
},
|
|
2623
|
-
transferTarget: {
|
|
2624
|
-
serializedName: "transferTarget",
|
|
2625
|
-
type: {
|
|
2626
|
-
name: "Composite",
|
|
2627
|
-
className: "CommunicationIdentifierModel",
|
|
2628
|
-
},
|
|
2629
|
-
},
|
|
2630
|
-
transferee: {
|
|
2631
|
-
serializedName: "transferee",
|
|
2632
|
-
type: {
|
|
2633
|
-
name: "Composite",
|
|
2634
|
-
className: "CommunicationIdentifierModel",
|
|
2635
|
-
},
|
|
2636
|
-
},
|
|
2637
4320
|
},
|
|
2638
4321
|
},
|
|
2639
4322
|
};
|
|
2640
|
-
export const
|
|
4323
|
+
export const RestSendDtmfTonesCompleted = {
|
|
2641
4324
|
type: {
|
|
2642
4325
|
name: "Composite",
|
|
2643
|
-
className: "
|
|
4326
|
+
className: "RestSendDtmfTonesCompleted",
|
|
2644
4327
|
modelProperties: {
|
|
2645
4328
|
callConnectionId: {
|
|
2646
4329
|
serializedName: "callConnectionId",
|
|
@@ -2676,10 +4359,10 @@ export const RestCallTransferFailed = {
|
|
|
2676
4359
|
},
|
|
2677
4360
|
},
|
|
2678
4361
|
};
|
|
2679
|
-
export const
|
|
4362
|
+
export const RestSendDtmfTonesFailed = {
|
|
2680
4363
|
type: {
|
|
2681
4364
|
name: "Composite",
|
|
2682
|
-
className: "
|
|
4365
|
+
className: "RestSendDtmfTonesFailed",
|
|
2683
4366
|
modelProperties: {
|
|
2684
4367
|
callConnectionId: {
|
|
2685
4368
|
serializedName: "callConnectionId",
|
|
@@ -2699,28 +4382,8 @@ export const RestRecordingStateChanged = {
|
|
|
2699
4382
|
name: "String",
|
|
2700
4383
|
},
|
|
2701
4384
|
},
|
|
2702
|
-
|
|
2703
|
-
serializedName: "
|
|
2704
|
-
readOnly: true,
|
|
2705
|
-
type: {
|
|
2706
|
-
name: "String",
|
|
2707
|
-
},
|
|
2708
|
-
},
|
|
2709
|
-
state: {
|
|
2710
|
-
serializedName: "state",
|
|
2711
|
-
type: {
|
|
2712
|
-
name: "String",
|
|
2713
|
-
},
|
|
2714
|
-
},
|
|
2715
|
-
startDateTime: {
|
|
2716
|
-
serializedName: "startDateTime",
|
|
2717
|
-
readOnly: true,
|
|
2718
|
-
type: {
|
|
2719
|
-
name: "DateTime",
|
|
2720
|
-
},
|
|
2721
|
-
},
|
|
2722
|
-
recordingKind: {
|
|
2723
|
-
serializedName: "recordingKind",
|
|
4385
|
+
operationContext: {
|
|
4386
|
+
serializedName: "operationContext",
|
|
2724
4387
|
type: {
|
|
2725
4388
|
name: "String",
|
|
2726
4389
|
},
|
|
@@ -2735,10 +4398,10 @@ export const RestRecordingStateChanged = {
|
|
|
2735
4398
|
},
|
|
2736
4399
|
},
|
|
2737
4400
|
};
|
|
2738
|
-
export const
|
|
4401
|
+
export const RestCancelAddParticipantSucceeded = {
|
|
2739
4402
|
type: {
|
|
2740
4403
|
name: "Composite",
|
|
2741
|
-
className: "
|
|
4404
|
+
className: "RestCancelAddParticipantSucceeded",
|
|
2742
4405
|
modelProperties: {
|
|
2743
4406
|
callConnectionId: {
|
|
2744
4407
|
serializedName: "callConnectionId",
|
|
@@ -2758,22 +4421,16 @@ export const RestParticipantsUpdated = {
|
|
|
2758
4421
|
name: "String",
|
|
2759
4422
|
},
|
|
2760
4423
|
},
|
|
2761
|
-
|
|
2762
|
-
serializedName: "
|
|
4424
|
+
operationContext: {
|
|
4425
|
+
serializedName: "operationContext",
|
|
2763
4426
|
type: {
|
|
2764
|
-
name: "
|
|
4427
|
+
name: "String",
|
|
2765
4428
|
},
|
|
2766
4429
|
},
|
|
2767
|
-
|
|
2768
|
-
serializedName: "
|
|
4430
|
+
invitationId: {
|
|
4431
|
+
serializedName: "invitationId",
|
|
2769
4432
|
type: {
|
|
2770
|
-
name: "
|
|
2771
|
-
element: {
|
|
2772
|
-
type: {
|
|
2773
|
-
name: "Composite",
|
|
2774
|
-
className: "CallParticipantInternal",
|
|
2775
|
-
},
|
|
2776
|
-
},
|
|
4433
|
+
name: "String",
|
|
2777
4434
|
},
|
|
2778
4435
|
},
|
|
2779
4436
|
resultInformation: {
|
|
@@ -2786,10 +4443,10 @@ export const RestParticipantsUpdated = {
|
|
|
2786
4443
|
},
|
|
2787
4444
|
},
|
|
2788
4445
|
};
|
|
2789
|
-
export const
|
|
4446
|
+
export const RestCancelAddParticipantFailed = {
|
|
2790
4447
|
type: {
|
|
2791
4448
|
name: "Composite",
|
|
2792
|
-
className: "
|
|
4449
|
+
className: "RestCancelAddParticipantFailed",
|
|
2793
4450
|
modelProperties: {
|
|
2794
4451
|
callConnectionId: {
|
|
2795
4452
|
serializedName: "callConnectionId",
|
|
@@ -2822,14 +4479,27 @@ export const RestPlayCompleted = {
|
|
|
2822
4479
|
className: "RestResultInformation",
|
|
2823
4480
|
},
|
|
2824
4481
|
},
|
|
4482
|
+
invitationId: {
|
|
4483
|
+
serializedName: "invitationId",
|
|
4484
|
+
type: {
|
|
4485
|
+
name: "String",
|
|
4486
|
+
},
|
|
4487
|
+
},
|
|
2825
4488
|
},
|
|
2826
4489
|
},
|
|
2827
4490
|
};
|
|
2828
|
-
export const
|
|
4491
|
+
export const RestTranscriptionStarted = {
|
|
2829
4492
|
type: {
|
|
2830
4493
|
name: "Composite",
|
|
2831
|
-
className: "
|
|
4494
|
+
className: "RestTranscriptionStarted",
|
|
2832
4495
|
modelProperties: {
|
|
4496
|
+
transcriptionUpdate: {
|
|
4497
|
+
serializedName: "transcriptionUpdate",
|
|
4498
|
+
type: {
|
|
4499
|
+
name: "Composite",
|
|
4500
|
+
className: "TranscriptionUpdate",
|
|
4501
|
+
},
|
|
4502
|
+
},
|
|
2833
4503
|
callConnectionId: {
|
|
2834
4504
|
serializedName: "callConnectionId",
|
|
2835
4505
|
type: {
|
|
@@ -2861,20 +4531,21 @@ export const RestPlayFailed = {
|
|
|
2861
4531
|
className: "RestResultInformation",
|
|
2862
4532
|
},
|
|
2863
4533
|
},
|
|
2864
|
-
failedPlaySourceIndex: {
|
|
2865
|
-
serializedName: "failedPlaySourceIndex",
|
|
2866
|
-
type: {
|
|
2867
|
-
name: "Number",
|
|
2868
|
-
},
|
|
2869
|
-
},
|
|
2870
4534
|
},
|
|
2871
4535
|
},
|
|
2872
4536
|
};
|
|
2873
|
-
export const
|
|
4537
|
+
export const RestTranscriptionStopped = {
|
|
2874
4538
|
type: {
|
|
2875
4539
|
name: "Composite",
|
|
2876
|
-
className: "
|
|
4540
|
+
className: "RestTranscriptionStopped",
|
|
2877
4541
|
modelProperties: {
|
|
4542
|
+
transcriptionUpdate: {
|
|
4543
|
+
serializedName: "transcriptionUpdate",
|
|
4544
|
+
type: {
|
|
4545
|
+
name: "Composite",
|
|
4546
|
+
className: "TranscriptionUpdate",
|
|
4547
|
+
},
|
|
4548
|
+
},
|
|
2878
4549
|
callConnectionId: {
|
|
2879
4550
|
serializedName: "callConnectionId",
|
|
2880
4551
|
type: {
|
|
@@ -2909,11 +4580,18 @@ export const RestPlayCanceled = {
|
|
|
2909
4580
|
},
|
|
2910
4581
|
},
|
|
2911
4582
|
};
|
|
2912
|
-
export const
|
|
4583
|
+
export const RestTranscriptionUpdated = {
|
|
2913
4584
|
type: {
|
|
2914
4585
|
name: "Composite",
|
|
2915
|
-
className: "
|
|
4586
|
+
className: "RestTranscriptionUpdated",
|
|
2916
4587
|
modelProperties: {
|
|
4588
|
+
transcriptionUpdate: {
|
|
4589
|
+
serializedName: "transcriptionUpdate",
|
|
4590
|
+
type: {
|
|
4591
|
+
name: "Composite",
|
|
4592
|
+
className: "TranscriptionUpdate",
|
|
4593
|
+
},
|
|
4594
|
+
},
|
|
2917
4595
|
callConnectionId: {
|
|
2918
4596
|
serializedName: "callConnectionId",
|
|
2919
4597
|
type: {
|
|
@@ -2945,40 +4623,59 @@ export const RestRecognizeCompleted = {
|
|
|
2945
4623
|
className: "RestResultInformation",
|
|
2946
4624
|
},
|
|
2947
4625
|
},
|
|
2948
|
-
|
|
2949
|
-
|
|
4626
|
+
},
|
|
4627
|
+
},
|
|
4628
|
+
};
|
|
4629
|
+
export const RestTranscriptionFailed = {
|
|
4630
|
+
type: {
|
|
4631
|
+
name: "Composite",
|
|
4632
|
+
className: "RestTranscriptionFailed",
|
|
4633
|
+
modelProperties: {
|
|
4634
|
+
transcriptionUpdate: {
|
|
4635
|
+
serializedName: "transcriptionUpdate",
|
|
4636
|
+
type: {
|
|
4637
|
+
name: "Composite",
|
|
4638
|
+
className: "TranscriptionUpdate",
|
|
4639
|
+
},
|
|
4640
|
+
},
|
|
4641
|
+
callConnectionId: {
|
|
4642
|
+
serializedName: "callConnectionId",
|
|
2950
4643
|
type: {
|
|
2951
4644
|
name: "String",
|
|
2952
4645
|
},
|
|
2953
4646
|
},
|
|
2954
|
-
|
|
2955
|
-
serializedName: "
|
|
4647
|
+
serverCallId: {
|
|
4648
|
+
serializedName: "serverCallId",
|
|
2956
4649
|
type: {
|
|
2957
|
-
name: "
|
|
2958
|
-
className: "DtmfResult",
|
|
4650
|
+
name: "String",
|
|
2959
4651
|
},
|
|
2960
4652
|
},
|
|
2961
|
-
|
|
2962
|
-
serializedName: "
|
|
4653
|
+
correlationId: {
|
|
4654
|
+
serializedName: "correlationId",
|
|
4655
|
+
type: {
|
|
4656
|
+
name: "String",
|
|
4657
|
+
},
|
|
4658
|
+
},
|
|
4659
|
+
operationContext: {
|
|
4660
|
+
serializedName: "operationContext",
|
|
2963
4661
|
type: {
|
|
2964
|
-
name: "
|
|
2965
|
-
className: "ChoiceResult",
|
|
4662
|
+
name: "String",
|
|
2966
4663
|
},
|
|
2967
4664
|
},
|
|
2968
|
-
|
|
2969
|
-
serializedName: "
|
|
4665
|
+
resultInformation: {
|
|
4666
|
+
serializedName: "resultInformation",
|
|
2970
4667
|
type: {
|
|
2971
4668
|
name: "Composite",
|
|
2972
|
-
className: "
|
|
4669
|
+
className: "RestResultInformation",
|
|
2973
4670
|
},
|
|
2974
4671
|
},
|
|
2975
4672
|
},
|
|
2976
4673
|
},
|
|
2977
4674
|
};
|
|
2978
|
-
export const
|
|
4675
|
+
export const RestCreateCallFailed = {
|
|
2979
4676
|
type: {
|
|
2980
4677
|
name: "Composite",
|
|
2981
|
-
className: "
|
|
4678
|
+
className: "RestCreateCallFailed",
|
|
2982
4679
|
modelProperties: {
|
|
2983
4680
|
callConnectionId: {
|
|
2984
4681
|
serializedName: "callConnectionId",
|
|
@@ -3011,19 +4708,13 @@ export const RestRecognizeFailed = {
|
|
|
3011
4708
|
className: "RestResultInformation",
|
|
3012
4709
|
},
|
|
3013
4710
|
},
|
|
3014
|
-
failedPlaySourceIndex: {
|
|
3015
|
-
serializedName: "failedPlaySourceIndex",
|
|
3016
|
-
type: {
|
|
3017
|
-
name: "Number",
|
|
3018
|
-
},
|
|
3019
|
-
},
|
|
3020
4711
|
},
|
|
3021
4712
|
},
|
|
3022
4713
|
};
|
|
3023
|
-
export const
|
|
4714
|
+
export const RestAnswerFailed = {
|
|
3024
4715
|
type: {
|
|
3025
4716
|
name: "Composite",
|
|
3026
|
-
className: "
|
|
4717
|
+
className: "RestAnswerFailed",
|
|
3027
4718
|
modelProperties: {
|
|
3028
4719
|
callConnectionId: {
|
|
3029
4720
|
serializedName: "callConnectionId",
|
|
@@ -3059,24 +4750,11 @@ export const RestRecognizeCanceled = {
|
|
|
3059
4750
|
},
|
|
3060
4751
|
},
|
|
3061
4752
|
};
|
|
3062
|
-
export const
|
|
4753
|
+
export const RestHoldFailed = {
|
|
3063
4754
|
type: {
|
|
3064
4755
|
name: "Composite",
|
|
3065
|
-
className: "
|
|
4756
|
+
className: "RestHoldFailed",
|
|
3066
4757
|
modelProperties: {
|
|
3067
|
-
sequenceId: {
|
|
3068
|
-
serializedName: "sequenceId",
|
|
3069
|
-
readOnly: true,
|
|
3070
|
-
type: {
|
|
3071
|
-
name: "Number",
|
|
3072
|
-
},
|
|
3073
|
-
},
|
|
3074
|
-
tone: {
|
|
3075
|
-
serializedName: "tone",
|
|
3076
|
-
type: {
|
|
3077
|
-
name: "String",
|
|
3078
|
-
},
|
|
3079
|
-
},
|
|
3080
4758
|
callConnectionId: {
|
|
3081
4759
|
serializedName: "callConnectionId",
|
|
3082
4760
|
type: {
|
|
@@ -3111,38 +4789,63 @@ export const RestContinuousDtmfRecognitionToneReceived = {
|
|
|
3111
4789
|
},
|
|
3112
4790
|
},
|
|
3113
4791
|
};
|
|
3114
|
-
export const
|
|
4792
|
+
export const RestIncomingCall = {
|
|
3115
4793
|
type: {
|
|
3116
4794
|
name: "Composite",
|
|
3117
|
-
className: "
|
|
4795
|
+
className: "RestIncomingCall",
|
|
3118
4796
|
modelProperties: {
|
|
3119
|
-
|
|
3120
|
-
serializedName: "
|
|
4797
|
+
to: {
|
|
4798
|
+
serializedName: "to",
|
|
4799
|
+
type: {
|
|
4800
|
+
name: "Composite",
|
|
4801
|
+
className: "CommunicationIdentifierModel",
|
|
4802
|
+
},
|
|
4803
|
+
},
|
|
4804
|
+
from: {
|
|
4805
|
+
serializedName: "from",
|
|
4806
|
+
type: {
|
|
4807
|
+
name: "Composite",
|
|
4808
|
+
className: "CommunicationIdentifierModel",
|
|
4809
|
+
},
|
|
4810
|
+
},
|
|
4811
|
+
callerDisplayName: {
|
|
4812
|
+
serializedName: "callerDisplayName",
|
|
4813
|
+
readOnly: true,
|
|
3121
4814
|
type: {
|
|
3122
4815
|
name: "String",
|
|
3123
4816
|
},
|
|
3124
4817
|
},
|
|
3125
4818
|
serverCallId: {
|
|
3126
4819
|
serializedName: "serverCallId",
|
|
4820
|
+
readOnly: true,
|
|
3127
4821
|
type: {
|
|
3128
4822
|
name: "String",
|
|
3129
4823
|
},
|
|
3130
4824
|
},
|
|
3131
|
-
|
|
3132
|
-
serializedName: "
|
|
4825
|
+
customContext: {
|
|
4826
|
+
serializedName: "customContext",
|
|
4827
|
+
type: {
|
|
4828
|
+
name: "Composite",
|
|
4829
|
+
className: "CustomCallingContextInternal",
|
|
4830
|
+
},
|
|
4831
|
+
},
|
|
4832
|
+
incomingCallContext: {
|
|
4833
|
+
serializedName: "incomingCallContext",
|
|
4834
|
+
readOnly: true,
|
|
3133
4835
|
type: {
|
|
3134
4836
|
name: "String",
|
|
3135
4837
|
},
|
|
3136
4838
|
},
|
|
3137
|
-
|
|
3138
|
-
serializedName: "
|
|
4839
|
+
onBehalfOfCallee: {
|
|
4840
|
+
serializedName: "onBehalfOfCallee",
|
|
3139
4841
|
type: {
|
|
3140
4842
|
name: "Composite",
|
|
3141
|
-
className: "
|
|
4843
|
+
className: "CommunicationIdentifierModel",
|
|
3142
4844
|
},
|
|
3143
4845
|
},
|
|
3144
|
-
|
|
3145
|
-
serializedName: "
|
|
4846
|
+
correlationId: {
|
|
4847
|
+
serializedName: "correlationId",
|
|
4848
|
+
readOnly: true,
|
|
3146
4849
|
type: {
|
|
3147
4850
|
name: "String",
|
|
3148
4851
|
},
|
|
@@ -3150,10 +4853,10 @@ export const RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3150
4853
|
},
|
|
3151
4854
|
},
|
|
3152
4855
|
};
|
|
3153
|
-
export const
|
|
4856
|
+
export const RestConnectFailed = {
|
|
3154
4857
|
type: {
|
|
3155
4858
|
name: "Composite",
|
|
3156
|
-
className: "
|
|
4859
|
+
className: "RestConnectFailed",
|
|
3157
4860
|
modelProperties: {
|
|
3158
4861
|
callConnectionId: {
|
|
3159
4862
|
serializedName: "callConnectionId",
|
|
@@ -3189,11 +4892,18 @@ export const RestContinuousDtmfRecognitionStopped = {
|
|
|
3189
4892
|
},
|
|
3190
4893
|
},
|
|
3191
4894
|
};
|
|
3192
|
-
export const
|
|
4895
|
+
export const RestMediaStreamingStopped = {
|
|
3193
4896
|
type: {
|
|
3194
4897
|
name: "Composite",
|
|
3195
|
-
className: "
|
|
4898
|
+
className: "RestMediaStreamingStopped",
|
|
3196
4899
|
modelProperties: {
|
|
4900
|
+
mediaStreamingUpdate: {
|
|
4901
|
+
serializedName: "mediaStreamingUpdate",
|
|
4902
|
+
type: {
|
|
4903
|
+
name: "Composite",
|
|
4904
|
+
className: "MediaStreamingUpdate",
|
|
4905
|
+
},
|
|
4906
|
+
},
|
|
3197
4907
|
callConnectionId: {
|
|
3198
4908
|
serializedName: "callConnectionId",
|
|
3199
4909
|
type: {
|
|
@@ -3228,11 +4938,18 @@ export const RestSendDtmfTonesCompleted = {
|
|
|
3228
4938
|
},
|
|
3229
4939
|
},
|
|
3230
4940
|
};
|
|
3231
|
-
export const
|
|
4941
|
+
export const RestMediaStreamingStarted = {
|
|
3232
4942
|
type: {
|
|
3233
4943
|
name: "Composite",
|
|
3234
|
-
className: "
|
|
4944
|
+
className: "RestMediaStreamingStarted",
|
|
3235
4945
|
modelProperties: {
|
|
4946
|
+
mediaStreamingUpdate: {
|
|
4947
|
+
serializedName: "mediaStreamingUpdate",
|
|
4948
|
+
type: {
|
|
4949
|
+
name: "Composite",
|
|
4950
|
+
className: "MediaStreamingUpdate",
|
|
4951
|
+
},
|
|
4952
|
+
},
|
|
3236
4953
|
callConnectionId: {
|
|
3237
4954
|
serializedName: "callConnectionId",
|
|
3238
4955
|
type: {
|
|
@@ -3267,11 +4984,18 @@ export const RestSendDtmfTonesFailed = {
|
|
|
3267
4984
|
},
|
|
3268
4985
|
},
|
|
3269
4986
|
};
|
|
3270
|
-
export const
|
|
4987
|
+
export const RestMediaStreamingFailed = {
|
|
3271
4988
|
type: {
|
|
3272
4989
|
name: "Composite",
|
|
3273
|
-
className: "
|
|
4990
|
+
className: "RestMediaStreamingFailed",
|
|
3274
4991
|
modelProperties: {
|
|
4992
|
+
mediaStreamingUpdate: {
|
|
4993
|
+
serializedName: "mediaStreamingUpdate",
|
|
4994
|
+
type: {
|
|
4995
|
+
name: "Composite",
|
|
4996
|
+
className: "MediaStreamingUpdate",
|
|
4997
|
+
},
|
|
4998
|
+
},
|
|
3275
4999
|
callConnectionId: {
|
|
3276
5000
|
serializedName: "callConnectionId",
|
|
3277
5001
|
type: {
|
|
@@ -3296,12 +5020,6 @@ export const RestCancelAddParticipantSucceeded = {
|
|
|
3296
5020
|
name: "String",
|
|
3297
5021
|
},
|
|
3298
5022
|
},
|
|
3299
|
-
invitationId: {
|
|
3300
|
-
serializedName: "invitationId",
|
|
3301
|
-
type: {
|
|
3302
|
-
name: "String",
|
|
3303
|
-
},
|
|
3304
|
-
},
|
|
3305
5023
|
resultInformation: {
|
|
3306
5024
|
serializedName: "resultInformation",
|
|
3307
5025
|
type: {
|
|
@@ -3312,10 +5030,10 @@ export const RestCancelAddParticipantSucceeded = {
|
|
|
3312
5030
|
},
|
|
3313
5031
|
},
|
|
3314
5032
|
};
|
|
3315
|
-
export const
|
|
5033
|
+
export const RestStartRecordingFailed = {
|
|
3316
5034
|
type: {
|
|
3317
5035
|
name: "Composite",
|
|
3318
|
-
className: "
|
|
5036
|
+
className: "RestStartRecordingFailed",
|
|
3319
5037
|
modelProperties: {
|
|
3320
5038
|
callConnectionId: {
|
|
3321
5039
|
serializedName: "callConnectionId",
|
|
@@ -3323,33 +5041,15 @@ export const RestCancelAddParticipantFailed = {
|
|
|
3323
5041
|
name: "String",
|
|
3324
5042
|
},
|
|
3325
5043
|
},
|
|
3326
|
-
serverCallId: {
|
|
3327
|
-
serializedName: "serverCallId",
|
|
3328
|
-
type: {
|
|
3329
|
-
name: "String",
|
|
3330
|
-
},
|
|
3331
|
-
},
|
|
3332
5044
|
correlationId: {
|
|
3333
5045
|
serializedName: "correlationId",
|
|
3334
5046
|
type: {
|
|
3335
5047
|
name: "String",
|
|
3336
5048
|
},
|
|
3337
5049
|
},
|
|
3338
|
-
|
|
3339
|
-
serializedName: "
|
|
3340
|
-
|
|
3341
|
-
name: "String",
|
|
3342
|
-
},
|
|
3343
|
-
},
|
|
3344
|
-
resultInformation: {
|
|
3345
|
-
serializedName: "resultInformation",
|
|
3346
|
-
type: {
|
|
3347
|
-
name: "Composite",
|
|
3348
|
-
className: "RestResultInformation",
|
|
3349
|
-
},
|
|
3350
|
-
},
|
|
3351
|
-
invitationId: {
|
|
3352
|
-
serializedName: "invitationId",
|
|
5050
|
+
recordingId: {
|
|
5051
|
+
serializedName: "recordingId",
|
|
5052
|
+
readOnly: true,
|
|
3353
5053
|
type: {
|
|
3354
5054
|
name: "String",
|
|
3355
5055
|
},
|
|
@@ -3357,18 +5057,11 @@ export const RestCancelAddParticipantFailed = {
|
|
|
3357
5057
|
},
|
|
3358
5058
|
},
|
|
3359
5059
|
};
|
|
3360
|
-
export const
|
|
5060
|
+
export const RestPlayStarted = {
|
|
3361
5061
|
type: {
|
|
3362
5062
|
name: "Composite",
|
|
3363
|
-
className: "
|
|
5063
|
+
className: "RestPlayStarted",
|
|
3364
5064
|
modelProperties: {
|
|
3365
|
-
transcriptionUpdate: {
|
|
3366
|
-
serializedName: "transcriptionUpdate",
|
|
3367
|
-
type: {
|
|
3368
|
-
name: "Composite",
|
|
3369
|
-
className: "TranscriptionUpdate",
|
|
3370
|
-
},
|
|
3371
|
-
},
|
|
3372
5065
|
callConnectionId: {
|
|
3373
5066
|
serializedName: "callConnectionId",
|
|
3374
5067
|
type: {
|
|
@@ -3403,18 +5096,11 @@ export const RestTranscriptionStarted = {
|
|
|
3403
5096
|
},
|
|
3404
5097
|
},
|
|
3405
5098
|
};
|
|
3406
|
-
export const
|
|
5099
|
+
export const RestPlayPaused = {
|
|
3407
5100
|
type: {
|
|
3408
5101
|
name: "Composite",
|
|
3409
|
-
className: "
|
|
5102
|
+
className: "RestPlayPaused",
|
|
3410
5103
|
modelProperties: {
|
|
3411
|
-
transcriptionUpdate: {
|
|
3412
|
-
serializedName: "transcriptionUpdate",
|
|
3413
|
-
type: {
|
|
3414
|
-
name: "Composite",
|
|
3415
|
-
className: "TranscriptionUpdate",
|
|
3416
|
-
},
|
|
3417
|
-
},
|
|
3418
5104
|
callConnectionId: {
|
|
3419
5105
|
serializedName: "callConnectionId",
|
|
3420
5106
|
type: {
|
|
@@ -3449,18 +5135,11 @@ export const RestTranscriptionStopped = {
|
|
|
3449
5135
|
},
|
|
3450
5136
|
},
|
|
3451
5137
|
};
|
|
3452
|
-
export const
|
|
5138
|
+
export const RestPlayResumed = {
|
|
3453
5139
|
type: {
|
|
3454
5140
|
name: "Composite",
|
|
3455
|
-
className: "
|
|
5141
|
+
className: "RestPlayResumed",
|
|
3456
5142
|
modelProperties: {
|
|
3457
|
-
transcriptionUpdate: {
|
|
3458
|
-
serializedName: "transcriptionUpdate",
|
|
3459
|
-
type: {
|
|
3460
|
-
name: "Composite",
|
|
3461
|
-
className: "TranscriptionUpdate",
|
|
3462
|
-
},
|
|
3463
|
-
},
|
|
3464
5143
|
callConnectionId: {
|
|
3465
5144
|
serializedName: "callConnectionId",
|
|
3466
5145
|
type: {
|
|
@@ -3495,18 +5174,11 @@ export const RestTranscriptionUpdated = {
|
|
|
3495
5174
|
},
|
|
3496
5175
|
},
|
|
3497
5176
|
};
|
|
3498
|
-
export const
|
|
5177
|
+
export const RestHoldAudioStarted = {
|
|
3499
5178
|
type: {
|
|
3500
5179
|
name: "Composite",
|
|
3501
|
-
className: "
|
|
5180
|
+
className: "RestHoldAudioStarted",
|
|
3502
5181
|
modelProperties: {
|
|
3503
|
-
transcriptionUpdate: {
|
|
3504
|
-
serializedName: "transcriptionUpdate",
|
|
3505
|
-
type: {
|
|
3506
|
-
name: "Composite",
|
|
3507
|
-
className: "TranscriptionUpdate",
|
|
3508
|
-
},
|
|
3509
|
-
},
|
|
3510
5182
|
callConnectionId: {
|
|
3511
5183
|
serializedName: "callConnectionId",
|
|
3512
5184
|
type: {
|
|
@@ -3541,10 +5213,10 @@ export const RestTranscriptionFailed = {
|
|
|
3541
5213
|
},
|
|
3542
5214
|
},
|
|
3543
5215
|
};
|
|
3544
|
-
export const
|
|
5216
|
+
export const RestHoldAudioPaused = {
|
|
3545
5217
|
type: {
|
|
3546
5218
|
name: "Composite",
|
|
3547
|
-
className: "
|
|
5219
|
+
className: "RestHoldAudioPaused",
|
|
3548
5220
|
modelProperties: {
|
|
3549
5221
|
callConnectionId: {
|
|
3550
5222
|
serializedName: "callConnectionId",
|
|
@@ -3580,10 +5252,10 @@ export const RestCreateCallFailed = {
|
|
|
3580
5252
|
},
|
|
3581
5253
|
},
|
|
3582
5254
|
};
|
|
3583
|
-
export const
|
|
5255
|
+
export const RestHoldAudioResumed = {
|
|
3584
5256
|
type: {
|
|
3585
5257
|
name: "Composite",
|
|
3586
|
-
className: "
|
|
5258
|
+
className: "RestHoldAudioResumed",
|
|
3587
5259
|
modelProperties: {
|
|
3588
5260
|
callConnectionId: {
|
|
3589
5261
|
serializedName: "callConnectionId",
|
|
@@ -3619,10 +5291,10 @@ export const RestAnswerFailed = {
|
|
|
3619
5291
|
},
|
|
3620
5292
|
},
|
|
3621
5293
|
};
|
|
3622
|
-
export const
|
|
5294
|
+
export const RestHoldAudioCompleted = {
|
|
3623
5295
|
type: {
|
|
3624
5296
|
name: "Composite",
|
|
3625
|
-
className: "
|
|
5297
|
+
className: "RestHoldAudioCompleted",
|
|
3626
5298
|
modelProperties: {
|
|
3627
5299
|
callConnectionId: {
|
|
3628
5300
|
serializedName: "callConnectionId",
|
|
@@ -3658,68 +5330,52 @@ export const RestHoldFailed = {
|
|
|
3658
5330
|
},
|
|
3659
5331
|
},
|
|
3660
5332
|
};
|
|
3661
|
-
export const
|
|
5333
|
+
export const AzureOpenAIDialog = {
|
|
5334
|
+
serializedName: "azureOpenAI",
|
|
3662
5335
|
type: {
|
|
3663
5336
|
name: "Composite",
|
|
3664
|
-
className: "
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
callerDisplayName: {
|
|
3681
|
-
serializedName: "callerDisplayName",
|
|
3682
|
-
readOnly: true,
|
|
3683
|
-
type: {
|
|
3684
|
-
name: "String",
|
|
3685
|
-
},
|
|
3686
|
-
},
|
|
3687
|
-
serverCallId: {
|
|
3688
|
-
serializedName: "serverCallId",
|
|
3689
|
-
readOnly: true,
|
|
3690
|
-
type: {
|
|
3691
|
-
name: "String",
|
|
3692
|
-
},
|
|
3693
|
-
},
|
|
3694
|
-
customContext: {
|
|
3695
|
-
serializedName: "customContext",
|
|
3696
|
-
type: {
|
|
3697
|
-
name: "Composite",
|
|
3698
|
-
className: "CustomCallingContextInternal",
|
|
3699
|
-
},
|
|
3700
|
-
},
|
|
3701
|
-
incomingCallContext: {
|
|
3702
|
-
serializedName: "incomingCallContext",
|
|
3703
|
-
readOnly: true,
|
|
5337
|
+
className: "AzureOpenAIDialog",
|
|
5338
|
+
uberParent: "BaseDialog",
|
|
5339
|
+
polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
|
|
5340
|
+
modelProperties: Object.assign({}, BaseDialog.type.modelProperties),
|
|
5341
|
+
},
|
|
5342
|
+
};
|
|
5343
|
+
export const PowerVirtualAgentsDialog = {
|
|
5344
|
+
serializedName: "powerVirtualAgents",
|
|
5345
|
+
type: {
|
|
5346
|
+
name: "Composite",
|
|
5347
|
+
className: "PowerVirtualAgentsDialog",
|
|
5348
|
+
uberParent: "BaseDialog",
|
|
5349
|
+
polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
|
|
5350
|
+
modelProperties: Object.assign(Object.assign({}, BaseDialog.type.modelProperties), { botAppId: {
|
|
5351
|
+
serializedName: "botAppId",
|
|
5352
|
+
required: true,
|
|
3704
5353
|
type: {
|
|
3705
5354
|
name: "String",
|
|
3706
5355
|
},
|
|
3707
|
-
},
|
|
3708
|
-
|
|
3709
|
-
serializedName: "onBehalfOfCallee",
|
|
3710
|
-
type: {
|
|
3711
|
-
name: "Composite",
|
|
3712
|
-
className: "CommunicationIdentifierModel",
|
|
3713
|
-
},
|
|
3714
|
-
},
|
|
3715
|
-
correlationId: {
|
|
3716
|
-
serializedName: "correlationId",
|
|
3717
|
-
readOnly: true,
|
|
5356
|
+
}, language: {
|
|
5357
|
+
serializedName: "language",
|
|
3718
5358
|
type: {
|
|
3719
5359
|
name: "String",
|
|
3720
5360
|
},
|
|
3721
|
-
},
|
|
3722
|
-
|
|
5361
|
+
} }),
|
|
5362
|
+
},
|
|
5363
|
+
};
|
|
5364
|
+
export const AzureOpenAIDialogUpdate = {
|
|
5365
|
+
serializedName: "azureOpenAI",
|
|
5366
|
+
type: {
|
|
5367
|
+
name: "Composite",
|
|
5368
|
+
className: "AzureOpenAIDialogUpdate",
|
|
5369
|
+
uberParent: "DialogUpdateBase",
|
|
5370
|
+
polymorphicDiscriminator: DialogUpdateBase.type.polymorphicDiscriminator,
|
|
5371
|
+
modelProperties: Object.assign({}, DialogUpdateBase.type.modelProperties),
|
|
3723
5372
|
},
|
|
3724
5373
|
};
|
|
5374
|
+
export let discriminators = {
|
|
5375
|
+
BaseDialog: BaseDialog,
|
|
5376
|
+
DialogUpdateBase: DialogUpdateBase,
|
|
5377
|
+
"BaseDialog.azureOpenAI": AzureOpenAIDialog,
|
|
5378
|
+
"BaseDialog.powerVirtualAgents": PowerVirtualAgentsDialog,
|
|
5379
|
+
"DialogUpdateBase.azureOpenAI": AzureOpenAIDialogUpdate,
|
|
5380
|
+
};
|
|
3725
5381
|
//# sourceMappingURL=mappers.js.map
|