@azure/communication-call-automation 1.5.0-alpha.20250519.1 → 1.5.0-beta.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 +1 -51
- package/dist/browser/callAutomationClient.d.ts +2 -9
- package/dist/browser/callAutomationClient.d.ts.map +1 -1
- package/dist/browser/callAutomationClient.js +9 -106
- package/dist/browser/callAutomationClient.js.map +1 -1
- package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
- package/dist/browser/callAutomationEventParser.js +0 -18
- package/dist/browser/callAutomationEventParser.js.map +1 -1
- package/dist/browser/callConnection.d.ts +4 -6
- package/dist/browser/callConnection.d.ts.map +1 -1
- package/dist/browser/callConnection.js +13 -112
- package/dist/browser/callConnection.js.map +1 -1
- package/dist/browser/callMedia.d.ts +10 -20
- package/dist/browser/callMedia.d.ts.map +1 -1
- package/dist/browser/callMedia.js +20 -188
- package/dist/browser/callMedia.js.map +1 -1
- package/dist/browser/callRecording.d.ts.map +1 -1
- package/dist/browser/callRecording.js +5 -2
- package/dist/browser/callRecording.js.map +1 -1
- package/dist/browser/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/browser/generated/src/callAutomationApiClient.js +3 -4
- package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +205 -850
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +48 -126
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts +11 -48
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +460 -1644
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.d.ts +1 -7
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +6 -41
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.js +1 -33
- package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
- package/dist/browser/generated/src/operations/callMedia.d.ts +8 -15
- package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callMedia.js +25 -50
- package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.js +0 -24
- package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
- package/dist/browser/generated/src/operations/index.d.ts +0 -1
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/index.js +0 -1
- package/dist/browser/generated/src/operations/index.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- 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/callMedia.d.ts +8 -15
- 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 +1 -7
- 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 +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/index.d.ts +0 -2
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +0 -2
- 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 +67 -155
- 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 +5 -14
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +1 -3
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/models/options.d.ts +2 -35
- 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 +10 -51
- 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.map +1 -1
- package/dist/browser/utli/converters.js +19 -1
- package/dist/browser/utli/converters.js.map +1 -1
- package/dist/commonjs/callAutomationClient.d.ts +2 -9
- package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +11 -108
- package/dist/commonjs/callAutomationClient.js.map +1 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +0 -18
- package/dist/commonjs/callAutomationEventParser.js.map +1 -1
- package/dist/commonjs/callConnection.d.ts +4 -6
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +15 -114
- package/dist/commonjs/callConnection.js.map +1 -1
- package/dist/commonjs/callMedia.d.ts +10 -20
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +39 -207
- package/dist/commonjs/callMedia.js.map +1 -1
- package/dist/commonjs/callRecording.d.ts.map +1 -1
- package/dist/commonjs/callRecording.js +5 -2
- package/dist/commonjs/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +2 -3
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +205 -850
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +49 -127
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +11 -48
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +463 -1647
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +1 -7
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +6 -41
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +1 -33
- package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.d.ts +8 -15
- package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +25 -50
- package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +0 -24
- package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/operations/index.d.ts +0 -1
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/index.js +0 -1
- package/dist/commonjs/generated/src/operations/index.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- 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/callMedia.d.ts +8 -15
- 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 +1 -7
- 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 +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +0 -2
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +0 -2
- 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 +67 -155
- 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 +5 -14
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +6 -10
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/models/options.d.ts +2 -35
- 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 +10 -51
- 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.map +1 -1
- package/dist/commonjs/utli/converters.js +18 -0
- package/dist/commonjs/utli/converters.js.map +1 -1
- package/dist/esm/callAutomationClient.d.ts +2 -9
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +9 -106
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +0 -18
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +4 -6
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +13 -112
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +10 -20
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +20 -188
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/callRecording.d.ts.map +1 -1
- package/dist/esm/callRecording.js +5 -2
- package/dist/esm/callRecording.js.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +3 -4
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +205 -850
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +48 -126
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +11 -48
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +460 -1644
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +1 -7
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +6 -41
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +1 -33
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.d.ts +8 -15
- package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +25 -50
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.js +0 -24
- package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
- package/dist/esm/generated/src/operations/index.d.ts +0 -1
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/index.js +0 -1
- package/dist/esm/generated/src/operations/index.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- 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/callMedia.d.ts +8 -15
- 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 +1 -7
- 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 +0 -1
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/index.d.ts +0 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -2
- 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 +67 -155
- 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 +5 -14
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +1 -3
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +2 -35
- 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 +10 -51
- 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.map +1 -1
- package/dist/esm/utli/converters.js +19 -1
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/react-native/callAutomationClient.d.ts +2 -9
- package/dist/react-native/callAutomationClient.d.ts.map +1 -1
- package/dist/react-native/callAutomationClient.js +9 -106
- 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 +0 -18
- package/dist/react-native/callAutomationEventParser.js.map +1 -1
- package/dist/react-native/callConnection.d.ts +4 -6
- package/dist/react-native/callConnection.d.ts.map +1 -1
- package/dist/react-native/callConnection.js +13 -112
- package/dist/react-native/callConnection.js.map +1 -1
- package/dist/react-native/callMedia.d.ts +10 -20
- package/dist/react-native/callMedia.d.ts.map +1 -1
- package/dist/react-native/callMedia.js +20 -188
- package/dist/react-native/callMedia.js.map +1 -1
- package/dist/react-native/callRecording.d.ts.map +1 -1
- package/dist/react-native/callRecording.js +5 -2
- package/dist/react-native/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +3 -4
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +205 -850
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +48 -126
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +11 -48
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +460 -1644
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +1 -7
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +6 -41
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.js +1 -33
- package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
- package/dist/react-native/generated/src/operations/callMedia.d.ts +8 -15
- package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callMedia.js +25 -50
- package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.js +0 -24
- package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/operations/index.d.ts +0 -1
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/index.js +0 -1
- package/dist/react-native/generated/src/operations/index.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- 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/callMedia.d.ts +8 -15
- 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 +1 -7
- 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 +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/index.d.ts +0 -2
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +0 -2
- 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 +67 -155
- 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 +5 -14
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +1 -3
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/models/options.d.ts +2 -35
- 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 +10 -51
- 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.map +1 -1
- package/dist/react-native/utli/converters.js +19 -1
- package/dist/react-native/utli/converters.js.map +1 -1
- package/package.json +17 -11
- package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/browser/eventprocessor/callAutomationEventProcessor.js +0 -137
- package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/browser/eventprocessor/eventResponses.d.ts +0 -123
- package/dist/browser/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/browser/eventprocessor/eventResponses.js +0 -4
- package/dist/browser/eventprocessor/eventResponses.js.map +0 -1
- package/dist/browser/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/browser/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callDialog.js +0 -111
- package/dist/browser/generated/src/operations/callDialog.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callDialog.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +0 -1
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +0 -141
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/commonjs/eventprocessor/eventResponses.d.ts +0 -123
- package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/commonjs/eventprocessor/eventResponses.js +0 -5
- package/dist/commonjs/eventprocessor/eventResponses.js.map +0 -1
- package/dist/commonjs/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/commonjs/generated/src/operations/callDialog.js +0 -116
- package/dist/commonjs/generated/src/operations/callDialog.js.map +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +0 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +0 -1
- package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/esm/eventprocessor/callAutomationEventProcessor.js +0 -137
- package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/esm/eventprocessor/eventResponses.d.ts +0 -123
- package/dist/esm/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/esm/eventprocessor/eventResponses.js +0 -4
- package/dist/esm/eventprocessor/eventResponses.js.map +0 -1
- package/dist/esm/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/esm/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/esm/generated/src/operations/callDialog.js +0 -111
- package/dist/esm/generated/src/operations/callDialog.js.map +0 -1
- package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/esm/generated/src/operationsInterfaces/callDialog.js +0 -9
- package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +0 -1
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +0 -137
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/react-native/eventprocessor/eventResponses.d.ts +0 -123
- package/dist/react-native/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/react-native/eventprocessor/eventResponses.js +0 -4
- package/dist/react-native/eventprocessor/eventResponses.js.map +0 -1
- package/dist/react-native/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/react-native/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callDialog.js +0 -111
- package/dist/react-native/generated/src/operations/callDialog.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +0 -1
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
10
|
+
exports.RemoveParticipantResponse = exports.RemoveParticipantRequest = exports.AddParticipantResponse = exports.AddParticipantRequest = exports.CallParticipantInternal = exports.GetParticipantsResponse = exports.StopMediaStreamingRequest = exports.StartMediaStreamingRequest = exports.UnholdRequest = exports.HoldRequest = exports.SendDtmfTonesResult = exports.SendDtmfTonesRequest = exports.ContinuousDtmfRecognitionRequest = exports.SpeechOptions = exports.Choice = exports.DtmfOptions = exports.RecognizeOptions = exports.RecognizeRequest = exports.UpdateTranscriptionRequest = exports.StopTranscriptionRequest = exports.StartTranscriptionRequest = exports.PlayOptionsInternal = exports.SsmlSourceInternal = exports.TextSourceInternal = exports.FileSourceInternal = exports.PlaySourceInternal = exports.PlayRequest = exports.TransferCallResponse = exports.CustomCallingContextInternal = exports.TransferToParticipantRequest = exports.CallLocator = exports.ConnectRequest = exports.RejectCallRequest = exports.RedirectCallRequest = exports.AnswerCallRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.TranscriptionSubscription = exports.MediaStreamingSubscription = exports.CallConnectionPropertiesInternal = exports.TranscriptionOptions = exports.MediaStreamingOptions = exports.CallIntelligenceOptionsInternal = exports.TeamsExtensionUserIdentifierModel = exports.MicrosoftTeamsAppIdentifierModel = exports.MicrosoftTeamsUserIdentifierModel = exports.PhoneNumberIdentifierModel = exports.CommunicationUserIdentifierModel = exports.CommunicationIdentifierModel = exports.CreateCallRequest = void 0;
|
|
11
|
+
exports.RestHoldFailed = exports.RestAnswerFailed = exports.RestCreateCallFailed = exports.RestTranscriptionFailed = exports.RestTranscriptionUpdated = exports.RestTranscriptionStopped = exports.RestTranscriptionStarted = exports.RestCancelAddParticipantFailed = exports.RestCancelAddParticipantSucceeded = exports.RestSendDtmfTonesFailed = exports.RestSendDtmfTonesCompleted = exports.RestContinuousDtmfRecognitionStopped = exports.RestContinuousDtmfRecognitionToneFailed = exports.RestContinuousDtmfRecognitionToneReceived = exports.RestRecognizeCanceled = exports.RestRecognizeFailed = exports.RestRecognizeCompleted = exports.RestPlayCanceled = exports.RestPlayFailed = exports.RestPlayCompleted = exports.RestParticipantsUpdated = exports.RestRecordingStateChanged = exports.RestCallTransferFailed = exports.RestCallTransferAccepted = exports.RestCallDisconnected = exports.RestCallConnected = exports.RestRemoveParticipantFailed = exports.RestRemoveParticipantSucceeded = exports.RestAddParticipantFailed = exports.RestAddParticipantSucceeded = exports.TranscriptionUpdate = exports.StartRecordingFailed = exports.MediaStreamingStopped = exports.MediaStreamingStarted = exports.MediaStreamingUpdate = exports.MediaStreamingFailed = exports.SpeechResult = exports.ChoiceResult = exports.DtmfResult = exports.PlayStarted = exports.RestResultInformation = exports.ConnectFailed = exports.RecordingStateResponse = exports.RecordingStorage = exports.ChannelAffinity = exports.StartCallRecordingRequest = exports.CancelAddParticipantResponse = exports.CancelAddParticipantRequest = exports.MuteParticipantsResult = exports.MuteParticipantsRequest = void 0;
|
|
12
|
+
exports.RestIncomingCall = void 0;
|
|
13
13
|
exports.CreateCallRequest = {
|
|
14
14
|
type: {
|
|
15
15
|
name: "Composite",
|
|
@@ -68,20 +68,6 @@ exports.CreateCallRequest = {
|
|
|
68
68
|
className: "CallIntelligenceOptionsInternal",
|
|
69
69
|
},
|
|
70
70
|
},
|
|
71
|
-
teamsAppSource: {
|
|
72
|
-
serializedName: "teamsAppSource",
|
|
73
|
-
type: {
|
|
74
|
-
name: "Composite",
|
|
75
|
-
className: "MicrosoftTeamsAppIdentifierModel",
|
|
76
|
-
},
|
|
77
|
-
},
|
|
78
|
-
customCallingContext: {
|
|
79
|
-
serializedName: "customCallingContext",
|
|
80
|
-
type: {
|
|
81
|
-
name: "Composite",
|
|
82
|
-
className: "CustomCallingContextInternal",
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
71
|
mediaStreamingOptions: {
|
|
86
72
|
serializedName: "mediaStreamingOptions",
|
|
87
73
|
type: {
|
|
@@ -96,6 +82,13 @@ exports.CreateCallRequest = {
|
|
|
96
82
|
className: "TranscriptionOptions",
|
|
97
83
|
},
|
|
98
84
|
},
|
|
85
|
+
teamsAppSource: {
|
|
86
|
+
serializedName: "teamsAppSource",
|
|
87
|
+
type: {
|
|
88
|
+
name: "Composite",
|
|
89
|
+
className: "MicrosoftTeamsAppIdentifierModel",
|
|
90
|
+
},
|
|
91
|
+
},
|
|
99
92
|
},
|
|
100
93
|
},
|
|
101
94
|
};
|
|
@@ -144,6 +137,13 @@ exports.CommunicationIdentifierModel = {
|
|
|
144
137
|
className: "MicrosoftTeamsAppIdentifierModel",
|
|
145
138
|
},
|
|
146
139
|
},
|
|
140
|
+
teamsExtensionUser: {
|
|
141
|
+
serializedName: "teamsExtensionUser",
|
|
142
|
+
type: {
|
|
143
|
+
name: "Composite",
|
|
144
|
+
className: "TeamsExtensionUserIdentifierModel",
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
147
|
},
|
|
148
148
|
},
|
|
149
149
|
};
|
|
@@ -174,6 +174,18 @@ exports.PhoneNumberIdentifierModel = {
|
|
|
174
174
|
name: "String",
|
|
175
175
|
},
|
|
176
176
|
},
|
|
177
|
+
isAnonymous: {
|
|
178
|
+
serializedName: "isAnonymous",
|
|
179
|
+
type: {
|
|
180
|
+
name: "Boolean",
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
|
+
assertedId: {
|
|
184
|
+
serializedName: "assertedId",
|
|
185
|
+
type: {
|
|
186
|
+
name: "String",
|
|
187
|
+
},
|
|
188
|
+
},
|
|
177
189
|
},
|
|
178
190
|
},
|
|
179
191
|
};
|
|
@@ -225,13 +237,34 @@ exports.MicrosoftTeamsAppIdentifierModel = {
|
|
|
225
237
|
},
|
|
226
238
|
},
|
|
227
239
|
};
|
|
228
|
-
exports.
|
|
240
|
+
exports.TeamsExtensionUserIdentifierModel = {
|
|
229
241
|
type: {
|
|
230
242
|
name: "Composite",
|
|
231
|
-
className: "
|
|
243
|
+
className: "TeamsExtensionUserIdentifierModel",
|
|
232
244
|
modelProperties: {
|
|
233
|
-
|
|
234
|
-
serializedName: "
|
|
245
|
+
userId: {
|
|
246
|
+
serializedName: "userId",
|
|
247
|
+
required: true,
|
|
248
|
+
type: {
|
|
249
|
+
name: "String",
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
tenantId: {
|
|
253
|
+
serializedName: "tenantId",
|
|
254
|
+
required: true,
|
|
255
|
+
type: {
|
|
256
|
+
name: "String",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
resourceId: {
|
|
260
|
+
serializedName: "resourceId",
|
|
261
|
+
required: true,
|
|
262
|
+
type: {
|
|
263
|
+
name: "String",
|
|
264
|
+
},
|
|
265
|
+
},
|
|
266
|
+
cloud: {
|
|
267
|
+
serializedName: "cloud",
|
|
235
268
|
type: {
|
|
236
269
|
name: "String",
|
|
237
270
|
},
|
|
@@ -239,23 +272,15 @@ exports.CallIntelligenceOptionsInternal = {
|
|
|
239
272
|
},
|
|
240
273
|
},
|
|
241
274
|
};
|
|
242
|
-
exports.
|
|
275
|
+
exports.CallIntelligenceOptionsInternal = {
|
|
243
276
|
type: {
|
|
244
277
|
name: "Composite",
|
|
245
|
-
className: "
|
|
278
|
+
className: "CallIntelligenceOptionsInternal",
|
|
246
279
|
modelProperties: {
|
|
247
|
-
|
|
248
|
-
serializedName: "
|
|
249
|
-
type: {
|
|
250
|
-
name: "Dictionary",
|
|
251
|
-
value: { type: { name: "String" } },
|
|
252
|
-
},
|
|
253
|
-
},
|
|
254
|
-
sipHeaders: {
|
|
255
|
-
serializedName: "sipHeaders",
|
|
280
|
+
cognitiveServicesEndpoint: {
|
|
281
|
+
serializedName: "cognitiveServicesEndpoint",
|
|
256
282
|
type: {
|
|
257
|
-
name: "
|
|
258
|
-
value: { type: { name: "String" } },
|
|
283
|
+
name: "String",
|
|
259
284
|
},
|
|
260
285
|
},
|
|
261
286
|
},
|
|
@@ -437,18 +462,6 @@ exports.CallConnectionPropertiesInternal = {
|
|
|
437
462
|
className: "CommunicationUserIdentifierModel",
|
|
438
463
|
},
|
|
439
464
|
},
|
|
440
|
-
mediaSubscriptionId: {
|
|
441
|
-
serializedName: "mediaSubscriptionId",
|
|
442
|
-
type: {
|
|
443
|
-
name: "String",
|
|
444
|
-
},
|
|
445
|
-
},
|
|
446
|
-
dataSubscriptionId: {
|
|
447
|
-
serializedName: "dataSubscriptionId",
|
|
448
|
-
type: {
|
|
449
|
-
name: "String",
|
|
450
|
-
},
|
|
451
|
-
},
|
|
452
465
|
mediaStreamingSubscription: {
|
|
453
466
|
serializedName: "mediaStreamingSubscription",
|
|
454
467
|
type: {
|
|
@@ -618,13 +631,6 @@ exports.AnswerCallRequest = {
|
|
|
618
631
|
name: "String",
|
|
619
632
|
},
|
|
620
633
|
},
|
|
621
|
-
customCallingContext: {
|
|
622
|
-
serializedName: "customCallingContext",
|
|
623
|
-
type: {
|
|
624
|
-
name: "Composite",
|
|
625
|
-
className: "CustomCallingContextInternal",
|
|
626
|
-
},
|
|
627
|
-
},
|
|
628
634
|
operationContext: {
|
|
629
635
|
serializedName: "operationContext",
|
|
630
636
|
type: {
|
|
@@ -681,13 +687,6 @@ exports.RedirectCallRequest = {
|
|
|
681
687
|
className: "CommunicationIdentifierModel",
|
|
682
688
|
},
|
|
683
689
|
},
|
|
684
|
-
customCallingContext: {
|
|
685
|
-
serializedName: "customCallingContext",
|
|
686
|
-
type: {
|
|
687
|
-
name: "Composite",
|
|
688
|
-
className: "CustomCallingContextInternal",
|
|
689
|
-
},
|
|
690
|
-
},
|
|
691
690
|
},
|
|
692
691
|
},
|
|
693
692
|
};
|
|
@@ -841,6 +840,28 @@ exports.TransferToParticipantRequest = {
|
|
|
841
840
|
},
|
|
842
841
|
},
|
|
843
842
|
};
|
|
843
|
+
exports.CustomCallingContextInternal = {
|
|
844
|
+
type: {
|
|
845
|
+
name: "Composite",
|
|
846
|
+
className: "CustomCallingContextInternal",
|
|
847
|
+
modelProperties: {
|
|
848
|
+
voipHeaders: {
|
|
849
|
+
serializedName: "voipHeaders",
|
|
850
|
+
type: {
|
|
851
|
+
name: "Dictionary",
|
|
852
|
+
value: { type: { name: "String" } },
|
|
853
|
+
},
|
|
854
|
+
},
|
|
855
|
+
sipHeaders: {
|
|
856
|
+
serializedName: "sipHeaders",
|
|
857
|
+
type: {
|
|
858
|
+
name: "Dictionary",
|
|
859
|
+
value: { type: { name: "String" } },
|
|
860
|
+
},
|
|
861
|
+
},
|
|
862
|
+
},
|
|
863
|
+
},
|
|
864
|
+
};
|
|
844
865
|
exports.TransferCallResponse = {
|
|
845
866
|
type: {
|
|
846
867
|
name: "Composite",
|
|
@@ -885,6 +906,12 @@ exports.PlayRequest = {
|
|
|
885
906
|
},
|
|
886
907
|
},
|
|
887
908
|
},
|
|
909
|
+
interruptCallMediaOperation: {
|
|
910
|
+
serializedName: "interruptCallMediaOperation",
|
|
911
|
+
type: {
|
|
912
|
+
name: "Boolean",
|
|
913
|
+
},
|
|
914
|
+
},
|
|
888
915
|
playOptions: {
|
|
889
916
|
serializedName: "playOptions",
|
|
890
917
|
type: {
|
|
@@ -1036,18 +1063,6 @@ exports.PlayOptionsInternal = {
|
|
|
1036
1063
|
name: "Boolean",
|
|
1037
1064
|
},
|
|
1038
1065
|
},
|
|
1039
|
-
interruptCallMediaOperation: {
|
|
1040
|
-
serializedName: "interruptCallMediaOperation",
|
|
1041
|
-
type: {
|
|
1042
|
-
name: "Boolean",
|
|
1043
|
-
},
|
|
1044
|
-
},
|
|
1045
|
-
interruptHoldAudio: {
|
|
1046
|
-
serializedName: "interruptHoldAudio",
|
|
1047
|
-
type: {
|
|
1048
|
-
name: "Boolean",
|
|
1049
|
-
},
|
|
1050
|
-
},
|
|
1051
1066
|
},
|
|
1052
1067
|
},
|
|
1053
1068
|
};
|
|
@@ -1074,12 +1089,6 @@ exports.StartTranscriptionRequest = {
|
|
|
1074
1089
|
name: "String",
|
|
1075
1090
|
},
|
|
1076
1091
|
},
|
|
1077
|
-
operationCallbackUri: {
|
|
1078
|
-
serializedName: "operationCallbackUri",
|
|
1079
|
-
type: {
|
|
1080
|
-
name: "String",
|
|
1081
|
-
},
|
|
1082
|
-
},
|
|
1083
1092
|
},
|
|
1084
1093
|
},
|
|
1085
1094
|
};
|
|
@@ -1094,8 +1103,29 @@ exports.StopTranscriptionRequest = {
|
|
|
1094
1103
|
name: "String",
|
|
1095
1104
|
},
|
|
1096
1105
|
},
|
|
1097
|
-
|
|
1098
|
-
|
|
1106
|
+
},
|
|
1107
|
+
},
|
|
1108
|
+
};
|
|
1109
|
+
exports.UpdateTranscriptionRequest = {
|
|
1110
|
+
type: {
|
|
1111
|
+
name: "Composite",
|
|
1112
|
+
className: "UpdateTranscriptionRequest",
|
|
1113
|
+
modelProperties: {
|
|
1114
|
+
locale: {
|
|
1115
|
+
serializedName: "locale",
|
|
1116
|
+
required: true,
|
|
1117
|
+
type: {
|
|
1118
|
+
name: "String",
|
|
1119
|
+
},
|
|
1120
|
+
},
|
|
1121
|
+
speechRecognitionModelEndpointId: {
|
|
1122
|
+
serializedName: "speechRecognitionModelEndpointId",
|
|
1123
|
+
type: {
|
|
1124
|
+
name: "String",
|
|
1125
|
+
},
|
|
1126
|
+
},
|
|
1127
|
+
operationContext: {
|
|
1128
|
+
serializedName: "operationContext",
|
|
1099
1129
|
type: {
|
|
1100
1130
|
name: "String",
|
|
1101
1131
|
},
|
|
@@ -1393,39 +1423,6 @@ exports.SendDtmfTonesResult = {
|
|
|
1393
1423
|
},
|
|
1394
1424
|
},
|
|
1395
1425
|
};
|
|
1396
|
-
exports.UpdateTranscriptionRequest = {
|
|
1397
|
-
type: {
|
|
1398
|
-
name: "Composite",
|
|
1399
|
-
className: "UpdateTranscriptionRequest",
|
|
1400
|
-
modelProperties: {
|
|
1401
|
-
locale: {
|
|
1402
|
-
serializedName: "locale",
|
|
1403
|
-
required: true,
|
|
1404
|
-
type: {
|
|
1405
|
-
name: "String",
|
|
1406
|
-
},
|
|
1407
|
-
},
|
|
1408
|
-
speechRecognitionModelEndpointId: {
|
|
1409
|
-
serializedName: "speechRecognitionModelEndpointId",
|
|
1410
|
-
type: {
|
|
1411
|
-
name: "String",
|
|
1412
|
-
},
|
|
1413
|
-
},
|
|
1414
|
-
operationContext: {
|
|
1415
|
-
serializedName: "operationContext",
|
|
1416
|
-
type: {
|
|
1417
|
-
name: "String",
|
|
1418
|
-
},
|
|
1419
|
-
},
|
|
1420
|
-
operationCallbackUri: {
|
|
1421
|
-
serializedName: "operationCallbackUri",
|
|
1422
|
-
type: {
|
|
1423
|
-
name: "String",
|
|
1424
|
-
},
|
|
1425
|
-
},
|
|
1426
|
-
},
|
|
1427
|
-
},
|
|
1428
|
-
};
|
|
1429
1426
|
exports.HoldRequest = {
|
|
1430
1427
|
type: {
|
|
1431
1428
|
name: "Composite",
|
|
@@ -1521,33 +1518,26 @@ exports.StopMediaStreamingRequest = {
|
|
|
1521
1518
|
},
|
|
1522
1519
|
},
|
|
1523
1520
|
};
|
|
1524
|
-
exports.
|
|
1521
|
+
exports.GetParticipantsResponse = {
|
|
1525
1522
|
type: {
|
|
1526
1523
|
name: "Composite",
|
|
1527
|
-
className: "
|
|
1524
|
+
className: "GetParticipantsResponse",
|
|
1528
1525
|
modelProperties: {
|
|
1529
|
-
|
|
1530
|
-
serializedName: "
|
|
1526
|
+
value: {
|
|
1527
|
+
serializedName: "value",
|
|
1531
1528
|
required: true,
|
|
1532
1529
|
type: {
|
|
1533
1530
|
name: "Sequence",
|
|
1534
1531
|
element: {
|
|
1535
1532
|
type: {
|
|
1536
1533
|
name: "Composite",
|
|
1537
|
-
className: "
|
|
1534
|
+
className: "CallParticipantInternal",
|
|
1538
1535
|
},
|
|
1539
1536
|
},
|
|
1540
1537
|
},
|
|
1541
1538
|
},
|
|
1542
|
-
|
|
1543
|
-
serializedName: "
|
|
1544
|
-
type: {
|
|
1545
|
-
name: "Composite",
|
|
1546
|
-
className: "CommunicationIdentifierModel",
|
|
1547
|
-
},
|
|
1548
|
-
},
|
|
1549
|
-
operationContext: {
|
|
1550
|
-
serializedName: "operationContext",
|
|
1539
|
+
nextLink: {
|
|
1540
|
+
serializedName: "nextLink",
|
|
1551
1541
|
type: {
|
|
1552
1542
|
name: "String",
|
|
1553
1543
|
},
|
|
@@ -1555,216 +1545,49 @@ exports.InterruptAudioAndAnnounceRequest = {
|
|
|
1555
1545
|
},
|
|
1556
1546
|
},
|
|
1557
1547
|
};
|
|
1558
|
-
exports.
|
|
1548
|
+
exports.CallParticipantInternal = {
|
|
1559
1549
|
type: {
|
|
1560
1550
|
name: "Composite",
|
|
1561
|
-
className: "
|
|
1551
|
+
className: "CallParticipantInternal",
|
|
1562
1552
|
modelProperties: {
|
|
1563
|
-
|
|
1564
|
-
serializedName: "
|
|
1553
|
+
identifier: {
|
|
1554
|
+
serializedName: "identifier",
|
|
1565
1555
|
type: {
|
|
1566
1556
|
name: "Composite",
|
|
1567
|
-
className: "
|
|
1557
|
+
className: "CommunicationIdentifierModel",
|
|
1568
1558
|
},
|
|
1569
1559
|
},
|
|
1570
|
-
|
|
1571
|
-
serializedName: "
|
|
1560
|
+
isMuted: {
|
|
1561
|
+
serializedName: "isMuted",
|
|
1572
1562
|
type: {
|
|
1573
|
-
name: "
|
|
1563
|
+
name: "Boolean",
|
|
1574
1564
|
},
|
|
1575
1565
|
},
|
|
1576
|
-
|
|
1577
|
-
serializedName: "
|
|
1566
|
+
isOnHold: {
|
|
1567
|
+
serializedName: "isOnHold",
|
|
1578
1568
|
type: {
|
|
1579
|
-
name: "
|
|
1569
|
+
name: "Boolean",
|
|
1580
1570
|
},
|
|
1581
1571
|
},
|
|
1582
1572
|
},
|
|
1583
1573
|
},
|
|
1584
1574
|
};
|
|
1585
|
-
exports.
|
|
1575
|
+
exports.AddParticipantRequest = {
|
|
1586
1576
|
type: {
|
|
1587
1577
|
name: "Composite",
|
|
1588
|
-
className: "
|
|
1589
|
-
uberParent: "BaseDialog",
|
|
1590
|
-
polymorphicDiscriminator: {
|
|
1591
|
-
serializedName: "kind",
|
|
1592
|
-
clientName: "kind",
|
|
1593
|
-
},
|
|
1578
|
+
className: "AddParticipantRequest",
|
|
1594
1579
|
modelProperties: {
|
|
1595
|
-
|
|
1596
|
-
serializedName: "
|
|
1597
|
-
required: true,
|
|
1580
|
+
sourceCallerIdNumber: {
|
|
1581
|
+
serializedName: "sourceCallerIdNumber",
|
|
1598
1582
|
type: {
|
|
1599
|
-
name: "
|
|
1583
|
+
name: "Composite",
|
|
1584
|
+
className: "PhoneNumberIdentifierModel",
|
|
1600
1585
|
},
|
|
1601
1586
|
},
|
|
1602
|
-
|
|
1603
|
-
serializedName: "
|
|
1604
|
-
required: true,
|
|
1587
|
+
sourceDisplayName: {
|
|
1588
|
+
serializedName: "sourceDisplayName",
|
|
1605
1589
|
type: {
|
|
1606
|
-
name: "
|
|
1607
|
-
value: {
|
|
1608
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
1609
|
-
},
|
|
1610
|
-
},
|
|
1611
|
-
},
|
|
1612
|
-
},
|
|
1613
|
-
},
|
|
1614
|
-
};
|
|
1615
|
-
exports.DialogStateResponse = {
|
|
1616
|
-
type: {
|
|
1617
|
-
name: "Composite",
|
|
1618
|
-
className: "DialogStateResponse",
|
|
1619
|
-
modelProperties: {
|
|
1620
|
-
dialogId: {
|
|
1621
|
-
serializedName: "dialogId",
|
|
1622
|
-
type: {
|
|
1623
|
-
name: "String",
|
|
1624
|
-
},
|
|
1625
|
-
},
|
|
1626
|
-
dialog: {
|
|
1627
|
-
serializedName: "dialog",
|
|
1628
|
-
type: {
|
|
1629
|
-
name: "Composite",
|
|
1630
|
-
className: "BaseDialog",
|
|
1631
|
-
},
|
|
1632
|
-
},
|
|
1633
|
-
operationContext: {
|
|
1634
|
-
serializedName: "operationContext",
|
|
1635
|
-
type: {
|
|
1636
|
-
name: "String",
|
|
1637
|
-
},
|
|
1638
|
-
},
|
|
1639
|
-
},
|
|
1640
|
-
},
|
|
1641
|
-
};
|
|
1642
|
-
exports.UpdateDialogRequest = {
|
|
1643
|
-
type: {
|
|
1644
|
-
name: "Composite",
|
|
1645
|
-
className: "UpdateDialogRequest",
|
|
1646
|
-
modelProperties: {
|
|
1647
|
-
dialog: {
|
|
1648
|
-
serializedName: "dialog",
|
|
1649
|
-
type: {
|
|
1650
|
-
name: "Composite",
|
|
1651
|
-
className: "DialogUpdateBase",
|
|
1652
|
-
},
|
|
1653
|
-
},
|
|
1654
|
-
operationCallbackUri: {
|
|
1655
|
-
serializedName: "operationCallbackUri",
|
|
1656
|
-
type: {
|
|
1657
|
-
name: "String",
|
|
1658
|
-
},
|
|
1659
|
-
},
|
|
1660
|
-
operationContext: {
|
|
1661
|
-
serializedName: "operationContext",
|
|
1662
|
-
type: {
|
|
1663
|
-
name: "String",
|
|
1664
|
-
},
|
|
1665
|
-
},
|
|
1666
|
-
},
|
|
1667
|
-
},
|
|
1668
|
-
};
|
|
1669
|
-
exports.DialogUpdateBase = {
|
|
1670
|
-
type: {
|
|
1671
|
-
name: "Composite",
|
|
1672
|
-
className: "DialogUpdateBase",
|
|
1673
|
-
uberParent: "DialogUpdateBase",
|
|
1674
|
-
polymorphicDiscriminator: {
|
|
1675
|
-
serializedName: "kind",
|
|
1676
|
-
clientName: "kind",
|
|
1677
|
-
},
|
|
1678
|
-
modelProperties: {
|
|
1679
|
-
kind: {
|
|
1680
|
-
serializedName: "kind",
|
|
1681
|
-
required: true,
|
|
1682
|
-
type: {
|
|
1683
|
-
name: "String",
|
|
1684
|
-
},
|
|
1685
|
-
},
|
|
1686
|
-
context: {
|
|
1687
|
-
serializedName: "context",
|
|
1688
|
-
type: {
|
|
1689
|
-
name: "Dictionary",
|
|
1690
|
-
value: {
|
|
1691
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
1692
|
-
},
|
|
1693
|
-
},
|
|
1694
|
-
},
|
|
1695
|
-
},
|
|
1696
|
-
},
|
|
1697
|
-
};
|
|
1698
|
-
exports.GetParticipantsResponse = {
|
|
1699
|
-
type: {
|
|
1700
|
-
name: "Composite",
|
|
1701
|
-
className: "GetParticipantsResponse",
|
|
1702
|
-
modelProperties: {
|
|
1703
|
-
value: {
|
|
1704
|
-
serializedName: "value",
|
|
1705
|
-
required: true,
|
|
1706
|
-
type: {
|
|
1707
|
-
name: "Sequence",
|
|
1708
|
-
element: {
|
|
1709
|
-
type: {
|
|
1710
|
-
name: "Composite",
|
|
1711
|
-
className: "CallParticipantInternal",
|
|
1712
|
-
},
|
|
1713
|
-
},
|
|
1714
|
-
},
|
|
1715
|
-
},
|
|
1716
|
-
nextLink: {
|
|
1717
|
-
serializedName: "nextLink",
|
|
1718
|
-
type: {
|
|
1719
|
-
name: "String",
|
|
1720
|
-
},
|
|
1721
|
-
},
|
|
1722
|
-
},
|
|
1723
|
-
},
|
|
1724
|
-
};
|
|
1725
|
-
exports.CallParticipantInternal = {
|
|
1726
|
-
type: {
|
|
1727
|
-
name: "Composite",
|
|
1728
|
-
className: "CallParticipantInternal",
|
|
1729
|
-
modelProperties: {
|
|
1730
|
-
identifier: {
|
|
1731
|
-
serializedName: "identifier",
|
|
1732
|
-
type: {
|
|
1733
|
-
name: "Composite",
|
|
1734
|
-
className: "CommunicationIdentifierModel",
|
|
1735
|
-
},
|
|
1736
|
-
},
|
|
1737
|
-
isMuted: {
|
|
1738
|
-
serializedName: "isMuted",
|
|
1739
|
-
type: {
|
|
1740
|
-
name: "Boolean",
|
|
1741
|
-
},
|
|
1742
|
-
},
|
|
1743
|
-
isOnHold: {
|
|
1744
|
-
serializedName: "isOnHold",
|
|
1745
|
-
type: {
|
|
1746
|
-
name: "Boolean",
|
|
1747
|
-
},
|
|
1748
|
-
},
|
|
1749
|
-
},
|
|
1750
|
-
},
|
|
1751
|
-
};
|
|
1752
|
-
exports.AddParticipantRequest = {
|
|
1753
|
-
type: {
|
|
1754
|
-
name: "Composite",
|
|
1755
|
-
className: "AddParticipantRequest",
|
|
1756
|
-
modelProperties: {
|
|
1757
|
-
sourceCallerIdNumber: {
|
|
1758
|
-
serializedName: "sourceCallerIdNumber",
|
|
1759
|
-
type: {
|
|
1760
|
-
name: "Composite",
|
|
1761
|
-
className: "PhoneNumberIdentifierModel",
|
|
1762
|
-
},
|
|
1763
|
-
},
|
|
1764
|
-
sourceDisplayName: {
|
|
1765
|
-
serializedName: "sourceDisplayName",
|
|
1766
|
-
type: {
|
|
1767
|
-
name: "String",
|
|
1590
|
+
name: "String",
|
|
1768
1591
|
},
|
|
1769
1592
|
},
|
|
1770
1593
|
participantToAdd: {
|
|
@@ -1915,47 +1738,6 @@ exports.MuteParticipantsResult = {
|
|
|
1915
1738
|
},
|
|
1916
1739
|
},
|
|
1917
1740
|
};
|
|
1918
|
-
exports.UnmuteParticipantsRequest = {
|
|
1919
|
-
type: {
|
|
1920
|
-
name: "Composite",
|
|
1921
|
-
className: "UnmuteParticipantsRequest",
|
|
1922
|
-
modelProperties: {
|
|
1923
|
-
targetParticipants: {
|
|
1924
|
-
serializedName: "targetParticipants",
|
|
1925
|
-
required: true,
|
|
1926
|
-
type: {
|
|
1927
|
-
name: "Sequence",
|
|
1928
|
-
element: {
|
|
1929
|
-
type: {
|
|
1930
|
-
name: "Composite",
|
|
1931
|
-
className: "CommunicationIdentifierModel",
|
|
1932
|
-
},
|
|
1933
|
-
},
|
|
1934
|
-
},
|
|
1935
|
-
},
|
|
1936
|
-
operationContext: {
|
|
1937
|
-
serializedName: "operationContext",
|
|
1938
|
-
type: {
|
|
1939
|
-
name: "String",
|
|
1940
|
-
},
|
|
1941
|
-
},
|
|
1942
|
-
},
|
|
1943
|
-
},
|
|
1944
|
-
};
|
|
1945
|
-
exports.UnmuteParticipantsResponse = {
|
|
1946
|
-
type: {
|
|
1947
|
-
name: "Composite",
|
|
1948
|
-
className: "UnmuteParticipantsResponse",
|
|
1949
|
-
modelProperties: {
|
|
1950
|
-
operationContext: {
|
|
1951
|
-
serializedName: "operationContext",
|
|
1952
|
-
type: {
|
|
1953
|
-
name: "String",
|
|
1954
|
-
},
|
|
1955
|
-
},
|
|
1956
|
-
},
|
|
1957
|
-
},
|
|
1958
|
-
};
|
|
1959
1741
|
exports.CancelAddParticipantRequest = {
|
|
1960
1742
|
type: {
|
|
1961
1743
|
name: "Composite",
|
|
@@ -2157,168 +1939,118 @@ exports.RecordingStateResponse = {
|
|
|
2157
1939
|
},
|
|
2158
1940
|
},
|
|
2159
1941
|
};
|
|
2160
|
-
exports.
|
|
1942
|
+
exports.ConnectFailed = {
|
|
2161
1943
|
type: {
|
|
2162
1944
|
name: "Composite",
|
|
2163
|
-
className: "
|
|
1945
|
+
className: "ConnectFailed",
|
|
2164
1946
|
modelProperties: {
|
|
2165
|
-
|
|
2166
|
-
serializedName: "
|
|
2167
|
-
readOnly: true,
|
|
1947
|
+
callConnectionId: {
|
|
1948
|
+
serializedName: "callConnectionId",
|
|
2168
1949
|
type: {
|
|
2169
1950
|
name: "String",
|
|
2170
1951
|
},
|
|
2171
1952
|
},
|
|
2172
|
-
|
|
2173
|
-
serializedName: "
|
|
2174
|
-
type: {
|
|
2175
|
-
name: "Composite",
|
|
2176
|
-
className: "RecordingStorageInfo",
|
|
2177
|
-
},
|
|
2178
|
-
},
|
|
2179
|
-
errors: {
|
|
2180
|
-
serializedName: "errors",
|
|
2181
|
-
readOnly: true,
|
|
2182
|
-
type: {
|
|
2183
|
-
name: "Sequence",
|
|
2184
|
-
element: {
|
|
2185
|
-
type: {
|
|
2186
|
-
name: "Composite",
|
|
2187
|
-
className: "ErrorModel",
|
|
2188
|
-
},
|
|
2189
|
-
},
|
|
2190
|
-
},
|
|
2191
|
-
},
|
|
2192
|
-
recordingStartTime: {
|
|
2193
|
-
serializedName: "recordingStartTime",
|
|
2194
|
-
readOnly: true,
|
|
1953
|
+
serverCallId: {
|
|
1954
|
+
serializedName: "serverCallId",
|
|
2195
1955
|
type: {
|
|
2196
|
-
name: "
|
|
1956
|
+
name: "String",
|
|
2197
1957
|
},
|
|
2198
1958
|
},
|
|
2199
|
-
|
|
2200
|
-
serializedName: "
|
|
2201
|
-
readOnly: true,
|
|
1959
|
+
correlationId: {
|
|
1960
|
+
serializedName: "correlationId",
|
|
2202
1961
|
type: {
|
|
2203
|
-
name: "
|
|
1962
|
+
name: "String",
|
|
2204
1963
|
},
|
|
2205
1964
|
},
|
|
2206
|
-
|
|
2207
|
-
serializedName: "
|
|
2208
|
-
readOnly: true,
|
|
1965
|
+
operationContext: {
|
|
1966
|
+
serializedName: "operationContext",
|
|
2209
1967
|
type: {
|
|
2210
1968
|
name: "String",
|
|
2211
1969
|
},
|
|
2212
1970
|
},
|
|
2213
|
-
|
|
2214
|
-
serializedName: "
|
|
2215
|
-
readOnly: true,
|
|
1971
|
+
resultInformation: {
|
|
1972
|
+
serializedName: "resultInformation",
|
|
2216
1973
|
type: {
|
|
2217
|
-
name: "
|
|
1974
|
+
name: "Composite",
|
|
1975
|
+
className: "RestResultInformation",
|
|
2218
1976
|
},
|
|
2219
1977
|
},
|
|
2220
1978
|
},
|
|
2221
1979
|
},
|
|
2222
1980
|
};
|
|
2223
|
-
exports.
|
|
1981
|
+
exports.RestResultInformation = {
|
|
2224
1982
|
type: {
|
|
2225
1983
|
name: "Composite",
|
|
2226
|
-
className: "
|
|
1984
|
+
className: "RestResultInformation",
|
|
2227
1985
|
modelProperties: {
|
|
2228
|
-
|
|
2229
|
-
serializedName: "
|
|
1986
|
+
code: {
|
|
1987
|
+
serializedName: "code",
|
|
2230
1988
|
type: {
|
|
2231
|
-
name: "
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
1989
|
+
name: "Number",
|
|
1990
|
+
},
|
|
1991
|
+
},
|
|
1992
|
+
subCode: {
|
|
1993
|
+
serializedName: "subCode",
|
|
1994
|
+
type: {
|
|
1995
|
+
name: "Number",
|
|
1996
|
+
},
|
|
1997
|
+
},
|
|
1998
|
+
message: {
|
|
1999
|
+
serializedName: "message",
|
|
2000
|
+
type: {
|
|
2001
|
+
name: "String",
|
|
2238
2002
|
},
|
|
2239
2003
|
},
|
|
2240
2004
|
},
|
|
2241
2005
|
},
|
|
2242
2006
|
};
|
|
2243
|
-
exports.
|
|
2007
|
+
exports.PlayStarted = {
|
|
2244
2008
|
type: {
|
|
2245
2009
|
name: "Composite",
|
|
2246
|
-
className: "
|
|
2010
|
+
className: "PlayStarted",
|
|
2247
2011
|
modelProperties: {
|
|
2248
|
-
|
|
2249
|
-
serializedName: "
|
|
2012
|
+
callConnectionId: {
|
|
2013
|
+
serializedName: "callConnectionId",
|
|
2250
2014
|
type: {
|
|
2251
2015
|
name: "String",
|
|
2252
2016
|
},
|
|
2253
2017
|
},
|
|
2254
|
-
|
|
2255
|
-
serializedName: "
|
|
2256
|
-
type: {
|
|
2257
|
-
name: "Number",
|
|
2258
|
-
},
|
|
2259
|
-
},
|
|
2260
|
-
endReason: {
|
|
2261
|
-
serializedName: "endReason",
|
|
2018
|
+
serverCallId: {
|
|
2019
|
+
serializedName: "serverCallId",
|
|
2262
2020
|
type: {
|
|
2263
2021
|
name: "String",
|
|
2264
2022
|
},
|
|
2265
2023
|
},
|
|
2266
|
-
|
|
2267
|
-
serializedName: "
|
|
2024
|
+
correlationId: {
|
|
2025
|
+
serializedName: "correlationId",
|
|
2268
2026
|
type: {
|
|
2269
2027
|
name: "String",
|
|
2270
2028
|
},
|
|
2271
2029
|
},
|
|
2272
|
-
|
|
2273
|
-
serializedName: "
|
|
2030
|
+
operationContext: {
|
|
2031
|
+
serializedName: "operationContext",
|
|
2274
2032
|
type: {
|
|
2275
2033
|
name: "String",
|
|
2276
2034
|
},
|
|
2277
2035
|
},
|
|
2278
|
-
|
|
2279
|
-
serializedName: "
|
|
2036
|
+
resultInformation: {
|
|
2037
|
+
serializedName: "resultInformation",
|
|
2280
2038
|
type: {
|
|
2281
|
-
name: "
|
|
2039
|
+
name: "Composite",
|
|
2040
|
+
className: "RestResultInformation",
|
|
2282
2041
|
},
|
|
2283
2042
|
},
|
|
2284
2043
|
},
|
|
2285
2044
|
},
|
|
2286
2045
|
};
|
|
2287
|
-
exports.
|
|
2046
|
+
exports.DtmfResult = {
|
|
2288
2047
|
type: {
|
|
2289
2048
|
name: "Composite",
|
|
2290
|
-
className: "
|
|
2049
|
+
className: "DtmfResult",
|
|
2291
2050
|
modelProperties: {
|
|
2292
|
-
|
|
2293
|
-
serializedName: "
|
|
2294
|
-
|
|
2295
|
-
name: "String",
|
|
2296
|
-
},
|
|
2297
|
-
},
|
|
2298
|
-
message: {
|
|
2299
|
-
serializedName: "message",
|
|
2300
|
-
type: {
|
|
2301
|
-
name: "String",
|
|
2302
|
-
},
|
|
2303
|
-
},
|
|
2304
|
-
innerError: {
|
|
2305
|
-
serializedName: "innerError",
|
|
2306
|
-
type: {
|
|
2307
|
-
name: "Composite",
|
|
2308
|
-
className: "ErrorModel",
|
|
2309
|
-
},
|
|
2310
|
-
},
|
|
2311
|
-
},
|
|
2312
|
-
},
|
|
2313
|
-
};
|
|
2314
|
-
exports.DtmfResult = {
|
|
2315
|
-
type: {
|
|
2316
|
-
name: "Composite",
|
|
2317
|
-
className: "DtmfResult",
|
|
2318
|
-
modelProperties: {
|
|
2319
|
-
tones: {
|
|
2320
|
-
serializedName: "tones",
|
|
2321
|
-
readOnly: true,
|
|
2051
|
+
tones: {
|
|
2052
|
+
serializedName: "tones",
|
|
2053
|
+
readOnly: true,
|
|
2322
2054
|
type: {
|
|
2323
2055
|
name: "Sequence",
|
|
2324
2056
|
element: {
|
|
@@ -2365,225 +2097,16 @@ exports.SpeechResult = {
|
|
|
2365
2097
|
},
|
|
2366
2098
|
},
|
|
2367
2099
|
};
|
|
2368
|
-
exports.
|
|
2369
|
-
type: {
|
|
2370
|
-
name: "Composite",
|
|
2371
|
-
className: "DialogCompleted",
|
|
2372
|
-
modelProperties: {
|
|
2373
|
-
dialogInputType: {
|
|
2374
|
-
serializedName: "dialogInputType",
|
|
2375
|
-
type: {
|
|
2376
|
-
name: "String",
|
|
2377
|
-
},
|
|
2378
|
-
},
|
|
2379
|
-
dialogId: {
|
|
2380
|
-
serializedName: "dialogId",
|
|
2381
|
-
readOnly: true,
|
|
2382
|
-
type: {
|
|
2383
|
-
name: "String",
|
|
2384
|
-
},
|
|
2385
|
-
},
|
|
2386
|
-
callConnectionId: {
|
|
2387
|
-
serializedName: "callConnectionId",
|
|
2388
|
-
type: {
|
|
2389
|
-
name: "String",
|
|
2390
|
-
},
|
|
2391
|
-
},
|
|
2392
|
-
serverCallId: {
|
|
2393
|
-
serializedName: "serverCallId",
|
|
2394
|
-
type: {
|
|
2395
|
-
name: "String",
|
|
2396
|
-
},
|
|
2397
|
-
},
|
|
2398
|
-
correlationId: {
|
|
2399
|
-
serializedName: "correlationId",
|
|
2400
|
-
type: {
|
|
2401
|
-
name: "String",
|
|
2402
|
-
},
|
|
2403
|
-
},
|
|
2404
|
-
operationContext: {
|
|
2405
|
-
serializedName: "operationContext",
|
|
2406
|
-
type: {
|
|
2407
|
-
name: "String",
|
|
2408
|
-
},
|
|
2409
|
-
},
|
|
2410
|
-
resultInformation: {
|
|
2411
|
-
serializedName: "resultInformation",
|
|
2412
|
-
type: {
|
|
2413
|
-
name: "Composite",
|
|
2414
|
-
className: "RestResultInformation",
|
|
2415
|
-
},
|
|
2416
|
-
},
|
|
2417
|
-
},
|
|
2418
|
-
},
|
|
2419
|
-
};
|
|
2420
|
-
exports.RestResultInformation = {
|
|
2421
|
-
type: {
|
|
2422
|
-
name: "Composite",
|
|
2423
|
-
className: "RestResultInformation",
|
|
2424
|
-
modelProperties: {
|
|
2425
|
-
code: {
|
|
2426
|
-
serializedName: "code",
|
|
2427
|
-
type: {
|
|
2428
|
-
name: "Number",
|
|
2429
|
-
},
|
|
2430
|
-
},
|
|
2431
|
-
subCode: {
|
|
2432
|
-
serializedName: "subCode",
|
|
2433
|
-
type: {
|
|
2434
|
-
name: "Number",
|
|
2435
|
-
},
|
|
2436
|
-
},
|
|
2437
|
-
message: {
|
|
2438
|
-
serializedName: "message",
|
|
2439
|
-
type: {
|
|
2440
|
-
name: "String",
|
|
2441
|
-
},
|
|
2442
|
-
},
|
|
2443
|
-
},
|
|
2444
|
-
},
|
|
2445
|
-
};
|
|
2446
|
-
exports.DialogFailed = {
|
|
2447
|
-
type: {
|
|
2448
|
-
name: "Composite",
|
|
2449
|
-
className: "DialogFailed",
|
|
2450
|
-
modelProperties: {
|
|
2451
|
-
dialogInputType: {
|
|
2452
|
-
serializedName: "dialogInputType",
|
|
2453
|
-
type: {
|
|
2454
|
-
name: "String",
|
|
2455
|
-
},
|
|
2456
|
-
},
|
|
2457
|
-
dialogId: {
|
|
2458
|
-
serializedName: "dialogId",
|
|
2459
|
-
readOnly: true,
|
|
2460
|
-
type: {
|
|
2461
|
-
name: "String",
|
|
2462
|
-
},
|
|
2463
|
-
},
|
|
2464
|
-
callConnectionId: {
|
|
2465
|
-
serializedName: "callConnectionId",
|
|
2466
|
-
type: {
|
|
2467
|
-
name: "String",
|
|
2468
|
-
},
|
|
2469
|
-
},
|
|
2470
|
-
serverCallId: {
|
|
2471
|
-
serializedName: "serverCallId",
|
|
2472
|
-
type: {
|
|
2473
|
-
name: "String",
|
|
2474
|
-
},
|
|
2475
|
-
},
|
|
2476
|
-
correlationId: {
|
|
2477
|
-
serializedName: "correlationId",
|
|
2478
|
-
type: {
|
|
2479
|
-
name: "String",
|
|
2480
|
-
},
|
|
2481
|
-
},
|
|
2482
|
-
operationContext: {
|
|
2483
|
-
serializedName: "operationContext",
|
|
2484
|
-
type: {
|
|
2485
|
-
name: "String",
|
|
2486
|
-
},
|
|
2487
|
-
},
|
|
2488
|
-
resultInformation: {
|
|
2489
|
-
serializedName: "resultInformation",
|
|
2490
|
-
type: {
|
|
2491
|
-
name: "Composite",
|
|
2492
|
-
className: "RestResultInformation",
|
|
2493
|
-
},
|
|
2494
|
-
},
|
|
2495
|
-
},
|
|
2496
|
-
},
|
|
2497
|
-
};
|
|
2498
|
-
exports.DialogConsent = {
|
|
2100
|
+
exports.MediaStreamingFailed = {
|
|
2499
2101
|
type: {
|
|
2500
2102
|
name: "Composite",
|
|
2501
|
-
className: "
|
|
2103
|
+
className: "MediaStreamingFailed",
|
|
2502
2104
|
modelProperties: {
|
|
2503
|
-
|
|
2504
|
-
serializedName: "
|
|
2505
|
-
type: {
|
|
2506
|
-
name: "String",
|
|
2507
|
-
},
|
|
2508
|
-
},
|
|
2509
|
-
userConsent: {
|
|
2510
|
-
serializedName: "userConsent",
|
|
2511
|
-
type: {
|
|
2512
|
-
name: "Composite",
|
|
2513
|
-
className: "UserConsent",
|
|
2514
|
-
},
|
|
2515
|
-
},
|
|
2516
|
-
dialogId: {
|
|
2517
|
-
serializedName: "dialogId",
|
|
2518
|
-
readOnly: true,
|
|
2519
|
-
type: {
|
|
2520
|
-
name: "String",
|
|
2521
|
-
},
|
|
2522
|
-
},
|
|
2523
|
-
callConnectionId: {
|
|
2524
|
-
serializedName: "callConnectionId",
|
|
2525
|
-
type: {
|
|
2526
|
-
name: "String",
|
|
2527
|
-
},
|
|
2528
|
-
},
|
|
2529
|
-
serverCallId: {
|
|
2530
|
-
serializedName: "serverCallId",
|
|
2531
|
-
type: {
|
|
2532
|
-
name: "String",
|
|
2533
|
-
},
|
|
2534
|
-
},
|
|
2535
|
-
correlationId: {
|
|
2536
|
-
serializedName: "correlationId",
|
|
2537
|
-
type: {
|
|
2538
|
-
name: "String",
|
|
2539
|
-
},
|
|
2540
|
-
},
|
|
2541
|
-
operationContext: {
|
|
2542
|
-
serializedName: "operationContext",
|
|
2543
|
-
type: {
|
|
2544
|
-
name: "String",
|
|
2545
|
-
},
|
|
2546
|
-
},
|
|
2547
|
-
resultInformation: {
|
|
2548
|
-
serializedName: "resultInformation",
|
|
2105
|
+
mediaStreamingUpdate: {
|
|
2106
|
+
serializedName: "mediaStreamingUpdate",
|
|
2549
2107
|
type: {
|
|
2550
2108
|
name: "Composite",
|
|
2551
|
-
className: "
|
|
2552
|
-
},
|
|
2553
|
-
},
|
|
2554
|
-
},
|
|
2555
|
-
},
|
|
2556
|
-
};
|
|
2557
|
-
exports.UserConsent = {
|
|
2558
|
-
type: {
|
|
2559
|
-
name: "Composite",
|
|
2560
|
-
className: "UserConsent",
|
|
2561
|
-
modelProperties: {
|
|
2562
|
-
recording: {
|
|
2563
|
-
serializedName: "recording",
|
|
2564
|
-
type: {
|
|
2565
|
-
name: "Number",
|
|
2566
|
-
},
|
|
2567
|
-
},
|
|
2568
|
-
},
|
|
2569
|
-
},
|
|
2570
|
-
};
|
|
2571
|
-
exports.DialogStarted = {
|
|
2572
|
-
type: {
|
|
2573
|
-
name: "Composite",
|
|
2574
|
-
className: "DialogStarted",
|
|
2575
|
-
modelProperties: {
|
|
2576
|
-
dialogInputType: {
|
|
2577
|
-
serializedName: "dialogInputType",
|
|
2578
|
-
type: {
|
|
2579
|
-
name: "String",
|
|
2580
|
-
},
|
|
2581
|
-
},
|
|
2582
|
-
dialogId: {
|
|
2583
|
-
serializedName: "dialogId",
|
|
2584
|
-
readOnly: true,
|
|
2585
|
-
type: {
|
|
2586
|
-
name: "String",
|
|
2109
|
+
className: "MediaStreamingUpdate",
|
|
2587
2110
|
},
|
|
2588
2111
|
},
|
|
2589
2112
|
callConnectionId: {
|
|
@@ -2620,692 +2143,44 @@ exports.DialogStarted = {
|
|
|
2620
2143
|
},
|
|
2621
2144
|
},
|
|
2622
2145
|
};
|
|
2623
|
-
exports.
|
|
2146
|
+
exports.MediaStreamingUpdate = {
|
|
2624
2147
|
type: {
|
|
2625
2148
|
name: "Composite",
|
|
2626
|
-
className: "
|
|
2149
|
+
className: "MediaStreamingUpdate",
|
|
2627
2150
|
modelProperties: {
|
|
2628
|
-
|
|
2629
|
-
serializedName: "
|
|
2630
|
-
type: {
|
|
2631
|
-
name: "String",
|
|
2632
|
-
},
|
|
2633
|
-
},
|
|
2634
|
-
dialogId: {
|
|
2635
|
-
serializedName: "dialogId",
|
|
2636
|
-
readOnly: true,
|
|
2637
|
-
type: {
|
|
2638
|
-
name: "String",
|
|
2639
|
-
},
|
|
2640
|
-
},
|
|
2641
|
-
ivrContext: {
|
|
2642
|
-
serializedName: "ivrContext",
|
|
2643
|
-
readOnly: true,
|
|
2644
|
-
type: {
|
|
2645
|
-
name: "Dictionary",
|
|
2646
|
-
value: { type: { name: "any" } },
|
|
2647
|
-
},
|
|
2648
|
-
},
|
|
2649
|
-
callConnectionId: {
|
|
2650
|
-
serializedName: "callConnectionId",
|
|
2651
|
-
type: {
|
|
2652
|
-
name: "String",
|
|
2653
|
-
},
|
|
2654
|
-
},
|
|
2655
|
-
serverCallId: {
|
|
2656
|
-
serializedName: "serverCallId",
|
|
2151
|
+
contentType: {
|
|
2152
|
+
serializedName: "contentType",
|
|
2657
2153
|
type: {
|
|
2658
2154
|
name: "String",
|
|
2659
2155
|
},
|
|
2660
2156
|
},
|
|
2661
|
-
|
|
2662
|
-
serializedName: "
|
|
2157
|
+
mediaStreamingStatus: {
|
|
2158
|
+
serializedName: "mediaStreamingStatus",
|
|
2663
2159
|
type: {
|
|
2664
2160
|
name: "String",
|
|
2665
2161
|
},
|
|
2666
2162
|
},
|
|
2667
|
-
|
|
2668
|
-
serializedName: "
|
|
2163
|
+
mediaStreamingStatusDetails: {
|
|
2164
|
+
serializedName: "mediaStreamingStatusDetails",
|
|
2669
2165
|
type: {
|
|
2670
2166
|
name: "String",
|
|
2671
2167
|
},
|
|
2672
2168
|
},
|
|
2673
|
-
resultInformation: {
|
|
2674
|
-
serializedName: "resultInformation",
|
|
2675
|
-
type: {
|
|
2676
|
-
name: "Composite",
|
|
2677
|
-
className: "RestResultInformation",
|
|
2678
|
-
},
|
|
2679
|
-
},
|
|
2680
2169
|
},
|
|
2681
2170
|
},
|
|
2682
2171
|
};
|
|
2683
|
-
exports.
|
|
2172
|
+
exports.MediaStreamingStarted = {
|
|
2684
2173
|
type: {
|
|
2685
2174
|
name: "Composite",
|
|
2686
|
-
className: "
|
|
2687
|
-
modelProperties: {
|
|
2688
|
-
dialogInputType: {
|
|
2689
|
-
serializedName: "dialogInputType",
|
|
2690
|
-
type: {
|
|
2691
|
-
name: "String",
|
|
2692
|
-
},
|
|
2693
|
-
},
|
|
2694
|
-
dialogId: {
|
|
2695
|
-
serializedName: "dialogId",
|
|
2696
|
-
readOnly: true,
|
|
2697
|
-
type: {
|
|
2698
|
-
name: "String",
|
|
2699
|
-
},
|
|
2700
|
-
},
|
|
2701
|
-
transferType: {
|
|
2702
|
-
serializedName: "transferType",
|
|
2703
|
-
readOnly: true,
|
|
2704
|
-
type: {
|
|
2705
|
-
name: "String",
|
|
2706
|
-
},
|
|
2707
|
-
},
|
|
2708
|
-
transferDestination: {
|
|
2709
|
-
serializedName: "transferDestination",
|
|
2710
|
-
readOnly: true,
|
|
2711
|
-
type: {
|
|
2712
|
-
name: "String",
|
|
2713
|
-
},
|
|
2714
|
-
},
|
|
2715
|
-
ivrContext: {
|
|
2716
|
-
serializedName: "ivrContext",
|
|
2717
|
-
readOnly: true,
|
|
2718
|
-
type: {
|
|
2719
|
-
name: "Dictionary",
|
|
2720
|
-
value: { type: { name: "any" } },
|
|
2721
|
-
},
|
|
2722
|
-
},
|
|
2723
|
-
callConnectionId: {
|
|
2724
|
-
serializedName: "callConnectionId",
|
|
2725
|
-
type: {
|
|
2726
|
-
name: "String",
|
|
2727
|
-
},
|
|
2728
|
-
},
|
|
2729
|
-
serverCallId: {
|
|
2730
|
-
serializedName: "serverCallId",
|
|
2731
|
-
type: {
|
|
2732
|
-
name: "String",
|
|
2733
|
-
},
|
|
2734
|
-
},
|
|
2735
|
-
correlationId: {
|
|
2736
|
-
serializedName: "correlationId",
|
|
2737
|
-
type: {
|
|
2738
|
-
name: "String",
|
|
2739
|
-
},
|
|
2740
|
-
},
|
|
2741
|
-
operationContext: {
|
|
2742
|
-
serializedName: "operationContext",
|
|
2743
|
-
type: {
|
|
2744
|
-
name: "String",
|
|
2745
|
-
},
|
|
2746
|
-
},
|
|
2747
|
-
resultInformation: {
|
|
2748
|
-
serializedName: "resultInformation",
|
|
2749
|
-
type: {
|
|
2750
|
-
name: "Composite",
|
|
2751
|
-
className: "RestResultInformation",
|
|
2752
|
-
},
|
|
2753
|
-
},
|
|
2754
|
-
},
|
|
2755
|
-
},
|
|
2756
|
-
};
|
|
2757
|
-
exports.DialogLanguageChange = {
|
|
2758
|
-
type: {
|
|
2759
|
-
name: "Composite",
|
|
2760
|
-
className: "DialogLanguageChange",
|
|
2761
|
-
modelProperties: {
|
|
2762
|
-
dialogInputType: {
|
|
2763
|
-
serializedName: "dialogInputType",
|
|
2764
|
-
type: {
|
|
2765
|
-
name: "String",
|
|
2766
|
-
},
|
|
2767
|
-
},
|
|
2768
|
-
dialogId: {
|
|
2769
|
-
serializedName: "dialogId",
|
|
2770
|
-
readOnly: true,
|
|
2771
|
-
type: {
|
|
2772
|
-
name: "String",
|
|
2773
|
-
},
|
|
2774
|
-
},
|
|
2775
|
-
selectedLanguage: {
|
|
2776
|
-
serializedName: "selectedLanguage",
|
|
2777
|
-
readOnly: true,
|
|
2778
|
-
type: {
|
|
2779
|
-
name: "String",
|
|
2780
|
-
},
|
|
2781
|
-
},
|
|
2782
|
-
ivrContext: {
|
|
2783
|
-
serializedName: "ivrContext",
|
|
2784
|
-
readOnly: true,
|
|
2785
|
-
type: {
|
|
2786
|
-
name: "Dictionary",
|
|
2787
|
-
value: { type: { name: "any" } },
|
|
2788
|
-
},
|
|
2789
|
-
},
|
|
2790
|
-
callConnectionId: {
|
|
2791
|
-
serializedName: "callConnectionId",
|
|
2792
|
-
type: {
|
|
2793
|
-
name: "String",
|
|
2794
|
-
},
|
|
2795
|
-
},
|
|
2796
|
-
serverCallId: {
|
|
2797
|
-
serializedName: "serverCallId",
|
|
2798
|
-
type: {
|
|
2799
|
-
name: "String",
|
|
2800
|
-
},
|
|
2801
|
-
},
|
|
2802
|
-
correlationId: {
|
|
2803
|
-
serializedName: "correlationId",
|
|
2804
|
-
type: {
|
|
2805
|
-
name: "String",
|
|
2806
|
-
},
|
|
2807
|
-
},
|
|
2808
|
-
operationContext: {
|
|
2809
|
-
serializedName: "operationContext",
|
|
2810
|
-
type: {
|
|
2811
|
-
name: "String",
|
|
2812
|
-
},
|
|
2813
|
-
},
|
|
2814
|
-
resultInformation: {
|
|
2815
|
-
serializedName: "resultInformation",
|
|
2816
|
-
type: {
|
|
2817
|
-
name: "Composite",
|
|
2818
|
-
className: "RestResultInformation",
|
|
2819
|
-
},
|
|
2820
|
-
},
|
|
2821
|
-
},
|
|
2822
|
-
},
|
|
2823
|
-
};
|
|
2824
|
-
exports.DialogSensitivityUpdate = {
|
|
2825
|
-
type: {
|
|
2826
|
-
name: "Composite",
|
|
2827
|
-
className: "DialogSensitivityUpdate",
|
|
2828
|
-
modelProperties: {
|
|
2829
|
-
dialogInputType: {
|
|
2830
|
-
serializedName: "dialogInputType",
|
|
2831
|
-
type: {
|
|
2832
|
-
name: "String",
|
|
2833
|
-
},
|
|
2834
|
-
},
|
|
2835
|
-
dialogId: {
|
|
2836
|
-
serializedName: "dialogId",
|
|
2837
|
-
readOnly: true,
|
|
2838
|
-
type: {
|
|
2839
|
-
name: "String",
|
|
2840
|
-
},
|
|
2841
|
-
},
|
|
2842
|
-
sensitiveMask: {
|
|
2843
|
-
serializedName: "sensitiveMask",
|
|
2844
|
-
readOnly: true,
|
|
2845
|
-
type: {
|
|
2846
|
-
name: "Boolean",
|
|
2847
|
-
},
|
|
2848
|
-
},
|
|
2849
|
-
callConnectionId: {
|
|
2850
|
-
serializedName: "callConnectionId",
|
|
2851
|
-
type: {
|
|
2852
|
-
name: "String",
|
|
2853
|
-
},
|
|
2854
|
-
},
|
|
2855
|
-
serverCallId: {
|
|
2856
|
-
serializedName: "serverCallId",
|
|
2857
|
-
type: {
|
|
2858
|
-
name: "String",
|
|
2859
|
-
},
|
|
2860
|
-
},
|
|
2861
|
-
correlationId: {
|
|
2862
|
-
serializedName: "correlationId",
|
|
2863
|
-
type: {
|
|
2864
|
-
name: "String",
|
|
2865
|
-
},
|
|
2866
|
-
},
|
|
2867
|
-
operationContext: {
|
|
2868
|
-
serializedName: "operationContext",
|
|
2869
|
-
type: {
|
|
2870
|
-
name: "String",
|
|
2871
|
-
},
|
|
2872
|
-
},
|
|
2873
|
-
resultInformation: {
|
|
2874
|
-
serializedName: "resultInformation",
|
|
2875
|
-
type: {
|
|
2876
|
-
name: "Composite",
|
|
2877
|
-
className: "RestResultInformation",
|
|
2878
|
-
},
|
|
2879
|
-
},
|
|
2880
|
-
},
|
|
2881
|
-
},
|
|
2882
|
-
};
|
|
2883
|
-
exports.DialogUpdated = {
|
|
2884
|
-
type: {
|
|
2885
|
-
name: "Composite",
|
|
2886
|
-
className: "DialogUpdated",
|
|
2887
|
-
modelProperties: {
|
|
2888
|
-
dialogInputType: {
|
|
2889
|
-
serializedName: "dialogInputType",
|
|
2890
|
-
type: {
|
|
2891
|
-
name: "String",
|
|
2892
|
-
},
|
|
2893
|
-
},
|
|
2894
|
-
dialogId: {
|
|
2895
|
-
serializedName: "dialogId",
|
|
2896
|
-
readOnly: true,
|
|
2897
|
-
type: {
|
|
2898
|
-
name: "String",
|
|
2899
|
-
},
|
|
2900
|
-
},
|
|
2901
|
-
ivrContext: {
|
|
2902
|
-
serializedName: "ivrContext",
|
|
2903
|
-
readOnly: true,
|
|
2904
|
-
type: {
|
|
2905
|
-
name: "Dictionary",
|
|
2906
|
-
value: { type: { name: "any" } },
|
|
2907
|
-
},
|
|
2908
|
-
},
|
|
2909
|
-
callConnectionId: {
|
|
2910
|
-
serializedName: "callConnectionId",
|
|
2911
|
-
type: {
|
|
2912
|
-
name: "String",
|
|
2913
|
-
},
|
|
2914
|
-
},
|
|
2915
|
-
serverCallId: {
|
|
2916
|
-
serializedName: "serverCallId",
|
|
2917
|
-
type: {
|
|
2918
|
-
name: "String",
|
|
2919
|
-
},
|
|
2920
|
-
},
|
|
2921
|
-
correlationId: {
|
|
2922
|
-
serializedName: "correlationId",
|
|
2923
|
-
type: {
|
|
2924
|
-
name: "String",
|
|
2925
|
-
},
|
|
2926
|
-
},
|
|
2927
|
-
operationContext: {
|
|
2928
|
-
serializedName: "operationContext",
|
|
2929
|
-
type: {
|
|
2930
|
-
name: "String",
|
|
2931
|
-
},
|
|
2932
|
-
},
|
|
2933
|
-
resultInformation: {
|
|
2934
|
-
serializedName: "resultInformation",
|
|
2935
|
-
type: {
|
|
2936
|
-
name: "Composite",
|
|
2937
|
-
className: "RestResultInformation",
|
|
2938
|
-
},
|
|
2939
|
-
},
|
|
2940
|
-
},
|
|
2941
|
-
},
|
|
2942
|
-
};
|
|
2943
|
-
exports.TranscriptionUpdate = {
|
|
2944
|
-
type: {
|
|
2945
|
-
name: "Composite",
|
|
2946
|
-
className: "TranscriptionUpdate",
|
|
2947
|
-
modelProperties: {
|
|
2948
|
-
transcriptionStatus: {
|
|
2949
|
-
serializedName: "transcriptionStatus",
|
|
2950
|
-
type: {
|
|
2951
|
-
name: "String",
|
|
2952
|
-
},
|
|
2953
|
-
},
|
|
2954
|
-
transcriptionStatusDetails: {
|
|
2955
|
-
serializedName: "transcriptionStatusDetails",
|
|
2956
|
-
type: {
|
|
2957
|
-
name: "String",
|
|
2958
|
-
},
|
|
2959
|
-
},
|
|
2960
|
-
},
|
|
2961
|
-
},
|
|
2962
|
-
};
|
|
2963
|
-
exports.MediaStreamingUpdate = {
|
|
2964
|
-
type: {
|
|
2965
|
-
name: "Composite",
|
|
2966
|
-
className: "MediaStreamingUpdate",
|
|
2967
|
-
modelProperties: {
|
|
2968
|
-
contentType: {
|
|
2969
|
-
serializedName: "contentType",
|
|
2970
|
-
type: {
|
|
2971
|
-
name: "String",
|
|
2972
|
-
},
|
|
2973
|
-
},
|
|
2974
|
-
mediaStreamingStatus: {
|
|
2975
|
-
serializedName: "mediaStreamingStatus",
|
|
2976
|
-
type: {
|
|
2977
|
-
name: "String",
|
|
2978
|
-
},
|
|
2979
|
-
},
|
|
2980
|
-
mediaStreamingStatusDetails: {
|
|
2981
|
-
serializedName: "mediaStreamingStatusDetails",
|
|
2982
|
-
type: {
|
|
2983
|
-
name: "String",
|
|
2984
|
-
},
|
|
2985
|
-
},
|
|
2986
|
-
},
|
|
2987
|
-
},
|
|
2988
|
-
};
|
|
2989
|
-
exports.RestAddParticipantSucceeded = {
|
|
2990
|
-
type: {
|
|
2991
|
-
name: "Composite",
|
|
2992
|
-
className: "RestAddParticipantSucceeded",
|
|
2993
|
-
modelProperties: {
|
|
2994
|
-
callConnectionId: {
|
|
2995
|
-
serializedName: "callConnectionId",
|
|
2996
|
-
type: {
|
|
2997
|
-
name: "String",
|
|
2998
|
-
},
|
|
2999
|
-
},
|
|
3000
|
-
serverCallId: {
|
|
3001
|
-
serializedName: "serverCallId",
|
|
3002
|
-
type: {
|
|
3003
|
-
name: "String",
|
|
3004
|
-
},
|
|
3005
|
-
},
|
|
3006
|
-
correlationId: {
|
|
3007
|
-
serializedName: "correlationId",
|
|
3008
|
-
type: {
|
|
3009
|
-
name: "String",
|
|
3010
|
-
},
|
|
3011
|
-
},
|
|
3012
|
-
operationContext: {
|
|
3013
|
-
serializedName: "operationContext",
|
|
3014
|
-
type: {
|
|
3015
|
-
name: "String",
|
|
3016
|
-
},
|
|
3017
|
-
},
|
|
3018
|
-
resultInformation: {
|
|
3019
|
-
serializedName: "resultInformation",
|
|
3020
|
-
type: {
|
|
3021
|
-
name: "Composite",
|
|
3022
|
-
className: "RestResultInformation",
|
|
3023
|
-
},
|
|
3024
|
-
},
|
|
3025
|
-
participant: {
|
|
3026
|
-
serializedName: "participant",
|
|
3027
|
-
type: {
|
|
3028
|
-
name: "Composite",
|
|
3029
|
-
className: "CommunicationIdentifierModel",
|
|
3030
|
-
},
|
|
3031
|
-
},
|
|
3032
|
-
},
|
|
3033
|
-
},
|
|
3034
|
-
};
|
|
3035
|
-
exports.RestAddParticipantFailed = {
|
|
3036
|
-
type: {
|
|
3037
|
-
name: "Composite",
|
|
3038
|
-
className: "RestAddParticipantFailed",
|
|
3039
|
-
modelProperties: {
|
|
3040
|
-
callConnectionId: {
|
|
3041
|
-
serializedName: "callConnectionId",
|
|
3042
|
-
type: {
|
|
3043
|
-
name: "String",
|
|
3044
|
-
},
|
|
3045
|
-
},
|
|
3046
|
-
serverCallId: {
|
|
3047
|
-
serializedName: "serverCallId",
|
|
3048
|
-
type: {
|
|
3049
|
-
name: "String",
|
|
3050
|
-
},
|
|
3051
|
-
},
|
|
3052
|
-
correlationId: {
|
|
3053
|
-
serializedName: "correlationId",
|
|
3054
|
-
type: {
|
|
3055
|
-
name: "String",
|
|
3056
|
-
},
|
|
3057
|
-
},
|
|
3058
|
-
operationContext: {
|
|
3059
|
-
serializedName: "operationContext",
|
|
3060
|
-
type: {
|
|
3061
|
-
name: "String",
|
|
3062
|
-
},
|
|
3063
|
-
},
|
|
3064
|
-
resultInformation: {
|
|
3065
|
-
serializedName: "resultInformation",
|
|
3066
|
-
type: {
|
|
3067
|
-
name: "Composite",
|
|
3068
|
-
className: "RestResultInformation",
|
|
3069
|
-
},
|
|
3070
|
-
},
|
|
3071
|
-
participant: {
|
|
3072
|
-
serializedName: "participant",
|
|
3073
|
-
type: {
|
|
3074
|
-
name: "Composite",
|
|
3075
|
-
className: "CommunicationIdentifierModel",
|
|
3076
|
-
},
|
|
3077
|
-
},
|
|
3078
|
-
},
|
|
3079
|
-
},
|
|
3080
|
-
};
|
|
3081
|
-
exports.RestRemoveParticipantSucceeded = {
|
|
3082
|
-
type: {
|
|
3083
|
-
name: "Composite",
|
|
3084
|
-
className: "RestRemoveParticipantSucceeded",
|
|
3085
|
-
modelProperties: {
|
|
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
|
-
participant: {
|
|
3118
|
-
serializedName: "participant",
|
|
3119
|
-
type: {
|
|
3120
|
-
name: "Composite",
|
|
3121
|
-
className: "CommunicationIdentifierModel",
|
|
3122
|
-
},
|
|
3123
|
-
},
|
|
3124
|
-
},
|
|
3125
|
-
},
|
|
3126
|
-
};
|
|
3127
|
-
exports.RestRemoveParticipantFailed = {
|
|
3128
|
-
type: {
|
|
3129
|
-
name: "Composite",
|
|
3130
|
-
className: "RestRemoveParticipantFailed",
|
|
3131
|
-
modelProperties: {
|
|
3132
|
-
callConnectionId: {
|
|
3133
|
-
serializedName: "callConnectionId",
|
|
3134
|
-
type: {
|
|
3135
|
-
name: "String",
|
|
3136
|
-
},
|
|
3137
|
-
},
|
|
3138
|
-
serverCallId: {
|
|
3139
|
-
serializedName: "serverCallId",
|
|
3140
|
-
type: {
|
|
3141
|
-
name: "String",
|
|
3142
|
-
},
|
|
3143
|
-
},
|
|
3144
|
-
correlationId: {
|
|
3145
|
-
serializedName: "correlationId",
|
|
3146
|
-
type: {
|
|
3147
|
-
name: "String",
|
|
3148
|
-
},
|
|
3149
|
-
},
|
|
3150
|
-
operationContext: {
|
|
3151
|
-
serializedName: "operationContext",
|
|
3152
|
-
type: {
|
|
3153
|
-
name: "String",
|
|
3154
|
-
},
|
|
3155
|
-
},
|
|
3156
|
-
resultInformation: {
|
|
3157
|
-
serializedName: "resultInformation",
|
|
3158
|
-
type: {
|
|
3159
|
-
name: "Composite",
|
|
3160
|
-
className: "RestResultInformation",
|
|
3161
|
-
},
|
|
3162
|
-
},
|
|
3163
|
-
participant: {
|
|
3164
|
-
serializedName: "participant",
|
|
3165
|
-
type: {
|
|
3166
|
-
name: "Composite",
|
|
3167
|
-
className: "CommunicationIdentifierModel",
|
|
3168
|
-
},
|
|
3169
|
-
},
|
|
3170
|
-
},
|
|
3171
|
-
},
|
|
3172
|
-
};
|
|
3173
|
-
exports.RestCallConnected = {
|
|
3174
|
-
type: {
|
|
3175
|
-
name: "Composite",
|
|
3176
|
-
className: "RestCallConnected",
|
|
3177
|
-
modelProperties: {
|
|
3178
|
-
callConnectionId: {
|
|
3179
|
-
serializedName: "callConnectionId",
|
|
3180
|
-
type: {
|
|
3181
|
-
name: "String",
|
|
3182
|
-
},
|
|
3183
|
-
},
|
|
3184
|
-
serverCallId: {
|
|
3185
|
-
serializedName: "serverCallId",
|
|
3186
|
-
type: {
|
|
3187
|
-
name: "String",
|
|
3188
|
-
},
|
|
3189
|
-
},
|
|
3190
|
-
correlationId: {
|
|
3191
|
-
serializedName: "correlationId",
|
|
3192
|
-
type: {
|
|
3193
|
-
name: "String",
|
|
3194
|
-
},
|
|
3195
|
-
},
|
|
3196
|
-
operationContext: {
|
|
3197
|
-
serializedName: "operationContext",
|
|
3198
|
-
type: {
|
|
3199
|
-
name: "String",
|
|
3200
|
-
},
|
|
3201
|
-
},
|
|
3202
|
-
resultInformation: {
|
|
3203
|
-
serializedName: "resultInformation",
|
|
3204
|
-
type: {
|
|
3205
|
-
name: "Composite",
|
|
3206
|
-
className: "RestResultInformation",
|
|
3207
|
-
},
|
|
3208
|
-
},
|
|
3209
|
-
},
|
|
3210
|
-
},
|
|
3211
|
-
};
|
|
3212
|
-
exports.RestCallDisconnected = {
|
|
3213
|
-
type: {
|
|
3214
|
-
name: "Composite",
|
|
3215
|
-
className: "RestCallDisconnected",
|
|
3216
|
-
modelProperties: {
|
|
3217
|
-
callConnectionId: {
|
|
3218
|
-
serializedName: "callConnectionId",
|
|
3219
|
-
type: {
|
|
3220
|
-
name: "String",
|
|
3221
|
-
},
|
|
3222
|
-
},
|
|
3223
|
-
serverCallId: {
|
|
3224
|
-
serializedName: "serverCallId",
|
|
3225
|
-
type: {
|
|
3226
|
-
name: "String",
|
|
3227
|
-
},
|
|
3228
|
-
},
|
|
3229
|
-
correlationId: {
|
|
3230
|
-
serializedName: "correlationId",
|
|
3231
|
-
type: {
|
|
3232
|
-
name: "String",
|
|
3233
|
-
},
|
|
3234
|
-
},
|
|
3235
|
-
operationContext: {
|
|
3236
|
-
serializedName: "operationContext",
|
|
3237
|
-
type: {
|
|
3238
|
-
name: "String",
|
|
3239
|
-
},
|
|
3240
|
-
},
|
|
3241
|
-
resultInformation: {
|
|
3242
|
-
serializedName: "resultInformation",
|
|
3243
|
-
type: {
|
|
3244
|
-
name: "Composite",
|
|
3245
|
-
className: "RestResultInformation",
|
|
3246
|
-
},
|
|
3247
|
-
},
|
|
3248
|
-
},
|
|
3249
|
-
},
|
|
3250
|
-
};
|
|
3251
|
-
exports.RestCallTransferAccepted = {
|
|
3252
|
-
type: {
|
|
3253
|
-
name: "Composite",
|
|
3254
|
-
className: "RestCallTransferAccepted",
|
|
3255
|
-
modelProperties: {
|
|
3256
|
-
callConnectionId: {
|
|
3257
|
-
serializedName: "callConnectionId",
|
|
3258
|
-
type: {
|
|
3259
|
-
name: "String",
|
|
3260
|
-
},
|
|
3261
|
-
},
|
|
3262
|
-
serverCallId: {
|
|
3263
|
-
serializedName: "serverCallId",
|
|
3264
|
-
type: {
|
|
3265
|
-
name: "String",
|
|
3266
|
-
},
|
|
3267
|
-
},
|
|
3268
|
-
correlationId: {
|
|
3269
|
-
serializedName: "correlationId",
|
|
3270
|
-
type: {
|
|
3271
|
-
name: "String",
|
|
3272
|
-
},
|
|
3273
|
-
},
|
|
3274
|
-
operationContext: {
|
|
3275
|
-
serializedName: "operationContext",
|
|
3276
|
-
type: {
|
|
3277
|
-
name: "String",
|
|
3278
|
-
},
|
|
3279
|
-
},
|
|
3280
|
-
resultInformation: {
|
|
3281
|
-
serializedName: "resultInformation",
|
|
3282
|
-
type: {
|
|
3283
|
-
name: "Composite",
|
|
3284
|
-
className: "RestResultInformation",
|
|
3285
|
-
},
|
|
3286
|
-
},
|
|
3287
|
-
transferTarget: {
|
|
3288
|
-
serializedName: "transferTarget",
|
|
3289
|
-
type: {
|
|
3290
|
-
name: "Composite",
|
|
3291
|
-
className: "CommunicationIdentifierModel",
|
|
3292
|
-
},
|
|
3293
|
-
},
|
|
3294
|
-
transferee: {
|
|
3295
|
-
serializedName: "transferee",
|
|
3296
|
-
type: {
|
|
3297
|
-
name: "Composite",
|
|
3298
|
-
className: "CommunicationIdentifierModel",
|
|
3299
|
-
},
|
|
3300
|
-
},
|
|
3301
|
-
},
|
|
3302
|
-
},
|
|
3303
|
-
};
|
|
3304
|
-
exports.RestCallTransferFailed = {
|
|
3305
|
-
type: {
|
|
3306
|
-
name: "Composite",
|
|
3307
|
-
className: "RestCallTransferFailed",
|
|
2175
|
+
className: "MediaStreamingStarted",
|
|
3308
2176
|
modelProperties: {
|
|
2177
|
+
mediaStreamingUpdate: {
|
|
2178
|
+
serializedName: "mediaStreamingUpdate",
|
|
2179
|
+
type: {
|
|
2180
|
+
name: "Composite",
|
|
2181
|
+
className: "MediaStreamingUpdate",
|
|
2182
|
+
},
|
|
2183
|
+
},
|
|
3309
2184
|
callConnectionId: {
|
|
3310
2185
|
serializedName: "callConnectionId",
|
|
3311
2186
|
type: {
|
|
@@ -3340,11 +2215,18 @@ exports.RestCallTransferFailed = {
|
|
|
3340
2215
|
},
|
|
3341
2216
|
},
|
|
3342
2217
|
};
|
|
3343
|
-
exports.
|
|
2218
|
+
exports.MediaStreamingStopped = {
|
|
3344
2219
|
type: {
|
|
3345
2220
|
name: "Composite",
|
|
3346
|
-
className: "
|
|
2221
|
+
className: "MediaStreamingStopped",
|
|
3347
2222
|
modelProperties: {
|
|
2223
|
+
mediaStreamingUpdate: {
|
|
2224
|
+
serializedName: "mediaStreamingUpdate",
|
|
2225
|
+
type: {
|
|
2226
|
+
name: "Composite",
|
|
2227
|
+
className: "MediaStreamingUpdate",
|
|
2228
|
+
},
|
|
2229
|
+
},
|
|
3348
2230
|
callConnectionId: {
|
|
3349
2231
|
serializedName: "callConnectionId",
|
|
3350
2232
|
type: {
|
|
@@ -3363,28 +2245,8 @@ exports.RestRecordingStateChanged = {
|
|
|
3363
2245
|
name: "String",
|
|
3364
2246
|
},
|
|
3365
2247
|
},
|
|
3366
|
-
|
|
3367
|
-
serializedName: "
|
|
3368
|
-
readOnly: true,
|
|
3369
|
-
type: {
|
|
3370
|
-
name: "String",
|
|
3371
|
-
},
|
|
3372
|
-
},
|
|
3373
|
-
state: {
|
|
3374
|
-
serializedName: "state",
|
|
3375
|
-
type: {
|
|
3376
|
-
name: "String",
|
|
3377
|
-
},
|
|
3378
|
-
},
|
|
3379
|
-
startDateTime: {
|
|
3380
|
-
serializedName: "startDateTime",
|
|
3381
|
-
readOnly: true,
|
|
3382
|
-
type: {
|
|
3383
|
-
name: "DateTime",
|
|
3384
|
-
},
|
|
3385
|
-
},
|
|
3386
|
-
recordingKind: {
|
|
3387
|
-
serializedName: "recordingKind",
|
|
2248
|
+
operationContext: {
|
|
2249
|
+
serializedName: "operationContext",
|
|
3388
2250
|
type: {
|
|
3389
2251
|
name: "String",
|
|
3390
2252
|
},
|
|
@@ -3399,11 +2261,18 @@ exports.RestRecordingStateChanged = {
|
|
|
3399
2261
|
},
|
|
3400
2262
|
},
|
|
3401
2263
|
};
|
|
3402
|
-
exports.
|
|
2264
|
+
exports.StartRecordingFailed = {
|
|
3403
2265
|
type: {
|
|
3404
2266
|
name: "Composite",
|
|
3405
|
-
className: "
|
|
2267
|
+
className: "StartRecordingFailed",
|
|
3406
2268
|
modelProperties: {
|
|
2269
|
+
recordingId: {
|
|
2270
|
+
serializedName: "recordingId",
|
|
2271
|
+
readOnly: true,
|
|
2272
|
+
type: {
|
|
2273
|
+
name: "String",
|
|
2274
|
+
},
|
|
2275
|
+
},
|
|
3407
2276
|
callConnectionId: {
|
|
3408
2277
|
serializedName: "callConnectionId",
|
|
3409
2278
|
type: {
|
|
@@ -3422,22 +2291,10 @@ exports.RestParticipantsUpdated = {
|
|
|
3422
2291
|
name: "String",
|
|
3423
2292
|
},
|
|
3424
2293
|
},
|
|
3425
|
-
|
|
3426
|
-
serializedName: "
|
|
3427
|
-
type: {
|
|
3428
|
-
name: "Number",
|
|
3429
|
-
},
|
|
3430
|
-
},
|
|
3431
|
-
participants: {
|
|
3432
|
-
serializedName: "participants",
|
|
2294
|
+
operationContext: {
|
|
2295
|
+
serializedName: "operationContext",
|
|
3433
2296
|
type: {
|
|
3434
|
-
name: "
|
|
3435
|
-
element: {
|
|
3436
|
-
type: {
|
|
3437
|
-
name: "Composite",
|
|
3438
|
-
className: "CallParticipantInternal",
|
|
3439
|
-
},
|
|
3440
|
-
},
|
|
2297
|
+
name: "String",
|
|
3441
2298
|
},
|
|
3442
2299
|
},
|
|
3443
2300
|
resultInformation: {
|
|
@@ -3450,49 +2307,30 @@ exports.RestParticipantsUpdated = {
|
|
|
3450
2307
|
},
|
|
3451
2308
|
},
|
|
3452
2309
|
};
|
|
3453
|
-
exports.
|
|
2310
|
+
exports.TranscriptionUpdate = {
|
|
3454
2311
|
type: {
|
|
3455
2312
|
name: "Composite",
|
|
3456
|
-
className: "
|
|
2313
|
+
className: "TranscriptionUpdate",
|
|
3457
2314
|
modelProperties: {
|
|
3458
|
-
|
|
3459
|
-
serializedName: "
|
|
3460
|
-
type: {
|
|
3461
|
-
name: "String",
|
|
3462
|
-
},
|
|
3463
|
-
},
|
|
3464
|
-
serverCallId: {
|
|
3465
|
-
serializedName: "serverCallId",
|
|
3466
|
-
type: {
|
|
3467
|
-
name: "String",
|
|
3468
|
-
},
|
|
3469
|
-
},
|
|
3470
|
-
correlationId: {
|
|
3471
|
-
serializedName: "correlationId",
|
|
2315
|
+
transcriptionStatus: {
|
|
2316
|
+
serializedName: "transcriptionStatus",
|
|
3472
2317
|
type: {
|
|
3473
2318
|
name: "String",
|
|
3474
2319
|
},
|
|
3475
2320
|
},
|
|
3476
|
-
|
|
3477
|
-
serializedName: "
|
|
2321
|
+
transcriptionStatusDetails: {
|
|
2322
|
+
serializedName: "transcriptionStatusDetails",
|
|
3478
2323
|
type: {
|
|
3479
2324
|
name: "String",
|
|
3480
2325
|
},
|
|
3481
2326
|
},
|
|
3482
|
-
resultInformation: {
|
|
3483
|
-
serializedName: "resultInformation",
|
|
3484
|
-
type: {
|
|
3485
|
-
name: "Composite",
|
|
3486
|
-
className: "RestResultInformation",
|
|
3487
|
-
},
|
|
3488
|
-
},
|
|
3489
2327
|
},
|
|
3490
2328
|
},
|
|
3491
2329
|
};
|
|
3492
|
-
exports.
|
|
2330
|
+
exports.RestAddParticipantSucceeded = {
|
|
3493
2331
|
type: {
|
|
3494
2332
|
name: "Composite",
|
|
3495
|
-
className: "
|
|
2333
|
+
className: "RestAddParticipantSucceeded",
|
|
3496
2334
|
modelProperties: {
|
|
3497
2335
|
callConnectionId: {
|
|
3498
2336
|
serializedName: "callConnectionId",
|
|
@@ -3525,19 +2363,20 @@ exports.RestPlayFailed = {
|
|
|
3525
2363
|
className: "RestResultInformation",
|
|
3526
2364
|
},
|
|
3527
2365
|
},
|
|
3528
|
-
|
|
3529
|
-
serializedName: "
|
|
2366
|
+
participant: {
|
|
2367
|
+
serializedName: "participant",
|
|
3530
2368
|
type: {
|
|
3531
|
-
name: "
|
|
2369
|
+
name: "Composite",
|
|
2370
|
+
className: "CommunicationIdentifierModel",
|
|
3532
2371
|
},
|
|
3533
2372
|
},
|
|
3534
2373
|
},
|
|
3535
2374
|
},
|
|
3536
2375
|
};
|
|
3537
|
-
exports.
|
|
2376
|
+
exports.RestAddParticipantFailed = {
|
|
3538
2377
|
type: {
|
|
3539
2378
|
name: "Composite",
|
|
3540
|
-
className: "
|
|
2379
|
+
className: "RestAddParticipantFailed",
|
|
3541
2380
|
modelProperties: {
|
|
3542
2381
|
callConnectionId: {
|
|
3543
2382
|
serializedName: "callConnectionId",
|
|
@@ -3570,13 +2409,20 @@ exports.RestPlayCanceled = {
|
|
|
3570
2409
|
className: "RestResultInformation",
|
|
3571
2410
|
},
|
|
3572
2411
|
},
|
|
2412
|
+
participant: {
|
|
2413
|
+
serializedName: "participant",
|
|
2414
|
+
type: {
|
|
2415
|
+
name: "Composite",
|
|
2416
|
+
className: "CommunicationIdentifierModel",
|
|
2417
|
+
},
|
|
2418
|
+
},
|
|
3573
2419
|
},
|
|
3574
2420
|
},
|
|
3575
2421
|
};
|
|
3576
|
-
exports.
|
|
2422
|
+
exports.RestRemoveParticipantSucceeded = {
|
|
3577
2423
|
type: {
|
|
3578
2424
|
name: "Composite",
|
|
3579
|
-
className: "
|
|
2425
|
+
className: "RestRemoveParticipantSucceeded",
|
|
3580
2426
|
modelProperties: {
|
|
3581
2427
|
callConnectionId: {
|
|
3582
2428
|
serializedName: "callConnectionId",
|
|
@@ -3609,40 +2455,20 @@ exports.RestRecognizeCompleted = {
|
|
|
3609
2455
|
className: "RestResultInformation",
|
|
3610
2456
|
},
|
|
3611
2457
|
},
|
|
3612
|
-
|
|
3613
|
-
serializedName: "
|
|
3614
|
-
type: {
|
|
3615
|
-
name: "String",
|
|
3616
|
-
},
|
|
3617
|
-
},
|
|
3618
|
-
dtmfResult: {
|
|
3619
|
-
serializedName: "dtmfResult",
|
|
3620
|
-
type: {
|
|
3621
|
-
name: "Composite",
|
|
3622
|
-
className: "DtmfResult",
|
|
3623
|
-
},
|
|
3624
|
-
},
|
|
3625
|
-
choiceResult: {
|
|
3626
|
-
serializedName: "choiceResult",
|
|
3627
|
-
type: {
|
|
3628
|
-
name: "Composite",
|
|
3629
|
-
className: "ChoiceResult",
|
|
3630
|
-
},
|
|
3631
|
-
},
|
|
3632
|
-
speechResult: {
|
|
3633
|
-
serializedName: "speechResult",
|
|
2458
|
+
participant: {
|
|
2459
|
+
serializedName: "participant",
|
|
3634
2460
|
type: {
|
|
3635
2461
|
name: "Composite",
|
|
3636
|
-
className: "
|
|
2462
|
+
className: "CommunicationIdentifierModel",
|
|
3637
2463
|
},
|
|
3638
2464
|
},
|
|
3639
2465
|
},
|
|
3640
2466
|
},
|
|
3641
2467
|
};
|
|
3642
|
-
exports.
|
|
2468
|
+
exports.RestRemoveParticipantFailed = {
|
|
3643
2469
|
type: {
|
|
3644
2470
|
name: "Composite",
|
|
3645
|
-
className: "
|
|
2471
|
+
className: "RestRemoveParticipantFailed",
|
|
3646
2472
|
modelProperties: {
|
|
3647
2473
|
callConnectionId: {
|
|
3648
2474
|
serializedName: "callConnectionId",
|
|
@@ -3675,19 +2501,20 @@ exports.RestRecognizeFailed = {
|
|
|
3675
2501
|
className: "RestResultInformation",
|
|
3676
2502
|
},
|
|
3677
2503
|
},
|
|
3678
|
-
|
|
3679
|
-
serializedName: "
|
|
2504
|
+
participant: {
|
|
2505
|
+
serializedName: "participant",
|
|
3680
2506
|
type: {
|
|
3681
|
-
name: "
|
|
2507
|
+
name: "Composite",
|
|
2508
|
+
className: "CommunicationIdentifierModel",
|
|
3682
2509
|
},
|
|
3683
2510
|
},
|
|
3684
2511
|
},
|
|
3685
2512
|
},
|
|
3686
2513
|
};
|
|
3687
|
-
exports.
|
|
2514
|
+
exports.RestCallConnected = {
|
|
3688
2515
|
type: {
|
|
3689
2516
|
name: "Composite",
|
|
3690
|
-
className: "
|
|
2517
|
+
className: "RestCallConnected",
|
|
3691
2518
|
modelProperties: {
|
|
3692
2519
|
callConnectionId: {
|
|
3693
2520
|
serializedName: "callConnectionId",
|
|
@@ -3723,24 +2550,11 @@ exports.RestRecognizeCanceled = {
|
|
|
3723
2550
|
},
|
|
3724
2551
|
},
|
|
3725
2552
|
};
|
|
3726
|
-
exports.
|
|
2553
|
+
exports.RestCallDisconnected = {
|
|
3727
2554
|
type: {
|
|
3728
2555
|
name: "Composite",
|
|
3729
|
-
className: "
|
|
2556
|
+
className: "RestCallDisconnected",
|
|
3730
2557
|
modelProperties: {
|
|
3731
|
-
sequenceId: {
|
|
3732
|
-
serializedName: "sequenceId",
|
|
3733
|
-
readOnly: true,
|
|
3734
|
-
type: {
|
|
3735
|
-
name: "Number",
|
|
3736
|
-
},
|
|
3737
|
-
},
|
|
3738
|
-
tone: {
|
|
3739
|
-
serializedName: "tone",
|
|
3740
|
-
type: {
|
|
3741
|
-
name: "String",
|
|
3742
|
-
},
|
|
3743
|
-
},
|
|
3744
2558
|
callConnectionId: {
|
|
3745
2559
|
serializedName: "callConnectionId",
|
|
3746
2560
|
type: {
|
|
@@ -3775,10 +2589,10 @@ exports.RestContinuousDtmfRecognitionToneReceived = {
|
|
|
3775
2589
|
},
|
|
3776
2590
|
},
|
|
3777
2591
|
};
|
|
3778
|
-
exports.
|
|
2592
|
+
exports.RestCallTransferAccepted = {
|
|
3779
2593
|
type: {
|
|
3780
2594
|
name: "Composite",
|
|
3781
|
-
className: "
|
|
2595
|
+
className: "RestCallTransferAccepted",
|
|
3782
2596
|
modelProperties: {
|
|
3783
2597
|
callConnectionId: {
|
|
3784
2598
|
serializedName: "callConnectionId",
|
|
@@ -3798,6 +2612,12 @@ exports.RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3798
2612
|
name: "String",
|
|
3799
2613
|
},
|
|
3800
2614
|
},
|
|
2615
|
+
operationContext: {
|
|
2616
|
+
serializedName: "operationContext",
|
|
2617
|
+
type: {
|
|
2618
|
+
name: "String",
|
|
2619
|
+
},
|
|
2620
|
+
},
|
|
3801
2621
|
resultInformation: {
|
|
3802
2622
|
serializedName: "resultInformation",
|
|
3803
2623
|
type: {
|
|
@@ -3805,19 +2625,27 @@ exports.RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3805
2625
|
className: "RestResultInformation",
|
|
3806
2626
|
},
|
|
3807
2627
|
},
|
|
3808
|
-
|
|
3809
|
-
serializedName: "
|
|
2628
|
+
transferTarget: {
|
|
2629
|
+
serializedName: "transferTarget",
|
|
3810
2630
|
type: {
|
|
3811
|
-
name: "
|
|
2631
|
+
name: "Composite",
|
|
2632
|
+
className: "CommunicationIdentifierModel",
|
|
2633
|
+
},
|
|
2634
|
+
},
|
|
2635
|
+
transferee: {
|
|
2636
|
+
serializedName: "transferee",
|
|
2637
|
+
type: {
|
|
2638
|
+
name: "Composite",
|
|
2639
|
+
className: "CommunicationIdentifierModel",
|
|
3812
2640
|
},
|
|
3813
2641
|
},
|
|
3814
2642
|
},
|
|
3815
2643
|
},
|
|
3816
2644
|
};
|
|
3817
|
-
exports.
|
|
2645
|
+
exports.RestCallTransferFailed = {
|
|
3818
2646
|
type: {
|
|
3819
2647
|
name: "Composite",
|
|
3820
|
-
className: "
|
|
2648
|
+
className: "RestCallTransferFailed",
|
|
3821
2649
|
modelProperties: {
|
|
3822
2650
|
callConnectionId: {
|
|
3823
2651
|
serializedName: "callConnectionId",
|
|
@@ -3853,10 +2681,10 @@ exports.RestContinuousDtmfRecognitionStopped = {
|
|
|
3853
2681
|
},
|
|
3854
2682
|
},
|
|
3855
2683
|
};
|
|
3856
|
-
exports.
|
|
2684
|
+
exports.RestRecordingStateChanged = {
|
|
3857
2685
|
type: {
|
|
3858
2686
|
name: "Composite",
|
|
3859
|
-
className: "
|
|
2687
|
+
className: "RestRecordingStateChanged",
|
|
3860
2688
|
modelProperties: {
|
|
3861
2689
|
callConnectionId: {
|
|
3862
2690
|
serializedName: "callConnectionId",
|
|
@@ -3876,8 +2704,28 @@ exports.RestSendDtmfTonesCompleted = {
|
|
|
3876
2704
|
name: "String",
|
|
3877
2705
|
},
|
|
3878
2706
|
},
|
|
3879
|
-
|
|
3880
|
-
serializedName: "
|
|
2707
|
+
recordingId: {
|
|
2708
|
+
serializedName: "recordingId",
|
|
2709
|
+
readOnly: true,
|
|
2710
|
+
type: {
|
|
2711
|
+
name: "String",
|
|
2712
|
+
},
|
|
2713
|
+
},
|
|
2714
|
+
state: {
|
|
2715
|
+
serializedName: "state",
|
|
2716
|
+
type: {
|
|
2717
|
+
name: "String",
|
|
2718
|
+
},
|
|
2719
|
+
},
|
|
2720
|
+
startDateTime: {
|
|
2721
|
+
serializedName: "startDateTime",
|
|
2722
|
+
readOnly: true,
|
|
2723
|
+
type: {
|
|
2724
|
+
name: "DateTime",
|
|
2725
|
+
},
|
|
2726
|
+
},
|
|
2727
|
+
recordingKind: {
|
|
2728
|
+
serializedName: "recordingKind",
|
|
3881
2729
|
type: {
|
|
3882
2730
|
name: "String",
|
|
3883
2731
|
},
|
|
@@ -3892,10 +2740,10 @@ exports.RestSendDtmfTonesCompleted = {
|
|
|
3892
2740
|
},
|
|
3893
2741
|
},
|
|
3894
2742
|
};
|
|
3895
|
-
exports.
|
|
2743
|
+
exports.RestParticipantsUpdated = {
|
|
3896
2744
|
type: {
|
|
3897
2745
|
name: "Composite",
|
|
3898
|
-
className: "
|
|
2746
|
+
className: "RestParticipantsUpdated",
|
|
3899
2747
|
modelProperties: {
|
|
3900
2748
|
callConnectionId: {
|
|
3901
2749
|
serializedName: "callConnectionId",
|
|
@@ -3915,10 +2763,22 @@ exports.RestSendDtmfTonesFailed = {
|
|
|
3915
2763
|
name: "String",
|
|
3916
2764
|
},
|
|
3917
2765
|
},
|
|
3918
|
-
|
|
3919
|
-
serializedName: "
|
|
2766
|
+
sequenceNumber: {
|
|
2767
|
+
serializedName: "sequenceNumber",
|
|
3920
2768
|
type: {
|
|
3921
|
-
name: "
|
|
2769
|
+
name: "Number",
|
|
2770
|
+
},
|
|
2771
|
+
},
|
|
2772
|
+
participants: {
|
|
2773
|
+
serializedName: "participants",
|
|
2774
|
+
type: {
|
|
2775
|
+
name: "Sequence",
|
|
2776
|
+
element: {
|
|
2777
|
+
type: {
|
|
2778
|
+
name: "Composite",
|
|
2779
|
+
className: "CallParticipantInternal",
|
|
2780
|
+
},
|
|
2781
|
+
},
|
|
3922
2782
|
},
|
|
3923
2783
|
},
|
|
3924
2784
|
resultInformation: {
|
|
@@ -3931,10 +2791,10 @@ exports.RestSendDtmfTonesFailed = {
|
|
|
3931
2791
|
},
|
|
3932
2792
|
},
|
|
3933
2793
|
};
|
|
3934
|
-
exports.
|
|
2794
|
+
exports.RestPlayCompleted = {
|
|
3935
2795
|
type: {
|
|
3936
2796
|
name: "Composite",
|
|
3937
|
-
className: "
|
|
2797
|
+
className: "RestPlayCompleted",
|
|
3938
2798
|
modelProperties: {
|
|
3939
2799
|
callConnectionId: {
|
|
3940
2800
|
serializedName: "callConnectionId",
|
|
@@ -3960,12 +2820,6 @@ exports.RestCancelAddParticipantSucceeded = {
|
|
|
3960
2820
|
name: "String",
|
|
3961
2821
|
},
|
|
3962
2822
|
},
|
|
3963
|
-
invitationId: {
|
|
3964
|
-
serializedName: "invitationId",
|
|
3965
|
-
type: {
|
|
3966
|
-
name: "String",
|
|
3967
|
-
},
|
|
3968
|
-
},
|
|
3969
2823
|
resultInformation: {
|
|
3970
2824
|
serializedName: "resultInformation",
|
|
3971
2825
|
type: {
|
|
@@ -3976,10 +2830,10 @@ exports.RestCancelAddParticipantSucceeded = {
|
|
|
3976
2830
|
},
|
|
3977
2831
|
},
|
|
3978
2832
|
};
|
|
3979
|
-
exports.
|
|
2833
|
+
exports.RestPlayFailed = {
|
|
3980
2834
|
type: {
|
|
3981
2835
|
name: "Composite",
|
|
3982
|
-
className: "
|
|
2836
|
+
className: "RestPlayFailed",
|
|
3983
2837
|
modelProperties: {
|
|
3984
2838
|
callConnectionId: {
|
|
3985
2839
|
serializedName: "callConnectionId",
|
|
@@ -4012,27 +2866,20 @@ exports.RestCancelAddParticipantFailed = {
|
|
|
4012
2866
|
className: "RestResultInformation",
|
|
4013
2867
|
},
|
|
4014
2868
|
},
|
|
4015
|
-
|
|
4016
|
-
serializedName: "
|
|
2869
|
+
failedPlaySourceIndex: {
|
|
2870
|
+
serializedName: "failedPlaySourceIndex",
|
|
4017
2871
|
type: {
|
|
4018
|
-
name: "
|
|
2872
|
+
name: "Number",
|
|
4019
2873
|
},
|
|
4020
2874
|
},
|
|
4021
2875
|
},
|
|
4022
2876
|
},
|
|
4023
2877
|
};
|
|
4024
|
-
exports.
|
|
2878
|
+
exports.RestPlayCanceled = {
|
|
4025
2879
|
type: {
|
|
4026
2880
|
name: "Composite",
|
|
4027
|
-
className: "
|
|
2881
|
+
className: "RestPlayCanceled",
|
|
4028
2882
|
modelProperties: {
|
|
4029
|
-
transcriptionUpdate: {
|
|
4030
|
-
serializedName: "transcriptionUpdate",
|
|
4031
|
-
type: {
|
|
4032
|
-
name: "Composite",
|
|
4033
|
-
className: "TranscriptionUpdate",
|
|
4034
|
-
},
|
|
4035
|
-
},
|
|
4036
2883
|
callConnectionId: {
|
|
4037
2884
|
serializedName: "callConnectionId",
|
|
4038
2885
|
type: {
|
|
@@ -4067,18 +2914,11 @@ exports.RestTranscriptionStarted = {
|
|
|
4067
2914
|
},
|
|
4068
2915
|
},
|
|
4069
2916
|
};
|
|
4070
|
-
exports.
|
|
2917
|
+
exports.RestRecognizeCompleted = {
|
|
4071
2918
|
type: {
|
|
4072
2919
|
name: "Composite",
|
|
4073
|
-
className: "
|
|
2920
|
+
className: "RestRecognizeCompleted",
|
|
4074
2921
|
modelProperties: {
|
|
4075
|
-
transcriptionUpdate: {
|
|
4076
|
-
serializedName: "transcriptionUpdate",
|
|
4077
|
-
type: {
|
|
4078
|
-
name: "Composite",
|
|
4079
|
-
className: "TranscriptionUpdate",
|
|
4080
|
-
},
|
|
4081
|
-
},
|
|
4082
2922
|
callConnectionId: {
|
|
4083
2923
|
serializedName: "callConnectionId",
|
|
4084
2924
|
type: {
|
|
@@ -4110,21 +2950,41 @@ exports.RestTranscriptionStopped = {
|
|
|
4110
2950
|
className: "RestResultInformation",
|
|
4111
2951
|
},
|
|
4112
2952
|
},
|
|
2953
|
+
recognitionType: {
|
|
2954
|
+
serializedName: "recognitionType",
|
|
2955
|
+
type: {
|
|
2956
|
+
name: "String",
|
|
2957
|
+
},
|
|
2958
|
+
},
|
|
2959
|
+
dtmfResult: {
|
|
2960
|
+
serializedName: "dtmfResult",
|
|
2961
|
+
type: {
|
|
2962
|
+
name: "Composite",
|
|
2963
|
+
className: "DtmfResult",
|
|
2964
|
+
},
|
|
2965
|
+
},
|
|
2966
|
+
choiceResult: {
|
|
2967
|
+
serializedName: "choiceResult",
|
|
2968
|
+
type: {
|
|
2969
|
+
name: "Composite",
|
|
2970
|
+
className: "ChoiceResult",
|
|
2971
|
+
},
|
|
2972
|
+
},
|
|
2973
|
+
speechResult: {
|
|
2974
|
+
serializedName: "speechResult",
|
|
2975
|
+
type: {
|
|
2976
|
+
name: "Composite",
|
|
2977
|
+
className: "SpeechResult",
|
|
2978
|
+
},
|
|
2979
|
+
},
|
|
4113
2980
|
},
|
|
4114
2981
|
},
|
|
4115
2982
|
};
|
|
4116
|
-
exports.
|
|
2983
|
+
exports.RestRecognizeFailed = {
|
|
4117
2984
|
type: {
|
|
4118
2985
|
name: "Composite",
|
|
4119
|
-
className: "
|
|
2986
|
+
className: "RestRecognizeFailed",
|
|
4120
2987
|
modelProperties: {
|
|
4121
|
-
transcriptionUpdate: {
|
|
4122
|
-
serializedName: "transcriptionUpdate",
|
|
4123
|
-
type: {
|
|
4124
|
-
name: "Composite",
|
|
4125
|
-
className: "TranscriptionUpdate",
|
|
4126
|
-
},
|
|
4127
|
-
},
|
|
4128
2988
|
callConnectionId: {
|
|
4129
2989
|
serializedName: "callConnectionId",
|
|
4130
2990
|
type: {
|
|
@@ -4156,21 +3016,20 @@ exports.RestTranscriptionUpdated = {
|
|
|
4156
3016
|
className: "RestResultInformation",
|
|
4157
3017
|
},
|
|
4158
3018
|
},
|
|
3019
|
+
failedPlaySourceIndex: {
|
|
3020
|
+
serializedName: "failedPlaySourceIndex",
|
|
3021
|
+
type: {
|
|
3022
|
+
name: "Number",
|
|
3023
|
+
},
|
|
3024
|
+
},
|
|
4159
3025
|
},
|
|
4160
3026
|
},
|
|
4161
3027
|
};
|
|
4162
|
-
exports.
|
|
3028
|
+
exports.RestRecognizeCanceled = {
|
|
4163
3029
|
type: {
|
|
4164
3030
|
name: "Composite",
|
|
4165
|
-
className: "
|
|
3031
|
+
className: "RestRecognizeCanceled",
|
|
4166
3032
|
modelProperties: {
|
|
4167
|
-
transcriptionUpdate: {
|
|
4168
|
-
serializedName: "transcriptionUpdate",
|
|
4169
|
-
type: {
|
|
4170
|
-
name: "Composite",
|
|
4171
|
-
className: "TranscriptionUpdate",
|
|
4172
|
-
},
|
|
4173
|
-
},
|
|
4174
3033
|
callConnectionId: {
|
|
4175
3034
|
serializedName: "callConnectionId",
|
|
4176
3035
|
type: {
|
|
@@ -4205,11 +3064,24 @@ exports.RestTranscriptionFailed = {
|
|
|
4205
3064
|
},
|
|
4206
3065
|
},
|
|
4207
3066
|
};
|
|
4208
|
-
exports.
|
|
3067
|
+
exports.RestContinuousDtmfRecognitionToneReceived = {
|
|
4209
3068
|
type: {
|
|
4210
3069
|
name: "Composite",
|
|
4211
|
-
className: "
|
|
3070
|
+
className: "RestContinuousDtmfRecognitionToneReceived",
|
|
4212
3071
|
modelProperties: {
|
|
3072
|
+
sequenceId: {
|
|
3073
|
+
serializedName: "sequenceId",
|
|
3074
|
+
readOnly: true,
|
|
3075
|
+
type: {
|
|
3076
|
+
name: "Number",
|
|
3077
|
+
},
|
|
3078
|
+
},
|
|
3079
|
+
tone: {
|
|
3080
|
+
serializedName: "tone",
|
|
3081
|
+
type: {
|
|
3082
|
+
name: "String",
|
|
3083
|
+
},
|
|
3084
|
+
},
|
|
4213
3085
|
callConnectionId: {
|
|
4214
3086
|
serializedName: "callConnectionId",
|
|
4215
3087
|
type: {
|
|
@@ -4244,10 +3116,10 @@ exports.RestCreateCallFailed = {
|
|
|
4244
3116
|
},
|
|
4245
3117
|
},
|
|
4246
3118
|
};
|
|
4247
|
-
exports.
|
|
3119
|
+
exports.RestContinuousDtmfRecognitionToneFailed = {
|
|
4248
3120
|
type: {
|
|
4249
3121
|
name: "Composite",
|
|
4250
|
-
className: "
|
|
3122
|
+
className: "RestContinuousDtmfRecognitionToneFailed",
|
|
4251
3123
|
modelProperties: {
|
|
4252
3124
|
callConnectionId: {
|
|
4253
3125
|
serializedName: "callConnectionId",
|
|
@@ -4267,12 +3139,6 @@ exports.RestAnswerFailed = {
|
|
|
4267
3139
|
name: "String",
|
|
4268
3140
|
},
|
|
4269
3141
|
},
|
|
4270
|
-
operationContext: {
|
|
4271
|
-
serializedName: "operationContext",
|
|
4272
|
-
type: {
|
|
4273
|
-
name: "String",
|
|
4274
|
-
},
|
|
4275
|
-
},
|
|
4276
3142
|
resultInformation: {
|
|
4277
3143
|
serializedName: "resultInformation",
|
|
4278
3144
|
type: {
|
|
@@ -4280,13 +3146,19 @@ exports.RestAnswerFailed = {
|
|
|
4280
3146
|
className: "RestResultInformation",
|
|
4281
3147
|
},
|
|
4282
3148
|
},
|
|
3149
|
+
operationContext: {
|
|
3150
|
+
serializedName: "operationContext",
|
|
3151
|
+
type: {
|
|
3152
|
+
name: "String",
|
|
3153
|
+
},
|
|
3154
|
+
},
|
|
4283
3155
|
},
|
|
4284
3156
|
},
|
|
4285
3157
|
};
|
|
4286
|
-
exports.
|
|
3158
|
+
exports.RestContinuousDtmfRecognitionStopped = {
|
|
4287
3159
|
type: {
|
|
4288
3160
|
name: "Composite",
|
|
4289
|
-
className: "
|
|
3161
|
+
className: "RestContinuousDtmfRecognitionStopped",
|
|
4290
3162
|
modelProperties: {
|
|
4291
3163
|
callConnectionId: {
|
|
4292
3164
|
serializedName: "callConnectionId",
|
|
@@ -4322,10 +3194,10 @@ exports.RestHoldFailed = {
|
|
|
4322
3194
|
},
|
|
4323
3195
|
},
|
|
4324
3196
|
};
|
|
4325
|
-
exports.
|
|
3197
|
+
exports.RestSendDtmfTonesCompleted = {
|
|
4326
3198
|
type: {
|
|
4327
3199
|
name: "Composite",
|
|
4328
|
-
className: "
|
|
3200
|
+
className: "RestSendDtmfTonesCompleted",
|
|
4329
3201
|
modelProperties: {
|
|
4330
3202
|
callConnectionId: {
|
|
4331
3203
|
serializedName: "callConnectionId",
|
|
@@ -4361,18 +3233,11 @@ exports.RestConnectFailed = {
|
|
|
4361
3233
|
},
|
|
4362
3234
|
},
|
|
4363
3235
|
};
|
|
4364
|
-
exports.
|
|
3236
|
+
exports.RestSendDtmfTonesFailed = {
|
|
4365
3237
|
type: {
|
|
4366
3238
|
name: "Composite",
|
|
4367
|
-
className: "
|
|
3239
|
+
className: "RestSendDtmfTonesFailed",
|
|
4368
3240
|
modelProperties: {
|
|
4369
|
-
mediaStreamingUpdate: {
|
|
4370
|
-
serializedName: "mediaStreamingUpdate",
|
|
4371
|
-
type: {
|
|
4372
|
-
name: "Composite",
|
|
4373
|
-
className: "MediaStreamingUpdate",
|
|
4374
|
-
},
|
|
4375
|
-
},
|
|
4376
3241
|
callConnectionId: {
|
|
4377
3242
|
serializedName: "callConnectionId",
|
|
4378
3243
|
type: {
|
|
@@ -4407,18 +3272,11 @@ exports.RestMediaStreamingStarted = {
|
|
|
4407
3272
|
},
|
|
4408
3273
|
},
|
|
4409
3274
|
};
|
|
4410
|
-
exports.
|
|
3275
|
+
exports.RestCancelAddParticipantSucceeded = {
|
|
4411
3276
|
type: {
|
|
4412
3277
|
name: "Composite",
|
|
4413
|
-
className: "
|
|
3278
|
+
className: "RestCancelAddParticipantSucceeded",
|
|
4414
3279
|
modelProperties: {
|
|
4415
|
-
mediaStreamingUpdate: {
|
|
4416
|
-
serializedName: "mediaStreamingUpdate",
|
|
4417
|
-
type: {
|
|
4418
|
-
name: "Composite",
|
|
4419
|
-
className: "MediaStreamingUpdate",
|
|
4420
|
-
},
|
|
4421
|
-
},
|
|
4422
3280
|
callConnectionId: {
|
|
4423
3281
|
serializedName: "callConnectionId",
|
|
4424
3282
|
type: {
|
|
@@ -4443,6 +3301,12 @@ exports.RestMediaStreamingStopped = {
|
|
|
4443
3301
|
name: "String",
|
|
4444
3302
|
},
|
|
4445
3303
|
},
|
|
3304
|
+
invitationId: {
|
|
3305
|
+
serializedName: "invitationId",
|
|
3306
|
+
type: {
|
|
3307
|
+
name: "String",
|
|
3308
|
+
},
|
|
3309
|
+
},
|
|
4446
3310
|
resultInformation: {
|
|
4447
3311
|
serializedName: "resultInformation",
|
|
4448
3312
|
type: {
|
|
@@ -4453,18 +3317,11 @@ exports.RestMediaStreamingStopped = {
|
|
|
4453
3317
|
},
|
|
4454
3318
|
},
|
|
4455
3319
|
};
|
|
4456
|
-
exports.
|
|
3320
|
+
exports.RestCancelAddParticipantFailed = {
|
|
4457
3321
|
type: {
|
|
4458
3322
|
name: "Composite",
|
|
4459
|
-
className: "
|
|
3323
|
+
className: "RestCancelAddParticipantFailed",
|
|
4460
3324
|
modelProperties: {
|
|
4461
|
-
mediaStreamingUpdate: {
|
|
4462
|
-
serializedName: "mediaStreamingUpdate",
|
|
4463
|
-
type: {
|
|
4464
|
-
name: "Composite",
|
|
4465
|
-
className: "MediaStreamingUpdate",
|
|
4466
|
-
},
|
|
4467
|
-
},
|
|
4468
3325
|
callConnectionId: {
|
|
4469
3326
|
serializedName: "callConnectionId",
|
|
4470
3327
|
type: {
|
|
@@ -4496,29 +3353,8 @@ exports.RestMediaStreamingFailed = {
|
|
|
4496
3353
|
className: "RestResultInformation",
|
|
4497
3354
|
},
|
|
4498
3355
|
},
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
};
|
|
4502
|
-
exports.RestStartRecordingFailed = {
|
|
4503
|
-
type: {
|
|
4504
|
-
name: "Composite",
|
|
4505
|
-
className: "RestStartRecordingFailed",
|
|
4506
|
-
modelProperties: {
|
|
4507
|
-
callConnectionId: {
|
|
4508
|
-
serializedName: "callConnectionId",
|
|
4509
|
-
type: {
|
|
4510
|
-
name: "String",
|
|
4511
|
-
},
|
|
4512
|
-
},
|
|
4513
|
-
correlationId: {
|
|
4514
|
-
serializedName: "correlationId",
|
|
4515
|
-
type: {
|
|
4516
|
-
name: "String",
|
|
4517
|
-
},
|
|
4518
|
-
},
|
|
4519
|
-
recordingId: {
|
|
4520
|
-
serializedName: "recordingId",
|
|
4521
|
-
readOnly: true,
|
|
3356
|
+
invitationId: {
|
|
3357
|
+
serializedName: "invitationId",
|
|
4522
3358
|
type: {
|
|
4523
3359
|
name: "String",
|
|
4524
3360
|
},
|
|
@@ -4526,11 +3362,18 @@ exports.RestStartRecordingFailed = {
|
|
|
4526
3362
|
},
|
|
4527
3363
|
},
|
|
4528
3364
|
};
|
|
4529
|
-
exports.
|
|
3365
|
+
exports.RestTranscriptionStarted = {
|
|
4530
3366
|
type: {
|
|
4531
3367
|
name: "Composite",
|
|
4532
|
-
className: "
|
|
3368
|
+
className: "RestTranscriptionStarted",
|
|
4533
3369
|
modelProperties: {
|
|
3370
|
+
transcriptionUpdate: {
|
|
3371
|
+
serializedName: "transcriptionUpdate",
|
|
3372
|
+
type: {
|
|
3373
|
+
name: "Composite",
|
|
3374
|
+
className: "TranscriptionUpdate",
|
|
3375
|
+
},
|
|
3376
|
+
},
|
|
4534
3377
|
callConnectionId: {
|
|
4535
3378
|
serializedName: "callConnectionId",
|
|
4536
3379
|
type: {
|
|
@@ -4565,11 +3408,18 @@ exports.RestPlayStarted = {
|
|
|
4565
3408
|
},
|
|
4566
3409
|
},
|
|
4567
3410
|
};
|
|
4568
|
-
exports.
|
|
3411
|
+
exports.RestTranscriptionStopped = {
|
|
4569
3412
|
type: {
|
|
4570
3413
|
name: "Composite",
|
|
4571
|
-
className: "
|
|
3414
|
+
className: "RestTranscriptionStopped",
|
|
4572
3415
|
modelProperties: {
|
|
3416
|
+
transcriptionUpdate: {
|
|
3417
|
+
serializedName: "transcriptionUpdate",
|
|
3418
|
+
type: {
|
|
3419
|
+
name: "Composite",
|
|
3420
|
+
className: "TranscriptionUpdate",
|
|
3421
|
+
},
|
|
3422
|
+
},
|
|
4573
3423
|
callConnectionId: {
|
|
4574
3424
|
serializedName: "callConnectionId",
|
|
4575
3425
|
type: {
|
|
@@ -4604,11 +3454,18 @@ exports.RestPlayPaused = {
|
|
|
4604
3454
|
},
|
|
4605
3455
|
},
|
|
4606
3456
|
};
|
|
4607
|
-
exports.
|
|
3457
|
+
exports.RestTranscriptionUpdated = {
|
|
4608
3458
|
type: {
|
|
4609
3459
|
name: "Composite",
|
|
4610
|
-
className: "
|
|
3460
|
+
className: "RestTranscriptionUpdated",
|
|
4611
3461
|
modelProperties: {
|
|
3462
|
+
transcriptionUpdate: {
|
|
3463
|
+
serializedName: "transcriptionUpdate",
|
|
3464
|
+
type: {
|
|
3465
|
+
name: "Composite",
|
|
3466
|
+
className: "TranscriptionUpdate",
|
|
3467
|
+
},
|
|
3468
|
+
},
|
|
4612
3469
|
callConnectionId: {
|
|
4613
3470
|
serializedName: "callConnectionId",
|
|
4614
3471
|
type: {
|
|
@@ -4643,11 +3500,18 @@ exports.RestPlayResumed = {
|
|
|
4643
3500
|
},
|
|
4644
3501
|
},
|
|
4645
3502
|
};
|
|
4646
|
-
exports.
|
|
3503
|
+
exports.RestTranscriptionFailed = {
|
|
4647
3504
|
type: {
|
|
4648
3505
|
name: "Composite",
|
|
4649
|
-
className: "
|
|
3506
|
+
className: "RestTranscriptionFailed",
|
|
4650
3507
|
modelProperties: {
|
|
3508
|
+
transcriptionUpdate: {
|
|
3509
|
+
serializedName: "transcriptionUpdate",
|
|
3510
|
+
type: {
|
|
3511
|
+
name: "Composite",
|
|
3512
|
+
className: "TranscriptionUpdate",
|
|
3513
|
+
},
|
|
3514
|
+
},
|
|
4651
3515
|
callConnectionId: {
|
|
4652
3516
|
serializedName: "callConnectionId",
|
|
4653
3517
|
type: {
|
|
@@ -4682,10 +3546,10 @@ exports.RestHoldAudioStarted = {
|
|
|
4682
3546
|
},
|
|
4683
3547
|
},
|
|
4684
3548
|
};
|
|
4685
|
-
exports.
|
|
3549
|
+
exports.RestCreateCallFailed = {
|
|
4686
3550
|
type: {
|
|
4687
3551
|
name: "Composite",
|
|
4688
|
-
className: "
|
|
3552
|
+
className: "RestCreateCallFailed",
|
|
4689
3553
|
modelProperties: {
|
|
4690
3554
|
callConnectionId: {
|
|
4691
3555
|
serializedName: "callConnectionId",
|
|
@@ -4721,10 +3585,10 @@ exports.RestHoldAudioPaused = {
|
|
|
4721
3585
|
},
|
|
4722
3586
|
},
|
|
4723
3587
|
};
|
|
4724
|
-
exports.
|
|
3588
|
+
exports.RestAnswerFailed = {
|
|
4725
3589
|
type: {
|
|
4726
3590
|
name: "Composite",
|
|
4727
|
-
className: "
|
|
3591
|
+
className: "RestAnswerFailed",
|
|
4728
3592
|
modelProperties: {
|
|
4729
3593
|
callConnectionId: {
|
|
4730
3594
|
serializedName: "callConnectionId",
|
|
@@ -4760,10 +3624,10 @@ exports.RestHoldAudioResumed = {
|
|
|
4760
3624
|
},
|
|
4761
3625
|
},
|
|
4762
3626
|
};
|
|
4763
|
-
exports.
|
|
3627
|
+
exports.RestHoldFailed = {
|
|
4764
3628
|
type: {
|
|
4765
3629
|
name: "Composite",
|
|
4766
|
-
className: "
|
|
3630
|
+
className: "RestHoldFailed",
|
|
4767
3631
|
modelProperties: {
|
|
4768
3632
|
callConnectionId: {
|
|
4769
3633
|
serializedName: "callConnectionId",
|
|
@@ -4863,52 +3727,4 @@ exports.RestIncomingCall = {
|
|
|
4863
3727
|
},
|
|
4864
3728
|
},
|
|
4865
3729
|
};
|
|
4866
|
-
exports.AzureOpenAIDialog = {
|
|
4867
|
-
serializedName: "azureOpenAI",
|
|
4868
|
-
type: {
|
|
4869
|
-
name: "Composite",
|
|
4870
|
-
className: "AzureOpenAIDialog",
|
|
4871
|
-
uberParent: "BaseDialog",
|
|
4872
|
-
polymorphicDiscriminator: exports.BaseDialog.type.polymorphicDiscriminator,
|
|
4873
|
-
modelProperties: Object.assign({}, exports.BaseDialog.type.modelProperties),
|
|
4874
|
-
},
|
|
4875
|
-
};
|
|
4876
|
-
exports.PowerVirtualAgentsDialog = {
|
|
4877
|
-
serializedName: "powerVirtualAgents",
|
|
4878
|
-
type: {
|
|
4879
|
-
name: "Composite",
|
|
4880
|
-
className: "PowerVirtualAgentsDialog",
|
|
4881
|
-
uberParent: "BaseDialog",
|
|
4882
|
-
polymorphicDiscriminator: exports.BaseDialog.type.polymorphicDiscriminator,
|
|
4883
|
-
modelProperties: Object.assign(Object.assign({}, exports.BaseDialog.type.modelProperties), { botAppId: {
|
|
4884
|
-
serializedName: "botAppId",
|
|
4885
|
-
required: true,
|
|
4886
|
-
type: {
|
|
4887
|
-
name: "String",
|
|
4888
|
-
},
|
|
4889
|
-
}, language: {
|
|
4890
|
-
serializedName: "language",
|
|
4891
|
-
type: {
|
|
4892
|
-
name: "String",
|
|
4893
|
-
},
|
|
4894
|
-
} }),
|
|
4895
|
-
},
|
|
4896
|
-
};
|
|
4897
|
-
exports.AzureOpenAIDialogUpdate = {
|
|
4898
|
-
serializedName: "azureOpenAI",
|
|
4899
|
-
type: {
|
|
4900
|
-
name: "Composite",
|
|
4901
|
-
className: "AzureOpenAIDialogUpdate",
|
|
4902
|
-
uberParent: "DialogUpdateBase",
|
|
4903
|
-
polymorphicDiscriminator: exports.DialogUpdateBase.type.polymorphicDiscriminator,
|
|
4904
|
-
modelProperties: Object.assign({}, exports.DialogUpdateBase.type.modelProperties),
|
|
4905
|
-
},
|
|
4906
|
-
};
|
|
4907
|
-
exports.discriminators = {
|
|
4908
|
-
BaseDialog: exports.BaseDialog,
|
|
4909
|
-
DialogUpdateBase: exports.DialogUpdateBase,
|
|
4910
|
-
"BaseDialog.azureOpenAI": exports.AzureOpenAIDialog,
|
|
4911
|
-
"BaseDialog.powerVirtualAgents": exports.PowerVirtualAgentsDialog,
|
|
4912
|
-
"DialogUpdateBase.azureOpenAI": exports.AzureOpenAIDialogUpdate,
|
|
4913
|
-
};
|
|
4914
3730
|
//# sourceMappingURL=mappers.js.map
|