@azure/communication-call-automation 1.5.0-beta.2 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/browser/callAutomationClient.d.ts +2 -3
- package/dist/browser/callAutomationClient.d.ts.map +1 -1
- package/dist/browser/callAutomationClient.js +79 -31
- package/dist/browser/callAutomationClient.js.map +1 -1
- package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
- package/dist/browser/callAutomationEventParser.js +9 -10
- package/dist/browser/callAutomationEventParser.js.map +1 -1
- package/dist/browser/callConnection.d.ts +1 -1
- package/dist/browser/callConnection.d.ts.map +1 -1
- package/dist/browser/callConnection.js +82 -38
- package/dist/browser/callConnection.js.map +1 -1
- package/dist/browser/callMedia.d.ts +1 -1
- package/dist/browser/callMedia.d.ts.map +1 -1
- package/dist/browser/callMedia.js +33 -12
- package/dist/browser/callMedia.js.map +1 -1
- package/dist/browser/callRecording.js +11 -6
- package/dist/browser/callRecording.js.map +1 -1
- package/dist/browser/contentDownloader.js +11 -12
- package/dist/browser/contentDownloader.js.map +1 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -1
- package/dist/browser/credential/cryptoUtils.js +1 -2
- package/dist/browser/generated/src/callAutomationApiClient.js +14 -5
- package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +305 -322
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +29 -35
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts +41 -34
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +481 -462
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +1 -1
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.js +23 -40
- package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
- package/dist/browser/generated/src/operations/callMedia.js +1 -0
- package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.js +1 -0
- package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
- package/dist/browser/generated/src/pagingHelper.js +2 -4
- package/dist/browser/generated/src/pagingHelper.js.map +1 -1
- package/dist/browser/models/constants.d.ts.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 +295 -209
- 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 +44 -4
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +1 -1
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/models/options.d.ts +17 -0
- 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 +1 -1
- package/dist/browser/models/responses.d.ts.map +1 -1
- package/dist/browser/models/responses.js.map +1 -1
- package/dist/browser/models/streaming.d.ts +26 -27
- package/dist/browser/models/streaming.d.ts.map +1 -1
- package/dist/browser/models/streaming.js +28 -57
- package/dist/browser/models/streaming.js.map +1 -1
- package/dist/browser/streamingData.d.ts.map +1 -1
- package/dist/browser/streamingData.js +10 -1
- package/dist/browser/streamingData.js.map +1 -1
- package/dist/browser/utli/converters.d.ts.map +1 -1
- package/dist/browser/utli/converters.js +30 -9
- package/dist/browser/utli/converters.js.map +1 -1
- package/dist/commonjs/callAutomationClient.d.ts +2 -3
- package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +79 -31
- package/dist/commonjs/callAutomationClient.js.map +1 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +9 -10
- package/dist/commonjs/callAutomationEventParser.js.map +1 -1
- package/dist/commonjs/callConnection.d.ts +1 -1
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +82 -38
- package/dist/commonjs/callConnection.js.map +1 -1
- package/dist/commonjs/callMedia.d.ts +1 -1
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +42 -21
- package/dist/commonjs/callMedia.js.map +1 -1
- package/dist/commonjs/callRecording.js +12 -7
- package/dist/commonjs/callRecording.js.map +1 -1
- package/dist/commonjs/contentDownloader.js +11 -12
- package/dist/commonjs/contentDownloader.js.map +1 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +14 -5
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +305 -322
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +30 -36
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +41 -34
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +484 -465
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +1 -1
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +23 -39
- package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +1 -0
- package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +1 -0
- package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/pagingHelper.js +2 -4
- package/dist/commonjs/generated/src/pagingHelper.js.map +1 -1
- package/dist/commonjs/models/constants.d.ts.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 +295 -209
- 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 +44 -4
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +2 -16
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/models/options.d.ts +17 -0
- 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 +1 -1
- package/dist/commonjs/models/responses.d.ts.map +1 -1
- package/dist/commonjs/models/responses.js.map +1 -1
- package/dist/commonjs/models/streaming.d.ts +26 -27
- package/dist/commonjs/models/streaming.d.ts.map +1 -1
- package/dist/commonjs/models/streaming.js +31 -59
- package/dist/commonjs/models/streaming.js.map +1 -1
- package/dist/commonjs/streamingData.d.ts.map +1 -1
- package/dist/commonjs/streamingData.js +10 -1
- package/dist/commonjs/streamingData.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/commonjs/utli/converters.d.ts.map +1 -1
- package/dist/commonjs/utli/converters.js +30 -9
- package/dist/commonjs/utli/converters.js.map +1 -1
- package/dist/esm/callAutomationClient.d.ts +2 -3
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +79 -31
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +9 -10
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +1 -1
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +82 -38
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +1 -1
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +33 -12
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/callRecording.js +11 -6
- package/dist/esm/callRecording.js.map +1 -1
- package/dist/esm/contentDownloader.js +11 -12
- package/dist/esm/contentDownloader.js.map +1 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +14 -5
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +305 -322
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +29 -35
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +41 -34
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +481 -462
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +1 -1
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +23 -40
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +1 -0
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.js +1 -0
- package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
- package/dist/esm/generated/src/pagingHelper.js +2 -4
- package/dist/esm/generated/src/pagingHelper.js.map +1 -1
- package/dist/esm/models/constants.d.ts.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 +295 -209
- 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 +44 -4
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +1 -1
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +17 -0
- 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 +1 -1
- package/dist/esm/models/responses.d.ts.map +1 -1
- package/dist/esm/models/responses.js.map +1 -1
- package/dist/esm/models/streaming.d.ts +26 -27
- package/dist/esm/models/streaming.d.ts.map +1 -1
- package/dist/esm/models/streaming.js +28 -57
- package/dist/esm/models/streaming.js.map +1 -1
- package/dist/esm/streamingData.d.ts.map +1 -1
- package/dist/esm/streamingData.js +10 -1
- package/dist/esm/streamingData.js.map +1 -1
- package/dist/esm/utli/converters.d.ts.map +1 -1
- package/dist/esm/utli/converters.js +30 -9
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/react-native/callAutomationClient.d.ts +2 -3
- package/dist/react-native/callAutomationClient.d.ts.map +1 -1
- package/dist/react-native/callAutomationClient.js +79 -31
- 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 +9 -10
- package/dist/react-native/callAutomationEventParser.js.map +1 -1
- package/dist/react-native/callConnection.d.ts +1 -1
- package/dist/react-native/callConnection.d.ts.map +1 -1
- package/dist/react-native/callConnection.js +82 -38
- package/dist/react-native/callConnection.js.map +1 -1
- package/dist/react-native/callMedia.d.ts +1 -1
- package/dist/react-native/callMedia.d.ts.map +1 -1
- package/dist/react-native/callMedia.js +33 -12
- package/dist/react-native/callMedia.js.map +1 -1
- package/dist/react-native/callRecording.js +11 -6
- package/dist/react-native/callRecording.js.map +1 -1
- package/dist/react-native/contentDownloader.js +11 -12
- package/dist/react-native/contentDownloader.js.map +1 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +14 -5
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +305 -322
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +29 -35
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +41 -34
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +481 -462
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +1 -1
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.js +23 -40
- package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
- package/dist/react-native/generated/src/operations/callMedia.js +1 -0
- package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.js +1 -0
- package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/pagingHelper.js +2 -4
- package/dist/react-native/generated/src/pagingHelper.js.map +1 -1
- package/dist/react-native/models/constants.d.ts.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 +295 -209
- 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 +44 -4
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +1 -1
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/models/options.d.ts +17 -0
- 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 +1 -1
- 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/models/streaming.d.ts +26 -27
- package/dist/react-native/models/streaming.d.ts.map +1 -1
- package/dist/react-native/models/streaming.js +28 -57
- package/dist/react-native/models/streaming.js.map +1 -1
- package/dist/react-native/streamingData.d.ts.map +1 -1
- package/dist/react-native/streamingData.js +10 -1
- package/dist/react-native/streamingData.js.map +1 -1
- package/dist/react-native/utli/converters.d.ts.map +1 -1
- package/dist/react-native/utli/converters.js +30 -9
- package/dist/react-native/utli/converters.js.map +1 -1
- package/package.json +37 -44
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.RemoveParticipantResponse = exports.RemoveParticipantRequest = exports.AddParticipantResponse = exports.AddParticipantRequest = exports.CallParticipantInternal = exports.GetParticipantsResponse = exports.StopMediaStreamingRequest = exports.StartMediaStreamingRequest = exports.UnholdRequest = exports.HoldRequest = exports.SendDtmfTonesResult = exports.SendDtmfTonesRequest = exports.ContinuousDtmfRecognitionRequest = exports.SpeechOptions = exports.Choice = exports.DtmfOptions = exports.RecognizeOptions = exports.RecognizeRequest = exports.UpdateTranscriptionRequest = exports.StopTranscriptionRequest = exports.StartTranscriptionRequest = exports.PlayOptionsInternal = exports.SsmlSourceInternal = exports.TextSourceInternal = exports.FileSourceInternal = exports.PlaySourceInternal = exports.PlayRequest = exports.TransferCallResponse = exports.CustomCallingContextInternal = exports.TransferToParticipantRequest = exports.CallLocator = exports.ConnectRequest = exports.RejectCallRequest = exports.RedirectCallRequest = exports.AnswerCallRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.TranscriptionSubscription = exports.MediaStreamingSubscription = exports.CallConnectionPropertiesInternal = exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
10
|
+
exports.RemoveParticipantResponse = exports.RemoveParticipantRequest = exports.AddParticipantResponse = exports.AddParticipantRequest = exports.CallParticipantInternal = exports.GetParticipantsResponse = exports.StopMediaStreamingRequest = exports.StartMediaStreamingRequest = exports.UnholdRequest = exports.HoldRequest = exports.SendDtmfTonesResult = exports.SendDtmfTonesRequest = exports.ContinuousDtmfRecognitionRequest = exports.SpeechOptions = exports.Choice = exports.DtmfOptions = exports.RecognizeOptions = exports.RecognizeRequest = exports.UpdateTranscriptionRequest = exports.StopTranscriptionRequest = exports.StartTranscriptionRequest = exports.PlayOptionsInternal = exports.SsmlSourceInternal = exports.TextSourceInternal = exports.FileSourceInternal = exports.PlaySourceInternal = exports.PlayRequest = exports.TransferCallResponse = exports.CustomCallingContextInternal = exports.TransferToParticipantRequest = exports.CallLocator = exports.ConnectRequest = exports.RejectCallRequest = exports.RedirectCallRequest = exports.AnswerCallRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.TranscriptionSubscription = exports.MediaStreamingSubscription = exports.CallConnectionPropertiesInternal = exports.TranscriptionOptionsInternal = exports.MediaStreamingOptionsInternal = exports.CallIntelligenceOptionsInternal = exports.TeamsExtensionUserIdentifierModel = exports.MicrosoftTeamsAppIdentifierModel = exports.MicrosoftTeamsUserIdentifierModel = exports.PhoneNumberIdentifierModel = exports.CommunicationUserIdentifierModel = exports.CommunicationIdentifierModel = exports.CreateCallRequest = void 0;
|
|
11
|
+
exports.TranscriptionUpdated = exports.TranscriptionStopped = exports.TranscriptionStarted = exports.TranscriptionUpdate = exports.TranscriptionFailed = exports.StartRecordingFailed = exports.HoldFailed = exports.MediaStreamingStopped = exports.MediaStreamingStarted = exports.MediaStreamingUpdate = exports.MediaStreamingFailed = exports.SendDtmfTonesFailed = exports.SendDtmfTonesCompleted = exports.ContinuousDtmfRecognitionStopped = exports.ContinuousDtmfRecognitionToneReceived = exports.ContinuousDtmfRecognitionToneFailed = exports.RecognizeCanceled = exports.RecognizeFailed = exports.SpeechResult = exports.ChoiceResult = exports.DtmfResult = exports.RecognizeCompleted = exports.PlayCanceled = exports.PlayFailed = exports.PlayCompleted = exports.PlayStarted = exports.RecordingStateChanged = exports.ConnectFailed = exports.CreateCallFailed = exports.AnswerFailed = exports.CancelAddParticipantFailed = exports.CancelAddParticipantSucceeded = exports.RemoveParticipantFailed = exports.RemoveParticipantSucceeded = exports.ParticipantsUpdated = exports.CallTransferFailed = exports.CallTransferAccepted = exports.CallDisconnected = exports.CallConnected = exports.AddParticipantSucceeded = exports.ResultInformation = exports.AddParticipantFailed = exports.RecordingStateResponse = exports.RecordingStorage = exports.ChannelAffinity = exports.StartCallRecordingRequest = exports.CancelAddParticipantResponse = exports.CancelAddParticipantRequest = exports.MuteParticipantsResult = exports.MuteParticipantsRequest = void 0;
|
|
12
|
+
exports.discriminators = exports.WebSocketTranscriptionOptions = exports.WebSocketMediaStreamingOptions = void 0;
|
|
13
13
|
exports.CreateCallRequest = {
|
|
14
14
|
type: {
|
|
15
15
|
name: "Composite",
|
|
@@ -72,14 +72,14 @@ exports.CreateCallRequest = {
|
|
|
72
72
|
serializedName: "mediaStreamingOptions",
|
|
73
73
|
type: {
|
|
74
74
|
name: "Composite",
|
|
75
|
-
className: "
|
|
75
|
+
className: "MediaStreamingOptionsInternal",
|
|
76
76
|
},
|
|
77
77
|
},
|
|
78
78
|
transcriptionOptions: {
|
|
79
79
|
serializedName: "transcriptionOptions",
|
|
80
80
|
type: {
|
|
81
81
|
name: "Composite",
|
|
82
|
-
className: "
|
|
82
|
+
className: "TranscriptionOptionsInternal",
|
|
83
83
|
},
|
|
84
84
|
},
|
|
85
85
|
teamsAppSource: {
|
|
@@ -286,18 +286,16 @@ exports.CallIntelligenceOptionsInternal = {
|
|
|
286
286
|
},
|
|
287
287
|
},
|
|
288
288
|
};
|
|
289
|
-
exports.
|
|
289
|
+
exports.MediaStreamingOptionsInternal = {
|
|
290
290
|
type: {
|
|
291
291
|
name: "Composite",
|
|
292
|
-
className: "
|
|
292
|
+
className: "MediaStreamingOptionsInternal",
|
|
293
|
+
uberParent: "MediaStreamingOptionsInternal",
|
|
294
|
+
polymorphicDiscriminator: {
|
|
295
|
+
serializedName: "transportType",
|
|
296
|
+
clientName: "transportType",
|
|
297
|
+
},
|
|
293
298
|
modelProperties: {
|
|
294
|
-
transportUrl: {
|
|
295
|
-
serializedName: "transportUrl",
|
|
296
|
-
required: true,
|
|
297
|
-
type: {
|
|
298
|
-
name: "String",
|
|
299
|
-
},
|
|
300
|
-
},
|
|
301
299
|
transportType: {
|
|
302
300
|
serializedName: "transportType",
|
|
303
301
|
required: true,
|
|
@@ -305,13 +303,6 @@ exports.MediaStreamingOptions = {
|
|
|
305
303
|
name: "String",
|
|
306
304
|
},
|
|
307
305
|
},
|
|
308
|
-
contentType: {
|
|
309
|
-
serializedName: "contentType",
|
|
310
|
-
required: true,
|
|
311
|
-
type: {
|
|
312
|
-
name: "String",
|
|
313
|
-
},
|
|
314
|
-
},
|
|
315
306
|
audioChannelType: {
|
|
316
307
|
serializedName: "audioChannelType",
|
|
317
308
|
required: true,
|
|
@@ -319,39 +310,19 @@ exports.MediaStreamingOptions = {
|
|
|
319
310
|
name: "String",
|
|
320
311
|
},
|
|
321
312
|
},
|
|
322
|
-
startMediaStreaming: {
|
|
323
|
-
serializedName: "startMediaStreaming",
|
|
324
|
-
type: {
|
|
325
|
-
name: "Boolean",
|
|
326
|
-
},
|
|
327
|
-
},
|
|
328
|
-
enableBidirectional: {
|
|
329
|
-
serializedName: "enableBidirectional",
|
|
330
|
-
type: {
|
|
331
|
-
name: "Boolean",
|
|
332
|
-
},
|
|
333
|
-
},
|
|
334
|
-
audioFormat: {
|
|
335
|
-
serializedName: "audioFormat",
|
|
336
|
-
type: {
|
|
337
|
-
name: "String",
|
|
338
|
-
},
|
|
339
|
-
},
|
|
340
313
|
},
|
|
341
314
|
},
|
|
342
315
|
};
|
|
343
|
-
exports.
|
|
316
|
+
exports.TranscriptionOptionsInternal = {
|
|
344
317
|
type: {
|
|
345
318
|
name: "Composite",
|
|
346
|
-
className: "
|
|
319
|
+
className: "TranscriptionOptionsInternal",
|
|
320
|
+
uberParent: "TranscriptionOptionsInternal",
|
|
321
|
+
polymorphicDiscriminator: {
|
|
322
|
+
serializedName: "transportType",
|
|
323
|
+
clientName: "transportType",
|
|
324
|
+
},
|
|
347
325
|
modelProperties: {
|
|
348
|
-
transportUrl: {
|
|
349
|
-
serializedName: "transportUrl",
|
|
350
|
-
required: true,
|
|
351
|
-
type: {
|
|
352
|
-
name: "String",
|
|
353
|
-
},
|
|
354
|
-
},
|
|
355
326
|
transportType: {
|
|
356
327
|
serializedName: "transportType",
|
|
357
328
|
required: true,
|
|
@@ -366,25 +337,6 @@ exports.TranscriptionOptions = {
|
|
|
366
337
|
name: "String",
|
|
367
338
|
},
|
|
368
339
|
},
|
|
369
|
-
speechRecognitionModelEndpointId: {
|
|
370
|
-
serializedName: "speechRecognitionModelEndpointId",
|
|
371
|
-
type: {
|
|
372
|
-
name: "String",
|
|
373
|
-
},
|
|
374
|
-
},
|
|
375
|
-
startTranscription: {
|
|
376
|
-
serializedName: "startTranscription",
|
|
377
|
-
required: true,
|
|
378
|
-
type: {
|
|
379
|
-
name: "Boolean",
|
|
380
|
-
},
|
|
381
|
-
},
|
|
382
|
-
enableIntermediateResults: {
|
|
383
|
-
serializedName: "enableIntermediateResults",
|
|
384
|
-
type: {
|
|
385
|
-
name: "Boolean",
|
|
386
|
-
},
|
|
387
|
-
},
|
|
388
340
|
},
|
|
389
341
|
},
|
|
390
342
|
};
|
|
@@ -545,6 +497,12 @@ exports.TranscriptionSubscription = {
|
|
|
545
497
|
},
|
|
546
498
|
},
|
|
547
499
|
},
|
|
500
|
+
locale: {
|
|
501
|
+
serializedName: "locale",
|
|
502
|
+
type: {
|
|
503
|
+
name: "String",
|
|
504
|
+
},
|
|
505
|
+
},
|
|
548
506
|
},
|
|
549
507
|
},
|
|
550
508
|
};
|
|
@@ -655,14 +613,14 @@ exports.AnswerCallRequest = {
|
|
|
655
613
|
serializedName: "mediaStreamingOptions",
|
|
656
614
|
type: {
|
|
657
615
|
name: "Composite",
|
|
658
|
-
className: "
|
|
616
|
+
className: "MediaStreamingOptionsInternal",
|
|
659
617
|
},
|
|
660
618
|
},
|
|
661
619
|
transcriptionOptions: {
|
|
662
620
|
serializedName: "transcriptionOptions",
|
|
663
621
|
type: {
|
|
664
622
|
name: "Composite",
|
|
665
|
-
className: "
|
|
623
|
+
className: "TranscriptionOptionsInternal",
|
|
666
624
|
},
|
|
667
625
|
},
|
|
668
626
|
},
|
|
@@ -747,14 +705,14 @@ exports.ConnectRequest = {
|
|
|
747
705
|
serializedName: "mediaStreamingOptions",
|
|
748
706
|
type: {
|
|
749
707
|
name: "Composite",
|
|
750
|
-
className: "
|
|
708
|
+
className: "MediaStreamingOptionsInternal",
|
|
751
709
|
},
|
|
752
710
|
},
|
|
753
711
|
transcriptionOptions: {
|
|
754
712
|
serializedName: "transcriptionOptions",
|
|
755
713
|
type: {
|
|
756
714
|
name: "Composite",
|
|
757
|
-
className: "
|
|
715
|
+
className: "TranscriptionOptionsInternal",
|
|
758
716
|
},
|
|
759
717
|
},
|
|
760
718
|
},
|
|
@@ -1077,8 +1035,8 @@ exports.StartTranscriptionRequest = {
|
|
|
1077
1035
|
name: "String",
|
|
1078
1036
|
},
|
|
1079
1037
|
},
|
|
1080
|
-
|
|
1081
|
-
serializedName: "
|
|
1038
|
+
speechModelEndpointId: {
|
|
1039
|
+
serializedName: "speechModelEndpointId",
|
|
1082
1040
|
type: {
|
|
1083
1041
|
name: "String",
|
|
1084
1042
|
},
|
|
@@ -1089,6 +1047,12 @@ exports.StartTranscriptionRequest = {
|
|
|
1089
1047
|
name: "String",
|
|
1090
1048
|
},
|
|
1091
1049
|
},
|
|
1050
|
+
operationCallbackUri: {
|
|
1051
|
+
serializedName: "operationCallbackUri",
|
|
1052
|
+
type: {
|
|
1053
|
+
name: "String",
|
|
1054
|
+
},
|
|
1055
|
+
},
|
|
1092
1056
|
},
|
|
1093
1057
|
},
|
|
1094
1058
|
};
|
|
@@ -1103,6 +1067,12 @@ exports.StopTranscriptionRequest = {
|
|
|
1103
1067
|
name: "String",
|
|
1104
1068
|
},
|
|
1105
1069
|
},
|
|
1070
|
+
operationCallbackUri: {
|
|
1071
|
+
serializedName: "operationCallbackUri",
|
|
1072
|
+
type: {
|
|
1073
|
+
name: "String",
|
|
1074
|
+
},
|
|
1075
|
+
},
|
|
1106
1076
|
},
|
|
1107
1077
|
},
|
|
1108
1078
|
};
|
|
@@ -1113,13 +1083,12 @@ exports.UpdateTranscriptionRequest = {
|
|
|
1113
1083
|
modelProperties: {
|
|
1114
1084
|
locale: {
|
|
1115
1085
|
serializedName: "locale",
|
|
1116
|
-
required: true,
|
|
1117
1086
|
type: {
|
|
1118
1087
|
name: "String",
|
|
1119
1088
|
},
|
|
1120
1089
|
},
|
|
1121
|
-
|
|
1122
|
-
serializedName: "
|
|
1090
|
+
speechModelEndpointId: {
|
|
1091
|
+
serializedName: "speechModelEndpointId",
|
|
1123
1092
|
type: {
|
|
1124
1093
|
name: "String",
|
|
1125
1094
|
},
|
|
@@ -1130,6 +1099,12 @@ exports.UpdateTranscriptionRequest = {
|
|
|
1130
1099
|
name: "String",
|
|
1131
1100
|
},
|
|
1132
1101
|
},
|
|
1102
|
+
operationCallbackUri: {
|
|
1103
|
+
serializedName: "operationCallbackUri",
|
|
1104
|
+
type: {
|
|
1105
|
+
name: "String",
|
|
1106
|
+
},
|
|
1107
|
+
},
|
|
1133
1108
|
},
|
|
1134
1109
|
},
|
|
1135
1110
|
};
|
|
@@ -1475,6 +1450,12 @@ exports.UnholdRequest = {
|
|
|
1475
1450
|
name: "String",
|
|
1476
1451
|
},
|
|
1477
1452
|
},
|
|
1453
|
+
operationCallbackUri: {
|
|
1454
|
+
serializedName: "operationCallbackUri",
|
|
1455
|
+
type: {
|
|
1456
|
+
name: "String",
|
|
1457
|
+
},
|
|
1458
|
+
},
|
|
1478
1459
|
},
|
|
1479
1460
|
},
|
|
1480
1461
|
};
|
|
@@ -1939,10 +1920,10 @@ exports.RecordingStateResponse = {
|
|
|
1939
1920
|
},
|
|
1940
1921
|
},
|
|
1941
1922
|
};
|
|
1942
|
-
exports.
|
|
1923
|
+
exports.AddParticipantFailed = {
|
|
1943
1924
|
type: {
|
|
1944
1925
|
name: "Composite",
|
|
1945
|
-
className: "
|
|
1926
|
+
className: "AddParticipantFailed",
|
|
1946
1927
|
modelProperties: {
|
|
1947
1928
|
callConnectionId: {
|
|
1948
1929
|
serializedName: "callConnectionId",
|
|
@@ -1972,16 +1953,23 @@ exports.ConnectFailed = {
|
|
|
1972
1953
|
serializedName: "resultInformation",
|
|
1973
1954
|
type: {
|
|
1974
1955
|
name: "Composite",
|
|
1975
|
-
className: "
|
|
1956
|
+
className: "ResultInformation",
|
|
1957
|
+
},
|
|
1958
|
+
},
|
|
1959
|
+
participant: {
|
|
1960
|
+
serializedName: "participant",
|
|
1961
|
+
type: {
|
|
1962
|
+
name: "Composite",
|
|
1963
|
+
className: "CommunicationIdentifierModel",
|
|
1976
1964
|
},
|
|
1977
1965
|
},
|
|
1978
1966
|
},
|
|
1979
1967
|
},
|
|
1980
1968
|
};
|
|
1981
|
-
exports.
|
|
1969
|
+
exports.ResultInformation = {
|
|
1982
1970
|
type: {
|
|
1983
1971
|
name: "Composite",
|
|
1984
|
-
className: "
|
|
1972
|
+
className: "ResultInformation",
|
|
1985
1973
|
modelProperties: {
|
|
1986
1974
|
code: {
|
|
1987
1975
|
serializedName: "code",
|
|
@@ -2004,10 +1992,10 @@ exports.RestResultInformation = {
|
|
|
2004
1992
|
},
|
|
2005
1993
|
},
|
|
2006
1994
|
};
|
|
2007
|
-
exports.
|
|
1995
|
+
exports.AddParticipantSucceeded = {
|
|
2008
1996
|
type: {
|
|
2009
1997
|
name: "Composite",
|
|
2010
|
-
className: "
|
|
1998
|
+
className: "AddParticipantSucceeded",
|
|
2011
1999
|
modelProperties: {
|
|
2012
2000
|
callConnectionId: {
|
|
2013
2001
|
serializedName: "callConnectionId",
|
|
@@ -2037,78 +2025,63 @@ exports.PlayStarted = {
|
|
|
2037
2025
|
serializedName: "resultInformation",
|
|
2038
2026
|
type: {
|
|
2039
2027
|
name: "Composite",
|
|
2040
|
-
className: "
|
|
2028
|
+
className: "ResultInformation",
|
|
2041
2029
|
},
|
|
2042
2030
|
},
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
};
|
|
2046
|
-
exports.DtmfResult = {
|
|
2047
|
-
type: {
|
|
2048
|
-
name: "Composite",
|
|
2049
|
-
className: "DtmfResult",
|
|
2050
|
-
modelProperties: {
|
|
2051
|
-
tones: {
|
|
2052
|
-
serializedName: "tones",
|
|
2053
|
-
readOnly: true,
|
|
2031
|
+
participant: {
|
|
2032
|
+
serializedName: "participant",
|
|
2054
2033
|
type: {
|
|
2055
|
-
name: "
|
|
2056
|
-
|
|
2057
|
-
type: {
|
|
2058
|
-
name: "String",
|
|
2059
|
-
},
|
|
2060
|
-
},
|
|
2034
|
+
name: "Composite",
|
|
2035
|
+
className: "CommunicationIdentifierModel",
|
|
2061
2036
|
},
|
|
2062
2037
|
},
|
|
2063
2038
|
},
|
|
2064
2039
|
},
|
|
2065
2040
|
};
|
|
2066
|
-
exports.
|
|
2041
|
+
exports.CallConnected = {
|
|
2067
2042
|
type: {
|
|
2068
2043
|
name: "Composite",
|
|
2069
|
-
className: "
|
|
2044
|
+
className: "CallConnected",
|
|
2070
2045
|
modelProperties: {
|
|
2071
|
-
|
|
2072
|
-
serializedName: "
|
|
2046
|
+
callConnectionId: {
|
|
2047
|
+
serializedName: "callConnectionId",
|
|
2073
2048
|
type: {
|
|
2074
2049
|
name: "String",
|
|
2075
2050
|
},
|
|
2076
2051
|
},
|
|
2077
|
-
|
|
2078
|
-
serializedName: "
|
|
2052
|
+
serverCallId: {
|
|
2053
|
+
serializedName: "serverCallId",
|
|
2079
2054
|
type: {
|
|
2080
2055
|
name: "String",
|
|
2081
2056
|
},
|
|
2082
2057
|
},
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
speech: {
|
|
2092
|
-
serializedName: "speech",
|
|
2058
|
+
correlationId: {
|
|
2059
|
+
serializedName: "correlationId",
|
|
2060
|
+
type: {
|
|
2061
|
+
name: "String",
|
|
2062
|
+
},
|
|
2063
|
+
},
|
|
2064
|
+
operationContext: {
|
|
2065
|
+
serializedName: "operationContext",
|
|
2093
2066
|
type: {
|
|
2094
2067
|
name: "String",
|
|
2095
2068
|
},
|
|
2096
2069
|
},
|
|
2070
|
+
resultInformation: {
|
|
2071
|
+
serializedName: "resultInformation",
|
|
2072
|
+
type: {
|
|
2073
|
+
name: "Composite",
|
|
2074
|
+
className: "ResultInformation",
|
|
2075
|
+
},
|
|
2076
|
+
},
|
|
2097
2077
|
},
|
|
2098
2078
|
},
|
|
2099
2079
|
};
|
|
2100
|
-
exports.
|
|
2080
|
+
exports.CallDisconnected = {
|
|
2101
2081
|
type: {
|
|
2102
2082
|
name: "Composite",
|
|
2103
|
-
className: "
|
|
2083
|
+
className: "CallDisconnected",
|
|
2104
2084
|
modelProperties: {
|
|
2105
|
-
mediaStreamingUpdate: {
|
|
2106
|
-
serializedName: "mediaStreamingUpdate",
|
|
2107
|
-
type: {
|
|
2108
|
-
name: "Composite",
|
|
2109
|
-
className: "MediaStreamingUpdate",
|
|
2110
|
-
},
|
|
2111
|
-
},
|
|
2112
2085
|
callConnectionId: {
|
|
2113
2086
|
serializedName: "callConnectionId",
|
|
2114
2087
|
type: {
|
|
@@ -2137,50 +2110,70 @@ exports.MediaStreamingFailed = {
|
|
|
2137
2110
|
serializedName: "resultInformation",
|
|
2138
2111
|
type: {
|
|
2139
2112
|
name: "Composite",
|
|
2140
|
-
className: "
|
|
2113
|
+
className: "ResultInformation",
|
|
2141
2114
|
},
|
|
2142
2115
|
},
|
|
2143
2116
|
},
|
|
2144
2117
|
},
|
|
2145
2118
|
};
|
|
2146
|
-
exports.
|
|
2119
|
+
exports.CallTransferAccepted = {
|
|
2147
2120
|
type: {
|
|
2148
2121
|
name: "Composite",
|
|
2149
|
-
className: "
|
|
2122
|
+
className: "CallTransferAccepted",
|
|
2150
2123
|
modelProperties: {
|
|
2151
|
-
|
|
2152
|
-
serializedName: "
|
|
2124
|
+
callConnectionId: {
|
|
2125
|
+
serializedName: "callConnectionId",
|
|
2153
2126
|
type: {
|
|
2154
2127
|
name: "String",
|
|
2155
2128
|
},
|
|
2156
2129
|
},
|
|
2157
|
-
|
|
2158
|
-
serializedName: "
|
|
2130
|
+
serverCallId: {
|
|
2131
|
+
serializedName: "serverCallId",
|
|
2159
2132
|
type: {
|
|
2160
2133
|
name: "String",
|
|
2161
2134
|
},
|
|
2162
2135
|
},
|
|
2163
|
-
|
|
2164
|
-
serializedName: "
|
|
2136
|
+
correlationId: {
|
|
2137
|
+
serializedName: "correlationId",
|
|
2165
2138
|
type: {
|
|
2166
2139
|
name: "String",
|
|
2167
2140
|
},
|
|
2168
2141
|
},
|
|
2142
|
+
operationContext: {
|
|
2143
|
+
serializedName: "operationContext",
|
|
2144
|
+
type: {
|
|
2145
|
+
name: "String",
|
|
2146
|
+
},
|
|
2147
|
+
},
|
|
2148
|
+
resultInformation: {
|
|
2149
|
+
serializedName: "resultInformation",
|
|
2150
|
+
type: {
|
|
2151
|
+
name: "Composite",
|
|
2152
|
+
className: "ResultInformation",
|
|
2153
|
+
},
|
|
2154
|
+
},
|
|
2155
|
+
transferTarget: {
|
|
2156
|
+
serializedName: "transferTarget",
|
|
2157
|
+
type: {
|
|
2158
|
+
name: "Composite",
|
|
2159
|
+
className: "CommunicationIdentifierModel",
|
|
2160
|
+
},
|
|
2161
|
+
},
|
|
2162
|
+
transferee: {
|
|
2163
|
+
serializedName: "transferee",
|
|
2164
|
+
type: {
|
|
2165
|
+
name: "Composite",
|
|
2166
|
+
className: "CommunicationIdentifierModel",
|
|
2167
|
+
},
|
|
2168
|
+
},
|
|
2169
2169
|
},
|
|
2170
2170
|
},
|
|
2171
2171
|
};
|
|
2172
|
-
exports.
|
|
2172
|
+
exports.CallTransferFailed = {
|
|
2173
2173
|
type: {
|
|
2174
2174
|
name: "Composite",
|
|
2175
|
-
className: "
|
|
2175
|
+
className: "CallTransferFailed",
|
|
2176
2176
|
modelProperties: {
|
|
2177
|
-
mediaStreamingUpdate: {
|
|
2178
|
-
serializedName: "mediaStreamingUpdate",
|
|
2179
|
-
type: {
|
|
2180
|
-
name: "Composite",
|
|
2181
|
-
className: "MediaStreamingUpdate",
|
|
2182
|
-
},
|
|
2183
|
-
},
|
|
2184
2177
|
callConnectionId: {
|
|
2185
2178
|
serializedName: "callConnectionId",
|
|
2186
2179
|
type: {
|
|
@@ -2209,24 +2202,17 @@ exports.MediaStreamingStarted = {
|
|
|
2209
2202
|
serializedName: "resultInformation",
|
|
2210
2203
|
type: {
|
|
2211
2204
|
name: "Composite",
|
|
2212
|
-
className: "
|
|
2205
|
+
className: "ResultInformation",
|
|
2213
2206
|
},
|
|
2214
2207
|
},
|
|
2215
2208
|
},
|
|
2216
2209
|
},
|
|
2217
2210
|
};
|
|
2218
|
-
exports.
|
|
2211
|
+
exports.ParticipantsUpdated = {
|
|
2219
2212
|
type: {
|
|
2220
2213
|
name: "Composite",
|
|
2221
|
-
className: "
|
|
2214
|
+
className: "ParticipantsUpdated",
|
|
2222
2215
|
modelProperties: {
|
|
2223
|
-
mediaStreamingUpdate: {
|
|
2224
|
-
serializedName: "mediaStreamingUpdate",
|
|
2225
|
-
type: {
|
|
2226
|
-
name: "Composite",
|
|
2227
|
-
className: "MediaStreamingUpdate",
|
|
2228
|
-
},
|
|
2229
|
-
},
|
|
2230
2216
|
callConnectionId: {
|
|
2231
2217
|
serializedName: "callConnectionId",
|
|
2232
2218
|
type: {
|
|
@@ -2245,34 +2231,39 @@ exports.MediaStreamingStopped = {
|
|
|
2245
2231
|
name: "String",
|
|
2246
2232
|
},
|
|
2247
2233
|
},
|
|
2248
|
-
|
|
2249
|
-
serializedName: "
|
|
2234
|
+
sequenceNumber: {
|
|
2235
|
+
serializedName: "sequenceNumber",
|
|
2250
2236
|
type: {
|
|
2251
|
-
name: "
|
|
2237
|
+
name: "Number",
|
|
2238
|
+
},
|
|
2239
|
+
},
|
|
2240
|
+
participants: {
|
|
2241
|
+
serializedName: "participants",
|
|
2242
|
+
type: {
|
|
2243
|
+
name: "Sequence",
|
|
2244
|
+
element: {
|
|
2245
|
+
type: {
|
|
2246
|
+
name: "Composite",
|
|
2247
|
+
className: "CallParticipantInternal",
|
|
2248
|
+
},
|
|
2249
|
+
},
|
|
2252
2250
|
},
|
|
2253
2251
|
},
|
|
2254
2252
|
resultInformation: {
|
|
2255
2253
|
serializedName: "resultInformation",
|
|
2256
2254
|
type: {
|
|
2257
2255
|
name: "Composite",
|
|
2258
|
-
className: "
|
|
2256
|
+
className: "ResultInformation",
|
|
2259
2257
|
},
|
|
2260
2258
|
},
|
|
2261
2259
|
},
|
|
2262
2260
|
},
|
|
2263
2261
|
};
|
|
2264
|
-
exports.
|
|
2262
|
+
exports.RemoveParticipantSucceeded = {
|
|
2265
2263
|
type: {
|
|
2266
2264
|
name: "Composite",
|
|
2267
|
-
className: "
|
|
2265
|
+
className: "RemoveParticipantSucceeded",
|
|
2268
2266
|
modelProperties: {
|
|
2269
|
-
recordingId: {
|
|
2270
|
-
serializedName: "recordingId",
|
|
2271
|
-
readOnly: true,
|
|
2272
|
-
type: {
|
|
2273
|
-
name: "String",
|
|
2274
|
-
},
|
|
2275
|
-
},
|
|
2276
2267
|
callConnectionId: {
|
|
2277
2268
|
serializedName: "callConnectionId",
|
|
2278
2269
|
type: {
|
|
@@ -2301,66 +2292,7 @@ exports.StartRecordingFailed = {
|
|
|
2301
2292
|
serializedName: "resultInformation",
|
|
2302
2293
|
type: {
|
|
2303
2294
|
name: "Composite",
|
|
2304
|
-
className: "
|
|
2305
|
-
},
|
|
2306
|
-
},
|
|
2307
|
-
},
|
|
2308
|
-
},
|
|
2309
|
-
};
|
|
2310
|
-
exports.TranscriptionUpdate = {
|
|
2311
|
-
type: {
|
|
2312
|
-
name: "Composite",
|
|
2313
|
-
className: "TranscriptionUpdate",
|
|
2314
|
-
modelProperties: {
|
|
2315
|
-
transcriptionStatus: {
|
|
2316
|
-
serializedName: "transcriptionStatus",
|
|
2317
|
-
type: {
|
|
2318
|
-
name: "String",
|
|
2319
|
-
},
|
|
2320
|
-
},
|
|
2321
|
-
transcriptionStatusDetails: {
|
|
2322
|
-
serializedName: "transcriptionStatusDetails",
|
|
2323
|
-
type: {
|
|
2324
|
-
name: "String",
|
|
2325
|
-
},
|
|
2326
|
-
},
|
|
2327
|
-
},
|
|
2328
|
-
},
|
|
2329
|
-
};
|
|
2330
|
-
exports.RestAddParticipantSucceeded = {
|
|
2331
|
-
type: {
|
|
2332
|
-
name: "Composite",
|
|
2333
|
-
className: "RestAddParticipantSucceeded",
|
|
2334
|
-
modelProperties: {
|
|
2335
|
-
callConnectionId: {
|
|
2336
|
-
serializedName: "callConnectionId",
|
|
2337
|
-
type: {
|
|
2338
|
-
name: "String",
|
|
2339
|
-
},
|
|
2340
|
-
},
|
|
2341
|
-
serverCallId: {
|
|
2342
|
-
serializedName: "serverCallId",
|
|
2343
|
-
type: {
|
|
2344
|
-
name: "String",
|
|
2345
|
-
},
|
|
2346
|
-
},
|
|
2347
|
-
correlationId: {
|
|
2348
|
-
serializedName: "correlationId",
|
|
2349
|
-
type: {
|
|
2350
|
-
name: "String",
|
|
2351
|
-
},
|
|
2352
|
-
},
|
|
2353
|
-
operationContext: {
|
|
2354
|
-
serializedName: "operationContext",
|
|
2355
|
-
type: {
|
|
2356
|
-
name: "String",
|
|
2357
|
-
},
|
|
2358
|
-
},
|
|
2359
|
-
resultInformation: {
|
|
2360
|
-
serializedName: "resultInformation",
|
|
2361
|
-
type: {
|
|
2362
|
-
name: "Composite",
|
|
2363
|
-
className: "RestResultInformation",
|
|
2295
|
+
className: "ResultInformation",
|
|
2364
2296
|
},
|
|
2365
2297
|
},
|
|
2366
2298
|
participant: {
|
|
@@ -2373,10 +2305,10 @@ exports.RestAddParticipantSucceeded = {
|
|
|
2373
2305
|
},
|
|
2374
2306
|
},
|
|
2375
2307
|
};
|
|
2376
|
-
exports.
|
|
2308
|
+
exports.RemoveParticipantFailed = {
|
|
2377
2309
|
type: {
|
|
2378
2310
|
name: "Composite",
|
|
2379
|
-
className: "
|
|
2311
|
+
className: "RemoveParticipantFailed",
|
|
2380
2312
|
modelProperties: {
|
|
2381
2313
|
callConnectionId: {
|
|
2382
2314
|
serializedName: "callConnectionId",
|
|
@@ -2406,7 +2338,7 @@ exports.RestAddParticipantFailed = {
|
|
|
2406
2338
|
serializedName: "resultInformation",
|
|
2407
2339
|
type: {
|
|
2408
2340
|
name: "Composite",
|
|
2409
|
-
className: "
|
|
2341
|
+
className: "ResultInformation",
|
|
2410
2342
|
},
|
|
2411
2343
|
},
|
|
2412
2344
|
participant: {
|
|
@@ -2419,10 +2351,10 @@ exports.RestAddParticipantFailed = {
|
|
|
2419
2351
|
},
|
|
2420
2352
|
},
|
|
2421
2353
|
};
|
|
2422
|
-
exports.
|
|
2354
|
+
exports.CancelAddParticipantSucceeded = {
|
|
2423
2355
|
type: {
|
|
2424
2356
|
name: "Composite",
|
|
2425
|
-
className: "
|
|
2357
|
+
className: "CancelAddParticipantSucceeded",
|
|
2426
2358
|
modelProperties: {
|
|
2427
2359
|
callConnectionId: {
|
|
2428
2360
|
serializedName: "callConnectionId",
|
|
@@ -2448,27 +2380,26 @@ exports.RestRemoveParticipantSucceeded = {
|
|
|
2448
2380
|
name: "String",
|
|
2449
2381
|
},
|
|
2450
2382
|
},
|
|
2451
|
-
|
|
2452
|
-
serializedName: "
|
|
2383
|
+
invitationId: {
|
|
2384
|
+
serializedName: "invitationId",
|
|
2453
2385
|
type: {
|
|
2454
|
-
name: "
|
|
2455
|
-
className: "RestResultInformation",
|
|
2386
|
+
name: "String",
|
|
2456
2387
|
},
|
|
2457
2388
|
},
|
|
2458
|
-
|
|
2459
|
-
serializedName: "
|
|
2389
|
+
resultInformation: {
|
|
2390
|
+
serializedName: "resultInformation",
|
|
2460
2391
|
type: {
|
|
2461
2392
|
name: "Composite",
|
|
2462
|
-
className: "
|
|
2393
|
+
className: "ResultInformation",
|
|
2463
2394
|
},
|
|
2464
2395
|
},
|
|
2465
2396
|
},
|
|
2466
2397
|
},
|
|
2467
2398
|
};
|
|
2468
|
-
exports.
|
|
2399
|
+
exports.CancelAddParticipantFailed = {
|
|
2469
2400
|
type: {
|
|
2470
2401
|
name: "Composite",
|
|
2471
|
-
className: "
|
|
2402
|
+
className: "CancelAddParticipantFailed",
|
|
2472
2403
|
modelProperties: {
|
|
2473
2404
|
callConnectionId: {
|
|
2474
2405
|
serializedName: "callConnectionId",
|
|
@@ -2498,62 +2429,22 @@ exports.RestRemoveParticipantFailed = {
|
|
|
2498
2429
|
serializedName: "resultInformation",
|
|
2499
2430
|
type: {
|
|
2500
2431
|
name: "Composite",
|
|
2501
|
-
className: "
|
|
2432
|
+
className: "ResultInformation",
|
|
2502
2433
|
},
|
|
2503
2434
|
},
|
|
2504
|
-
|
|
2505
|
-
serializedName: "
|
|
2506
|
-
type: {
|
|
2507
|
-
name: "Composite",
|
|
2508
|
-
className: "CommunicationIdentifierModel",
|
|
2509
|
-
},
|
|
2510
|
-
},
|
|
2511
|
-
},
|
|
2512
|
-
},
|
|
2513
|
-
};
|
|
2514
|
-
exports.RestCallConnected = {
|
|
2515
|
-
type: {
|
|
2516
|
-
name: "Composite",
|
|
2517
|
-
className: "RestCallConnected",
|
|
2518
|
-
modelProperties: {
|
|
2519
|
-
callConnectionId: {
|
|
2520
|
-
serializedName: "callConnectionId",
|
|
2521
|
-
type: {
|
|
2522
|
-
name: "String",
|
|
2523
|
-
},
|
|
2524
|
-
},
|
|
2525
|
-
serverCallId: {
|
|
2526
|
-
serializedName: "serverCallId",
|
|
2527
|
-
type: {
|
|
2528
|
-
name: "String",
|
|
2529
|
-
},
|
|
2530
|
-
},
|
|
2531
|
-
correlationId: {
|
|
2532
|
-
serializedName: "correlationId",
|
|
2533
|
-
type: {
|
|
2534
|
-
name: "String",
|
|
2535
|
-
},
|
|
2536
|
-
},
|
|
2537
|
-
operationContext: {
|
|
2538
|
-
serializedName: "operationContext",
|
|
2435
|
+
invitationId: {
|
|
2436
|
+
serializedName: "invitationId",
|
|
2539
2437
|
type: {
|
|
2540
2438
|
name: "String",
|
|
2541
2439
|
},
|
|
2542
2440
|
},
|
|
2543
|
-
resultInformation: {
|
|
2544
|
-
serializedName: "resultInformation",
|
|
2545
|
-
type: {
|
|
2546
|
-
name: "Composite",
|
|
2547
|
-
className: "RestResultInformation",
|
|
2548
|
-
},
|
|
2549
|
-
},
|
|
2550
2441
|
},
|
|
2551
2442
|
},
|
|
2552
2443
|
};
|
|
2553
|
-
exports.
|
|
2444
|
+
exports.AnswerFailed = {
|
|
2554
2445
|
type: {
|
|
2555
2446
|
name: "Composite",
|
|
2556
|
-
className: "
|
|
2447
|
+
className: "AnswerFailed",
|
|
2557
2448
|
modelProperties: {
|
|
2558
2449
|
callConnectionId: {
|
|
2559
2450
|
serializedName: "callConnectionId",
|
|
@@ -2583,16 +2474,16 @@ exports.RestCallDisconnected = {
|
|
|
2583
2474
|
serializedName: "resultInformation",
|
|
2584
2475
|
type: {
|
|
2585
2476
|
name: "Composite",
|
|
2586
|
-
className: "
|
|
2477
|
+
className: "ResultInformation",
|
|
2587
2478
|
},
|
|
2588
2479
|
},
|
|
2589
2480
|
},
|
|
2590
2481
|
},
|
|
2591
2482
|
};
|
|
2592
|
-
exports.
|
|
2483
|
+
exports.CreateCallFailed = {
|
|
2593
2484
|
type: {
|
|
2594
2485
|
name: "Composite",
|
|
2595
|
-
className: "
|
|
2486
|
+
className: "CreateCallFailed",
|
|
2596
2487
|
modelProperties: {
|
|
2597
2488
|
callConnectionId: {
|
|
2598
2489
|
serializedName: "callConnectionId",
|
|
@@ -2622,30 +2513,16 @@ exports.RestCallTransferAccepted = {
|
|
|
2622
2513
|
serializedName: "resultInformation",
|
|
2623
2514
|
type: {
|
|
2624
2515
|
name: "Composite",
|
|
2625
|
-
className: "
|
|
2626
|
-
},
|
|
2627
|
-
},
|
|
2628
|
-
transferTarget: {
|
|
2629
|
-
serializedName: "transferTarget",
|
|
2630
|
-
type: {
|
|
2631
|
-
name: "Composite",
|
|
2632
|
-
className: "CommunicationIdentifierModel",
|
|
2633
|
-
},
|
|
2634
|
-
},
|
|
2635
|
-
transferee: {
|
|
2636
|
-
serializedName: "transferee",
|
|
2637
|
-
type: {
|
|
2638
|
-
name: "Composite",
|
|
2639
|
-
className: "CommunicationIdentifierModel",
|
|
2516
|
+
className: "ResultInformation",
|
|
2640
2517
|
},
|
|
2641
2518
|
},
|
|
2642
2519
|
},
|
|
2643
2520
|
},
|
|
2644
2521
|
};
|
|
2645
|
-
exports.
|
|
2522
|
+
exports.ConnectFailed = {
|
|
2646
2523
|
type: {
|
|
2647
2524
|
name: "Composite",
|
|
2648
|
-
className: "
|
|
2525
|
+
className: "ConnectFailed",
|
|
2649
2526
|
modelProperties: {
|
|
2650
2527
|
callConnectionId: {
|
|
2651
2528
|
serializedName: "callConnectionId",
|
|
@@ -2675,16 +2552,16 @@ exports.RestCallTransferFailed = {
|
|
|
2675
2552
|
serializedName: "resultInformation",
|
|
2676
2553
|
type: {
|
|
2677
2554
|
name: "Composite",
|
|
2678
|
-
className: "
|
|
2555
|
+
className: "ResultInformation",
|
|
2679
2556
|
},
|
|
2680
2557
|
},
|
|
2681
2558
|
},
|
|
2682
2559
|
},
|
|
2683
2560
|
};
|
|
2684
|
-
exports.
|
|
2561
|
+
exports.RecordingStateChanged = {
|
|
2685
2562
|
type: {
|
|
2686
2563
|
name: "Composite",
|
|
2687
|
-
className: "
|
|
2564
|
+
className: "RecordingStateChanged",
|
|
2688
2565
|
modelProperties: {
|
|
2689
2566
|
callConnectionId: {
|
|
2690
2567
|
serializedName: "callConnectionId",
|
|
@@ -2734,16 +2611,16 @@ exports.RestRecordingStateChanged = {
|
|
|
2734
2611
|
serializedName: "resultInformation",
|
|
2735
2612
|
type: {
|
|
2736
2613
|
name: "Composite",
|
|
2737
|
-
className: "
|
|
2614
|
+
className: "ResultInformation",
|
|
2738
2615
|
},
|
|
2739
2616
|
},
|
|
2740
2617
|
},
|
|
2741
2618
|
},
|
|
2742
2619
|
};
|
|
2743
|
-
exports.
|
|
2620
|
+
exports.PlayStarted = {
|
|
2744
2621
|
type: {
|
|
2745
2622
|
name: "Composite",
|
|
2746
|
-
className: "
|
|
2623
|
+
className: "PlayStarted",
|
|
2747
2624
|
modelProperties: {
|
|
2748
2625
|
callConnectionId: {
|
|
2749
2626
|
serializedName: "callConnectionId",
|
|
@@ -2763,38 +2640,26 @@ exports.RestParticipantsUpdated = {
|
|
|
2763
2640
|
name: "String",
|
|
2764
2641
|
},
|
|
2765
2642
|
},
|
|
2766
|
-
|
|
2767
|
-
serializedName: "
|
|
2768
|
-
type: {
|
|
2769
|
-
name: "Number",
|
|
2770
|
-
},
|
|
2771
|
-
},
|
|
2772
|
-
participants: {
|
|
2773
|
-
serializedName: "participants",
|
|
2643
|
+
operationContext: {
|
|
2644
|
+
serializedName: "operationContext",
|
|
2774
2645
|
type: {
|
|
2775
|
-
name: "
|
|
2776
|
-
element: {
|
|
2777
|
-
type: {
|
|
2778
|
-
name: "Composite",
|
|
2779
|
-
className: "CallParticipantInternal",
|
|
2780
|
-
},
|
|
2781
|
-
},
|
|
2646
|
+
name: "String",
|
|
2782
2647
|
},
|
|
2783
2648
|
},
|
|
2784
2649
|
resultInformation: {
|
|
2785
2650
|
serializedName: "resultInformation",
|
|
2786
2651
|
type: {
|
|
2787
2652
|
name: "Composite",
|
|
2788
|
-
className: "
|
|
2653
|
+
className: "ResultInformation",
|
|
2789
2654
|
},
|
|
2790
2655
|
},
|
|
2791
2656
|
},
|
|
2792
2657
|
},
|
|
2793
2658
|
};
|
|
2794
|
-
exports.
|
|
2659
|
+
exports.PlayCompleted = {
|
|
2795
2660
|
type: {
|
|
2796
2661
|
name: "Composite",
|
|
2797
|
-
className: "
|
|
2662
|
+
className: "PlayCompleted",
|
|
2798
2663
|
modelProperties: {
|
|
2799
2664
|
callConnectionId: {
|
|
2800
2665
|
serializedName: "callConnectionId",
|
|
@@ -2824,16 +2689,16 @@ exports.RestPlayCompleted = {
|
|
|
2824
2689
|
serializedName: "resultInformation",
|
|
2825
2690
|
type: {
|
|
2826
2691
|
name: "Composite",
|
|
2827
|
-
className: "
|
|
2692
|
+
className: "ResultInformation",
|
|
2828
2693
|
},
|
|
2829
2694
|
},
|
|
2830
2695
|
},
|
|
2831
2696
|
},
|
|
2832
2697
|
};
|
|
2833
|
-
exports.
|
|
2698
|
+
exports.PlayFailed = {
|
|
2834
2699
|
type: {
|
|
2835
2700
|
name: "Composite",
|
|
2836
|
-
className: "
|
|
2701
|
+
className: "PlayFailed",
|
|
2837
2702
|
modelProperties: {
|
|
2838
2703
|
callConnectionId: {
|
|
2839
2704
|
serializedName: "callConnectionId",
|
|
@@ -2863,7 +2728,7 @@ exports.RestPlayFailed = {
|
|
|
2863
2728
|
serializedName: "resultInformation",
|
|
2864
2729
|
type: {
|
|
2865
2730
|
name: "Composite",
|
|
2866
|
-
className: "
|
|
2731
|
+
className: "ResultInformation",
|
|
2867
2732
|
},
|
|
2868
2733
|
},
|
|
2869
2734
|
failedPlaySourceIndex: {
|
|
@@ -2875,10 +2740,10 @@ exports.RestPlayFailed = {
|
|
|
2875
2740
|
},
|
|
2876
2741
|
},
|
|
2877
2742
|
};
|
|
2878
|
-
exports.
|
|
2743
|
+
exports.PlayCanceled = {
|
|
2879
2744
|
type: {
|
|
2880
2745
|
name: "Composite",
|
|
2881
|
-
className: "
|
|
2746
|
+
className: "PlayCanceled",
|
|
2882
2747
|
modelProperties: {
|
|
2883
2748
|
callConnectionId: {
|
|
2884
2749
|
serializedName: "callConnectionId",
|
|
@@ -2908,16 +2773,16 @@ exports.RestPlayCanceled = {
|
|
|
2908
2773
|
serializedName: "resultInformation",
|
|
2909
2774
|
type: {
|
|
2910
2775
|
name: "Composite",
|
|
2911
|
-
className: "
|
|
2776
|
+
className: "ResultInformation",
|
|
2912
2777
|
},
|
|
2913
2778
|
},
|
|
2914
2779
|
},
|
|
2915
2780
|
},
|
|
2916
2781
|
};
|
|
2917
|
-
exports.
|
|
2782
|
+
exports.RecognizeCompleted = {
|
|
2918
2783
|
type: {
|
|
2919
2784
|
name: "Composite",
|
|
2920
|
-
className: "
|
|
2785
|
+
className: "RecognizeCompleted",
|
|
2921
2786
|
modelProperties: {
|
|
2922
2787
|
callConnectionId: {
|
|
2923
2788
|
serializedName: "callConnectionId",
|
|
@@ -2947,7 +2812,7 @@ exports.RestRecognizeCompleted = {
|
|
|
2947
2812
|
serializedName: "resultInformation",
|
|
2948
2813
|
type: {
|
|
2949
2814
|
name: "Composite",
|
|
2950
|
-
className: "
|
|
2815
|
+
className: "ResultInformation",
|
|
2951
2816
|
},
|
|
2952
2817
|
},
|
|
2953
2818
|
recognitionType: {
|
|
@@ -2980,44 +2845,65 @@ exports.RestRecognizeCompleted = {
|
|
|
2980
2845
|
},
|
|
2981
2846
|
},
|
|
2982
2847
|
};
|
|
2983
|
-
exports.
|
|
2848
|
+
exports.DtmfResult = {
|
|
2984
2849
|
type: {
|
|
2985
2850
|
name: "Composite",
|
|
2986
|
-
className: "
|
|
2851
|
+
className: "DtmfResult",
|
|
2987
2852
|
modelProperties: {
|
|
2988
|
-
|
|
2989
|
-
serializedName: "
|
|
2853
|
+
tones: {
|
|
2854
|
+
serializedName: "tones",
|
|
2855
|
+
readOnly: true,
|
|
2990
2856
|
type: {
|
|
2991
|
-
name: "
|
|
2857
|
+
name: "Sequence",
|
|
2858
|
+
element: {
|
|
2859
|
+
type: {
|
|
2860
|
+
name: "String",
|
|
2861
|
+
},
|
|
2862
|
+
},
|
|
2992
2863
|
},
|
|
2993
2864
|
},
|
|
2994
|
-
|
|
2995
|
-
|
|
2865
|
+
},
|
|
2866
|
+
},
|
|
2867
|
+
};
|
|
2868
|
+
exports.ChoiceResult = {
|
|
2869
|
+
type: {
|
|
2870
|
+
name: "Composite",
|
|
2871
|
+
className: "ChoiceResult",
|
|
2872
|
+
modelProperties: {
|
|
2873
|
+
label: {
|
|
2874
|
+
serializedName: "label",
|
|
2996
2875
|
type: {
|
|
2997
2876
|
name: "String",
|
|
2998
2877
|
},
|
|
2999
2878
|
},
|
|
3000
|
-
|
|
3001
|
-
serializedName: "
|
|
2879
|
+
recognizedPhrase: {
|
|
2880
|
+
serializedName: "recognizedPhrase",
|
|
3002
2881
|
type: {
|
|
3003
2882
|
name: "String",
|
|
3004
2883
|
},
|
|
3005
2884
|
},
|
|
3006
|
-
|
|
3007
|
-
serializedName: "
|
|
2885
|
+
confidence: {
|
|
2886
|
+
serializedName: "confidence",
|
|
3008
2887
|
type: {
|
|
3009
|
-
name: "
|
|
2888
|
+
name: "Number",
|
|
3010
2889
|
},
|
|
3011
2890
|
},
|
|
3012
|
-
|
|
3013
|
-
|
|
2891
|
+
},
|
|
2892
|
+
},
|
|
2893
|
+
};
|
|
2894
|
+
exports.SpeechResult = {
|
|
2895
|
+
type: {
|
|
2896
|
+
name: "Composite",
|
|
2897
|
+
className: "SpeechResult",
|
|
2898
|
+
modelProperties: {
|
|
2899
|
+
speech: {
|
|
2900
|
+
serializedName: "speech",
|
|
3014
2901
|
type: {
|
|
3015
|
-
name: "
|
|
3016
|
-
className: "RestResultInformation",
|
|
2902
|
+
name: "String",
|
|
3017
2903
|
},
|
|
3018
2904
|
},
|
|
3019
|
-
|
|
3020
|
-
serializedName: "
|
|
2905
|
+
confidence: {
|
|
2906
|
+
serializedName: "confidence",
|
|
3021
2907
|
type: {
|
|
3022
2908
|
name: "Number",
|
|
3023
2909
|
},
|
|
@@ -3025,10 +2911,10 @@ exports.RestRecognizeFailed = {
|
|
|
3025
2911
|
},
|
|
3026
2912
|
},
|
|
3027
2913
|
};
|
|
3028
|
-
exports.
|
|
2914
|
+
exports.RecognizeFailed = {
|
|
3029
2915
|
type: {
|
|
3030
2916
|
name: "Composite",
|
|
3031
|
-
className: "
|
|
2917
|
+
className: "RecognizeFailed",
|
|
3032
2918
|
modelProperties: {
|
|
3033
2919
|
callConnectionId: {
|
|
3034
2920
|
serializedName: "callConnectionId",
|
|
@@ -3058,30 +2944,23 @@ exports.RestRecognizeCanceled = {
|
|
|
3058
2944
|
serializedName: "resultInformation",
|
|
3059
2945
|
type: {
|
|
3060
2946
|
name: "Composite",
|
|
3061
|
-
className: "
|
|
2947
|
+
className: "ResultInformation",
|
|
2948
|
+
},
|
|
2949
|
+
},
|
|
2950
|
+
failedPlaySourceIndex: {
|
|
2951
|
+
serializedName: "failedPlaySourceIndex",
|
|
2952
|
+
type: {
|
|
2953
|
+
name: "Number",
|
|
3062
2954
|
},
|
|
3063
2955
|
},
|
|
3064
2956
|
},
|
|
3065
2957
|
},
|
|
3066
2958
|
};
|
|
3067
|
-
exports.
|
|
2959
|
+
exports.RecognizeCanceled = {
|
|
3068
2960
|
type: {
|
|
3069
2961
|
name: "Composite",
|
|
3070
|
-
className: "
|
|
2962
|
+
className: "RecognizeCanceled",
|
|
3071
2963
|
modelProperties: {
|
|
3072
|
-
sequenceId: {
|
|
3073
|
-
serializedName: "sequenceId",
|
|
3074
|
-
readOnly: true,
|
|
3075
|
-
type: {
|
|
3076
|
-
name: "Number",
|
|
3077
|
-
},
|
|
3078
|
-
},
|
|
3079
|
-
tone: {
|
|
3080
|
-
serializedName: "tone",
|
|
3081
|
-
type: {
|
|
3082
|
-
name: "String",
|
|
3083
|
-
},
|
|
3084
|
-
},
|
|
3085
2964
|
callConnectionId: {
|
|
3086
2965
|
serializedName: "callConnectionId",
|
|
3087
2966
|
type: {
|
|
@@ -3110,16 +2989,16 @@ exports.RestContinuousDtmfRecognitionToneReceived = {
|
|
|
3110
2989
|
serializedName: "resultInformation",
|
|
3111
2990
|
type: {
|
|
3112
2991
|
name: "Composite",
|
|
3113
|
-
className: "
|
|
2992
|
+
className: "ResultInformation",
|
|
3114
2993
|
},
|
|
3115
2994
|
},
|
|
3116
2995
|
},
|
|
3117
2996
|
},
|
|
3118
2997
|
};
|
|
3119
|
-
exports.
|
|
2998
|
+
exports.ContinuousDtmfRecognitionToneFailed = {
|
|
3120
2999
|
type: {
|
|
3121
3000
|
name: "Composite",
|
|
3122
|
-
className: "
|
|
3001
|
+
className: "ContinuousDtmfRecognitionToneFailed",
|
|
3123
3002
|
modelProperties: {
|
|
3124
3003
|
callConnectionId: {
|
|
3125
3004
|
serializedName: "callConnectionId",
|
|
@@ -3143,7 +3022,7 @@ exports.RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3143
3022
|
serializedName: "resultInformation",
|
|
3144
3023
|
type: {
|
|
3145
3024
|
name: "Composite",
|
|
3146
|
-
className: "
|
|
3025
|
+
className: "ResultInformation",
|
|
3147
3026
|
},
|
|
3148
3027
|
},
|
|
3149
3028
|
operationContext: {
|
|
@@ -3155,11 +3034,24 @@ exports.RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3155
3034
|
},
|
|
3156
3035
|
},
|
|
3157
3036
|
};
|
|
3158
|
-
exports.
|
|
3037
|
+
exports.ContinuousDtmfRecognitionToneReceived = {
|
|
3159
3038
|
type: {
|
|
3160
3039
|
name: "Composite",
|
|
3161
|
-
className: "
|
|
3040
|
+
className: "ContinuousDtmfRecognitionToneReceived",
|
|
3162
3041
|
modelProperties: {
|
|
3042
|
+
sequenceId: {
|
|
3043
|
+
serializedName: "sequenceId",
|
|
3044
|
+
readOnly: true,
|
|
3045
|
+
type: {
|
|
3046
|
+
name: "Number",
|
|
3047
|
+
},
|
|
3048
|
+
},
|
|
3049
|
+
tone: {
|
|
3050
|
+
serializedName: "tone",
|
|
3051
|
+
type: {
|
|
3052
|
+
name: "String",
|
|
3053
|
+
},
|
|
3054
|
+
},
|
|
3163
3055
|
callConnectionId: {
|
|
3164
3056
|
serializedName: "callConnectionId",
|
|
3165
3057
|
type: {
|
|
@@ -3188,16 +3080,16 @@ exports.RestContinuousDtmfRecognitionStopped = {
|
|
|
3188
3080
|
serializedName: "resultInformation",
|
|
3189
3081
|
type: {
|
|
3190
3082
|
name: "Composite",
|
|
3191
|
-
className: "
|
|
3083
|
+
className: "ResultInformation",
|
|
3192
3084
|
},
|
|
3193
3085
|
},
|
|
3194
3086
|
},
|
|
3195
3087
|
},
|
|
3196
3088
|
};
|
|
3197
|
-
exports.
|
|
3089
|
+
exports.ContinuousDtmfRecognitionStopped = {
|
|
3198
3090
|
type: {
|
|
3199
3091
|
name: "Composite",
|
|
3200
|
-
className: "
|
|
3092
|
+
className: "ContinuousDtmfRecognitionStopped",
|
|
3201
3093
|
modelProperties: {
|
|
3202
3094
|
callConnectionId: {
|
|
3203
3095
|
serializedName: "callConnectionId",
|
|
@@ -3227,16 +3119,16 @@ exports.RestSendDtmfTonesCompleted = {
|
|
|
3227
3119
|
serializedName: "resultInformation",
|
|
3228
3120
|
type: {
|
|
3229
3121
|
name: "Composite",
|
|
3230
|
-
className: "
|
|
3122
|
+
className: "ResultInformation",
|
|
3231
3123
|
},
|
|
3232
3124
|
},
|
|
3233
3125
|
},
|
|
3234
3126
|
},
|
|
3235
3127
|
};
|
|
3236
|
-
exports.
|
|
3128
|
+
exports.SendDtmfTonesCompleted = {
|
|
3237
3129
|
type: {
|
|
3238
3130
|
name: "Composite",
|
|
3239
|
-
className: "
|
|
3131
|
+
className: "SendDtmfTonesCompleted",
|
|
3240
3132
|
modelProperties: {
|
|
3241
3133
|
callConnectionId: {
|
|
3242
3134
|
serializedName: "callConnectionId",
|
|
@@ -3266,16 +3158,16 @@ exports.RestSendDtmfTonesFailed = {
|
|
|
3266
3158
|
serializedName: "resultInformation",
|
|
3267
3159
|
type: {
|
|
3268
3160
|
name: "Composite",
|
|
3269
|
-
className: "
|
|
3161
|
+
className: "ResultInformation",
|
|
3270
3162
|
},
|
|
3271
3163
|
},
|
|
3272
3164
|
},
|
|
3273
3165
|
},
|
|
3274
3166
|
};
|
|
3275
|
-
exports.
|
|
3167
|
+
exports.SendDtmfTonesFailed = {
|
|
3276
3168
|
type: {
|
|
3277
3169
|
name: "Composite",
|
|
3278
|
-
className: "
|
|
3170
|
+
className: "SendDtmfTonesFailed",
|
|
3279
3171
|
modelProperties: {
|
|
3280
3172
|
callConnectionId: {
|
|
3281
3173
|
serializedName: "callConnectionId",
|
|
@@ -3301,27 +3193,28 @@ exports.RestCancelAddParticipantSucceeded = {
|
|
|
3301
3193
|
name: "String",
|
|
3302
3194
|
},
|
|
3303
3195
|
},
|
|
3304
|
-
invitationId: {
|
|
3305
|
-
serializedName: "invitationId",
|
|
3306
|
-
type: {
|
|
3307
|
-
name: "String",
|
|
3308
|
-
},
|
|
3309
|
-
},
|
|
3310
3196
|
resultInformation: {
|
|
3311
3197
|
serializedName: "resultInformation",
|
|
3312
3198
|
type: {
|
|
3313
3199
|
name: "Composite",
|
|
3314
|
-
className: "
|
|
3200
|
+
className: "ResultInformation",
|
|
3315
3201
|
},
|
|
3316
3202
|
},
|
|
3317
3203
|
},
|
|
3318
3204
|
},
|
|
3319
3205
|
};
|
|
3320
|
-
exports.
|
|
3206
|
+
exports.MediaStreamingFailed = {
|
|
3321
3207
|
type: {
|
|
3322
3208
|
name: "Composite",
|
|
3323
|
-
className: "
|
|
3209
|
+
className: "MediaStreamingFailed",
|
|
3324
3210
|
modelProperties: {
|
|
3211
|
+
mediaStreamingUpdate: {
|
|
3212
|
+
serializedName: "mediaStreamingUpdate",
|
|
3213
|
+
type: {
|
|
3214
|
+
name: "Composite",
|
|
3215
|
+
className: "MediaStreamingUpdate",
|
|
3216
|
+
},
|
|
3217
|
+
},
|
|
3325
3218
|
callConnectionId: {
|
|
3326
3219
|
serializedName: "callConnectionId",
|
|
3327
3220
|
type: {
|
|
@@ -3350,11 +3243,31 @@ exports.RestCancelAddParticipantFailed = {
|
|
|
3350
3243
|
serializedName: "resultInformation",
|
|
3351
3244
|
type: {
|
|
3352
3245
|
name: "Composite",
|
|
3353
|
-
className: "
|
|
3246
|
+
className: "ResultInformation",
|
|
3354
3247
|
},
|
|
3355
3248
|
},
|
|
3356
|
-
|
|
3357
|
-
|
|
3249
|
+
},
|
|
3250
|
+
},
|
|
3251
|
+
};
|
|
3252
|
+
exports.MediaStreamingUpdate = {
|
|
3253
|
+
type: {
|
|
3254
|
+
name: "Composite",
|
|
3255
|
+
className: "MediaStreamingUpdate",
|
|
3256
|
+
modelProperties: {
|
|
3257
|
+
contentType: {
|
|
3258
|
+
serializedName: "contentType",
|
|
3259
|
+
type: {
|
|
3260
|
+
name: "String",
|
|
3261
|
+
},
|
|
3262
|
+
},
|
|
3263
|
+
mediaStreamingStatus: {
|
|
3264
|
+
serializedName: "mediaStreamingStatus",
|
|
3265
|
+
type: {
|
|
3266
|
+
name: "String",
|
|
3267
|
+
},
|
|
3268
|
+
},
|
|
3269
|
+
mediaStreamingStatusDetails: {
|
|
3270
|
+
serializedName: "mediaStreamingStatusDetails",
|
|
3358
3271
|
type: {
|
|
3359
3272
|
name: "String",
|
|
3360
3273
|
},
|
|
@@ -3362,16 +3275,16 @@ exports.RestCancelAddParticipantFailed = {
|
|
|
3362
3275
|
},
|
|
3363
3276
|
},
|
|
3364
3277
|
};
|
|
3365
|
-
exports.
|
|
3278
|
+
exports.MediaStreamingStarted = {
|
|
3366
3279
|
type: {
|
|
3367
3280
|
name: "Composite",
|
|
3368
|
-
className: "
|
|
3281
|
+
className: "MediaStreamingStarted",
|
|
3369
3282
|
modelProperties: {
|
|
3370
|
-
|
|
3371
|
-
serializedName: "
|
|
3283
|
+
mediaStreamingUpdate: {
|
|
3284
|
+
serializedName: "mediaStreamingUpdate",
|
|
3372
3285
|
type: {
|
|
3373
3286
|
name: "Composite",
|
|
3374
|
-
className: "
|
|
3287
|
+
className: "MediaStreamingUpdate",
|
|
3375
3288
|
},
|
|
3376
3289
|
},
|
|
3377
3290
|
callConnectionId: {
|
|
@@ -3402,22 +3315,22 @@ exports.RestTranscriptionStarted = {
|
|
|
3402
3315
|
serializedName: "resultInformation",
|
|
3403
3316
|
type: {
|
|
3404
3317
|
name: "Composite",
|
|
3405
|
-
className: "
|
|
3318
|
+
className: "ResultInformation",
|
|
3406
3319
|
},
|
|
3407
3320
|
},
|
|
3408
3321
|
},
|
|
3409
3322
|
},
|
|
3410
3323
|
};
|
|
3411
|
-
exports.
|
|
3324
|
+
exports.MediaStreamingStopped = {
|
|
3412
3325
|
type: {
|
|
3413
3326
|
name: "Composite",
|
|
3414
|
-
className: "
|
|
3327
|
+
className: "MediaStreamingStopped",
|
|
3415
3328
|
modelProperties: {
|
|
3416
|
-
|
|
3417
|
-
serializedName: "
|
|
3329
|
+
mediaStreamingUpdate: {
|
|
3330
|
+
serializedName: "mediaStreamingUpdate",
|
|
3418
3331
|
type: {
|
|
3419
3332
|
name: "Composite",
|
|
3420
|
-
className: "
|
|
3333
|
+
className: "MediaStreamingUpdate",
|
|
3421
3334
|
},
|
|
3422
3335
|
},
|
|
3423
3336
|
callConnectionId: {
|
|
@@ -3448,22 +3361,61 @@ exports.RestTranscriptionStopped = {
|
|
|
3448
3361
|
serializedName: "resultInformation",
|
|
3449
3362
|
type: {
|
|
3450
3363
|
name: "Composite",
|
|
3451
|
-
className: "
|
|
3364
|
+
className: "ResultInformation",
|
|
3452
3365
|
},
|
|
3453
3366
|
},
|
|
3454
3367
|
},
|
|
3455
3368
|
},
|
|
3456
3369
|
};
|
|
3457
|
-
exports.
|
|
3370
|
+
exports.HoldFailed = {
|
|
3458
3371
|
type: {
|
|
3459
3372
|
name: "Composite",
|
|
3460
|
-
className: "
|
|
3373
|
+
className: "HoldFailed",
|
|
3461
3374
|
modelProperties: {
|
|
3462
|
-
|
|
3463
|
-
serializedName: "
|
|
3375
|
+
callConnectionId: {
|
|
3376
|
+
serializedName: "callConnectionId",
|
|
3377
|
+
type: {
|
|
3378
|
+
name: "String",
|
|
3379
|
+
},
|
|
3380
|
+
},
|
|
3381
|
+
serverCallId: {
|
|
3382
|
+
serializedName: "serverCallId",
|
|
3383
|
+
type: {
|
|
3384
|
+
name: "String",
|
|
3385
|
+
},
|
|
3386
|
+
},
|
|
3387
|
+
correlationId: {
|
|
3388
|
+
serializedName: "correlationId",
|
|
3389
|
+
type: {
|
|
3390
|
+
name: "String",
|
|
3391
|
+
},
|
|
3392
|
+
},
|
|
3393
|
+
operationContext: {
|
|
3394
|
+
serializedName: "operationContext",
|
|
3395
|
+
type: {
|
|
3396
|
+
name: "String",
|
|
3397
|
+
},
|
|
3398
|
+
},
|
|
3399
|
+
resultInformation: {
|
|
3400
|
+
serializedName: "resultInformation",
|
|
3464
3401
|
type: {
|
|
3465
3402
|
name: "Composite",
|
|
3466
|
-
className: "
|
|
3403
|
+
className: "ResultInformation",
|
|
3404
|
+
},
|
|
3405
|
+
},
|
|
3406
|
+
},
|
|
3407
|
+
},
|
|
3408
|
+
};
|
|
3409
|
+
exports.StartRecordingFailed = {
|
|
3410
|
+
type: {
|
|
3411
|
+
name: "Composite",
|
|
3412
|
+
className: "StartRecordingFailed",
|
|
3413
|
+
modelProperties: {
|
|
3414
|
+
recordingId: {
|
|
3415
|
+
serializedName: "recordingId",
|
|
3416
|
+
readOnly: true,
|
|
3417
|
+
type: {
|
|
3418
|
+
name: "String",
|
|
3467
3419
|
},
|
|
3468
3420
|
},
|
|
3469
3421
|
callConnectionId: {
|
|
@@ -3494,16 +3446,16 @@ exports.RestTranscriptionUpdated = {
|
|
|
3494
3446
|
serializedName: "resultInformation",
|
|
3495
3447
|
type: {
|
|
3496
3448
|
name: "Composite",
|
|
3497
|
-
className: "
|
|
3449
|
+
className: "ResultInformation",
|
|
3498
3450
|
},
|
|
3499
3451
|
},
|
|
3500
3452
|
},
|
|
3501
3453
|
},
|
|
3502
3454
|
};
|
|
3503
|
-
exports.
|
|
3455
|
+
exports.TranscriptionFailed = {
|
|
3504
3456
|
type: {
|
|
3505
3457
|
name: "Composite",
|
|
3506
|
-
className: "
|
|
3458
|
+
className: "TranscriptionFailed",
|
|
3507
3459
|
modelProperties: {
|
|
3508
3460
|
transcriptionUpdate: {
|
|
3509
3461
|
serializedName: "transcriptionUpdate",
|
|
@@ -3540,17 +3492,44 @@ exports.RestTranscriptionFailed = {
|
|
|
3540
3492
|
serializedName: "resultInformation",
|
|
3541
3493
|
type: {
|
|
3542
3494
|
name: "Composite",
|
|
3543
|
-
className: "
|
|
3495
|
+
className: "ResultInformation",
|
|
3496
|
+
},
|
|
3497
|
+
},
|
|
3498
|
+
},
|
|
3499
|
+
},
|
|
3500
|
+
};
|
|
3501
|
+
exports.TranscriptionUpdate = {
|
|
3502
|
+
type: {
|
|
3503
|
+
name: "Composite",
|
|
3504
|
+
className: "TranscriptionUpdate",
|
|
3505
|
+
modelProperties: {
|
|
3506
|
+
transcriptionStatus: {
|
|
3507
|
+
serializedName: "transcriptionStatus",
|
|
3508
|
+
type: {
|
|
3509
|
+
name: "String",
|
|
3510
|
+
},
|
|
3511
|
+
},
|
|
3512
|
+
transcriptionStatusDetails: {
|
|
3513
|
+
serializedName: "transcriptionStatusDetails",
|
|
3514
|
+
type: {
|
|
3515
|
+
name: "String",
|
|
3544
3516
|
},
|
|
3545
3517
|
},
|
|
3546
3518
|
},
|
|
3547
3519
|
},
|
|
3548
3520
|
};
|
|
3549
|
-
exports.
|
|
3521
|
+
exports.TranscriptionStarted = {
|
|
3550
3522
|
type: {
|
|
3551
3523
|
name: "Composite",
|
|
3552
|
-
className: "
|
|
3524
|
+
className: "TranscriptionStarted",
|
|
3553
3525
|
modelProperties: {
|
|
3526
|
+
transcriptionUpdate: {
|
|
3527
|
+
serializedName: "transcriptionUpdate",
|
|
3528
|
+
type: {
|
|
3529
|
+
name: "Composite",
|
|
3530
|
+
className: "TranscriptionUpdate",
|
|
3531
|
+
},
|
|
3532
|
+
},
|
|
3554
3533
|
callConnectionId: {
|
|
3555
3534
|
serializedName: "callConnectionId",
|
|
3556
3535
|
type: {
|
|
@@ -3579,17 +3558,24 @@ exports.RestCreateCallFailed = {
|
|
|
3579
3558
|
serializedName: "resultInformation",
|
|
3580
3559
|
type: {
|
|
3581
3560
|
name: "Composite",
|
|
3582
|
-
className: "
|
|
3561
|
+
className: "ResultInformation",
|
|
3583
3562
|
},
|
|
3584
3563
|
},
|
|
3585
3564
|
},
|
|
3586
3565
|
},
|
|
3587
3566
|
};
|
|
3588
|
-
exports.
|
|
3567
|
+
exports.TranscriptionStopped = {
|
|
3589
3568
|
type: {
|
|
3590
3569
|
name: "Composite",
|
|
3591
|
-
className: "
|
|
3570
|
+
className: "TranscriptionStopped",
|
|
3592
3571
|
modelProperties: {
|
|
3572
|
+
transcriptionUpdate: {
|
|
3573
|
+
serializedName: "transcriptionUpdate",
|
|
3574
|
+
type: {
|
|
3575
|
+
name: "Composite",
|
|
3576
|
+
className: "TranscriptionUpdate",
|
|
3577
|
+
},
|
|
3578
|
+
},
|
|
3593
3579
|
callConnectionId: {
|
|
3594
3580
|
serializedName: "callConnectionId",
|
|
3595
3581
|
type: {
|
|
@@ -3618,17 +3604,24 @@ exports.RestAnswerFailed = {
|
|
|
3618
3604
|
serializedName: "resultInformation",
|
|
3619
3605
|
type: {
|
|
3620
3606
|
name: "Composite",
|
|
3621
|
-
className: "
|
|
3607
|
+
className: "ResultInformation",
|
|
3622
3608
|
},
|
|
3623
3609
|
},
|
|
3624
3610
|
},
|
|
3625
3611
|
},
|
|
3626
3612
|
};
|
|
3627
|
-
exports.
|
|
3613
|
+
exports.TranscriptionUpdated = {
|
|
3628
3614
|
type: {
|
|
3629
3615
|
name: "Composite",
|
|
3630
|
-
className: "
|
|
3616
|
+
className: "TranscriptionUpdated",
|
|
3631
3617
|
modelProperties: {
|
|
3618
|
+
transcriptionUpdate: {
|
|
3619
|
+
serializedName: "transcriptionUpdate",
|
|
3620
|
+
type: {
|
|
3621
|
+
name: "Composite",
|
|
3622
|
+
className: "TranscriptionUpdate",
|
|
3623
|
+
},
|
|
3624
|
+
},
|
|
3632
3625
|
callConnectionId: {
|
|
3633
3626
|
serializedName: "callConnectionId",
|
|
3634
3627
|
type: {
|
|
@@ -3657,74 +3650,100 @@ exports.RestHoldFailed = {
|
|
|
3657
3650
|
serializedName: "resultInformation",
|
|
3658
3651
|
type: {
|
|
3659
3652
|
name: "Composite",
|
|
3660
|
-
className: "
|
|
3653
|
+
className: "ResultInformation",
|
|
3661
3654
|
},
|
|
3662
3655
|
},
|
|
3663
3656
|
},
|
|
3664
3657
|
},
|
|
3665
3658
|
};
|
|
3666
|
-
exports.
|
|
3659
|
+
exports.WebSocketMediaStreamingOptions = {
|
|
3660
|
+
serializedName: "websocket",
|
|
3667
3661
|
type: {
|
|
3668
3662
|
name: "Composite",
|
|
3669
|
-
className: "
|
|
3663
|
+
className: "WebSocketMediaStreamingOptions",
|
|
3664
|
+
uberParent: "MediaStreamingOptionsInternal",
|
|
3665
|
+
polymorphicDiscriminator: exports.MediaStreamingOptionsInternal.type.polymorphicDiscriminator,
|
|
3670
3666
|
modelProperties: {
|
|
3671
|
-
|
|
3672
|
-
|
|
3667
|
+
...exports.MediaStreamingOptionsInternal.type.modelProperties,
|
|
3668
|
+
transportUrl: {
|
|
3669
|
+
serializedName: "transportUrl",
|
|
3673
3670
|
type: {
|
|
3674
|
-
name: "
|
|
3675
|
-
className: "CommunicationIdentifierModel",
|
|
3671
|
+
name: "String",
|
|
3676
3672
|
},
|
|
3677
3673
|
},
|
|
3678
|
-
|
|
3679
|
-
serializedName: "
|
|
3674
|
+
contentType: {
|
|
3675
|
+
serializedName: "contentType",
|
|
3680
3676
|
type: {
|
|
3681
|
-
name: "
|
|
3682
|
-
className: "CommunicationIdentifierModel",
|
|
3677
|
+
name: "String",
|
|
3683
3678
|
},
|
|
3684
3679
|
},
|
|
3685
|
-
|
|
3686
|
-
serializedName: "
|
|
3687
|
-
readOnly: true,
|
|
3680
|
+
startMediaStreaming: {
|
|
3681
|
+
serializedName: "startMediaStreaming",
|
|
3688
3682
|
type: {
|
|
3689
|
-
name: "
|
|
3683
|
+
name: "Boolean",
|
|
3690
3684
|
},
|
|
3691
3685
|
},
|
|
3692
|
-
|
|
3693
|
-
serializedName: "
|
|
3694
|
-
|
|
3686
|
+
enableBidirectional: {
|
|
3687
|
+
serializedName: "enableBidirectional",
|
|
3688
|
+
type: {
|
|
3689
|
+
name: "Boolean",
|
|
3690
|
+
},
|
|
3691
|
+
},
|
|
3692
|
+
audioFormat: {
|
|
3693
|
+
serializedName: "audioFormat",
|
|
3695
3694
|
type: {
|
|
3696
3695
|
name: "String",
|
|
3697
3696
|
},
|
|
3698
3697
|
},
|
|
3699
|
-
|
|
3700
|
-
serializedName: "
|
|
3698
|
+
enableDtmfTones: {
|
|
3699
|
+
serializedName: "enableDtmfTones",
|
|
3701
3700
|
type: {
|
|
3702
|
-
name: "
|
|
3703
|
-
className: "CustomCallingContextInternal",
|
|
3701
|
+
name: "Boolean",
|
|
3704
3702
|
},
|
|
3705
3703
|
},
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3704
|
+
},
|
|
3705
|
+
},
|
|
3706
|
+
};
|
|
3707
|
+
exports.WebSocketTranscriptionOptions = {
|
|
3708
|
+
serializedName: "websocket",
|
|
3709
|
+
type: {
|
|
3710
|
+
name: "Composite",
|
|
3711
|
+
className: "WebSocketTranscriptionOptions",
|
|
3712
|
+
uberParent: "TranscriptionOptionsInternal",
|
|
3713
|
+
polymorphicDiscriminator: exports.TranscriptionOptionsInternal.type.polymorphicDiscriminator,
|
|
3714
|
+
modelProperties: {
|
|
3715
|
+
...exports.TranscriptionOptionsInternal.type.modelProperties,
|
|
3716
|
+
transportUrl: {
|
|
3717
|
+
serializedName: "transportUrl",
|
|
3709
3718
|
type: {
|
|
3710
3719
|
name: "String",
|
|
3711
3720
|
},
|
|
3712
3721
|
},
|
|
3713
|
-
|
|
3714
|
-
serializedName: "
|
|
3722
|
+
speechModelEndpointId: {
|
|
3723
|
+
serializedName: "speechModelEndpointId",
|
|
3715
3724
|
type: {
|
|
3716
|
-
name: "
|
|
3717
|
-
className: "CommunicationIdentifierModel",
|
|
3725
|
+
name: "String",
|
|
3718
3726
|
},
|
|
3719
3727
|
},
|
|
3720
|
-
|
|
3721
|
-
serializedName: "
|
|
3722
|
-
readOnly: true,
|
|
3728
|
+
startTranscription: {
|
|
3729
|
+
serializedName: "startTranscription",
|
|
3723
3730
|
type: {
|
|
3724
|
-
name: "
|
|
3731
|
+
name: "Boolean",
|
|
3732
|
+
},
|
|
3733
|
+
},
|
|
3734
|
+
enableIntermediateResults: {
|
|
3735
|
+
serializedName: "enableIntermediateResults",
|
|
3736
|
+
type: {
|
|
3737
|
+
name: "Boolean",
|
|
3725
3738
|
},
|
|
3726
3739
|
},
|
|
3727
3740
|
},
|
|
3728
3741
|
},
|
|
3729
3742
|
};
|
|
3743
|
+
exports.discriminators = {
|
|
3744
|
+
MediaStreamingOptionsInternal: exports.MediaStreamingOptionsInternal,
|
|
3745
|
+
TranscriptionOptionsInternal: exports.TranscriptionOptionsInternal,
|
|
3746
|
+
"MediaStreamingOptionsInternal.websocket": exports.WebSocketMediaStreamingOptions,
|
|
3747
|
+
"TranscriptionOptionsInternal.websocket": exports.WebSocketTranscriptionOptions,
|
|
3748
|
+
};
|
|
3730
3749
|
//# sourceMappingURL=mappers.js.map
|