@azure/communication-call-automation 1.5.0-alpha.20250516.3 → 1.5.0-beta.1
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 +2 -3
- 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 +1 -2
- 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 +2 -3
- 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 +2 -3
- 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
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export type BaseDialogUnion = BaseDialog | AzureOpenAIDialog | PowerVirtualAgentsDialog;
|
|
3
|
-
export type DialogUpdateBaseUnion = DialogUpdateBase | AzureOpenAIDialogUpdate;
|
|
4
2
|
/** The request payload for creating the call. */
|
|
5
3
|
export interface CreateCallRequest {
|
|
6
4
|
/** The targets of the call. */
|
|
@@ -20,14 +18,12 @@ export interface CreateCallRequest {
|
|
|
20
18
|
callbackUri: string;
|
|
21
19
|
/** AI options for the call. */
|
|
22
20
|
callIntelligenceOptions?: CallIntelligenceOptionsInternal;
|
|
23
|
-
/** The identifier of the source for creating call with Teams resource account ID. */
|
|
24
|
-
teamsAppSource?: MicrosoftTeamsAppIdentifierModel;
|
|
25
|
-
/** Used by customer to send custom calling context to targets */
|
|
26
|
-
customCallingContext?: CustomCallingContextInternal;
|
|
27
21
|
/** Media Streaming Options. */
|
|
28
22
|
mediaStreamingOptions?: MediaStreamingOptions;
|
|
29
23
|
/** Transcription Options. */
|
|
30
24
|
transcriptionOptions?: TranscriptionOptions;
|
|
25
|
+
/** The identifier of the source for creating call with Teams resource account ID. */
|
|
26
|
+
teamsAppSource?: MicrosoftTeamsAppIdentifierModel;
|
|
31
27
|
}
|
|
32
28
|
/** Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model is polymorphic: Apart from kind and rawId, at most one further property may be set which must match the kind enum value. */
|
|
33
29
|
export interface CommunicationIdentifierModel {
|
|
@@ -43,6 +39,8 @@ export interface CommunicationIdentifierModel {
|
|
|
43
39
|
microsoftTeamsUser?: MicrosoftTeamsUserIdentifierModel;
|
|
44
40
|
/** The Microsoft Teams application. */
|
|
45
41
|
microsoftTeamsApp?: MicrosoftTeamsAppIdentifierModel;
|
|
42
|
+
/** The Microsoft Teams Extension user. */
|
|
43
|
+
teamsExtensionUser?: TeamsExtensionUserIdentifierModel;
|
|
46
44
|
}
|
|
47
45
|
/** A user that got created with an Azure Communication Services resource. */
|
|
48
46
|
export interface CommunicationUserIdentifierModel {
|
|
@@ -51,12 +49,16 @@ export interface CommunicationUserIdentifierModel {
|
|
|
51
49
|
}
|
|
52
50
|
/** A phone number. */
|
|
53
51
|
export interface PhoneNumberIdentifierModel {
|
|
54
|
-
/** The phone number in E.164 format. */
|
|
52
|
+
/** The phone number, usually in E.164 format. */
|
|
55
53
|
value: string;
|
|
54
|
+
/** True if the phone number is anonymous. By default false if missing. If the phone number is anonymous, the value will be the string 'anonymous'. */
|
|
55
|
+
isAnonymous?: boolean;
|
|
56
|
+
/** The asserted Id of the phone number. An asserted Id gets generated when the same phone number joins the same call more than once. */
|
|
57
|
+
assertedId?: string;
|
|
56
58
|
}
|
|
57
59
|
/** A Microsoft Teams user. */
|
|
58
60
|
export interface MicrosoftTeamsUserIdentifierModel {
|
|
59
|
-
/** The Id of the Microsoft Teams user. If not anonymous, this is the
|
|
61
|
+
/** The Id of the Microsoft Teams user. If not anonymous, this is the Entra ID object Id of the user. */
|
|
60
62
|
userId: string;
|
|
61
63
|
/** True if the Microsoft Teams user is anonymous. By default false if missing. */
|
|
62
64
|
isAnonymous?: boolean;
|
|
@@ -70,22 +72,22 @@ export interface MicrosoftTeamsAppIdentifierModel {
|
|
|
70
72
|
/** The cloud that the Microsoft Teams application belongs to. By default 'public' if missing. */
|
|
71
73
|
cloud?: CommunicationCloudEnvironmentModel;
|
|
72
74
|
}
|
|
75
|
+
/** A Microsoft Teams Phone user who is using a Communication Services resource to extend their Teams Phone set up. */
|
|
76
|
+
export interface TeamsExtensionUserIdentifierModel {
|
|
77
|
+
/** The Id of the Microsoft Teams Extension user, i.e. the Entra ID object Id of the user. */
|
|
78
|
+
userId: string;
|
|
79
|
+
/** The tenant Id of the Microsoft Teams Extension user. */
|
|
80
|
+
tenantId: string;
|
|
81
|
+
/** The Communication Services resource Id. */
|
|
82
|
+
resourceId: string;
|
|
83
|
+
/** The cloud that the Microsoft Teams Extension user belongs to. By default 'public' if missing. */
|
|
84
|
+
cloud?: CommunicationCloudEnvironmentModel;
|
|
85
|
+
}
|
|
73
86
|
/** AI options for the call. */
|
|
74
87
|
export interface CallIntelligenceOptionsInternal {
|
|
75
88
|
/** The identifier of the Cognitive Service resource assigned to this call. */
|
|
76
89
|
cognitiveServicesEndpoint?: string;
|
|
77
90
|
}
|
|
78
|
-
/** The custom calling context which will be sent to the target */
|
|
79
|
-
export interface CustomCallingContextInternal {
|
|
80
|
-
/** Custom calling context VoiP headers */
|
|
81
|
-
voipHeaders?: {
|
|
82
|
-
[propertyName: string]: string;
|
|
83
|
-
};
|
|
84
|
-
/** Custom calling context SIP headers */
|
|
85
|
-
sipHeaders?: {
|
|
86
|
-
[propertyName: string]: string;
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
91
|
/** Configuration of Media streaming. */
|
|
90
92
|
export interface MediaStreamingOptions {
|
|
91
93
|
/** Transport URL for media streaming */
|
|
@@ -143,10 +145,6 @@ export interface CallConnectionPropertiesInternal {
|
|
|
143
145
|
correlationId?: string;
|
|
144
146
|
/** Identity of the answering entity. Only populated when identity is provided in the request. */
|
|
145
147
|
answeredBy?: CommunicationUserIdentifierModel;
|
|
146
|
-
/** SubscriptionId for media streaming */
|
|
147
|
-
mediaSubscriptionId?: string;
|
|
148
|
-
/** SubscriptionId for transcription */
|
|
149
|
-
dataSubscriptionId?: string;
|
|
150
148
|
/** The state of media streaming subscription for the call */
|
|
151
149
|
mediaStreamingSubscription?: MediaStreamingSubscription;
|
|
152
150
|
/** Transcription Subscription. */
|
|
@@ -205,8 +203,6 @@ export interface AnswerCallRequest {
|
|
|
205
203
|
incomingCallContext: string;
|
|
206
204
|
/** The callback uri. */
|
|
207
205
|
callbackUri: string;
|
|
208
|
-
/** Used by customer to send custom calling context to targets when answering On-Behalf-Of call */
|
|
209
|
-
customCallingContext?: CustomCallingContextInternal;
|
|
210
206
|
/** A customer set value used to track the answering of a call. */
|
|
211
207
|
operationContext?: string;
|
|
212
208
|
/** AI options for the call. */
|
|
@@ -224,8 +220,6 @@ export interface RedirectCallRequest {
|
|
|
224
220
|
incomingCallContext: string;
|
|
225
221
|
/** The target identity to redirect the call to. */
|
|
226
222
|
target: CommunicationIdentifierModel;
|
|
227
|
-
/** Used by customer to send custom calling context to targets */
|
|
228
|
-
customCallingContext?: CustomCallingContextInternal;
|
|
229
223
|
}
|
|
230
224
|
/** The request payload for rejecting the call. */
|
|
231
225
|
export interface RejectCallRequest {
|
|
@@ -244,9 +238,9 @@ export interface ConnectRequest {
|
|
|
244
238
|
operationContext?: string;
|
|
245
239
|
/** AI options for the call. */
|
|
246
240
|
callIntelligenceOptions?: CallIntelligenceOptionsInternal;
|
|
247
|
-
/** Media Streaming
|
|
241
|
+
/** Media Streaming Configuration. */
|
|
248
242
|
mediaStreamingOptions?: MediaStreamingOptions;
|
|
249
|
-
/** Transcription
|
|
243
|
+
/** Live Transcription Configuration. */
|
|
250
244
|
transcriptionOptions?: TranscriptionOptions;
|
|
251
245
|
}
|
|
252
246
|
/** The locator used for joining or taking action on a call */
|
|
@@ -278,6 +272,17 @@ export interface TransferToParticipantRequest {
|
|
|
278
272
|
/** The source caller Id, a phone number, that will be used as the transferor's caller Id when transferring a call to a Pstn target. */
|
|
279
273
|
sourceCallerIdNumber?: PhoneNumberIdentifierModel;
|
|
280
274
|
}
|
|
275
|
+
/** The custom calling context which will be sent to the target */
|
|
276
|
+
export interface CustomCallingContextInternal {
|
|
277
|
+
/** Custom calling context VoiP headers */
|
|
278
|
+
voipHeaders?: {
|
|
279
|
+
[propertyName: string]: string;
|
|
280
|
+
};
|
|
281
|
+
/** Custom calling context SIP headers */
|
|
282
|
+
sipHeaders?: {
|
|
283
|
+
[propertyName: string]: string;
|
|
284
|
+
};
|
|
285
|
+
}
|
|
281
286
|
/** The response payload for transferring the call. */
|
|
282
287
|
export interface TransferCallResponse {
|
|
283
288
|
/** The operation context provided by client. */
|
|
@@ -291,6 +296,8 @@ export interface PlayRequest {
|
|
|
291
296
|
* Plays to everyone in the call when not provided.
|
|
292
297
|
*/
|
|
293
298
|
playTo?: CommunicationIdentifierModel[];
|
|
299
|
+
/** If set play can barge into other existing queued-up/currently-processing requests. */
|
|
300
|
+
interruptCallMediaOperation?: boolean;
|
|
294
301
|
/** Defines options for playing the audio. */
|
|
295
302
|
playOptions?: PlayOptionsInternal;
|
|
296
303
|
/** The value to identify context of the operation. */
|
|
@@ -344,10 +351,6 @@ export interface SsmlSourceInternal {
|
|
|
344
351
|
export interface PlayOptionsInternal {
|
|
345
352
|
/** The option to play the provided audio source in loop when set to true */
|
|
346
353
|
loop: boolean;
|
|
347
|
-
/** If set play can barge into other existing queued-up/currently-processing requests. */
|
|
348
|
-
interruptCallMediaOperation?: boolean;
|
|
349
|
-
/** If set, hold audio will be interrupted, then this request will be played, and then the hold audio will be resumed. */
|
|
350
|
-
interruptHoldAudio?: boolean;
|
|
351
354
|
}
|
|
352
355
|
export interface StartTranscriptionRequest {
|
|
353
356
|
/** Defines Locale for the transcription e,g en-US */
|
|
@@ -356,20 +359,18 @@ export interface StartTranscriptionRequest {
|
|
|
356
359
|
speechRecognitionModelEndpointId?: string;
|
|
357
360
|
/** The value to identify context of the operation. */
|
|
358
361
|
operationContext?: string;
|
|
359
|
-
/**
|
|
360
|
-
* Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
|
|
361
|
-
* This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
|
|
362
|
-
*/
|
|
363
|
-
operationCallbackUri?: string;
|
|
364
362
|
}
|
|
365
363
|
export interface StopTranscriptionRequest {
|
|
366
364
|
/** The value to identify context of the operation. */
|
|
367
365
|
operationContext?: string;
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
366
|
+
}
|
|
367
|
+
export interface UpdateTranscriptionRequest {
|
|
368
|
+
/** Sets new locale for transcription. */
|
|
369
|
+
locale: string;
|
|
370
|
+
/** Sets Endpoint id where the custom model was deployed. */
|
|
371
|
+
speechRecognitionModelEndpointId?: string;
|
|
372
|
+
/** The value to identify context of the operation. */
|
|
373
|
+
operationContext?: string;
|
|
373
374
|
}
|
|
374
375
|
export interface RecognizeRequest {
|
|
375
376
|
/** Determines the type of the recognition. */
|
|
@@ -457,19 +458,6 @@ export interface SendDtmfTonesResult {
|
|
|
457
458
|
/** The operation context provided by client. */
|
|
458
459
|
operationContext?: string;
|
|
459
460
|
}
|
|
460
|
-
export interface UpdateTranscriptionRequest {
|
|
461
|
-
/** Defines new locale for transcription. */
|
|
462
|
-
locale: string;
|
|
463
|
-
/** Sets Endpoint id where the custom model was deployed. */
|
|
464
|
-
speechRecognitionModelEndpointId?: string;
|
|
465
|
-
/** The value to identify context of the operation. */
|
|
466
|
-
operationContext?: string;
|
|
467
|
-
/**
|
|
468
|
-
* Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
|
|
469
|
-
* This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
|
|
470
|
-
*/
|
|
471
|
-
operationCallbackUri?: string;
|
|
472
|
-
}
|
|
473
461
|
/** The request payload for holding participant from the call. */
|
|
474
462
|
export interface HoldRequest {
|
|
475
463
|
/** Participant to be held from the call. */
|
|
@@ -512,63 +500,6 @@ export interface StopMediaStreamingRequest {
|
|
|
512
500
|
/** The value to identify context of the operation. */
|
|
513
501
|
operationContext?: string;
|
|
514
502
|
}
|
|
515
|
-
export interface InterruptAudioAndAnnounceRequest {
|
|
516
|
-
/** The source of the audio to be played. */
|
|
517
|
-
playSources: PlaySourceInternal[];
|
|
518
|
-
/**
|
|
519
|
-
* The list of call participants play provided audio to.
|
|
520
|
-
* Plays to everyone in the call when not provided.
|
|
521
|
-
*/
|
|
522
|
-
playTo: CommunicationIdentifierModel;
|
|
523
|
-
/** The value to identify context of the operation. */
|
|
524
|
-
operationContext?: string;
|
|
525
|
-
}
|
|
526
|
-
export interface StartDialogRequest {
|
|
527
|
-
/** Defines the dialog. */
|
|
528
|
-
dialog: BaseDialogUnion;
|
|
529
|
-
/**
|
|
530
|
-
* Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
|
|
531
|
-
* This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
|
|
532
|
-
*/
|
|
533
|
-
operationCallbackUri?: string;
|
|
534
|
-
/** The value to identify context of the operation. */
|
|
535
|
-
operationContext?: string;
|
|
536
|
-
}
|
|
537
|
-
export interface BaseDialog {
|
|
538
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
539
|
-
kind: "azureOpenAI" | "powerVirtualAgents";
|
|
540
|
-
/** Dialog context. */
|
|
541
|
-
context: {
|
|
542
|
-
[propertyName: string]: Record<string, unknown>;
|
|
543
|
-
};
|
|
544
|
-
}
|
|
545
|
-
export interface DialogStateResponse {
|
|
546
|
-
/** The dialog ID. */
|
|
547
|
-
dialogId?: string;
|
|
548
|
-
/** Defines dialog. */
|
|
549
|
-
dialog?: BaseDialogUnion;
|
|
550
|
-
/** The value to identify context of the operation. */
|
|
551
|
-
operationContext?: string;
|
|
552
|
-
}
|
|
553
|
-
export interface UpdateDialogRequest {
|
|
554
|
-
/** Dialog context. */
|
|
555
|
-
dialog: DialogUpdateBaseUnion;
|
|
556
|
-
/**
|
|
557
|
-
* Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
|
|
558
|
-
* This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
|
|
559
|
-
*/
|
|
560
|
-
operationCallbackUri?: string;
|
|
561
|
-
/** The value to identify context of the operation. */
|
|
562
|
-
operationContext?: string;
|
|
563
|
-
}
|
|
564
|
-
export interface DialogUpdateBase {
|
|
565
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
566
|
-
kind: "azureOpenAI";
|
|
567
|
-
/** Dialog context. */
|
|
568
|
-
context?: {
|
|
569
|
-
[propertyName: string]: Record<string, unknown>;
|
|
570
|
-
};
|
|
571
|
-
}
|
|
572
503
|
/** The response payload for getting participants of the call. */
|
|
573
504
|
export interface GetParticipantsResponse {
|
|
574
505
|
/** List of the current participants in the call. */
|
|
@@ -655,21 +586,6 @@ export interface MuteParticipantsResult {
|
|
|
655
586
|
/** The operation context provided by client. */
|
|
656
587
|
operationContext?: string;
|
|
657
588
|
}
|
|
658
|
-
/** The request payload for unmuting participant from the call. */
|
|
659
|
-
export interface UnmuteParticipantsRequest {
|
|
660
|
-
/**
|
|
661
|
-
* Participants to be unmuted from the call.
|
|
662
|
-
* Only ACS Users are supported.
|
|
663
|
-
*/
|
|
664
|
-
targetParticipants: CommunicationIdentifierModel[];
|
|
665
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
666
|
-
operationContext?: string;
|
|
667
|
-
}
|
|
668
|
-
/** The response payload for unmuting participants from the call. */
|
|
669
|
-
export interface UnmuteParticipantsResponse {
|
|
670
|
-
/** The operation context provided by client. */
|
|
671
|
-
operationContext?: string;
|
|
672
|
-
}
|
|
673
589
|
/** Request payload for cancelling add participant request. */
|
|
674
590
|
export interface CancelAddParticipantRequest {
|
|
675
591
|
/** Invitation ID used to add a participant. */
|
|
@@ -693,7 +609,7 @@ export interface CancelAddParticipantResponse {
|
|
|
693
609
|
export interface StartCallRecordingRequest {
|
|
694
610
|
/** The call locator. (Only one of callLocator or callConnectionId to be used) */
|
|
695
611
|
callLocator?: CallLocator;
|
|
696
|
-
/** The call
|
|
612
|
+
/** The call connection Id. (Only one of callLocator or callConnectionId to be used) */
|
|
697
613
|
callConnectionId?: string;
|
|
698
614
|
/** The uri to send notifications to. */
|
|
699
615
|
recordingStateCallbackUri?: string;
|
|
@@ -743,124 +659,8 @@ export interface RecordingStateResponse {
|
|
|
743
659
|
recordingState?: RecordingState;
|
|
744
660
|
recordingKind?: RecordingKind;
|
|
745
661
|
}
|
|
746
|
-
/**
|
|
747
|
-
export interface
|
|
748
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
749
|
-
readonly recordingId?: string;
|
|
750
|
-
/**
|
|
751
|
-
* Container for chunks
|
|
752
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
753
|
-
*/
|
|
754
|
-
readonly recordingStorageInfo?: RecordingStorageInfo;
|
|
755
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
756
|
-
readonly errors?: ErrorModel[];
|
|
757
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
758
|
-
readonly recordingStartTime?: Date;
|
|
759
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
760
|
-
readonly recordingDurationMs?: number;
|
|
761
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
762
|
-
readonly sessionEndReason?: CallSessionEndReason;
|
|
763
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
764
|
-
readonly recordingExpirationTime?: Date;
|
|
765
|
-
}
|
|
766
|
-
/** Container for chunks */
|
|
767
|
-
export interface RecordingStorageInfo {
|
|
768
|
-
/** Collection of {Microsoft.Skype.Platform.ExecutionAgent.Azure.Communication.Service.ServerCalling.Content.Contracts.ALPHA4_2024_09_01_preview.Models.RecordingChunkStorageInfo} */
|
|
769
|
-
recordingChunks?: RecordingChunkStorageInfo[];
|
|
770
|
-
}
|
|
771
|
-
/** Recording chunk data */
|
|
772
|
-
export interface RecordingChunkStorageInfo {
|
|
773
|
-
/** Chunk document id */
|
|
774
|
-
documentId?: string;
|
|
775
|
-
/** Chunks order in a multi chunk recording */
|
|
776
|
-
index?: number;
|
|
777
|
-
/** Reason this chunk ended */
|
|
778
|
-
endReason?: ChunkEndReason;
|
|
779
|
-
/** Location of the chunk */
|
|
780
|
-
contentLocation?: string;
|
|
781
|
-
/** Location of chunk metadata */
|
|
782
|
-
metadataLocation?: string;
|
|
783
|
-
/** Callback for deleting chunk */
|
|
784
|
-
deleteLocation?: string;
|
|
785
|
-
}
|
|
786
|
-
/** Error details */
|
|
787
|
-
export interface ErrorModel {
|
|
788
|
-
/** Error code */
|
|
789
|
-
code?: string;
|
|
790
|
-
/** Error message */
|
|
791
|
-
message?: string;
|
|
792
|
-
/** Inner error details */
|
|
793
|
-
innerError?: ErrorModel;
|
|
794
|
-
}
|
|
795
|
-
/** The incoming call event. */
|
|
796
|
-
export interface IncomingCall {
|
|
797
|
-
/**
|
|
798
|
-
* The communication identifier of the target user.
|
|
799
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
800
|
-
*/
|
|
801
|
-
readonly to?: CommunicationIdentifierModel;
|
|
802
|
-
/**
|
|
803
|
-
* The communication identifier of the user who initiated the call.
|
|
804
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
805
|
-
*/
|
|
806
|
-
readonly from?: CommunicationIdentifierModel;
|
|
807
|
-
/**
|
|
808
|
-
* Display name of caller.
|
|
809
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
810
|
-
*/
|
|
811
|
-
readonly callerDisplayName?: string;
|
|
812
|
-
/**
|
|
813
|
-
* The server call id.
|
|
814
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
815
|
-
*/
|
|
816
|
-
readonly serverCallId?: string;
|
|
817
|
-
/**
|
|
818
|
-
* Custom Context of Incoming Call
|
|
819
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
820
|
-
*/
|
|
821
|
-
readonly customContext?: CustomCallingContextInternal;
|
|
822
|
-
/**
|
|
823
|
-
* Incoming call context.
|
|
824
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
825
|
-
*/
|
|
826
|
-
readonly incomingCallContext?: string;
|
|
827
|
-
/**
|
|
828
|
-
* The communication identifier of the user on behalf of whom the call is made.
|
|
829
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
830
|
-
*/
|
|
831
|
-
readonly onBehalfOfCallee?: CommunicationIdentifierModel;
|
|
832
|
-
/**
|
|
833
|
-
* Correlation ID for event to call correlation. Also called ChainId for skype chain ID.
|
|
834
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
835
|
-
*/
|
|
836
|
-
readonly correlationId?: string;
|
|
837
|
-
}
|
|
838
|
-
export interface DtmfResult {
|
|
839
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
840
|
-
readonly tones?: Tone[];
|
|
841
|
-
}
|
|
842
|
-
export interface ChoiceResult {
|
|
843
|
-
/** Label is the primary identifier for the choice detected */
|
|
844
|
-
label?: string;
|
|
845
|
-
/**
|
|
846
|
-
* Phrases are set to the value if choice is selected via phrase detection.
|
|
847
|
-
* If Dtmf input is recognized, then Label will be the identifier for the choice detected and phrases will be set to null
|
|
848
|
-
*/
|
|
849
|
-
recognizedPhrase?: string;
|
|
850
|
-
}
|
|
851
|
-
/** The speech status as a result. */
|
|
852
|
-
export interface SpeechResult {
|
|
853
|
-
/** The recognized speech in string. */
|
|
854
|
-
speech?: string;
|
|
855
|
-
}
|
|
856
|
-
export interface DialogCompleted {
|
|
857
|
-
/** Determines the type of the dialog. */
|
|
858
|
-
dialogInputType?: DialogInputType;
|
|
859
|
-
/**
|
|
860
|
-
* Dialog ID
|
|
861
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
862
|
-
*/
|
|
863
|
-
readonly dialogId?: string;
|
|
662
|
+
/** The ConnectFailed event. */
|
|
663
|
+
export interface ConnectFailed {
|
|
864
664
|
/** Call connection ID. */
|
|
865
665
|
callConnectionId?: string;
|
|
866
666
|
/** Server call ID. */
|
|
@@ -880,38 +680,8 @@ export interface RestResultInformation {
|
|
|
880
680
|
/** Detail message that describes the current result. */
|
|
881
681
|
message?: string;
|
|
882
682
|
}
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
dialogInputType?: DialogInputType;
|
|
886
|
-
/**
|
|
887
|
-
* Dialog ID
|
|
888
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
889
|
-
*/
|
|
890
|
-
readonly dialogId?: string;
|
|
891
|
-
/** Call connection ID. */
|
|
892
|
-
callConnectionId?: string;
|
|
893
|
-
/** Server call ID. */
|
|
894
|
-
serverCallId?: string;
|
|
895
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
896
|
-
correlationId?: string;
|
|
897
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
898
|
-
operationContext?: string;
|
|
899
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
900
|
-
resultInformation?: RestResultInformation;
|
|
901
|
-
}
|
|
902
|
-
export interface DialogConsent {
|
|
903
|
-
/** Determines the type of the dialog. */
|
|
904
|
-
dialogInputType?: DialogInputType;
|
|
905
|
-
/**
|
|
906
|
-
* UserConsent data from the Conversation Conductor
|
|
907
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
908
|
-
*/
|
|
909
|
-
readonly userConsent?: UserConsent;
|
|
910
|
-
/**
|
|
911
|
-
* Dialog ID
|
|
912
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
913
|
-
*/
|
|
914
|
-
readonly dialogId?: string;
|
|
683
|
+
/** Play started event. */
|
|
684
|
+
export interface PlayStarted {
|
|
915
685
|
/** Call connection ID. */
|
|
916
686
|
callConnectionId?: string;
|
|
917
687
|
/** Server call ID. */
|
|
@@ -923,75 +693,30 @@ export interface DialogConsent {
|
|
|
923
693
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
924
694
|
resultInformation?: RestResultInformation;
|
|
925
695
|
}
|
|
926
|
-
export interface
|
|
927
|
-
|
|
696
|
+
export interface DtmfResult {
|
|
697
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
698
|
+
readonly tones?: Tone[];
|
|
928
699
|
}
|
|
929
|
-
export interface
|
|
930
|
-
/**
|
|
931
|
-
|
|
700
|
+
export interface ChoiceResult {
|
|
701
|
+
/** Label is the primary identifier for the choice detected */
|
|
702
|
+
label?: string;
|
|
932
703
|
/**
|
|
933
|
-
*
|
|
934
|
-
*
|
|
704
|
+
* Phrases are set to the value if choice is selected via phrase detection.
|
|
705
|
+
* If Dtmf input is recognized, then Label will be the identifier for the choice detected and phrases will be set to null
|
|
935
706
|
*/
|
|
936
|
-
|
|
937
|
-
/** Call connection ID. */
|
|
938
|
-
callConnectionId?: string;
|
|
939
|
-
/** Server call ID. */
|
|
940
|
-
serverCallId?: string;
|
|
941
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
942
|
-
correlationId?: string;
|
|
943
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
944
|
-
operationContext?: string;
|
|
945
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
946
|
-
resultInformation?: RestResultInformation;
|
|
707
|
+
recognizedPhrase?: string;
|
|
947
708
|
}
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
* Dialog ID
|
|
953
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
954
|
-
*/
|
|
955
|
-
readonly dialogId?: string;
|
|
956
|
-
/**
|
|
957
|
-
* Ivr Context
|
|
958
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
959
|
-
*/
|
|
960
|
-
readonly ivrContext?: Record<string, unknown>;
|
|
961
|
-
/** Call connection ID. */
|
|
962
|
-
callConnectionId?: string;
|
|
963
|
-
/** Server call ID. */
|
|
964
|
-
serverCallId?: string;
|
|
965
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
966
|
-
correlationId?: string;
|
|
967
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
968
|
-
operationContext?: string;
|
|
969
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
970
|
-
resultInformation?: RestResultInformation;
|
|
709
|
+
/** The speech status as a result. */
|
|
710
|
+
export interface SpeechResult {
|
|
711
|
+
/** The recognized speech in string. */
|
|
712
|
+
speech?: string;
|
|
971
713
|
}
|
|
972
|
-
export interface
|
|
973
|
-
/** Determines the type of the dialog. */
|
|
974
|
-
dialogInputType?: DialogInputType;
|
|
975
|
-
/**
|
|
976
|
-
* Dialog ID
|
|
977
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
978
|
-
*/
|
|
979
|
-
readonly dialogId?: string;
|
|
714
|
+
export interface MediaStreamingFailed {
|
|
980
715
|
/**
|
|
981
|
-
*
|
|
982
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
983
|
-
*/
|
|
984
|
-
readonly transferType?: string;
|
|
985
|
-
/**
|
|
986
|
-
* Transfer destination
|
|
987
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
988
|
-
*/
|
|
989
|
-
readonly transferDestination?: string;
|
|
990
|
-
/**
|
|
991
|
-
* IVR context
|
|
716
|
+
* Defines the result for MediaStreamingUpdate with the current status and the details about the status
|
|
992
717
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
993
718
|
*/
|
|
994
|
-
readonly
|
|
719
|
+
readonly mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
995
720
|
/** Call connection ID. */
|
|
996
721
|
callConnectionId?: string;
|
|
997
722
|
/** Server call ID. */
|
|
@@ -1003,24 +728,17 @@ export interface DialogTransfer {
|
|
|
1003
728
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1004
729
|
resultInformation?: RestResultInformation;
|
|
1005
730
|
}
|
|
1006
|
-
export interface
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
*/
|
|
1013
|
-
readonly dialogId?: string;
|
|
1014
|
-
/**
|
|
1015
|
-
* Selected Language
|
|
1016
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1017
|
-
*/
|
|
1018
|
-
readonly selectedLanguage?: string;
|
|
731
|
+
export interface MediaStreamingUpdate {
|
|
732
|
+
contentType?: string;
|
|
733
|
+
mediaStreamingStatus?: MediaStreamingStatus;
|
|
734
|
+
mediaStreamingStatusDetails?: MediaStreamingStatusDetails;
|
|
735
|
+
}
|
|
736
|
+
export interface MediaStreamingStarted {
|
|
1019
737
|
/**
|
|
1020
|
-
*
|
|
738
|
+
* Defines the result for MediaStreamingUpdate with the current status and the details about the status
|
|
1021
739
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1022
740
|
*/
|
|
1023
|
-
readonly
|
|
741
|
+
readonly mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
1024
742
|
/** Call connection ID. */
|
|
1025
743
|
callConnectionId?: string;
|
|
1026
744
|
/** Server call ID. */
|
|
@@ -1032,19 +750,12 @@ export interface DialogLanguageChange {
|
|
|
1032
750
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1033
751
|
resultInformation?: RestResultInformation;
|
|
1034
752
|
}
|
|
1035
|
-
export interface
|
|
1036
|
-
/** Determines the type of the dialog. */
|
|
1037
|
-
dialogInputType?: DialogInputType;
|
|
753
|
+
export interface MediaStreamingStopped {
|
|
1038
754
|
/**
|
|
1039
|
-
*
|
|
1040
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1041
|
-
*/
|
|
1042
|
-
readonly dialogId?: string;
|
|
1043
|
-
/**
|
|
1044
|
-
* SensitiveMask
|
|
755
|
+
* Defines the result for MediaStreamingUpdate with the current status and the details about the status
|
|
1045
756
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1046
757
|
*/
|
|
1047
|
-
readonly
|
|
758
|
+
readonly mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
1048
759
|
/** Call connection ID. */
|
|
1049
760
|
callConnectionId?: string;
|
|
1050
761
|
/** Server call ID. */
|
|
@@ -1056,19 +767,12 @@ export interface DialogSensitivityUpdate {
|
|
|
1056
767
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1057
768
|
resultInformation?: RestResultInformation;
|
|
1058
769
|
}
|
|
1059
|
-
export interface
|
|
1060
|
-
/** Determines the type of the dialog. */
|
|
1061
|
-
dialogInputType?: DialogInputType;
|
|
770
|
+
export interface StartRecordingFailed {
|
|
1062
771
|
/**
|
|
1063
|
-
*
|
|
772
|
+
* The call recording Id.
|
|
1064
773
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1065
774
|
*/
|
|
1066
|
-
readonly
|
|
1067
|
-
/**
|
|
1068
|
-
* IVR context
|
|
1069
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1070
|
-
*/
|
|
1071
|
-
readonly ivrContext?: Record<string, unknown>;
|
|
775
|
+
readonly recordingId?: string;
|
|
1072
776
|
/** Call connection ID. */
|
|
1073
777
|
callConnectionId?: string;
|
|
1074
778
|
/** Server call ID. */
|
|
@@ -1084,11 +788,6 @@ export interface TranscriptionUpdate {
|
|
|
1084
788
|
transcriptionStatus?: TranscriptionStatus;
|
|
1085
789
|
transcriptionStatusDetails?: TranscriptionStatusDetails;
|
|
1086
790
|
}
|
|
1087
|
-
export interface MediaStreamingUpdate {
|
|
1088
|
-
contentType?: string;
|
|
1089
|
-
mediaStreamingStatus?: MediaStreamingStatus;
|
|
1090
|
-
mediaStreamingStatusDetails?: MediaStreamingStatusDetails;
|
|
1091
|
-
}
|
|
1092
791
|
/** The participants successfully added event. */
|
|
1093
792
|
export interface RestAddParticipantSucceeded {
|
|
1094
793
|
/** Call connection ID. */
|
|
@@ -1265,175 +964,10 @@ export interface RestPlayFailed {
|
|
|
1265
964
|
operationContext?: string;
|
|
1266
965
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1267
966
|
resultInformation?: RestResultInformation;
|
|
1268
|
-
/** Contains the index of the failed play source. */
|
|
1269
|
-
failedPlaySourceIndex?: number;
|
|
1270
|
-
}
|
|
1271
|
-
export interface RestPlayCanceled {
|
|
1272
|
-
/** Call connection ID. */
|
|
1273
|
-
callConnectionId?: string;
|
|
1274
|
-
/** Server call ID. */
|
|
1275
|
-
serverCallId?: string;
|
|
1276
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1277
|
-
correlationId?: string;
|
|
1278
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1279
|
-
operationContext?: string;
|
|
1280
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1281
|
-
resultInformation?: RestResultInformation;
|
|
1282
|
-
}
|
|
1283
|
-
export interface RestRecognizeCompleted {
|
|
1284
|
-
/** Call connection ID. */
|
|
1285
|
-
callConnectionId?: string;
|
|
1286
|
-
/** Server call ID. */
|
|
1287
|
-
serverCallId?: string;
|
|
1288
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1289
|
-
correlationId?: string;
|
|
1290
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1291
|
-
operationContext?: string;
|
|
1292
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1293
|
-
resultInformation?: RestResultInformation;
|
|
1294
|
-
/**
|
|
1295
|
-
* Determines the sub-type of the recognize operation.
|
|
1296
|
-
* In case of cancel operation the this field is not set and is returned empty
|
|
1297
|
-
*/
|
|
1298
|
-
recognitionType?: RecognitionType;
|
|
1299
|
-
/** Defines the result for RecognitionType = Dtmf */
|
|
1300
|
-
dtmfResult?: DtmfResult;
|
|
1301
|
-
/** Defines the result for RecognitionType = Choices */
|
|
1302
|
-
choiceResult?: ChoiceResult;
|
|
1303
|
-
/**
|
|
1304
|
-
* Defines the result for RecognitionType = Speech and SpeechOrDtmf
|
|
1305
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1306
|
-
*/
|
|
1307
|
-
readonly speechResult?: SpeechResult;
|
|
1308
|
-
}
|
|
1309
|
-
export interface RestRecognizeFailed {
|
|
1310
|
-
/** Call connection ID. */
|
|
1311
|
-
callConnectionId?: string;
|
|
1312
|
-
/** Server call ID. */
|
|
1313
|
-
serverCallId?: string;
|
|
1314
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1315
|
-
correlationId?: string;
|
|
1316
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1317
|
-
operationContext?: string;
|
|
1318
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1319
|
-
resultInformation?: RestResultInformation;
|
|
1320
|
-
/** Contains the index of the failed play source. */
|
|
1321
|
-
failedPlaySourceIndex?: number;
|
|
1322
|
-
}
|
|
1323
|
-
export interface RestRecognizeCanceled {
|
|
1324
|
-
/** Call connection ID. */
|
|
1325
|
-
callConnectionId?: string;
|
|
1326
|
-
/** Server call ID. */
|
|
1327
|
-
serverCallId?: string;
|
|
1328
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1329
|
-
correlationId?: string;
|
|
1330
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1331
|
-
operationContext?: string;
|
|
1332
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1333
|
-
resultInformation?: RestResultInformation;
|
|
1334
|
-
}
|
|
1335
|
-
export interface RestContinuousDtmfRecognitionToneReceived {
|
|
1336
|
-
/**
|
|
1337
|
-
* The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed.
|
|
1338
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1339
|
-
*/
|
|
1340
|
-
readonly sequenceId?: number;
|
|
1341
|
-
tone?: Tone;
|
|
1342
|
-
/** Call connection ID. */
|
|
1343
|
-
callConnectionId?: string;
|
|
1344
|
-
/** Server call ID. */
|
|
1345
|
-
serverCallId?: string;
|
|
1346
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1347
|
-
correlationId?: string;
|
|
1348
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1349
|
-
operationContext?: string;
|
|
1350
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1351
|
-
resultInformation?: RestResultInformation;
|
|
1352
|
-
}
|
|
1353
|
-
export interface RestContinuousDtmfRecognitionToneFailed {
|
|
1354
|
-
/** Call connection ID. */
|
|
1355
|
-
callConnectionId?: string;
|
|
1356
|
-
/** Server call ID. */
|
|
1357
|
-
serverCallId?: string;
|
|
1358
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1359
|
-
correlationId?: string;
|
|
1360
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1361
|
-
resultInformation?: RestResultInformation;
|
|
1362
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1363
|
-
operationContext?: string;
|
|
1364
|
-
}
|
|
1365
|
-
export interface RestContinuousDtmfRecognitionStopped {
|
|
1366
|
-
/** Call connection ID. */
|
|
1367
|
-
callConnectionId?: string;
|
|
1368
|
-
/** Server call ID. */
|
|
1369
|
-
serverCallId?: string;
|
|
1370
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1371
|
-
correlationId?: string;
|
|
1372
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1373
|
-
operationContext?: string;
|
|
1374
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1375
|
-
resultInformation?: RestResultInformation;
|
|
1376
|
-
}
|
|
1377
|
-
export interface RestSendDtmfTonesCompleted {
|
|
1378
|
-
/** Call connection ID. */
|
|
1379
|
-
callConnectionId?: string;
|
|
1380
|
-
/** Server call ID. */
|
|
1381
|
-
serverCallId?: string;
|
|
1382
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1383
|
-
correlationId?: string;
|
|
1384
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1385
|
-
operationContext?: string;
|
|
1386
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1387
|
-
resultInformation?: RestResultInformation;
|
|
1388
|
-
}
|
|
1389
|
-
export interface RestSendDtmfTonesFailed {
|
|
1390
|
-
/** Call connection ID. */
|
|
1391
|
-
callConnectionId?: string;
|
|
1392
|
-
/** Server call ID. */
|
|
1393
|
-
serverCallId?: string;
|
|
1394
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1395
|
-
correlationId?: string;
|
|
1396
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1397
|
-
operationContext?: string;
|
|
1398
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1399
|
-
resultInformation?: RestResultInformation;
|
|
1400
|
-
}
|
|
1401
|
-
/** Successful cancel add participant event. */
|
|
1402
|
-
export interface RestCancelAddParticipantSucceeded {
|
|
1403
|
-
/** Call connection ID. */
|
|
1404
|
-
callConnectionId?: string;
|
|
1405
|
-
/** Server call ID. */
|
|
1406
|
-
serverCallId?: string;
|
|
1407
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1408
|
-
correlationId?: string;
|
|
1409
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1410
|
-
operationContext?: string;
|
|
1411
|
-
/** Invitation ID used to cancel the request. */
|
|
1412
|
-
invitationId?: string;
|
|
1413
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1414
|
-
resultInformation?: RestResultInformation;
|
|
1415
|
-
}
|
|
1416
|
-
/** Failed cancel add participant event. */
|
|
1417
|
-
export interface RestCancelAddParticipantFailed {
|
|
1418
|
-
/** Call connection ID. */
|
|
1419
|
-
callConnectionId?: string;
|
|
1420
|
-
/** Server call ID. */
|
|
1421
|
-
serverCallId?: string;
|
|
1422
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1423
|
-
correlationId?: string;
|
|
1424
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1425
|
-
operationContext?: string;
|
|
1426
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
1427
|
-
resultInformation?: RestResultInformation;
|
|
1428
|
-
/** Invitation ID used to cancel the request. */
|
|
1429
|
-
invitationId?: string;
|
|
1430
|
-
}
|
|
1431
|
-
export interface RestTranscriptionStarted {
|
|
1432
|
-
/**
|
|
1433
|
-
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
1434
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1435
|
-
*/
|
|
1436
|
-
readonly transcriptionUpdate?: TranscriptionUpdate;
|
|
967
|
+
/** Contains the index of the failed play source. */
|
|
968
|
+
failedPlaySourceIndex?: number;
|
|
969
|
+
}
|
|
970
|
+
export interface RestPlayCanceled {
|
|
1437
971
|
/** Call connection ID. */
|
|
1438
972
|
callConnectionId?: string;
|
|
1439
973
|
/** Server call ID. */
|
|
@@ -1445,12 +979,7 @@ export interface RestTranscriptionStarted {
|
|
|
1445
979
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1446
980
|
resultInformation?: RestResultInformation;
|
|
1447
981
|
}
|
|
1448
|
-
export interface
|
|
1449
|
-
/**
|
|
1450
|
-
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
1451
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1452
|
-
*/
|
|
1453
|
-
readonly transcriptionUpdate?: TranscriptionUpdate;
|
|
982
|
+
export interface RestRecognizeCompleted {
|
|
1454
983
|
/** Call connection ID. */
|
|
1455
984
|
callConnectionId?: string;
|
|
1456
985
|
/** Server call ID. */
|
|
@@ -1461,13 +990,22 @@ export interface RestTranscriptionStopped {
|
|
|
1461
990
|
operationContext?: string;
|
|
1462
991
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1463
992
|
resultInformation?: RestResultInformation;
|
|
1464
|
-
}
|
|
1465
|
-
export interface RestTranscriptionUpdated {
|
|
1466
993
|
/**
|
|
1467
|
-
*
|
|
994
|
+
* Determines the sub-type of the recognize operation.
|
|
995
|
+
* In case of cancel operation the this field is not set and is returned empty
|
|
996
|
+
*/
|
|
997
|
+
recognitionType?: RecognitionType;
|
|
998
|
+
/** Defines the result for RecognitionType = Dtmf */
|
|
999
|
+
dtmfResult?: DtmfResult;
|
|
1000
|
+
/** Defines the result for RecognitionType = Choices */
|
|
1001
|
+
choiceResult?: ChoiceResult;
|
|
1002
|
+
/**
|
|
1003
|
+
* Defines the result for RecognitionType = Speech and SpeechOrDtmf
|
|
1468
1004
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1469
1005
|
*/
|
|
1470
|
-
readonly
|
|
1006
|
+
readonly speechResult?: SpeechResult;
|
|
1007
|
+
}
|
|
1008
|
+
export interface RestRecognizeFailed {
|
|
1471
1009
|
/** Call connection ID. */
|
|
1472
1010
|
callConnectionId?: string;
|
|
1473
1011
|
/** Server call ID. */
|
|
@@ -1478,13 +1016,10 @@ export interface RestTranscriptionUpdated {
|
|
|
1478
1016
|
operationContext?: string;
|
|
1479
1017
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1480
1018
|
resultInformation?: RestResultInformation;
|
|
1019
|
+
/** Contains the index of the failed play source. */
|
|
1020
|
+
failedPlaySourceIndex?: number;
|
|
1481
1021
|
}
|
|
1482
|
-
export interface
|
|
1483
|
-
/**
|
|
1484
|
-
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
1485
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1486
|
-
*/
|
|
1487
|
-
readonly transcriptionUpdate?: TranscriptionUpdate;
|
|
1022
|
+
export interface RestRecognizeCanceled {
|
|
1488
1023
|
/** Call connection ID. */
|
|
1489
1024
|
callConnectionId?: string;
|
|
1490
1025
|
/** Server call ID. */
|
|
@@ -1496,8 +1031,13 @@ export interface RestTranscriptionFailed {
|
|
|
1496
1031
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1497
1032
|
resultInformation?: RestResultInformation;
|
|
1498
1033
|
}
|
|
1499
|
-
|
|
1500
|
-
|
|
1034
|
+
export interface RestContinuousDtmfRecognitionToneReceived {
|
|
1035
|
+
/**
|
|
1036
|
+
* The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed.
|
|
1037
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1038
|
+
*/
|
|
1039
|
+
readonly sequenceId?: number;
|
|
1040
|
+
tone?: Tone;
|
|
1501
1041
|
/** Call connection ID. */
|
|
1502
1042
|
callConnectionId?: string;
|
|
1503
1043
|
/** Server call ID. */
|
|
@@ -1509,21 +1049,19 @@ export interface RestCreateCallFailed {
|
|
|
1509
1049
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1510
1050
|
resultInformation?: RestResultInformation;
|
|
1511
1051
|
}
|
|
1512
|
-
|
|
1513
|
-
export interface RestAnswerFailed {
|
|
1052
|
+
export interface RestContinuousDtmfRecognitionToneFailed {
|
|
1514
1053
|
/** Call connection ID. */
|
|
1515
1054
|
callConnectionId?: string;
|
|
1516
1055
|
/** Server call ID. */
|
|
1517
1056
|
serverCallId?: string;
|
|
1518
1057
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
1519
1058
|
correlationId?: string;
|
|
1520
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1521
|
-
operationContext?: string;
|
|
1522
1059
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1523
1060
|
resultInformation?: RestResultInformation;
|
|
1061
|
+
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1062
|
+
operationContext?: string;
|
|
1524
1063
|
}
|
|
1525
|
-
|
|
1526
|
-
export interface RestHoldFailed {
|
|
1064
|
+
export interface RestContinuousDtmfRecognitionStopped {
|
|
1527
1065
|
/** Call connection ID. */
|
|
1528
1066
|
callConnectionId?: string;
|
|
1529
1067
|
/** Server call ID. */
|
|
@@ -1535,8 +1073,7 @@ export interface RestHoldFailed {
|
|
|
1535
1073
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1536
1074
|
resultInformation?: RestResultInformation;
|
|
1537
1075
|
}
|
|
1538
|
-
|
|
1539
|
-
export interface RestConnectFailed {
|
|
1076
|
+
export interface RestSendDtmfTonesCompleted {
|
|
1540
1077
|
/** Call connection ID. */
|
|
1541
1078
|
callConnectionId?: string;
|
|
1542
1079
|
/** Server call ID. */
|
|
@@ -1548,12 +1085,7 @@ export interface RestConnectFailed {
|
|
|
1548
1085
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1549
1086
|
resultInformation?: RestResultInformation;
|
|
1550
1087
|
}
|
|
1551
|
-
export interface
|
|
1552
|
-
/**
|
|
1553
|
-
* Defines the result for MediaStreamingUpdate with the current status and the details about the status
|
|
1554
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1555
|
-
*/
|
|
1556
|
-
readonly mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
1088
|
+
export interface RestSendDtmfTonesFailed {
|
|
1557
1089
|
/** Call connection ID. */
|
|
1558
1090
|
callConnectionId?: string;
|
|
1559
1091
|
/** Server call ID. */
|
|
@@ -1565,12 +1097,8 @@ export interface RestMediaStreamingStarted {
|
|
|
1565
1097
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1566
1098
|
resultInformation?: RestResultInformation;
|
|
1567
1099
|
}
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
* Defines the result for MediaStreamingUpdate with the current status and the details about the status
|
|
1571
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1572
|
-
*/
|
|
1573
|
-
readonly mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
1100
|
+
/** Successful cancel add participant event. */
|
|
1101
|
+
export interface RestCancelAddParticipantSucceeded {
|
|
1574
1102
|
/** Call connection ID. */
|
|
1575
1103
|
callConnectionId?: string;
|
|
1576
1104
|
/** Server call ID. */
|
|
@@ -1579,15 +1107,13 @@ export interface RestMediaStreamingStopped {
|
|
|
1579
1107
|
correlationId?: string;
|
|
1580
1108
|
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
1581
1109
|
operationContext?: string;
|
|
1110
|
+
/** Invitation ID used to cancel the request. */
|
|
1111
|
+
invitationId?: string;
|
|
1582
1112
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1583
1113
|
resultInformation?: RestResultInformation;
|
|
1584
1114
|
}
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
* Defines the result for MediaStreamingUpdate with the current status and the details about the status
|
|
1588
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1589
|
-
*/
|
|
1590
|
-
readonly mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
1115
|
+
/** Failed cancel add participant event. */
|
|
1116
|
+
export interface RestCancelAddParticipantFailed {
|
|
1591
1117
|
/** Call connection ID. */
|
|
1592
1118
|
callConnectionId?: string;
|
|
1593
1119
|
/** Server call ID. */
|
|
@@ -1598,20 +1124,15 @@ export interface RestMediaStreamingFailed {
|
|
|
1598
1124
|
operationContext?: string;
|
|
1599
1125
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1600
1126
|
resultInformation?: RestResultInformation;
|
|
1127
|
+
/** Invitation ID used to cancel the request. */
|
|
1128
|
+
invitationId?: string;
|
|
1601
1129
|
}
|
|
1602
|
-
export interface
|
|
1603
|
-
/** Call connection ID. */
|
|
1604
|
-
callConnectionId?: string;
|
|
1605
|
-
/** Correlation ID for event to call correlation. */
|
|
1606
|
-
correlationId?: string;
|
|
1130
|
+
export interface RestTranscriptionStarted {
|
|
1607
1131
|
/**
|
|
1608
|
-
*
|
|
1132
|
+
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
1609
1133
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1610
1134
|
*/
|
|
1611
|
-
readonly
|
|
1612
|
-
}
|
|
1613
|
-
/** Play started event. */
|
|
1614
|
-
export interface RestPlayStarted {
|
|
1135
|
+
readonly transcriptionUpdate?: TranscriptionUpdate;
|
|
1615
1136
|
/** Call connection ID. */
|
|
1616
1137
|
callConnectionId?: string;
|
|
1617
1138
|
/** Server call ID. */
|
|
@@ -1623,8 +1144,12 @@ export interface RestPlayStarted {
|
|
|
1623
1144
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1624
1145
|
resultInformation?: RestResultInformation;
|
|
1625
1146
|
}
|
|
1626
|
-
|
|
1627
|
-
|
|
1147
|
+
export interface RestTranscriptionStopped {
|
|
1148
|
+
/**
|
|
1149
|
+
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
1150
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1151
|
+
*/
|
|
1152
|
+
readonly transcriptionUpdate?: TranscriptionUpdate;
|
|
1628
1153
|
/** Call connection ID. */
|
|
1629
1154
|
callConnectionId?: string;
|
|
1630
1155
|
/** Server call ID. */
|
|
@@ -1636,8 +1161,12 @@ export interface RestPlayPaused {
|
|
|
1636
1161
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1637
1162
|
resultInformation?: RestResultInformation;
|
|
1638
1163
|
}
|
|
1639
|
-
|
|
1640
|
-
|
|
1164
|
+
export interface RestTranscriptionUpdated {
|
|
1165
|
+
/**
|
|
1166
|
+
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
1167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1168
|
+
*/
|
|
1169
|
+
readonly transcriptionUpdate?: TranscriptionUpdate;
|
|
1641
1170
|
/** Call connection ID. */
|
|
1642
1171
|
callConnectionId?: string;
|
|
1643
1172
|
/** Server call ID. */
|
|
@@ -1649,8 +1178,12 @@ export interface RestPlayResumed {
|
|
|
1649
1178
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1650
1179
|
resultInformation?: RestResultInformation;
|
|
1651
1180
|
}
|
|
1652
|
-
|
|
1653
|
-
|
|
1181
|
+
export interface RestTranscriptionFailed {
|
|
1182
|
+
/**
|
|
1183
|
+
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
1184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1185
|
+
*/
|
|
1186
|
+
readonly transcriptionUpdate?: TranscriptionUpdate;
|
|
1654
1187
|
/** Call connection ID. */
|
|
1655
1188
|
callConnectionId?: string;
|
|
1656
1189
|
/** Server call ID. */
|
|
@@ -1662,8 +1195,8 @@ export interface RestHoldAudioStarted {
|
|
|
1662
1195
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1663
1196
|
resultInformation?: RestResultInformation;
|
|
1664
1197
|
}
|
|
1665
|
-
/**
|
|
1666
|
-
export interface
|
|
1198
|
+
/** The create call failed event. */
|
|
1199
|
+
export interface RestCreateCallFailed {
|
|
1667
1200
|
/** Call connection ID. */
|
|
1668
1201
|
callConnectionId?: string;
|
|
1669
1202
|
/** Server call ID. */
|
|
@@ -1675,8 +1208,8 @@ export interface RestHoldAudioPaused {
|
|
|
1675
1208
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1676
1209
|
resultInformation?: RestResultInformation;
|
|
1677
1210
|
}
|
|
1678
|
-
/**
|
|
1679
|
-
export interface
|
|
1211
|
+
/** The failed to answer call event. */
|
|
1212
|
+
export interface RestAnswerFailed {
|
|
1680
1213
|
/** Call connection ID. */
|
|
1681
1214
|
callConnectionId?: string;
|
|
1682
1215
|
/** Server call ID. */
|
|
@@ -1688,8 +1221,7 @@ export interface RestHoldAudioResumed {
|
|
|
1688
1221
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
1689
1222
|
resultInformation?: RestResultInformation;
|
|
1690
1223
|
}
|
|
1691
|
-
|
|
1692
|
-
export interface RestHoldAudioCompleted {
|
|
1224
|
+
export interface RestHoldFailed {
|
|
1693
1225
|
/** Call connection ID. */
|
|
1694
1226
|
callConnectionId?: string;
|
|
1695
1227
|
/** Server call ID. */
|
|
@@ -1744,25 +1276,6 @@ export interface RestIncomingCall {
|
|
|
1744
1276
|
*/
|
|
1745
1277
|
readonly correlationId?: string;
|
|
1746
1278
|
}
|
|
1747
|
-
/** Azure Open AI Dialog */
|
|
1748
|
-
export interface AzureOpenAIDialog extends BaseDialog {
|
|
1749
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1750
|
-
kind: "azureOpenAI";
|
|
1751
|
-
}
|
|
1752
|
-
/** Power Virtual Agents Dialog */
|
|
1753
|
-
export interface PowerVirtualAgentsDialog extends BaseDialog {
|
|
1754
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1755
|
-
kind: "powerVirtualAgents";
|
|
1756
|
-
/** Bot identifier. */
|
|
1757
|
-
botAppId: string;
|
|
1758
|
-
/** Language. */
|
|
1759
|
-
language?: string;
|
|
1760
|
-
}
|
|
1761
|
-
/** Azure Open AI Dialog for UpdateDialog API Call */
|
|
1762
|
-
export interface AzureOpenAIDialogUpdate extends DialogUpdateBase {
|
|
1763
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1764
|
-
kind: "azureOpenAI";
|
|
1765
|
-
}
|
|
1766
1279
|
/** Known values of {@link CommunicationIdentifierModelKind} that the service accepts. */
|
|
1767
1280
|
export declare enum KnownCommunicationIdentifierModelKind {
|
|
1768
1281
|
/** Unknown */
|
|
@@ -1774,7 +1287,9 @@ export declare enum KnownCommunicationIdentifierModelKind {
|
|
|
1774
1287
|
/** MicrosoftTeamsUser */
|
|
1775
1288
|
MicrosoftTeamsUser = "microsoftTeamsUser",
|
|
1776
1289
|
/** MicrosoftTeamsApp */
|
|
1777
|
-
MicrosoftTeamsApp = "microsoftTeamsApp"
|
|
1290
|
+
MicrosoftTeamsApp = "microsoftTeamsApp",
|
|
1291
|
+
/** TeamsExtensionUser */
|
|
1292
|
+
TeamsExtensionUser = "teamsExtensionUser"
|
|
1778
1293
|
}
|
|
1779
1294
|
/**
|
|
1780
1295
|
* Defines values for CommunicationIdentifierModelKind. \
|
|
@@ -1785,7 +1300,8 @@ export declare enum KnownCommunicationIdentifierModelKind {
|
|
|
1785
1300
|
* **communicationUser** \
|
|
1786
1301
|
* **phoneNumber** \
|
|
1787
1302
|
* **microsoftTeamsUser** \
|
|
1788
|
-
* **microsoftTeamsApp**
|
|
1303
|
+
* **microsoftTeamsApp** \
|
|
1304
|
+
* **teamsExtensionUser**
|
|
1789
1305
|
*/
|
|
1790
1306
|
export type CommunicationIdentifierModelKind = string;
|
|
1791
1307
|
/** Known values of {@link CommunicationCloudEnvironmentModel} that the service accepts. */
|
|
@@ -1984,8 +1500,6 @@ export declare enum KnownCallRejectReason {
|
|
|
1984
1500
|
export type CallRejectReason = string;
|
|
1985
1501
|
/** Known values of {@link CallLocatorKind} that the service accepts. */
|
|
1986
1502
|
export declare enum KnownCallLocatorKind {
|
|
1987
|
-
/** Unknown */
|
|
1988
|
-
Unknown = "unknown",
|
|
1989
1503
|
/** GroupCallLocator */
|
|
1990
1504
|
GroupCallLocator = "groupCallLocator",
|
|
1991
1505
|
/** ServerCallLocator */
|
|
@@ -1998,7 +1512,6 @@ export declare enum KnownCallLocatorKind {
|
|
|
1998
1512
|
* {@link KnownCallLocatorKind} can be used interchangeably with CallLocatorKind,
|
|
1999
1513
|
* this enum contains the known values that the service supports.
|
|
2000
1514
|
* ### Known values supported by the service
|
|
2001
|
-
* **unknown** \
|
|
2002
1515
|
* **groupCallLocator** \
|
|
2003
1516
|
* **serverCallLocator** \
|
|
2004
1517
|
* **roomCallLocator**
|
|
@@ -2119,22 +1632,6 @@ export declare enum KnownTone {
|
|
|
2119
1632
|
* **asterisk**
|
|
2120
1633
|
*/
|
|
2121
1634
|
export type Tone = string;
|
|
2122
|
-
/** Known values of {@link DialogInputType} that the service accepts. */
|
|
2123
|
-
export declare enum KnownDialogInputType {
|
|
2124
|
-
/** PowerVirtualAgents */
|
|
2125
|
-
PowerVirtualAgents = "powerVirtualAgents",
|
|
2126
|
-
/** AzureOpenAI */
|
|
2127
|
-
AzureOpenAI = "azureOpenAI"
|
|
2128
|
-
}
|
|
2129
|
-
/**
|
|
2130
|
-
* Defines values for DialogInputType. \
|
|
2131
|
-
* {@link KnownDialogInputType} can be used interchangeably with DialogInputType,
|
|
2132
|
-
* this enum contains the known values that the service supports.
|
|
2133
|
-
* ### Known values supported by the service
|
|
2134
|
-
* **powerVirtualAgents** \
|
|
2135
|
-
* **azureOpenAI**
|
|
2136
|
-
*/
|
|
2137
|
-
export type DialogInputType = string;
|
|
2138
1635
|
/** Known values of {@link RecordingContentType} that the service accepts. */
|
|
2139
1636
|
export declare enum KnownRecordingContentType {
|
|
2140
1637
|
/** Audio */
|
|
@@ -2237,149 +1734,30 @@ export declare enum KnownRecordingKind {
|
|
|
2237
1734
|
* **TeamsCompliance**: Recording initiated by Teams compliance policy
|
|
2238
1735
|
*/
|
|
2239
1736
|
export type RecordingKind = string;
|
|
2240
|
-
/** Known values of {@link
|
|
2241
|
-
export declare enum
|
|
2242
|
-
/**
|
|
2243
|
-
|
|
2244
|
-
/**
|
|
2245
|
-
|
|
2246
|
-
/**
|
|
2247
|
-
|
|
2248
|
-
/** ChunkMaximumTimeExceeded */
|
|
2249
|
-
ChunkMaximumTimeExceeded = "chunkMaximumTimeExceeded",
|
|
2250
|
-
/** ChunkUploadFailure */
|
|
2251
|
-
ChunkUploadFailure = "chunkUploadFailure"
|
|
2252
|
-
}
|
|
2253
|
-
/**
|
|
2254
|
-
* Defines values for ChunkEndReason. \
|
|
2255
|
-
* {@link KnownChunkEndReason} can be used interchangeably with ChunkEndReason,
|
|
2256
|
-
* this enum contains the known values that the service supports.
|
|
2257
|
-
* ### Known values supported by the service
|
|
2258
|
-
* **chunkIsBeingRecorded** \
|
|
2259
|
-
* **sessionEnded** \
|
|
2260
|
-
* **chunkMaximumSizeExceeded** \
|
|
2261
|
-
* **chunkMaximumTimeExceeded** \
|
|
2262
|
-
* **chunkUploadFailure**
|
|
2263
|
-
*/
|
|
2264
|
-
export type ChunkEndReason = string;
|
|
2265
|
-
/** Known values of {@link CallSessionEndReason} that the service accepts. */
|
|
2266
|
-
export declare enum KnownCallSessionEndReason {
|
|
2267
|
-
/** SessionStillOngoing */
|
|
2268
|
-
SessionStillOngoing = "sessionStillOngoing",
|
|
2269
|
-
/** CallEnded */
|
|
2270
|
-
CallEnded = "callEnded",
|
|
2271
|
-
/** InitiatorLeft */
|
|
2272
|
-
InitiatorLeft = "initiatorLeft",
|
|
2273
|
-
/** HandedOverOrTransfered */
|
|
2274
|
-
HandedOverOrTransfered = "handedOverOrTransfered",
|
|
2275
|
-
/** MaximumSessionTimeReached */
|
|
2276
|
-
MaximumSessionTimeReached = "maximumSessionTimeReached",
|
|
2277
|
-
/** CallStartTimeout */
|
|
2278
|
-
CallStartTimeout = "callStartTimeout",
|
|
2279
|
-
/** MediaTimeout */
|
|
2280
|
-
MediaTimeout = "mediaTimeout",
|
|
2281
|
-
/** AudioStreamFailure */
|
|
2282
|
-
AudioStreamFailure = "audioStreamFailure",
|
|
2283
|
-
/** AllInstancesBusy */
|
|
2284
|
-
AllInstancesBusy = "allInstancesBusy",
|
|
2285
|
-
/** TeamsTokenConversionFailed */
|
|
2286
|
-
TeamsTokenConversionFailed = "teamsTokenConversionFailed",
|
|
2287
|
-
/** ReportCallStateFailed */
|
|
2288
|
-
ReportCallStateFailed = "reportCallStateFailed",
|
|
2289
|
-
/** ReportCallStateFailedAndSessionMustBeDiscarded */
|
|
2290
|
-
ReportCallStateFailedAndSessionMustBeDiscarded = "reportCallStateFailedAndSessionMustBeDiscarded",
|
|
2291
|
-
/** CouldNotRejoinCall */
|
|
2292
|
-
CouldNotRejoinCall = "couldNotRejoinCall",
|
|
2293
|
-
/** InvalidBotData */
|
|
2294
|
-
InvalidBotData = "invalidBotData",
|
|
2295
|
-
/** CouldNotStart */
|
|
2296
|
-
CouldNotStart = "couldNotStart",
|
|
2297
|
-
/** AppHostedMediaFailureOutcomeWithError */
|
|
2298
|
-
AppHostedMediaFailureOutcomeWithError = "appHostedMediaFailureOutcomeWithError",
|
|
2299
|
-
/** AppHostedMediaFailureOutcomeGracefully */
|
|
2300
|
-
AppHostedMediaFailureOutcomeGracefully = "appHostedMediaFailureOutcomeGracefully",
|
|
2301
|
-
/** HandedOverDueToMediaTimeout */
|
|
2302
|
-
HandedOverDueToMediaTimeout = "handedOverDueToMediaTimeout",
|
|
2303
|
-
/** HandedOverDueToAudioStreamFailure */
|
|
2304
|
-
HandedOverDueToAudioStreamFailure = "handedOverDueToAudioStreamFailure",
|
|
2305
|
-
/** SpeechRecognitionSessionNonRetriableError */
|
|
2306
|
-
SpeechRecognitionSessionNonRetriableError = "speechRecognitionSessionNonRetriableError",
|
|
2307
|
-
/** SpeechRecognitionSessionRetriableErrorMaxRetryCountReached */
|
|
2308
|
-
SpeechRecognitionSessionRetriableErrorMaxRetryCountReached = "speechRecognitionSessionRetriableErrorMaxRetryCountReached",
|
|
2309
|
-
/** HandedOverDueToChunkCreationFailure */
|
|
2310
|
-
HandedOverDueToChunkCreationFailure = "handedOverDueToChunkCreationFailure",
|
|
2311
|
-
/** ChunkCreationFailed */
|
|
2312
|
-
ChunkCreationFailed = "chunkCreationFailed",
|
|
2313
|
-
/** HandedOverDueToProcessingTimeout */
|
|
2314
|
-
HandedOverDueToProcessingTimeout = "handedOverDueToProcessingTimeout",
|
|
2315
|
-
/** ProcessingTimeout */
|
|
2316
|
-
ProcessingTimeout = "processingTimeout",
|
|
2317
|
-
/** TranscriptObjectCreationFailed */
|
|
2318
|
-
TranscriptObjectCreationFailed = "transcriptObjectCreationFailed"
|
|
2319
|
-
}
|
|
2320
|
-
/**
|
|
2321
|
-
* Defines values for CallSessionEndReason. \
|
|
2322
|
-
* {@link KnownCallSessionEndReason} can be used interchangeably with CallSessionEndReason,
|
|
2323
|
-
* this enum contains the known values that the service supports.
|
|
2324
|
-
* ### Known values supported by the service
|
|
2325
|
-
* **sessionStillOngoing** \
|
|
2326
|
-
* **callEnded** \
|
|
2327
|
-
* **initiatorLeft** \
|
|
2328
|
-
* **handedOverOrTransfered** \
|
|
2329
|
-
* **maximumSessionTimeReached** \
|
|
2330
|
-
* **callStartTimeout** \
|
|
2331
|
-
* **mediaTimeout** \
|
|
2332
|
-
* **audioStreamFailure** \
|
|
2333
|
-
* **allInstancesBusy** \
|
|
2334
|
-
* **teamsTokenConversionFailed** \
|
|
2335
|
-
* **reportCallStateFailed** \
|
|
2336
|
-
* **reportCallStateFailedAndSessionMustBeDiscarded** \
|
|
2337
|
-
* **couldNotRejoinCall** \
|
|
2338
|
-
* **invalidBotData** \
|
|
2339
|
-
* **couldNotStart** \
|
|
2340
|
-
* **appHostedMediaFailureOutcomeWithError** \
|
|
2341
|
-
* **appHostedMediaFailureOutcomeGracefully** \
|
|
2342
|
-
* **handedOverDueToMediaTimeout** \
|
|
2343
|
-
* **handedOverDueToAudioStreamFailure** \
|
|
2344
|
-
* **speechRecognitionSessionNonRetriableError** \
|
|
2345
|
-
* **speechRecognitionSessionRetriableErrorMaxRetryCountReached** \
|
|
2346
|
-
* **handedOverDueToChunkCreationFailure** \
|
|
2347
|
-
* **chunkCreationFailed** \
|
|
2348
|
-
* **handedOverDueToProcessingTimeout** \
|
|
2349
|
-
* **processingTimeout** \
|
|
2350
|
-
* **transcriptObjectCreationFailed**
|
|
2351
|
-
*/
|
|
2352
|
-
export type CallSessionEndReason = string;
|
|
2353
|
-
/** Known values of {@link TranscriptionStatus} that the service accepts. */
|
|
2354
|
-
export declare enum KnownTranscriptionStatus {
|
|
2355
|
-
/** TranscriptionStarted */
|
|
2356
|
-
TranscriptionStarted = "transcriptionStarted",
|
|
2357
|
-
/** TranscriptionFailed */
|
|
2358
|
-
TranscriptionFailed = "transcriptionFailed",
|
|
2359
|
-
/** TranscriptionResumed */
|
|
2360
|
-
TranscriptionResumed = "transcriptionResumed",
|
|
2361
|
-
/** TranscriptionUpdated */
|
|
2362
|
-
TranscriptionUpdated = "transcriptionUpdated",
|
|
2363
|
-
/** TranscriptionStopped */
|
|
2364
|
-
TranscriptionStopped = "transcriptionStopped",
|
|
1737
|
+
/** Known values of {@link MediaStreamingStatus} that the service accepts. */
|
|
1738
|
+
export declare enum KnownMediaStreamingStatus {
|
|
1739
|
+
/** MediaStreamingStarted */
|
|
1740
|
+
MediaStreamingStarted = "mediaStreamingStarted",
|
|
1741
|
+
/** MediaStreamingFailed */
|
|
1742
|
+
MediaStreamingFailed = "mediaStreamingFailed",
|
|
1743
|
+
/** MediaStreamingStopped */
|
|
1744
|
+
MediaStreamingStopped = "mediaStreamingStopped",
|
|
2365
1745
|
/** UnspecifiedError */
|
|
2366
1746
|
UnspecifiedError = "unspecifiedError"
|
|
2367
1747
|
}
|
|
2368
1748
|
/**
|
|
2369
|
-
* Defines values for
|
|
2370
|
-
* {@link
|
|
1749
|
+
* Defines values for MediaStreamingStatus. \
|
|
1750
|
+
* {@link KnownMediaStreamingStatus} can be used interchangeably with MediaStreamingStatus,
|
|
2371
1751
|
* this enum contains the known values that the service supports.
|
|
2372
1752
|
* ### Known values supported by the service
|
|
2373
|
-
* **
|
|
2374
|
-
* **
|
|
2375
|
-
* **
|
|
2376
|
-
* **transcriptionUpdated** \
|
|
2377
|
-
* **transcriptionStopped** \
|
|
1753
|
+
* **mediaStreamingStarted** \
|
|
1754
|
+
* **mediaStreamingFailed** \
|
|
1755
|
+
* **mediaStreamingStopped** \
|
|
2378
1756
|
* **unspecifiedError**
|
|
2379
1757
|
*/
|
|
2380
|
-
export type
|
|
2381
|
-
/** Known values of {@link
|
|
2382
|
-
export declare enum
|
|
1758
|
+
export type MediaStreamingStatus = string;
|
|
1759
|
+
/** Known values of {@link MediaStreamingStatusDetails} that the service accepts. */
|
|
1760
|
+
export declare enum KnownMediaStreamingStatusDetails {
|
|
2383
1761
|
/** SubscriptionStarted */
|
|
2384
1762
|
SubscriptionStarted = "subscriptionStarted",
|
|
2385
1763
|
/** StreamConnectionReestablished */
|
|
@@ -2408,12 +1786,12 @@ export declare enum KnownTranscriptionStatusDetails {
|
|
|
2408
1786
|
Forbidden = "forbidden",
|
|
2409
1787
|
/** ServiceTimeout */
|
|
2410
1788
|
ServiceTimeout = "serviceTimeout",
|
|
2411
|
-
/**
|
|
2412
|
-
|
|
1789
|
+
/** InitialWebSocketConnectionFailed */
|
|
1790
|
+
InitialWebSocketConnectionFailed = "initialWebSocketConnectionFailed"
|
|
2413
1791
|
}
|
|
2414
1792
|
/**
|
|
2415
|
-
* Defines values for
|
|
2416
|
-
* {@link
|
|
1793
|
+
* Defines values for MediaStreamingStatusDetails. \
|
|
1794
|
+
* {@link KnownMediaStreamingStatusDetails} can be used interchangeably with MediaStreamingStatusDetails,
|
|
2417
1795
|
* this enum contains the known values that the service supports.
|
|
2418
1796
|
* ### Known values supported by the service
|
|
2419
1797
|
* **subscriptionStarted** \
|
|
@@ -2430,33 +1808,39 @@ export declare enum KnownTranscriptionStatusDetails {
|
|
|
2430
1808
|
* **tooManyRequests** \
|
|
2431
1809
|
* **forbidden** \
|
|
2432
1810
|
* **serviceTimeout** \
|
|
2433
|
-
* **
|
|
1811
|
+
* **initialWebSocketConnectionFailed**
|
|
2434
1812
|
*/
|
|
2435
|
-
export type
|
|
2436
|
-
/** Known values of {@link
|
|
2437
|
-
export declare enum
|
|
2438
|
-
/**
|
|
2439
|
-
|
|
2440
|
-
/**
|
|
2441
|
-
|
|
2442
|
-
/**
|
|
2443
|
-
|
|
1813
|
+
export type MediaStreamingStatusDetails = string;
|
|
1814
|
+
/** Known values of {@link TranscriptionStatus} that the service accepts. */
|
|
1815
|
+
export declare enum KnownTranscriptionStatus {
|
|
1816
|
+
/** TranscriptionStarted */
|
|
1817
|
+
TranscriptionStarted = "transcriptionStarted",
|
|
1818
|
+
/** TranscriptionFailed */
|
|
1819
|
+
TranscriptionFailed = "transcriptionFailed",
|
|
1820
|
+
/** TranscriptionResumed */
|
|
1821
|
+
TranscriptionResumed = "transcriptionResumed",
|
|
1822
|
+
/** TranscriptionUpdated */
|
|
1823
|
+
TranscriptionUpdated = "transcriptionUpdated",
|
|
1824
|
+
/** TranscriptionStopped */
|
|
1825
|
+
TranscriptionStopped = "transcriptionStopped",
|
|
2444
1826
|
/** UnspecifiedError */
|
|
2445
1827
|
UnspecifiedError = "unspecifiedError"
|
|
2446
1828
|
}
|
|
2447
1829
|
/**
|
|
2448
|
-
* Defines values for
|
|
2449
|
-
* {@link
|
|
1830
|
+
* Defines values for TranscriptionStatus. \
|
|
1831
|
+
* {@link KnownTranscriptionStatus} can be used interchangeably with TranscriptionStatus,
|
|
2450
1832
|
* this enum contains the known values that the service supports.
|
|
2451
1833
|
* ### Known values supported by the service
|
|
2452
|
-
* **
|
|
2453
|
-
* **
|
|
2454
|
-
* **
|
|
1834
|
+
* **transcriptionStarted** \
|
|
1835
|
+
* **transcriptionFailed** \
|
|
1836
|
+
* **transcriptionResumed** \
|
|
1837
|
+
* **transcriptionUpdated** \
|
|
1838
|
+
* **transcriptionStopped** \
|
|
2455
1839
|
* **unspecifiedError**
|
|
2456
1840
|
*/
|
|
2457
|
-
export type
|
|
2458
|
-
/** Known values of {@link
|
|
2459
|
-
export declare enum
|
|
1841
|
+
export type TranscriptionStatus = string;
|
|
1842
|
+
/** Known values of {@link TranscriptionStatusDetails} that the service accepts. */
|
|
1843
|
+
export declare enum KnownTranscriptionStatusDetails {
|
|
2460
1844
|
/** SubscriptionStarted */
|
|
2461
1845
|
SubscriptionStarted = "subscriptionStarted",
|
|
2462
1846
|
/** StreamConnectionReestablished */
|
|
@@ -2485,12 +1869,12 @@ export declare enum KnownMediaStreamingStatusDetails {
|
|
|
2485
1869
|
Forbidden = "forbidden",
|
|
2486
1870
|
/** ServiceTimeout */
|
|
2487
1871
|
ServiceTimeout = "serviceTimeout",
|
|
2488
|
-
/**
|
|
2489
|
-
|
|
1872
|
+
/** TranscriptionLocaleUpdated */
|
|
1873
|
+
TranscriptionLocaleUpdated = "transcriptionLocaleUpdated"
|
|
2490
1874
|
}
|
|
2491
1875
|
/**
|
|
2492
|
-
* Defines values for
|
|
2493
|
-
* {@link
|
|
1876
|
+
* Defines values for TranscriptionStatusDetails. \
|
|
1877
|
+
* {@link KnownTranscriptionStatusDetails} can be used interchangeably with TranscriptionStatusDetails,
|
|
2494
1878
|
* this enum contains the known values that the service supports.
|
|
2495
1879
|
* ### Known values supported by the service
|
|
2496
1880
|
* **subscriptionStarted** \
|
|
@@ -2507,9 +1891,9 @@ export declare enum KnownMediaStreamingStatusDetails {
|
|
|
2507
1891
|
* **tooManyRequests** \
|
|
2508
1892
|
* **forbidden** \
|
|
2509
1893
|
* **serviceTimeout** \
|
|
2510
|
-
* **
|
|
1894
|
+
* **transcriptionLocaleUpdated**
|
|
2511
1895
|
*/
|
|
2512
|
-
export type
|
|
1896
|
+
export type TranscriptionStatusDetails = string;
|
|
2513
1897
|
/** Known values of {@link RecognitionType} that the service accepts. */
|
|
2514
1898
|
export declare enum KnownRecognitionType {
|
|
2515
1899
|
/** Dtmf */
|
|
@@ -2627,15 +2011,6 @@ export interface CallConnectionMuteOptionalParams extends coreClient.OperationOp
|
|
|
2627
2011
|
/** Contains response data for the mute operation. */
|
|
2628
2012
|
export type CallConnectionMuteResponse = MuteParticipantsResult;
|
|
2629
2013
|
/** Optional parameters. */
|
|
2630
|
-
export interface CallConnectionUnmuteOptionalParams extends coreClient.OperationOptions {
|
|
2631
|
-
/** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
|
|
2632
|
-
repeatabilityRequestID?: string;
|
|
2633
|
-
/** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
|
|
2634
|
-
repeatabilityFirstSent?: Date;
|
|
2635
|
-
}
|
|
2636
|
-
/** Contains response data for the unmute operation. */
|
|
2637
|
-
export type CallConnectionUnmuteResponse = UnmuteParticipantsResponse;
|
|
2638
|
-
/** Optional parameters. */
|
|
2639
2014
|
export interface CallConnectionCancelAddParticipantOptionalParams extends coreClient.OperationOptions {
|
|
2640
2015
|
/** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
|
|
2641
2016
|
repeatabilityRequestID?: string;
|
|
@@ -2664,6 +2039,9 @@ export interface CallMediaStartTranscriptionOptionalParams extends coreClient.Op
|
|
|
2664
2039
|
export interface CallMediaStopTranscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2665
2040
|
}
|
|
2666
2041
|
/** Optional parameters. */
|
|
2042
|
+
export interface CallMediaUpdateTranscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2043
|
+
}
|
|
2044
|
+
/** Optional parameters. */
|
|
2667
2045
|
export interface CallMediaCancelAllMediaOperationsOptionalParams extends coreClient.OperationOptions {
|
|
2668
2046
|
}
|
|
2669
2047
|
/** Optional parameters. */
|
|
@@ -2685,9 +2063,6 @@ export interface CallMediaSendDtmfTonesOptionalParams extends coreClient.Operati
|
|
|
2685
2063
|
/** Contains response data for the sendDtmfTones operation. */
|
|
2686
2064
|
export type CallMediaSendDtmfTonesResponse = SendDtmfTonesResult;
|
|
2687
2065
|
/** Optional parameters. */
|
|
2688
|
-
export interface CallMediaUpdateTranscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2689
|
-
}
|
|
2690
|
-
/** Optional parameters. */
|
|
2691
2066
|
export interface CallMediaHoldOptionalParams extends coreClient.OperationOptions {
|
|
2692
2067
|
}
|
|
2693
2068
|
/** Optional parameters. */
|
|
@@ -2700,21 +2075,6 @@ export interface CallMediaStartMediaStreamingOptionalParams extends coreClient.O
|
|
|
2700
2075
|
export interface CallMediaStopMediaStreamingOptionalParams extends coreClient.OperationOptions {
|
|
2701
2076
|
}
|
|
2702
2077
|
/** Optional parameters. */
|
|
2703
|
-
export interface CallMediaInterruptAudioAndAnnounceOptionalParams extends coreClient.OperationOptions {
|
|
2704
|
-
}
|
|
2705
|
-
/** Optional parameters. */
|
|
2706
|
-
export interface CallDialogStartDialogOptionalParams extends coreClient.OperationOptions {
|
|
2707
|
-
}
|
|
2708
|
-
/** Contains response data for the startDialog operation. */
|
|
2709
|
-
export type CallDialogStartDialogResponse = DialogStateResponse;
|
|
2710
|
-
/** Optional parameters. */
|
|
2711
|
-
export interface CallDialogStopDialogOptionalParams extends coreClient.OperationOptions {
|
|
2712
|
-
operationCallbackUri?: string;
|
|
2713
|
-
}
|
|
2714
|
-
/** Optional parameters. */
|
|
2715
|
-
export interface CallDialogUpdateDialogOptionalParams extends coreClient.OperationOptions {
|
|
2716
|
-
}
|
|
2717
|
-
/** Optional parameters. */
|
|
2718
2078
|
export interface CallRecordingStartRecordingOptionalParams extends coreClient.OperationOptions {
|
|
2719
2079
|
/** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
|
|
2720
2080
|
repeatabilityRequestID?: string;
|
|
@@ -2738,11 +2098,6 @@ export interface CallRecordingPauseRecordingOptionalParams extends coreClient.Op
|
|
|
2738
2098
|
export interface CallRecordingResumeRecordingOptionalParams extends coreClient.OperationOptions {
|
|
2739
2099
|
}
|
|
2740
2100
|
/** Optional parameters. */
|
|
2741
|
-
export interface CallRecordingGetRecordingResultOptionalParams extends coreClient.OperationOptions {
|
|
2742
|
-
}
|
|
2743
|
-
/** Contains response data for the getRecordingResult operation. */
|
|
2744
|
-
export type CallRecordingGetRecordingResultResponse = RecordingResultResponse;
|
|
2745
|
-
/** Optional parameters. */
|
|
2746
2101
|
export interface CallAutomationApiClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2747
2102
|
/** Api Version */
|
|
2748
2103
|
apiVersion?: string;
|