@azure/communication-call-automation 1.5.0 → 1.6.0-alpha.20250901.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (481) hide show
  1. package/README.md +48 -0
  2. package/dist/browser/callAutomationClient.d.ts +8 -0
  3. package/dist/browser/callAutomationClient.d.ts.map +1 -1
  4. package/dist/browser/callAutomationClient.js +141 -84
  5. package/dist/browser/callAutomationClient.js.map +1 -1
  6. package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
  7. package/dist/browser/callAutomationEventParser.js +56 -9
  8. package/dist/browser/callAutomationEventParser.js.map +1 -1
  9. package/dist/browser/callConnection.d.ts +15 -5
  10. package/dist/browser/callConnection.d.ts.map +1 -1
  11. package/dist/browser/callConnection.js +193 -86
  12. package/dist/browser/callConnection.js.map +1 -1
  13. package/dist/browser/callMedia.d.ts +19 -9
  14. package/dist/browser/callMedia.d.ts.map +1 -1
  15. package/dist/browser/callMedia.js +175 -28
  16. package/dist/browser/callMedia.js.map +1 -1
  17. package/dist/browser/callRecording.d.ts +8 -2
  18. package/dist/browser/callRecording.d.ts.map +1 -1
  19. package/dist/browser/callRecording.js +26 -16
  20. package/dist/browser/callRecording.js.map +1 -1
  21. package/dist/browser/contentDownloader.js +12 -11
  22. package/dist/browser/contentDownloader.js.map +1 -1
  23. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +2 -1
  24. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  25. package/dist/browser/credential/callAutomationAuthPolicy.js +1 -1
  26. package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -1
  27. package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -1
  28. package/dist/browser/credential/cryptoUtils.js +2 -1
  29. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
  30. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
  31. package/dist/browser/eventprocessor/callAutomationEventProcessor.js +137 -0
  32. package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +1 -0
  33. package/dist/browser/eventprocessor/eventResponses.d.ts +134 -0
  34. package/dist/browser/eventprocessor/eventResponses.d.ts.map +1 -0
  35. package/dist/browser/eventprocessor/eventResponses.js +4 -0
  36. package/dist/browser/eventprocessor/eventResponses.js.map +1 -0
  37. package/dist/browser/generated/src/callAutomationApiClient.d.ts +2 -1
  38. package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
  39. package/dist/browser/generated/src/callAutomationApiClient.js +7 -15
  40. package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
  41. package/dist/browser/generated/src/models/index.d.ts +1129 -347
  42. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  43. package/dist/browser/generated/src/models/index.js +159 -75
  44. package/dist/browser/generated/src/models/index.js.map +1 -1
  45. package/dist/browser/generated/src/models/mappers.d.ts +88 -47
  46. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  47. package/dist/browser/generated/src/models/mappers.js +2136 -499
  48. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  49. package/dist/browser/generated/src/models/parameters.d.ts +8 -1
  50. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  51. package/dist/browser/generated/src/models/parameters.js +45 -6
  52. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  53. package/dist/browser/generated/src/operations/callConnection.d.ts +16 -2
  54. package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
  55. package/dist/browser/generated/src/operations/callConnection.js +105 -24
  56. package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
  57. package/dist/browser/generated/src/operations/callDialog.d.ts +35 -0
  58. package/dist/browser/generated/src/operations/callDialog.d.ts.map +1 -0
  59. package/dist/browser/generated/src/operations/callDialog.js +111 -0
  60. package/dist/browser/generated/src/operations/callDialog.js.map +1 -0
  61. package/dist/browser/generated/src/operations/callMedia.d.ts +15 -8
  62. package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
  63. package/dist/browser/generated/src/operations/callMedia.js +50 -26
  64. package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
  65. package/dist/browser/generated/src/operations/callRecording.d.ts +7 -1
  66. package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
  67. package/dist/browser/generated/src/operations/callRecording.js +24 -1
  68. package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
  69. package/dist/browser/generated/src/operations/index.d.ts +1 -0
  70. package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
  71. package/dist/browser/generated/src/operations/index.js +1 -0
  72. package/dist/browser/generated/src/operations/index.js.map +1 -1
  73. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
  74. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  75. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  76. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
  77. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
  78. package/dist/browser/generated/src/operationsInterfaces/callDialog.js +9 -0
  79. package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +1 -0
  80. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +15 -8
  81. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  82. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  83. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
  84. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  85. package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  86. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +1 -0
  87. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  88. package/dist/browser/generated/src/operationsInterfaces/index.js +1 -0
  89. package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
  90. package/dist/browser/generated/src/pagingHelper.js +4 -2
  91. package/dist/browser/generated/src/pagingHelper.js.map +1 -1
  92. package/dist/browser/index.d.ts +2 -0
  93. package/dist/browser/index.d.ts.map +1 -1
  94. package/dist/browser/index.js +2 -0
  95. package/dist/browser/index.js.map +1 -1
  96. package/dist/browser/models/constants.d.ts.map +1 -1
  97. package/dist/browser/models/constants.js +1 -1
  98. package/dist/browser/models/constants.js.map +1 -1
  99. package/dist/browser/models/events.d.ts +336 -296
  100. package/dist/browser/models/events.d.ts.map +1 -1
  101. package/dist/browser/models/events.js.map +1 -1
  102. package/dist/browser/models/models.d.ts +76 -38
  103. package/dist/browser/models/models.d.ts.map +1 -1
  104. package/dist/browser/models/models.js +3 -1
  105. package/dist/browser/models/models.js.map +1 -1
  106. package/dist/browser/models/options.d.ts +34 -4
  107. package/dist/browser/models/options.d.ts.map +1 -1
  108. package/dist/browser/models/options.js.map +1 -1
  109. package/dist/browser/models/responses.d.ts +82 -10
  110. package/dist/browser/models/responses.d.ts.map +1 -1
  111. package/dist/browser/models/responses.js.map +1 -1
  112. package/dist/browser/models/streaming.d.ts +27 -26
  113. package/dist/browser/models/streaming.d.ts.map +1 -1
  114. package/dist/browser/models/streaming.js +57 -28
  115. package/dist/browser/models/streaming.js.map +1 -1
  116. package/dist/browser/streamingData.d.ts.map +1 -1
  117. package/dist/browser/streamingData.js +1 -10
  118. package/dist/browser/streamingData.js.map +1 -1
  119. package/dist/browser/utli/converters.d.ts +26 -2
  120. package/dist/browser/utli/converters.d.ts.map +1 -1
  121. package/dist/browser/utli/converters.js +122 -48
  122. package/dist/browser/utli/converters.js.map +1 -1
  123. package/dist/commonjs/callAutomationClient.d.ts +8 -0
  124. package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
  125. package/dist/commonjs/callAutomationClient.js +139 -82
  126. package/dist/commonjs/callAutomationClient.js.map +1 -1
  127. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
  128. package/dist/commonjs/callAutomationEventParser.js +55 -8
  129. package/dist/commonjs/callAutomationEventParser.js.map +1 -1
  130. package/dist/commonjs/callConnection.d.ts +15 -5
  131. package/dist/commonjs/callConnection.d.ts.map +1 -1
  132. package/dist/commonjs/callConnection.js +194 -87
  133. package/dist/commonjs/callConnection.js.map +1 -1
  134. package/dist/commonjs/callMedia.d.ts +19 -9
  135. package/dist/commonjs/callMedia.d.ts.map +1 -1
  136. package/dist/commonjs/callMedia.js +183 -36
  137. package/dist/commonjs/callMedia.js.map +1 -1
  138. package/dist/commonjs/callRecording.d.ts +8 -2
  139. package/dist/commonjs/callRecording.d.ts.map +1 -1
  140. package/dist/commonjs/callRecording.js +27 -17
  141. package/dist/commonjs/callRecording.js.map +1 -1
  142. package/dist/commonjs/contentDownloader.js +12 -11
  143. package/dist/commonjs/contentDownloader.js.map +1 -1
  144. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +2 -1
  145. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  146. package/dist/commonjs/credential/callAutomationAuthPolicy.js +1 -1
  147. package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -1
  148. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
  149. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
  150. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +141 -0
  151. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +1 -0
  152. package/dist/commonjs/eventprocessor/eventResponses.d.ts +134 -0
  153. package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +1 -0
  154. package/dist/commonjs/eventprocessor/eventResponses.js +5 -0
  155. package/dist/commonjs/eventprocessor/eventResponses.js.map +1 -0
  156. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +2 -1
  157. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
  158. package/dist/commonjs/generated/src/callAutomationApiClient.js +6 -14
  159. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
  160. package/dist/commonjs/generated/src/models/index.d.ts +1129 -347
  161. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  162. package/dist/commonjs/generated/src/models/index.js +160 -76
  163. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  164. package/dist/commonjs/generated/src/models/mappers.d.ts +88 -47
  165. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  166. package/dist/commonjs/generated/src/models/mappers.js +2139 -502
  167. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  168. package/dist/commonjs/generated/src/models/parameters.d.ts +8 -1
  169. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  170. package/dist/commonjs/generated/src/models/parameters.js +45 -6
  171. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  172. package/dist/commonjs/generated/src/operations/callConnection.d.ts +16 -2
  173. package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
  174. package/dist/commonjs/generated/src/operations/callConnection.js +104 -24
  175. package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
  176. package/dist/commonjs/generated/src/operations/callDialog.d.ts +35 -0
  177. package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +1 -0
  178. package/dist/commonjs/generated/src/operations/callDialog.js +116 -0
  179. package/dist/commonjs/generated/src/operations/callDialog.js.map +1 -0
  180. package/dist/commonjs/generated/src/operations/callMedia.d.ts +15 -8
  181. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
  182. package/dist/commonjs/generated/src/operations/callMedia.js +50 -26
  183. package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
  184. package/dist/commonjs/generated/src/operations/callRecording.d.ts +7 -1
  185. package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
  186. package/dist/commonjs/generated/src/operations/callRecording.js +24 -1
  187. package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
  188. package/dist/commonjs/generated/src/operations/index.d.ts +1 -0
  189. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
  190. package/dist/commonjs/generated/src/operations/index.js +1 -0
  191. package/dist/commonjs/generated/src/operations/index.js.map +1 -1
  192. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
  193. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  194. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  195. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
  196. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
  197. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +10 -0
  198. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +1 -0
  199. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +15 -8
  200. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  201. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  202. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
  203. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  204. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  205. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +1 -0
  206. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  207. package/dist/commonjs/generated/src/operationsInterfaces/index.js +1 -0
  208. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
  209. package/dist/commonjs/generated/src/pagingHelper.js +4 -2
  210. package/dist/commonjs/generated/src/pagingHelper.js.map +1 -1
  211. package/dist/commonjs/index.d.ts +2 -0
  212. package/dist/commonjs/index.d.ts.map +1 -1
  213. package/dist/commonjs/index.js +2 -0
  214. package/dist/commonjs/index.js.map +1 -1
  215. package/dist/commonjs/models/constants.d.ts.map +1 -1
  216. package/dist/commonjs/models/constants.js +1 -1
  217. package/dist/commonjs/models/constants.js.map +1 -1
  218. package/dist/commonjs/models/events.d.ts +336 -296
  219. package/dist/commonjs/models/events.d.ts.map +1 -1
  220. package/dist/commonjs/models/events.js.map +1 -1
  221. package/dist/commonjs/models/models.d.ts +76 -38
  222. package/dist/commonjs/models/models.d.ts.map +1 -1
  223. package/dist/commonjs/models/models.js +21 -2
  224. package/dist/commonjs/models/models.js.map +1 -1
  225. package/dist/commonjs/models/options.d.ts +34 -4
  226. package/dist/commonjs/models/options.d.ts.map +1 -1
  227. package/dist/commonjs/models/options.js.map +1 -1
  228. package/dist/commonjs/models/responses.d.ts +82 -10
  229. package/dist/commonjs/models/responses.d.ts.map +1 -1
  230. package/dist/commonjs/models/responses.js.map +1 -1
  231. package/dist/commonjs/models/streaming.d.ts +27 -26
  232. package/dist/commonjs/models/streaming.d.ts.map +1 -1
  233. package/dist/commonjs/models/streaming.js +59 -31
  234. package/dist/commonjs/models/streaming.js.map +1 -1
  235. package/dist/commonjs/streamingData.d.ts.map +1 -1
  236. package/dist/commonjs/streamingData.js +1 -10
  237. package/dist/commonjs/streamingData.js.map +1 -1
  238. package/dist/commonjs/tsdoc-metadata.json +11 -11
  239. package/dist/commonjs/utli/converters.d.ts +26 -2
  240. package/dist/commonjs/utli/converters.d.ts.map +1 -1
  241. package/dist/commonjs/utli/converters.js +127 -47
  242. package/dist/commonjs/utli/converters.js.map +1 -1
  243. package/dist/esm/callAutomationClient.d.ts +8 -0
  244. package/dist/esm/callAutomationClient.d.ts.map +1 -1
  245. package/dist/esm/callAutomationClient.js +141 -84
  246. package/dist/esm/callAutomationClient.js.map +1 -1
  247. package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
  248. package/dist/esm/callAutomationEventParser.js +56 -9
  249. package/dist/esm/callAutomationEventParser.js.map +1 -1
  250. package/dist/esm/callConnection.d.ts +15 -5
  251. package/dist/esm/callConnection.d.ts.map +1 -1
  252. package/dist/esm/callConnection.js +193 -86
  253. package/dist/esm/callConnection.js.map +1 -1
  254. package/dist/esm/callMedia.d.ts +19 -9
  255. package/dist/esm/callMedia.d.ts.map +1 -1
  256. package/dist/esm/callMedia.js +175 -28
  257. package/dist/esm/callMedia.js.map +1 -1
  258. package/dist/esm/callRecording.d.ts +8 -2
  259. package/dist/esm/callRecording.d.ts.map +1 -1
  260. package/dist/esm/callRecording.js +26 -16
  261. package/dist/esm/callRecording.js.map +1 -1
  262. package/dist/esm/contentDownloader.js +12 -11
  263. package/dist/esm/contentDownloader.js.map +1 -1
  264. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +2 -1
  265. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  266. package/dist/esm/credential/callAutomationAuthPolicy.js +1 -1
  267. package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -1
  268. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
  269. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
  270. package/dist/esm/eventprocessor/callAutomationEventProcessor.js +137 -0
  271. package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +1 -0
  272. package/dist/esm/eventprocessor/eventResponses.d.ts +134 -0
  273. package/dist/esm/eventprocessor/eventResponses.d.ts.map +1 -0
  274. package/dist/esm/eventprocessor/eventResponses.js +4 -0
  275. package/dist/esm/eventprocessor/eventResponses.js.map +1 -0
  276. package/dist/esm/generated/src/callAutomationApiClient.d.ts +2 -1
  277. package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
  278. package/dist/esm/generated/src/callAutomationApiClient.js +7 -15
  279. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
  280. package/dist/esm/generated/src/models/index.d.ts +1129 -347
  281. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  282. package/dist/esm/generated/src/models/index.js +159 -75
  283. package/dist/esm/generated/src/models/index.js.map +1 -1
  284. package/dist/esm/generated/src/models/mappers.d.ts +88 -47
  285. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  286. package/dist/esm/generated/src/models/mappers.js +2136 -499
  287. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  288. package/dist/esm/generated/src/models/parameters.d.ts +8 -1
  289. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  290. package/dist/esm/generated/src/models/parameters.js +45 -6
  291. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  292. package/dist/esm/generated/src/operations/callConnection.d.ts +16 -2
  293. package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
  294. package/dist/esm/generated/src/operations/callConnection.js +105 -24
  295. package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
  296. package/dist/esm/generated/src/operations/callDialog.d.ts +35 -0
  297. package/dist/esm/generated/src/operations/callDialog.d.ts.map +1 -0
  298. package/dist/esm/generated/src/operations/callDialog.js +111 -0
  299. package/dist/esm/generated/src/operations/callDialog.js.map +1 -0
  300. package/dist/esm/generated/src/operations/callMedia.d.ts +15 -8
  301. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
  302. package/dist/esm/generated/src/operations/callMedia.js +50 -26
  303. package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
  304. package/dist/esm/generated/src/operations/callRecording.d.ts +7 -1
  305. package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
  306. package/dist/esm/generated/src/operations/callRecording.js +24 -1
  307. package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
  308. package/dist/esm/generated/src/operations/index.d.ts +1 -0
  309. package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
  310. package/dist/esm/generated/src/operations/index.js +1 -0
  311. package/dist/esm/generated/src/operations/index.js.map +1 -1
  312. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
  313. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  314. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  315. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
  316. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
  317. package/dist/esm/generated/src/operationsInterfaces/callDialog.js +9 -0
  318. package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +1 -0
  319. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +15 -8
  320. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  321. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  322. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
  323. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  324. package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  325. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +1 -0
  326. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  327. package/dist/esm/generated/src/operationsInterfaces/index.js +1 -0
  328. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
  329. package/dist/esm/generated/src/pagingHelper.js +4 -2
  330. package/dist/esm/generated/src/pagingHelper.js.map +1 -1
  331. package/dist/esm/index.d.ts +2 -0
  332. package/dist/esm/index.d.ts.map +1 -1
  333. package/dist/esm/index.js +2 -0
  334. package/dist/esm/index.js.map +1 -1
  335. package/dist/esm/models/constants.d.ts.map +1 -1
  336. package/dist/esm/models/constants.js +1 -1
  337. package/dist/esm/models/constants.js.map +1 -1
  338. package/dist/esm/models/events.d.ts +336 -296
  339. package/dist/esm/models/events.d.ts.map +1 -1
  340. package/dist/esm/models/events.js.map +1 -1
  341. package/dist/esm/models/models.d.ts +76 -38
  342. package/dist/esm/models/models.d.ts.map +1 -1
  343. package/dist/esm/models/models.js +3 -1
  344. package/dist/esm/models/models.js.map +1 -1
  345. package/dist/esm/models/options.d.ts +34 -4
  346. package/dist/esm/models/options.d.ts.map +1 -1
  347. package/dist/esm/models/options.js.map +1 -1
  348. package/dist/esm/models/responses.d.ts +82 -10
  349. package/dist/esm/models/responses.d.ts.map +1 -1
  350. package/dist/esm/models/responses.js.map +1 -1
  351. package/dist/esm/models/streaming.d.ts +27 -26
  352. package/dist/esm/models/streaming.d.ts.map +1 -1
  353. package/dist/esm/models/streaming.js +57 -28
  354. package/dist/esm/models/streaming.js.map +1 -1
  355. package/dist/esm/streamingData.d.ts.map +1 -1
  356. package/dist/esm/streamingData.js +1 -10
  357. package/dist/esm/streamingData.js.map +1 -1
  358. package/dist/esm/utli/converters.d.ts +26 -2
  359. package/dist/esm/utli/converters.d.ts.map +1 -1
  360. package/dist/esm/utli/converters.js +122 -48
  361. package/dist/esm/utli/converters.js.map +1 -1
  362. package/dist/react-native/callAutomationClient.d.ts +8 -0
  363. package/dist/react-native/callAutomationClient.d.ts.map +1 -1
  364. package/dist/react-native/callAutomationClient.js +141 -84
  365. package/dist/react-native/callAutomationClient.js.map +1 -1
  366. package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
  367. package/dist/react-native/callAutomationEventParser.js +56 -9
  368. package/dist/react-native/callAutomationEventParser.js.map +1 -1
  369. package/dist/react-native/callConnection.d.ts +15 -5
  370. package/dist/react-native/callConnection.d.ts.map +1 -1
  371. package/dist/react-native/callConnection.js +193 -86
  372. package/dist/react-native/callConnection.js.map +1 -1
  373. package/dist/react-native/callMedia.d.ts +19 -9
  374. package/dist/react-native/callMedia.d.ts.map +1 -1
  375. package/dist/react-native/callMedia.js +175 -28
  376. package/dist/react-native/callMedia.js.map +1 -1
  377. package/dist/react-native/callRecording.d.ts +8 -2
  378. package/dist/react-native/callRecording.d.ts.map +1 -1
  379. package/dist/react-native/callRecording.js +26 -16
  380. package/dist/react-native/callRecording.js.map +1 -1
  381. package/dist/react-native/contentDownloader.js +12 -11
  382. package/dist/react-native/contentDownloader.js.map +1 -1
  383. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +2 -1
  384. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  385. package/dist/react-native/credential/callAutomationAuthPolicy.js +1 -1
  386. package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -1
  387. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +39 -0
  388. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +1 -0
  389. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +137 -0
  390. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +1 -0
  391. package/dist/react-native/eventprocessor/eventResponses.d.ts +134 -0
  392. package/dist/react-native/eventprocessor/eventResponses.d.ts.map +1 -0
  393. package/dist/react-native/eventprocessor/eventResponses.js +4 -0
  394. package/dist/react-native/eventprocessor/eventResponses.js.map +1 -0
  395. package/dist/react-native/generated/src/callAutomationApiClient.d.ts +2 -1
  396. package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
  397. package/dist/react-native/generated/src/callAutomationApiClient.js +7 -15
  398. package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
  399. package/dist/react-native/generated/src/models/index.d.ts +1129 -347
  400. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  401. package/dist/react-native/generated/src/models/index.js +159 -75
  402. package/dist/react-native/generated/src/models/index.js.map +1 -1
  403. package/dist/react-native/generated/src/models/mappers.d.ts +88 -47
  404. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  405. package/dist/react-native/generated/src/models/mappers.js +2136 -499
  406. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  407. package/dist/react-native/generated/src/models/parameters.d.ts +8 -1
  408. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  409. package/dist/react-native/generated/src/models/parameters.js +45 -6
  410. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  411. package/dist/react-native/generated/src/operations/callConnection.d.ts +16 -2
  412. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
  413. package/dist/react-native/generated/src/operations/callConnection.js +105 -24
  414. package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
  415. package/dist/react-native/generated/src/operations/callDialog.d.ts +35 -0
  416. package/dist/react-native/generated/src/operations/callDialog.d.ts.map +1 -0
  417. package/dist/react-native/generated/src/operations/callDialog.js +111 -0
  418. package/dist/react-native/generated/src/operations/callDialog.js.map +1 -0
  419. package/dist/react-native/generated/src/operations/callMedia.d.ts +15 -8
  420. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
  421. package/dist/react-native/generated/src/operations/callMedia.js +50 -26
  422. package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
  423. package/dist/react-native/generated/src/operations/callRecording.d.ts +7 -1
  424. package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
  425. package/dist/react-native/generated/src/operations/callRecording.js +24 -1
  426. package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
  427. package/dist/react-native/generated/src/operations/index.d.ts +1 -0
  428. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
  429. package/dist/react-native/generated/src/operations/index.js +1 -0
  430. package/dist/react-native/generated/src/operations/index.js.map +1 -1
  431. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +16 -2
  432. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  433. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  434. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +27 -0
  435. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +1 -0
  436. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +9 -0
  437. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +1 -0
  438. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +15 -8
  439. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  440. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  441. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +7 -1
  442. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  443. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  444. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +1 -0
  445. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  446. package/dist/react-native/generated/src/operationsInterfaces/index.js +1 -0
  447. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
  448. package/dist/react-native/generated/src/pagingHelper.js +4 -2
  449. package/dist/react-native/generated/src/pagingHelper.js.map +1 -1
  450. package/dist/react-native/index.d.ts +2 -0
  451. package/dist/react-native/index.d.ts.map +1 -1
  452. package/dist/react-native/index.js +2 -0
  453. package/dist/react-native/index.js.map +1 -1
  454. package/dist/react-native/models/constants.d.ts.map +1 -1
  455. package/dist/react-native/models/constants.js +1 -1
  456. package/dist/react-native/models/constants.js.map +1 -1
  457. package/dist/react-native/models/events.d.ts +336 -296
  458. package/dist/react-native/models/events.d.ts.map +1 -1
  459. package/dist/react-native/models/events.js.map +1 -1
  460. package/dist/react-native/models/models.d.ts +76 -38
  461. package/dist/react-native/models/models.d.ts.map +1 -1
  462. package/dist/react-native/models/models.js +3 -1
  463. package/dist/react-native/models/models.js.map +1 -1
  464. package/dist/react-native/models/options.d.ts +34 -4
  465. package/dist/react-native/models/options.d.ts.map +1 -1
  466. package/dist/react-native/models/options.js.map +1 -1
  467. package/dist/react-native/models/responses.d.ts +82 -10
  468. package/dist/react-native/models/responses.d.ts.map +1 -1
  469. package/dist/react-native/models/responses.js.map +1 -1
  470. package/dist/react-native/models/streaming.d.ts +27 -26
  471. package/dist/react-native/models/streaming.d.ts.map +1 -1
  472. package/dist/react-native/models/streaming.js +57 -28
  473. package/dist/react-native/models/streaming.js.map +1 -1
  474. package/dist/react-native/streamingData.d.ts.map +1 -1
  475. package/dist/react-native/streamingData.js +1 -10
  476. package/dist/react-native/streamingData.js.map +1 -1
  477. package/dist/react-native/utli/converters.d.ts +26 -2
  478. package/dist/react-native/utli/converters.d.ts.map +1 -1
  479. package/dist/react-native/utli/converters.js +122 -48
  480. package/dist/react-native/utli/converters.js.map +1 -1
  481. package/package.json +36 -35
@@ -63,11 +63,25 @@ export const CreateCallRequest = {
63
63
  className: "CallIntelligenceOptionsInternal",
64
64
  },
65
65
  },
66
+ teamsAppSource: {
67
+ serializedName: "teamsAppSource",
68
+ type: {
69
+ name: "Composite",
70
+ className: "MicrosoftTeamsAppIdentifierModel",
71
+ },
72
+ },
73
+ customCallingContext: {
74
+ serializedName: "customCallingContext",
75
+ type: {
76
+ name: "Composite",
77
+ className: "CustomCallingContextInternal",
78
+ },
79
+ },
66
80
  mediaStreamingOptions: {
67
81
  serializedName: "mediaStreamingOptions",
68
82
  type: {
69
83
  name: "Composite",
70
- className: "MediaStreamingOptionsInternal",
84
+ className: "MediaStreamingOptions",
71
85
  },
72
86
  },
73
87
  transcriptionOptions: {
@@ -77,13 +91,6 @@ export const CreateCallRequest = {
77
91
  className: "TranscriptionOptionsInternal",
78
92
  },
79
93
  },
80
- teamsAppSource: {
81
- serializedName: "teamsAppSource",
82
- type: {
83
- name: "Composite",
84
- className: "MicrosoftTeamsAppIdentifierModel",
85
- },
86
- },
87
94
  },
88
95
  },
89
96
  };
@@ -278,19 +285,215 @@ export const CallIntelligenceOptionsInternal = {
278
285
  name: "String",
279
286
  },
280
287
  },
288
+ backupCognitiveServicesEndpoint: {
289
+ serializedName: "backupCognitiveServicesEndpoint",
290
+ type: {
291
+ name: "String",
292
+ },
293
+ },
281
294
  },
282
295
  },
283
296
  };
284
- export const MediaStreamingOptionsInternal = {
297
+ export const CustomCallingContextInternal = {
285
298
  type: {
286
299
  name: "Composite",
287
- className: "MediaStreamingOptionsInternal",
288
- uberParent: "MediaStreamingOptionsInternal",
289
- polymorphicDiscriminator: {
290
- serializedName: "transportType",
291
- clientName: "transportType",
300
+ className: "CustomCallingContextInternal",
301
+ modelProperties: {
302
+ voipHeaders: {
303
+ serializedName: "voipHeaders",
304
+ type: {
305
+ name: "Dictionary",
306
+ value: { type: { name: "String" } },
307
+ },
308
+ },
309
+ sipHeaders: {
310
+ serializedName: "sipHeaders",
311
+ type: {
312
+ name: "Dictionary",
313
+ value: { type: { name: "String" } },
314
+ },
315
+ },
316
+ teamsPhoneCallDetails: {
317
+ serializedName: "teamsPhoneCallDetails",
318
+ type: {
319
+ name: "Composite",
320
+ className: "TeamsPhoneCallDetailsInternal",
321
+ },
322
+ },
323
+ },
324
+ },
325
+ };
326
+ export const TeamsPhoneCallDetailsInternal = {
327
+ type: {
328
+ name: "Composite",
329
+ className: "TeamsPhoneCallDetailsInternal",
330
+ modelProperties: {
331
+ teamsPhoneCallerDetails: {
332
+ serializedName: "teamsPhoneCallerDetails",
333
+ type: {
334
+ name: "Composite",
335
+ className: "TeamsPhoneCallerDetailsInternal",
336
+ },
337
+ },
338
+ teamsPhoneSourceDetails: {
339
+ serializedName: "teamsPhoneSourceDetails",
340
+ type: {
341
+ name: "Composite",
342
+ className: "TeamsPhoneSourceDetailsInternal",
343
+ },
344
+ },
345
+ sessionId: {
346
+ serializedName: "sessionId",
347
+ type: {
348
+ name: "String",
349
+ },
350
+ },
351
+ intent: {
352
+ serializedName: "intent",
353
+ type: {
354
+ name: "String",
355
+ },
356
+ },
357
+ callTopic: {
358
+ serializedName: "callTopic",
359
+ type: {
360
+ name: "String",
361
+ },
362
+ },
363
+ callContext: {
364
+ serializedName: "callContext",
365
+ type: {
366
+ name: "String",
367
+ },
368
+ },
369
+ transcriptUrl: {
370
+ serializedName: "transcriptUrl",
371
+ type: {
372
+ name: "String",
373
+ },
374
+ },
375
+ callSentiment: {
376
+ serializedName: "callSentiment",
377
+ type: {
378
+ name: "String",
379
+ },
380
+ },
381
+ suggestedActions: {
382
+ serializedName: "suggestedActions",
383
+ type: {
384
+ name: "String",
385
+ },
386
+ },
387
+ },
388
+ },
389
+ };
390
+ export const TeamsPhoneCallerDetailsInternal = {
391
+ type: {
392
+ name: "Composite",
393
+ className: "TeamsPhoneCallerDetailsInternal",
394
+ modelProperties: {
395
+ caller: {
396
+ serializedName: "caller",
397
+ type: {
398
+ name: "Composite",
399
+ className: "CommunicationIdentifierModel",
400
+ },
401
+ },
402
+ name: {
403
+ serializedName: "name",
404
+ required: true,
405
+ type: {
406
+ name: "String",
407
+ },
408
+ },
409
+ phoneNumber: {
410
+ serializedName: "phoneNumber",
411
+ required: true,
412
+ type: {
413
+ name: "String",
414
+ },
415
+ },
416
+ recordId: {
417
+ serializedName: "recordId",
418
+ type: {
419
+ name: "String",
420
+ },
421
+ },
422
+ screenPopUrl: {
423
+ serializedName: "screenPopUrl",
424
+ type: {
425
+ name: "String",
426
+ },
427
+ },
428
+ isAuthenticated: {
429
+ serializedName: "isAuthenticated",
430
+ type: {
431
+ name: "Boolean",
432
+ },
433
+ },
434
+ additionalCallerInformation: {
435
+ serializedName: "additionalCallerInformation",
436
+ type: {
437
+ name: "Dictionary",
438
+ value: { type: { name: "String" } },
439
+ },
440
+ },
441
+ },
442
+ },
443
+ };
444
+ export const TeamsPhoneSourceDetailsInternal = {
445
+ type: {
446
+ name: "Composite",
447
+ className: "TeamsPhoneSourceDetailsInternal",
448
+ modelProperties: {
449
+ source: {
450
+ serializedName: "source",
451
+ type: {
452
+ name: "Composite",
453
+ className: "CommunicationIdentifierModel",
454
+ },
455
+ },
456
+ language: {
457
+ serializedName: "language",
458
+ required: true,
459
+ type: {
460
+ name: "String",
461
+ },
462
+ },
463
+ status: {
464
+ serializedName: "status",
465
+ required: true,
466
+ type: {
467
+ name: "String",
468
+ },
469
+ },
470
+ intendedTargets: {
471
+ serializedName: "intendedTargets",
472
+ type: {
473
+ name: "Dictionary",
474
+ value: {
475
+ type: {
476
+ name: "Composite",
477
+ className: "CommunicationIdentifierModel",
478
+ },
479
+ },
480
+ },
481
+ },
292
482
  },
483
+ },
484
+ };
485
+ export const MediaStreamingOptions = {
486
+ type: {
487
+ name: "Composite",
488
+ className: "MediaStreamingOptions",
293
489
  modelProperties: {
490
+ transportUrl: {
491
+ serializedName: "transportUrl",
492
+ required: true,
493
+ type: {
494
+ name: "String",
495
+ },
496
+ },
294
497
  transportType: {
295
498
  serializedName: "transportType",
296
499
  required: true,
@@ -298,6 +501,13 @@ export const MediaStreamingOptionsInternal = {
298
501
  name: "String",
299
502
  },
300
503
  },
504
+ contentType: {
505
+ serializedName: "contentType",
506
+ required: true,
507
+ type: {
508
+ name: "String",
509
+ },
510
+ },
301
511
  audioChannelType: {
302
512
  serializedName: "audioChannelType",
303
513
  required: true,
@@ -305,6 +515,24 @@ export const MediaStreamingOptionsInternal = {
305
515
  name: "String",
306
516
  },
307
517
  },
518
+ startMediaStreaming: {
519
+ serializedName: "startMediaStreaming",
520
+ type: {
521
+ name: "Boolean",
522
+ },
523
+ },
524
+ enableBidirectional: {
525
+ serializedName: "enableBidirectional",
526
+ type: {
527
+ name: "Boolean",
528
+ },
529
+ },
530
+ audioFormat: {
531
+ serializedName: "audioFormat",
532
+ type: {
533
+ name: "String",
534
+ },
535
+ },
308
536
  },
309
537
  },
310
538
  };
@@ -312,12 +540,14 @@ export const TranscriptionOptionsInternal = {
312
540
  type: {
313
541
  name: "Composite",
314
542
  className: "TranscriptionOptionsInternal",
315
- uberParent: "TranscriptionOptionsInternal",
316
- polymorphicDiscriminator: {
317
- serializedName: "transportType",
318
- clientName: "transportType",
319
- },
320
543
  modelProperties: {
544
+ transportUrl: {
545
+ serializedName: "transportUrl",
546
+ required: true,
547
+ type: {
548
+ name: "String",
549
+ },
550
+ },
321
551
  transportType: {
322
552
  serializedName: "transportType",
323
553
  required: true,
@@ -332,6 +562,25 @@ export const TranscriptionOptionsInternal = {
332
562
  name: "String",
333
563
  },
334
564
  },
565
+ speechModelEndpointId: {
566
+ serializedName: "speechModelEndpointId",
567
+ type: {
568
+ name: "String",
569
+ },
570
+ },
571
+ startTranscription: {
572
+ serializedName: "startTranscription",
573
+ required: true,
574
+ type: {
575
+ name: "Boolean",
576
+ },
577
+ },
578
+ enableIntermediateResults: {
579
+ serializedName: "enableIntermediateResults",
580
+ type: {
581
+ name: "Boolean",
582
+ },
583
+ },
335
584
  },
336
585
  },
337
586
  };
@@ -409,6 +658,18 @@ export const CallConnectionPropertiesInternal = {
409
658
  className: "CommunicationUserIdentifierModel",
410
659
  },
411
660
  },
661
+ mediaSubscriptionId: {
662
+ serializedName: "mediaSubscriptionId",
663
+ type: {
664
+ name: "String",
665
+ },
666
+ },
667
+ dataSubscriptionId: {
668
+ serializedName: "dataSubscriptionId",
669
+ type: {
670
+ name: "String",
671
+ },
672
+ },
412
673
  mediaStreamingSubscription: {
413
674
  serializedName: "mediaStreamingSubscription",
414
675
  type: {
@@ -492,12 +753,6 @@ export const TranscriptionSubscription = {
492
753
  },
493
754
  },
494
755
  },
495
- locale: {
496
- serializedName: "locale",
497
- type: {
498
- name: "String",
499
- },
500
- },
501
756
  },
502
757
  },
503
758
  };
@@ -584,6 +839,13 @@ export const AnswerCallRequest = {
584
839
  name: "String",
585
840
  },
586
841
  },
842
+ customCallingContext: {
843
+ serializedName: "customCallingContext",
844
+ type: {
845
+ name: "Composite",
846
+ className: "CustomCallingContextInternal",
847
+ },
848
+ },
587
849
  operationContext: {
588
850
  serializedName: "operationContext",
589
851
  type: {
@@ -608,7 +870,7 @@ export const AnswerCallRequest = {
608
870
  serializedName: "mediaStreamingOptions",
609
871
  type: {
610
872
  name: "Composite",
611
- className: "MediaStreamingOptionsInternal",
873
+ className: "MediaStreamingOptions",
612
874
  },
613
875
  },
614
876
  transcriptionOptions: {
@@ -640,6 +902,13 @@ export const RedirectCallRequest = {
640
902
  className: "CommunicationIdentifierModel",
641
903
  },
642
904
  },
905
+ customCallingContext: {
906
+ serializedName: "customCallingContext",
907
+ type: {
908
+ name: "Composite",
909
+ className: "CustomCallingContextInternal",
910
+ },
911
+ },
643
912
  },
644
913
  },
645
914
  };
@@ -700,7 +969,7 @@ export const ConnectRequest = {
700
969
  serializedName: "mediaStreamingOptions",
701
970
  type: {
702
971
  name: "Composite",
703
- className: "MediaStreamingOptionsInternal",
972
+ className: "MediaStreamingOptions",
704
973
  },
705
974
  },
706
975
  transcriptionOptions: {
@@ -793,29 +1062,7 @@ export const TransferToParticipantRequest = {
793
1062
  },
794
1063
  },
795
1064
  };
796
- export const CustomCallingContextInternal = {
797
- type: {
798
- name: "Composite",
799
- className: "CustomCallingContextInternal",
800
- modelProperties: {
801
- voipHeaders: {
802
- serializedName: "voipHeaders",
803
- type: {
804
- name: "Dictionary",
805
- value: { type: { name: "String" } },
806
- },
807
- },
808
- sipHeaders: {
809
- serializedName: "sipHeaders",
810
- type: {
811
- name: "Dictionary",
812
- value: { type: { name: "String" } },
813
- },
814
- },
815
- },
816
- },
817
- };
818
- export const TransferCallResponse = {
1065
+ export const TransferCallResponse = {
819
1066
  type: {
820
1067
  name: "Composite",
821
1068
  className: "TransferCallResponse",
@@ -859,12 +1106,6 @@ export const PlayRequest = {
859
1106
  },
860
1107
  },
861
1108
  },
862
- interruptCallMediaOperation: {
863
- serializedName: "interruptCallMediaOperation",
864
- type: {
865
- name: "Boolean",
866
- },
867
- },
868
1109
  playOptions: {
869
1110
  serializedName: "playOptions",
870
1111
  type: {
@@ -1016,6 +1257,18 @@ export const PlayOptionsInternal = {
1016
1257
  name: "Boolean",
1017
1258
  },
1018
1259
  },
1260
+ interruptCallMediaOperation: {
1261
+ serializedName: "interruptCallMediaOperation",
1262
+ type: {
1263
+ name: "Boolean",
1264
+ },
1265
+ },
1266
+ interruptHoldAudio: {
1267
+ serializedName: "interruptHoldAudio",
1268
+ type: {
1269
+ name: "Boolean",
1270
+ },
1271
+ },
1019
1272
  },
1020
1273
  },
1021
1274
  };
@@ -1071,38 +1324,6 @@ export const StopTranscriptionRequest = {
1071
1324
  },
1072
1325
  },
1073
1326
  };
1074
- export const UpdateTranscriptionRequest = {
1075
- type: {
1076
- name: "Composite",
1077
- className: "UpdateTranscriptionRequest",
1078
- modelProperties: {
1079
- locale: {
1080
- serializedName: "locale",
1081
- type: {
1082
- name: "String",
1083
- },
1084
- },
1085
- speechModelEndpointId: {
1086
- serializedName: "speechModelEndpointId",
1087
- type: {
1088
- name: "String",
1089
- },
1090
- },
1091
- operationContext: {
1092
- serializedName: "operationContext",
1093
- type: {
1094
- name: "String",
1095
- },
1096
- },
1097
- operationCallbackUri: {
1098
- serializedName: "operationCallbackUri",
1099
- type: {
1100
- name: "String",
1101
- },
1102
- },
1103
- },
1104
- },
1105
- };
1106
1327
  export const RecognizeRequest = {
1107
1328
  type: {
1108
1329
  name: "Composite",
@@ -1393,6 +1614,38 @@ export const SendDtmfTonesResult = {
1393
1614
  },
1394
1615
  },
1395
1616
  };
1617
+ export const UpdateTranscriptionRequest = {
1618
+ type: {
1619
+ name: "Composite",
1620
+ className: "UpdateTranscriptionRequest",
1621
+ modelProperties: {
1622
+ locale: {
1623
+ serializedName: "locale",
1624
+ type: {
1625
+ name: "String",
1626
+ },
1627
+ },
1628
+ speechModelEndpointId: {
1629
+ serializedName: "speechModelEndpointId",
1630
+ type: {
1631
+ name: "String",
1632
+ },
1633
+ },
1634
+ operationContext: {
1635
+ serializedName: "operationContext",
1636
+ type: {
1637
+ name: "String",
1638
+ },
1639
+ },
1640
+ operationCallbackUri: {
1641
+ serializedName: "operationCallbackUri",
1642
+ type: {
1643
+ name: "String",
1644
+ },
1645
+ },
1646
+ },
1647
+ },
1648
+ };
1396
1649
  export const HoldRequest = {
1397
1650
  type: {
1398
1651
  name: "Composite",
@@ -1445,19 +1698,33 @@ export const UnholdRequest = {
1445
1698
  name: "String",
1446
1699
  },
1447
1700
  },
1701
+ },
1702
+ },
1703
+ };
1704
+ export const StartMediaStreamingRequest = {
1705
+ type: {
1706
+ name: "Composite",
1707
+ className: "StartMediaStreamingRequest",
1708
+ modelProperties: {
1448
1709
  operationCallbackUri: {
1449
1710
  serializedName: "operationCallbackUri",
1450
1711
  type: {
1451
1712
  name: "String",
1452
1713
  },
1453
1714
  },
1715
+ operationContext: {
1716
+ serializedName: "operationContext",
1717
+ type: {
1718
+ name: "String",
1719
+ },
1720
+ },
1454
1721
  },
1455
1722
  },
1456
1723
  };
1457
- export const StartMediaStreamingRequest = {
1724
+ export const StopMediaStreamingRequest = {
1458
1725
  type: {
1459
1726
  name: "Composite",
1460
- className: "StartMediaStreamingRequest",
1727
+ className: "StopMediaStreamingRequest",
1461
1728
  modelProperties: {
1462
1729
  operationCallbackUri: {
1463
1730
  serializedName: "operationCallbackUri",
@@ -1474,11 +1741,136 @@ export const StartMediaStreamingRequest = {
1474
1741
  },
1475
1742
  },
1476
1743
  };
1477
- export const StopMediaStreamingRequest = {
1744
+ export const InterruptAudioAndAnnounceRequest = {
1478
1745
  type: {
1479
1746
  name: "Composite",
1480
- className: "StopMediaStreamingRequest",
1747
+ className: "InterruptAudioAndAnnounceRequest",
1748
+ modelProperties: {
1749
+ playSources: {
1750
+ serializedName: "playSources",
1751
+ required: true,
1752
+ type: {
1753
+ name: "Sequence",
1754
+ element: {
1755
+ type: {
1756
+ name: "Composite",
1757
+ className: "PlaySourceInternal",
1758
+ },
1759
+ },
1760
+ },
1761
+ },
1762
+ playTo: {
1763
+ serializedName: "playTo",
1764
+ type: {
1765
+ name: "Composite",
1766
+ className: "CommunicationIdentifierModel",
1767
+ },
1768
+ },
1769
+ operationContext: {
1770
+ serializedName: "operationContext",
1771
+ type: {
1772
+ name: "String",
1773
+ },
1774
+ },
1775
+ },
1776
+ },
1777
+ };
1778
+ export const StartDialogRequest = {
1779
+ type: {
1780
+ name: "Composite",
1781
+ className: "StartDialogRequest",
1782
+ modelProperties: {
1783
+ dialog: {
1784
+ serializedName: "dialog",
1785
+ type: {
1786
+ name: "Composite",
1787
+ className: "BaseDialog",
1788
+ },
1789
+ },
1790
+ operationCallbackUri: {
1791
+ serializedName: "operationCallbackUri",
1792
+ type: {
1793
+ name: "String",
1794
+ },
1795
+ },
1796
+ operationContext: {
1797
+ serializedName: "operationContext",
1798
+ type: {
1799
+ name: "String",
1800
+ },
1801
+ },
1802
+ },
1803
+ },
1804
+ };
1805
+ export const BaseDialog = {
1806
+ type: {
1807
+ name: "Composite",
1808
+ className: "BaseDialog",
1809
+ uberParent: "BaseDialog",
1810
+ polymorphicDiscriminator: {
1811
+ serializedName: "kind",
1812
+ clientName: "kind",
1813
+ },
1814
+ modelProperties: {
1815
+ kind: {
1816
+ serializedName: "kind",
1817
+ required: true,
1818
+ type: {
1819
+ name: "String",
1820
+ },
1821
+ },
1822
+ context: {
1823
+ serializedName: "context",
1824
+ required: true,
1825
+ type: {
1826
+ name: "Dictionary",
1827
+ value: {
1828
+ type: { name: "Dictionary", value: { type: { name: "any" } } },
1829
+ },
1830
+ },
1831
+ },
1832
+ },
1833
+ },
1834
+ };
1835
+ export const DialogStateResponse = {
1836
+ type: {
1837
+ name: "Composite",
1838
+ className: "DialogStateResponse",
1839
+ modelProperties: {
1840
+ dialogId: {
1841
+ serializedName: "dialogId",
1842
+ type: {
1843
+ name: "String",
1844
+ },
1845
+ },
1846
+ dialog: {
1847
+ serializedName: "dialog",
1848
+ type: {
1849
+ name: "Composite",
1850
+ className: "BaseDialog",
1851
+ },
1852
+ },
1853
+ operationContext: {
1854
+ serializedName: "operationContext",
1855
+ type: {
1856
+ name: "String",
1857
+ },
1858
+ },
1859
+ },
1860
+ },
1861
+ };
1862
+ export const UpdateDialogRequest = {
1863
+ type: {
1864
+ name: "Composite",
1865
+ className: "UpdateDialogRequest",
1481
1866
  modelProperties: {
1867
+ dialog: {
1868
+ serializedName: "dialog",
1869
+ type: {
1870
+ name: "Composite",
1871
+ className: "DialogUpdateBase",
1872
+ },
1873
+ },
1482
1874
  operationCallbackUri: {
1483
1875
  serializedName: "operationCallbackUri",
1484
1876
  type: {
@@ -1494,6 +1886,35 @@ export const StopMediaStreamingRequest = {
1494
1886
  },
1495
1887
  },
1496
1888
  };
1889
+ export const DialogUpdateBase = {
1890
+ type: {
1891
+ name: "Composite",
1892
+ className: "DialogUpdateBase",
1893
+ uberParent: "DialogUpdateBase",
1894
+ polymorphicDiscriminator: {
1895
+ serializedName: "kind",
1896
+ clientName: "kind",
1897
+ },
1898
+ modelProperties: {
1899
+ kind: {
1900
+ serializedName: "kind",
1901
+ required: true,
1902
+ type: {
1903
+ name: "String",
1904
+ },
1905
+ },
1906
+ context: {
1907
+ serializedName: "context",
1908
+ type: {
1909
+ name: "Dictionary",
1910
+ value: {
1911
+ type: { name: "Dictionary", value: { type: { name: "any" } } },
1912
+ },
1913
+ },
1914
+ },
1915
+ },
1916
+ },
1917
+ };
1497
1918
  export const GetParticipantsResponse = {
1498
1919
  type: {
1499
1920
  name: "Composite",
@@ -1714,16 +2135,22 @@ export const MuteParticipantsResult = {
1714
2135
  },
1715
2136
  },
1716
2137
  };
1717
- export const CancelAddParticipantRequest = {
2138
+ export const UnmuteParticipantsRequest = {
1718
2139
  type: {
1719
2140
  name: "Composite",
1720
- className: "CancelAddParticipantRequest",
2141
+ className: "UnmuteParticipantsRequest",
1721
2142
  modelProperties: {
1722
- invitationId: {
1723
- serializedName: "invitationId",
2143
+ targetParticipants: {
2144
+ serializedName: "targetParticipants",
1724
2145
  required: true,
1725
2146
  type: {
1726
- name: "String",
2147
+ name: "Sequence",
2148
+ element: {
2149
+ type: {
2150
+ name: "Composite",
2151
+ className: "CommunicationIdentifierModel",
2152
+ },
2153
+ },
1727
2154
  },
1728
2155
  },
1729
2156
  operationContext: {
@@ -1732,8 +2159,43 @@ export const CancelAddParticipantRequest = {
1732
2159
  name: "String",
1733
2160
  },
1734
2161
  },
1735
- operationCallbackUri: {
1736
- serializedName: "operationCallbackUri",
2162
+ },
2163
+ },
2164
+ };
2165
+ export const UnmuteParticipantsResponse = {
2166
+ type: {
2167
+ name: "Composite",
2168
+ className: "UnmuteParticipantsResponse",
2169
+ modelProperties: {
2170
+ operationContext: {
2171
+ serializedName: "operationContext",
2172
+ type: {
2173
+ name: "String",
2174
+ },
2175
+ },
2176
+ },
2177
+ },
2178
+ };
2179
+ export const CancelAddParticipantRequest = {
2180
+ type: {
2181
+ name: "Composite",
2182
+ className: "CancelAddParticipantRequest",
2183
+ modelProperties: {
2184
+ invitationId: {
2185
+ serializedName: "invitationId",
2186
+ required: true,
2187
+ type: {
2188
+ name: "String",
2189
+ },
2190
+ },
2191
+ operationContext: {
2192
+ serializedName: "operationContext",
2193
+ type: {
2194
+ name: "String",
2195
+ },
2196
+ },
2197
+ operationCallbackUri: {
2198
+ serializedName: "operationCallbackUri",
1737
2199
  type: {
1738
2200
  name: "String",
1739
2201
  },
@@ -1761,6 +2223,78 @@ export const CancelAddParticipantResponse = {
1761
2223
  },
1762
2224
  },
1763
2225
  };
2226
+ export const MoveParticipantsRequest = {
2227
+ type: {
2228
+ name: "Composite",
2229
+ className: "MoveParticipantsRequest",
2230
+ modelProperties: {
2231
+ targetParticipants: {
2232
+ serializedName: "targetParticipants",
2233
+ required: true,
2234
+ type: {
2235
+ name: "Sequence",
2236
+ element: {
2237
+ type: {
2238
+ name: "Composite",
2239
+ className: "CommunicationIdentifierModel",
2240
+ },
2241
+ },
2242
+ },
2243
+ },
2244
+ operationContext: {
2245
+ serializedName: "operationContext",
2246
+ type: {
2247
+ name: "String",
2248
+ },
2249
+ },
2250
+ operationCallbackUri: {
2251
+ serializedName: "operationCallbackUri",
2252
+ type: {
2253
+ name: "String",
2254
+ },
2255
+ },
2256
+ fromCall: {
2257
+ serializedName: "fromCall",
2258
+ required: true,
2259
+ type: {
2260
+ name: "String",
2261
+ },
2262
+ },
2263
+ },
2264
+ },
2265
+ };
2266
+ export const MoveParticipantsResponse = {
2267
+ type: {
2268
+ name: "Composite",
2269
+ className: "MoveParticipantsResponse",
2270
+ modelProperties: {
2271
+ participants: {
2272
+ serializedName: "participants",
2273
+ type: {
2274
+ name: "Sequence",
2275
+ element: {
2276
+ type: {
2277
+ name: "Composite",
2278
+ className: "CallParticipantInternal",
2279
+ },
2280
+ },
2281
+ },
2282
+ },
2283
+ operationContext: {
2284
+ serializedName: "operationContext",
2285
+ type: {
2286
+ name: "String",
2287
+ },
2288
+ },
2289
+ fromCall: {
2290
+ serializedName: "fromCall",
2291
+ type: {
2292
+ name: "String",
2293
+ },
2294
+ },
2295
+ },
2296
+ },
2297
+ };
1764
2298
  export const StartCallRecordingRequest = {
1765
2299
  type: {
1766
2300
  name: "Composite",
@@ -1840,6 +2374,13 @@ export const StartCallRecordingRequest = {
1840
2374
  className: "RecordingStorage",
1841
2375
  },
1842
2376
  },
2377
+ postProcessingOptions: {
2378
+ serializedName: "postProcessingOptions",
2379
+ type: {
2380
+ name: "Composite",
2381
+ className: "PostProcessingOptions",
2382
+ },
2383
+ },
1843
2384
  },
1844
2385
  },
1845
2386
  };
@@ -1889,6 +2430,64 @@ export const RecordingStorage = {
1889
2430
  },
1890
2431
  },
1891
2432
  };
2433
+ export const PostProcessingOptions = {
2434
+ type: {
2435
+ name: "Composite",
2436
+ className: "PostProcessingOptions",
2437
+ modelProperties: {
2438
+ cognitiveServicesEndpoint: {
2439
+ serializedName: "cognitiveServicesEndpoint",
2440
+ type: {
2441
+ name: "String",
2442
+ },
2443
+ },
2444
+ transcription: {
2445
+ serializedName: "transcription",
2446
+ type: {
2447
+ name: "Composite",
2448
+ className: "Transcription",
2449
+ },
2450
+ },
2451
+ summarization: {
2452
+ serializedName: "summarization",
2453
+ type: {
2454
+ name: "Composite",
2455
+ className: "Summarization",
2456
+ },
2457
+ },
2458
+ },
2459
+ },
2460
+ };
2461
+ export const Transcription = {
2462
+ type: {
2463
+ name: "Composite",
2464
+ className: "Transcription",
2465
+ modelProperties: {
2466
+ enableTranscription: {
2467
+ serializedName: "enableTranscription",
2468
+ required: true,
2469
+ type: {
2470
+ name: "Boolean",
2471
+ },
2472
+ },
2473
+ },
2474
+ },
2475
+ };
2476
+ export const Summarization = {
2477
+ type: {
2478
+ name: "Composite",
2479
+ className: "Summarization",
2480
+ modelProperties: {
2481
+ enableSummarization: {
2482
+ serializedName: "enableSummarization",
2483
+ required: true,
2484
+ type: {
2485
+ name: "Boolean",
2486
+ },
2487
+ },
2488
+ },
2489
+ },
2490
+ };
1892
2491
  export const RecordingStateResponse = {
1893
2492
  type: {
1894
2493
  name: "Composite",
@@ -1915,82 +2514,1087 @@ export const RecordingStateResponse = {
1915
2514
  },
1916
2515
  },
1917
2516
  };
1918
- export const AddParticipantFailed = {
2517
+ export const RecordingResultResponse = {
1919
2518
  type: {
1920
2519
  name: "Composite",
1921
- className: "AddParticipantFailed",
2520
+ className: "RecordingResultResponse",
1922
2521
  modelProperties: {
1923
- callConnectionId: {
1924
- serializedName: "callConnectionId",
2522
+ recordingId: {
2523
+ serializedName: "recordingId",
2524
+ readOnly: true,
1925
2525
  type: {
1926
2526
  name: "String",
1927
2527
  },
1928
2528
  },
1929
- serverCallId: {
1930
- serializedName: "serverCallId",
2529
+ recordingStorageInfo: {
2530
+ serializedName: "recordingStorageInfo",
2531
+ type: {
2532
+ name: "Composite",
2533
+ className: "RecordingStorageInfo",
2534
+ },
2535
+ },
2536
+ errors: {
2537
+ serializedName: "errors",
2538
+ readOnly: true,
2539
+ type: {
2540
+ name: "Sequence",
2541
+ element: {
2542
+ type: {
2543
+ name: "Composite",
2544
+ className: "ErrorModel",
2545
+ },
2546
+ },
2547
+ },
2548
+ },
2549
+ recordingStartTime: {
2550
+ serializedName: "recordingStartTime",
2551
+ readOnly: true,
2552
+ type: {
2553
+ name: "DateTime",
2554
+ },
2555
+ },
2556
+ recordingDurationMs: {
2557
+ serializedName: "recordingDurationMs",
2558
+ readOnly: true,
2559
+ type: {
2560
+ name: "Number",
2561
+ },
2562
+ },
2563
+ sessionEndReason: {
2564
+ serializedName: "sessionEndReason",
2565
+ readOnly: true,
1931
2566
  type: {
1932
2567
  name: "String",
1933
2568
  },
1934
2569
  },
1935
- correlationId: {
1936
- serializedName: "correlationId",
2570
+ recordingExpirationTime: {
2571
+ serializedName: "recordingExpirationTime",
2572
+ readOnly: true,
2573
+ type: {
2574
+ name: "DateTime",
2575
+ },
2576
+ },
2577
+ },
2578
+ },
2579
+ };
2580
+ export const RecordingStorageInfo = {
2581
+ type: {
2582
+ name: "Composite",
2583
+ className: "RecordingStorageInfo",
2584
+ modelProperties: {
2585
+ recordingChunks: {
2586
+ serializedName: "recordingChunks",
2587
+ type: {
2588
+ name: "Sequence",
2589
+ element: {
2590
+ type: {
2591
+ name: "Composite",
2592
+ className: "RecordingChunkStorageInfo",
2593
+ },
2594
+ },
2595
+ },
2596
+ },
2597
+ },
2598
+ },
2599
+ };
2600
+ export const RecordingChunkStorageInfo = {
2601
+ type: {
2602
+ name: "Composite",
2603
+ className: "RecordingChunkStorageInfo",
2604
+ modelProperties: {
2605
+ documentId: {
2606
+ serializedName: "documentId",
1937
2607
  type: {
1938
2608
  name: "String",
1939
2609
  },
1940
2610
  },
1941
- operationContext: {
1942
- serializedName: "operationContext",
2611
+ index: {
2612
+ serializedName: "index",
2613
+ type: {
2614
+ name: "Number",
2615
+ },
2616
+ },
2617
+ endReason: {
2618
+ serializedName: "endReason",
1943
2619
  type: {
1944
2620
  name: "String",
1945
2621
  },
1946
2622
  },
1947
- resultInformation: {
1948
- serializedName: "resultInformation",
2623
+ contentLocation: {
2624
+ serializedName: "contentLocation",
1949
2625
  type: {
1950
- name: "Composite",
1951
- className: "ResultInformation",
2626
+ name: "String",
1952
2627
  },
1953
2628
  },
1954
- participant: {
1955
- serializedName: "participant",
2629
+ metadataLocation: {
2630
+ serializedName: "metadataLocation",
1956
2631
  type: {
1957
- name: "Composite",
1958
- className: "CommunicationIdentifierModel",
2632
+ name: "String",
2633
+ },
2634
+ },
2635
+ deleteLocation: {
2636
+ serializedName: "deleteLocation",
2637
+ type: {
2638
+ name: "String",
1959
2639
  },
1960
2640
  },
1961
2641
  },
1962
2642
  },
1963
2643
  };
1964
- export const ResultInformation = {
2644
+ export const ErrorModel = {
1965
2645
  type: {
1966
2646
  name: "Composite",
1967
- className: "ResultInformation",
2647
+ className: "ErrorModel",
1968
2648
  modelProperties: {
1969
2649
  code: {
1970
2650
  serializedName: "code",
1971
2651
  type: {
1972
- name: "Number",
2652
+ name: "String",
1973
2653
  },
1974
2654
  },
1975
- subCode: {
1976
- serializedName: "subCode",
2655
+ message: {
2656
+ serializedName: "message",
2657
+ type: {
2658
+ name: "String",
2659
+ },
2660
+ },
2661
+ innerError: {
2662
+ serializedName: "innerError",
2663
+ type: {
2664
+ name: "Composite",
2665
+ className: "ErrorModel",
2666
+ },
2667
+ },
2668
+ },
2669
+ },
2670
+ };
2671
+ export const DtmfResult = {
2672
+ type: {
2673
+ name: "Composite",
2674
+ className: "DtmfResult",
2675
+ modelProperties: {
2676
+ tones: {
2677
+ serializedName: "tones",
2678
+ readOnly: true,
2679
+ type: {
2680
+ name: "Sequence",
2681
+ element: {
2682
+ type: {
2683
+ name: "String",
2684
+ },
2685
+ },
2686
+ },
2687
+ },
2688
+ },
2689
+ },
2690
+ };
2691
+ export const ChoiceResult = {
2692
+ type: {
2693
+ name: "Composite",
2694
+ className: "ChoiceResult",
2695
+ modelProperties: {
2696
+ label: {
2697
+ serializedName: "label",
2698
+ type: {
2699
+ name: "String",
2700
+ },
2701
+ },
2702
+ recognizedPhrase: {
2703
+ serializedName: "recognizedPhrase",
2704
+ type: {
2705
+ name: "String",
2706
+ },
2707
+ },
2708
+ },
2709
+ },
2710
+ };
2711
+ export const SpeechResult = {
2712
+ type: {
2713
+ name: "Composite",
2714
+ className: "SpeechResult",
2715
+ modelProperties: {
2716
+ speech: {
2717
+ serializedName: "speech",
2718
+ type: {
2719
+ name: "String",
2720
+ },
2721
+ },
2722
+ confidence: {
2723
+ serializedName: "confidence",
2724
+ type: {
2725
+ name: "Number",
2726
+ },
2727
+ },
2728
+ },
2729
+ },
2730
+ };
2731
+ export const DialogCompleted = {
2732
+ type: {
2733
+ name: "Composite",
2734
+ className: "DialogCompleted",
2735
+ modelProperties: {
2736
+ dialogInputType: {
2737
+ serializedName: "dialogInputType",
2738
+ type: {
2739
+ name: "String",
2740
+ },
2741
+ },
2742
+ dialogId: {
2743
+ serializedName: "dialogId",
2744
+ readOnly: true,
2745
+ type: {
2746
+ name: "String",
2747
+ },
2748
+ },
2749
+ callConnectionId: {
2750
+ serializedName: "callConnectionId",
2751
+ type: {
2752
+ name: "String",
2753
+ },
2754
+ },
2755
+ serverCallId: {
2756
+ serializedName: "serverCallId",
2757
+ type: {
2758
+ name: "String",
2759
+ },
2760
+ },
2761
+ correlationId: {
2762
+ serializedName: "correlationId",
2763
+ type: {
2764
+ name: "String",
2765
+ },
2766
+ },
2767
+ operationContext: {
2768
+ serializedName: "operationContext",
2769
+ type: {
2770
+ name: "String",
2771
+ },
2772
+ },
2773
+ resultInformation: {
2774
+ serializedName: "resultInformation",
2775
+ type: {
2776
+ name: "Composite",
2777
+ className: "RestResultInformation",
2778
+ },
2779
+ },
2780
+ },
2781
+ },
2782
+ };
2783
+ export const RestResultInformation = {
2784
+ type: {
2785
+ name: "Composite",
2786
+ className: "RestResultInformation",
2787
+ modelProperties: {
2788
+ code: {
2789
+ serializedName: "code",
2790
+ type: {
2791
+ name: "Number",
2792
+ },
2793
+ },
2794
+ subCode: {
2795
+ serializedName: "subCode",
2796
+ type: {
2797
+ name: "Number",
2798
+ },
2799
+ },
2800
+ message: {
2801
+ serializedName: "message",
2802
+ type: {
2803
+ name: "String",
2804
+ },
2805
+ },
2806
+ },
2807
+ },
2808
+ };
2809
+ export const DialogFailed = {
2810
+ type: {
2811
+ name: "Composite",
2812
+ className: "DialogFailed",
2813
+ modelProperties: {
2814
+ dialogInputType: {
2815
+ serializedName: "dialogInputType",
2816
+ type: {
2817
+ name: "String",
2818
+ },
2819
+ },
2820
+ dialogId: {
2821
+ serializedName: "dialogId",
2822
+ readOnly: true,
2823
+ type: {
2824
+ name: "String",
2825
+ },
2826
+ },
2827
+ callConnectionId: {
2828
+ serializedName: "callConnectionId",
2829
+ type: {
2830
+ name: "String",
2831
+ },
2832
+ },
2833
+ serverCallId: {
2834
+ serializedName: "serverCallId",
2835
+ type: {
2836
+ name: "String",
2837
+ },
2838
+ },
2839
+ correlationId: {
2840
+ serializedName: "correlationId",
2841
+ type: {
2842
+ name: "String",
2843
+ },
2844
+ },
2845
+ operationContext: {
2846
+ serializedName: "operationContext",
2847
+ type: {
2848
+ name: "String",
2849
+ },
2850
+ },
2851
+ resultInformation: {
2852
+ serializedName: "resultInformation",
2853
+ type: {
2854
+ name: "Composite",
2855
+ className: "RestResultInformation",
2856
+ },
2857
+ },
2858
+ },
2859
+ },
2860
+ };
2861
+ export const DialogConsent = {
2862
+ type: {
2863
+ name: "Composite",
2864
+ className: "DialogConsent",
2865
+ modelProperties: {
2866
+ dialogInputType: {
2867
+ serializedName: "dialogInputType",
2868
+ type: {
2869
+ name: "String",
2870
+ },
2871
+ },
2872
+ userConsent: {
2873
+ serializedName: "userConsent",
2874
+ type: {
2875
+ name: "Composite",
2876
+ className: "UserConsent",
2877
+ },
2878
+ },
2879
+ dialogId: {
2880
+ serializedName: "dialogId",
2881
+ readOnly: true,
2882
+ type: {
2883
+ name: "String",
2884
+ },
2885
+ },
2886
+ callConnectionId: {
2887
+ serializedName: "callConnectionId",
2888
+ type: {
2889
+ name: "String",
2890
+ },
2891
+ },
2892
+ serverCallId: {
2893
+ serializedName: "serverCallId",
2894
+ type: {
2895
+ name: "String",
2896
+ },
2897
+ },
2898
+ correlationId: {
2899
+ serializedName: "correlationId",
2900
+ type: {
2901
+ name: "String",
2902
+ },
2903
+ },
2904
+ operationContext: {
2905
+ serializedName: "operationContext",
2906
+ type: {
2907
+ name: "String",
2908
+ },
2909
+ },
2910
+ resultInformation: {
2911
+ serializedName: "resultInformation",
2912
+ type: {
2913
+ name: "Composite",
2914
+ className: "RestResultInformation",
2915
+ },
2916
+ },
2917
+ },
2918
+ },
2919
+ };
2920
+ export const UserConsent = {
2921
+ type: {
2922
+ name: "Composite",
2923
+ className: "UserConsent",
2924
+ modelProperties: {
2925
+ recording: {
2926
+ serializedName: "recording",
2927
+ type: {
2928
+ name: "Number",
2929
+ },
2930
+ },
2931
+ },
2932
+ },
2933
+ };
2934
+ export const DialogStarted = {
2935
+ type: {
2936
+ name: "Composite",
2937
+ className: "DialogStarted",
2938
+ modelProperties: {
2939
+ dialogInputType: {
2940
+ serializedName: "dialogInputType",
2941
+ type: {
2942
+ name: "String",
2943
+ },
2944
+ },
2945
+ dialogId: {
2946
+ serializedName: "dialogId",
2947
+ readOnly: true,
2948
+ type: {
2949
+ name: "String",
2950
+ },
2951
+ },
2952
+ callConnectionId: {
2953
+ serializedName: "callConnectionId",
2954
+ type: {
2955
+ name: "String",
2956
+ },
2957
+ },
2958
+ serverCallId: {
2959
+ serializedName: "serverCallId",
2960
+ type: {
2961
+ name: "String",
2962
+ },
2963
+ },
2964
+ correlationId: {
2965
+ serializedName: "correlationId",
2966
+ type: {
2967
+ name: "String",
2968
+ },
2969
+ },
2970
+ operationContext: {
2971
+ serializedName: "operationContext",
2972
+ type: {
2973
+ name: "String",
2974
+ },
2975
+ },
2976
+ resultInformation: {
2977
+ serializedName: "resultInformation",
2978
+ type: {
2979
+ name: "Composite",
2980
+ className: "RestResultInformation",
2981
+ },
2982
+ },
2983
+ },
2984
+ },
2985
+ };
2986
+ export const DialogHangup = {
2987
+ type: {
2988
+ name: "Composite",
2989
+ className: "DialogHangup",
2990
+ modelProperties: {
2991
+ dialogInputType: {
2992
+ serializedName: "dialogInputType",
2993
+ type: {
2994
+ name: "String",
2995
+ },
2996
+ },
2997
+ dialogId: {
2998
+ serializedName: "dialogId",
2999
+ readOnly: true,
3000
+ type: {
3001
+ name: "String",
3002
+ },
3003
+ },
3004
+ ivrContext: {
3005
+ serializedName: "ivrContext",
3006
+ readOnly: true,
3007
+ type: {
3008
+ name: "Dictionary",
3009
+ value: { type: { name: "any" } },
3010
+ },
3011
+ },
3012
+ callConnectionId: {
3013
+ serializedName: "callConnectionId",
3014
+ type: {
3015
+ name: "String",
3016
+ },
3017
+ },
3018
+ serverCallId: {
3019
+ serializedName: "serverCallId",
3020
+ type: {
3021
+ name: "String",
3022
+ },
3023
+ },
3024
+ correlationId: {
3025
+ serializedName: "correlationId",
3026
+ type: {
3027
+ name: "String",
3028
+ },
3029
+ },
3030
+ operationContext: {
3031
+ serializedName: "operationContext",
3032
+ type: {
3033
+ name: "String",
3034
+ },
3035
+ },
3036
+ resultInformation: {
3037
+ serializedName: "resultInformation",
3038
+ type: {
3039
+ name: "Composite",
3040
+ className: "RestResultInformation",
3041
+ },
3042
+ },
3043
+ },
3044
+ },
3045
+ };
3046
+ export const DialogTransfer = {
3047
+ type: {
3048
+ name: "Composite",
3049
+ className: "DialogTransfer",
3050
+ modelProperties: {
3051
+ dialogInputType: {
3052
+ serializedName: "dialogInputType",
3053
+ type: {
3054
+ name: "String",
3055
+ },
3056
+ },
3057
+ dialogId: {
3058
+ serializedName: "dialogId",
3059
+ readOnly: true,
3060
+ type: {
3061
+ name: "String",
3062
+ },
3063
+ },
3064
+ transferType: {
3065
+ serializedName: "transferType",
3066
+ readOnly: true,
3067
+ type: {
3068
+ name: "String",
3069
+ },
3070
+ },
3071
+ transferDestination: {
3072
+ serializedName: "transferDestination",
3073
+ readOnly: true,
3074
+ type: {
3075
+ name: "String",
3076
+ },
3077
+ },
3078
+ ivrContext: {
3079
+ serializedName: "ivrContext",
3080
+ readOnly: true,
3081
+ type: {
3082
+ name: "Dictionary",
3083
+ value: { type: { name: "any" } },
3084
+ },
3085
+ },
3086
+ callConnectionId: {
3087
+ serializedName: "callConnectionId",
3088
+ type: {
3089
+ name: "String",
3090
+ },
3091
+ },
3092
+ serverCallId: {
3093
+ serializedName: "serverCallId",
3094
+ type: {
3095
+ name: "String",
3096
+ },
3097
+ },
3098
+ correlationId: {
3099
+ serializedName: "correlationId",
3100
+ type: {
3101
+ name: "String",
3102
+ },
3103
+ },
3104
+ operationContext: {
3105
+ serializedName: "operationContext",
3106
+ type: {
3107
+ name: "String",
3108
+ },
3109
+ },
3110
+ resultInformation: {
3111
+ serializedName: "resultInformation",
3112
+ type: {
3113
+ name: "Composite",
3114
+ className: "RestResultInformation",
3115
+ },
3116
+ },
3117
+ },
3118
+ },
3119
+ };
3120
+ export const DialogLanguageChange = {
3121
+ type: {
3122
+ name: "Composite",
3123
+ className: "DialogLanguageChange",
3124
+ modelProperties: {
3125
+ dialogInputType: {
3126
+ serializedName: "dialogInputType",
3127
+ type: {
3128
+ name: "String",
3129
+ },
3130
+ },
3131
+ dialogId: {
3132
+ serializedName: "dialogId",
3133
+ readOnly: true,
3134
+ type: {
3135
+ name: "String",
3136
+ },
3137
+ },
3138
+ selectedLanguage: {
3139
+ serializedName: "selectedLanguage",
3140
+ readOnly: true,
3141
+ type: {
3142
+ name: "String",
3143
+ },
3144
+ },
3145
+ ivrContext: {
3146
+ serializedName: "ivrContext",
3147
+ readOnly: true,
3148
+ type: {
3149
+ name: "Dictionary",
3150
+ value: { type: { name: "any" } },
3151
+ },
3152
+ },
3153
+ callConnectionId: {
3154
+ serializedName: "callConnectionId",
3155
+ type: {
3156
+ name: "String",
3157
+ },
3158
+ },
3159
+ serverCallId: {
3160
+ serializedName: "serverCallId",
3161
+ type: {
3162
+ name: "String",
3163
+ },
3164
+ },
3165
+ correlationId: {
3166
+ serializedName: "correlationId",
3167
+ type: {
3168
+ name: "String",
3169
+ },
3170
+ },
3171
+ operationContext: {
3172
+ serializedName: "operationContext",
3173
+ type: {
3174
+ name: "String",
3175
+ },
3176
+ },
3177
+ resultInformation: {
3178
+ serializedName: "resultInformation",
3179
+ type: {
3180
+ name: "Composite",
3181
+ className: "RestResultInformation",
3182
+ },
3183
+ },
3184
+ },
3185
+ },
3186
+ };
3187
+ export const DialogSensitivityUpdate = {
3188
+ type: {
3189
+ name: "Composite",
3190
+ className: "DialogSensitivityUpdate",
3191
+ modelProperties: {
3192
+ dialogInputType: {
3193
+ serializedName: "dialogInputType",
3194
+ type: {
3195
+ name: "String",
3196
+ },
3197
+ },
3198
+ dialogId: {
3199
+ serializedName: "dialogId",
3200
+ readOnly: true,
3201
+ type: {
3202
+ name: "String",
3203
+ },
3204
+ },
3205
+ sensitiveMask: {
3206
+ serializedName: "sensitiveMask",
3207
+ readOnly: true,
3208
+ type: {
3209
+ name: "Boolean",
3210
+ },
3211
+ },
3212
+ callConnectionId: {
3213
+ serializedName: "callConnectionId",
3214
+ type: {
3215
+ name: "String",
3216
+ },
3217
+ },
3218
+ serverCallId: {
3219
+ serializedName: "serverCallId",
3220
+ type: {
3221
+ name: "String",
3222
+ },
3223
+ },
3224
+ correlationId: {
3225
+ serializedName: "correlationId",
3226
+ type: {
3227
+ name: "String",
3228
+ },
3229
+ },
3230
+ operationContext: {
3231
+ serializedName: "operationContext",
3232
+ type: {
3233
+ name: "String",
3234
+ },
3235
+ },
3236
+ resultInformation: {
3237
+ serializedName: "resultInformation",
3238
+ type: {
3239
+ name: "Composite",
3240
+ className: "RestResultInformation",
3241
+ },
3242
+ },
3243
+ },
3244
+ },
3245
+ };
3246
+ export const DialogUpdated = {
3247
+ type: {
3248
+ name: "Composite",
3249
+ className: "DialogUpdated",
3250
+ modelProperties: {
3251
+ dialogInputType: {
3252
+ serializedName: "dialogInputType",
3253
+ type: {
3254
+ name: "String",
3255
+ },
3256
+ },
3257
+ dialogId: {
3258
+ serializedName: "dialogId",
3259
+ readOnly: true,
3260
+ type: {
3261
+ name: "String",
3262
+ },
3263
+ },
3264
+ ivrContext: {
3265
+ serializedName: "ivrContext",
3266
+ readOnly: true,
3267
+ type: {
3268
+ name: "Dictionary",
3269
+ value: { type: { name: "any" } },
3270
+ },
3271
+ },
3272
+ callConnectionId: {
3273
+ serializedName: "callConnectionId",
3274
+ type: {
3275
+ name: "String",
3276
+ },
3277
+ },
3278
+ serverCallId: {
3279
+ serializedName: "serverCallId",
3280
+ type: {
3281
+ name: "String",
3282
+ },
3283
+ },
3284
+ correlationId: {
3285
+ serializedName: "correlationId",
3286
+ type: {
3287
+ name: "String",
3288
+ },
3289
+ },
3290
+ operationContext: {
3291
+ serializedName: "operationContext",
3292
+ type: {
3293
+ name: "String",
3294
+ },
3295
+ },
3296
+ resultInformation: {
3297
+ serializedName: "resultInformation",
3298
+ type: {
3299
+ name: "Composite",
3300
+ className: "RestResultInformation",
3301
+ },
3302
+ },
3303
+ },
3304
+ },
3305
+ };
3306
+ export const TranscriptionUpdate = {
3307
+ type: {
3308
+ name: "Composite",
3309
+ className: "TranscriptionUpdate",
3310
+ modelProperties: {
3311
+ transcriptionStatus: {
3312
+ serializedName: "transcriptionStatus",
3313
+ type: {
3314
+ name: "String",
3315
+ },
3316
+ },
3317
+ transcriptionStatusDetails: {
3318
+ serializedName: "transcriptionStatusDetails",
3319
+ type: {
3320
+ name: "String",
3321
+ },
3322
+ },
3323
+ },
3324
+ },
3325
+ };
3326
+ export const MediaStreamingUpdate = {
3327
+ type: {
3328
+ name: "Composite",
3329
+ className: "MediaStreamingUpdate",
3330
+ modelProperties: {
3331
+ contentType: {
3332
+ serializedName: "contentType",
3333
+ type: {
3334
+ name: "String",
3335
+ },
3336
+ },
3337
+ mediaStreamingStatus: {
3338
+ serializedName: "mediaStreamingStatus",
3339
+ type: {
3340
+ name: "String",
3341
+ },
3342
+ },
3343
+ mediaStreamingStatusDetails: {
3344
+ serializedName: "mediaStreamingStatusDetails",
3345
+ type: {
3346
+ name: "String",
3347
+ },
3348
+ },
3349
+ },
3350
+ },
3351
+ };
3352
+ export const RestAddParticipantSucceeded = {
3353
+ type: {
3354
+ name: "Composite",
3355
+ className: "RestAddParticipantSucceeded",
3356
+ modelProperties: {
3357
+ callConnectionId: {
3358
+ serializedName: "callConnectionId",
3359
+ type: {
3360
+ name: "String",
3361
+ },
3362
+ },
3363
+ serverCallId: {
3364
+ serializedName: "serverCallId",
3365
+ type: {
3366
+ name: "String",
3367
+ },
3368
+ },
3369
+ correlationId: {
3370
+ serializedName: "correlationId",
3371
+ type: {
3372
+ name: "String",
3373
+ },
3374
+ },
3375
+ operationContext: {
3376
+ serializedName: "operationContext",
3377
+ type: {
3378
+ name: "String",
3379
+ },
3380
+ },
3381
+ resultInformation: {
3382
+ serializedName: "resultInformation",
3383
+ type: {
3384
+ name: "Composite",
3385
+ className: "RestResultInformation",
3386
+ },
3387
+ },
3388
+ participant: {
3389
+ serializedName: "participant",
3390
+ type: {
3391
+ name: "Composite",
3392
+ className: "CommunicationIdentifierModel",
3393
+ },
3394
+ },
3395
+ },
3396
+ },
3397
+ };
3398
+ export const RestAddParticipantFailed = {
3399
+ type: {
3400
+ name: "Composite",
3401
+ className: "RestAddParticipantFailed",
3402
+ modelProperties: {
3403
+ callConnectionId: {
3404
+ serializedName: "callConnectionId",
3405
+ type: {
3406
+ name: "String",
3407
+ },
3408
+ },
3409
+ serverCallId: {
3410
+ serializedName: "serverCallId",
3411
+ type: {
3412
+ name: "String",
3413
+ },
3414
+ },
3415
+ correlationId: {
3416
+ serializedName: "correlationId",
3417
+ type: {
3418
+ name: "String",
3419
+ },
3420
+ },
3421
+ operationContext: {
3422
+ serializedName: "operationContext",
3423
+ type: {
3424
+ name: "String",
3425
+ },
3426
+ },
3427
+ resultInformation: {
3428
+ serializedName: "resultInformation",
3429
+ type: {
3430
+ name: "Composite",
3431
+ className: "RestResultInformation",
3432
+ },
3433
+ },
3434
+ participant: {
3435
+ serializedName: "participant",
3436
+ type: {
3437
+ name: "Composite",
3438
+ className: "CommunicationIdentifierModel",
3439
+ },
3440
+ },
3441
+ },
3442
+ },
3443
+ };
3444
+ export const RestMoveParticipantSucceeded = {
3445
+ type: {
3446
+ name: "Composite",
3447
+ className: "RestMoveParticipantSucceeded",
3448
+ modelProperties: {
3449
+ fromCall: {
3450
+ serializedName: "fromCall",
3451
+ type: {
3452
+ name: "String",
3453
+ },
3454
+ },
3455
+ callConnectionId: {
3456
+ serializedName: "callConnectionId",
3457
+ type: {
3458
+ name: "String",
3459
+ },
3460
+ },
3461
+ serverCallId: {
3462
+ serializedName: "serverCallId",
3463
+ type: {
3464
+ name: "String",
3465
+ },
3466
+ },
3467
+ correlationId: {
3468
+ serializedName: "correlationId",
3469
+ type: {
3470
+ name: "String",
3471
+ },
3472
+ },
3473
+ operationContext: {
3474
+ serializedName: "operationContext",
3475
+ type: {
3476
+ name: "String",
3477
+ },
3478
+ },
3479
+ resultInformation: {
3480
+ serializedName: "resultInformation",
3481
+ type: {
3482
+ name: "Composite",
3483
+ className: "RestResultInformation",
3484
+ },
3485
+ },
3486
+ participant: {
3487
+ serializedName: "participant",
3488
+ type: {
3489
+ name: "Composite",
3490
+ className: "CommunicationIdentifierModel",
3491
+ },
3492
+ },
3493
+ },
3494
+ },
3495
+ };
3496
+ export const RestMoveParticipantFailed = {
3497
+ type: {
3498
+ name: "Composite",
3499
+ className: "RestMoveParticipantFailed",
3500
+ modelProperties: {
3501
+ fromCall: {
3502
+ serializedName: "fromCall",
3503
+ type: {
3504
+ name: "String",
3505
+ },
3506
+ },
3507
+ callConnectionId: {
3508
+ serializedName: "callConnectionId",
3509
+ type: {
3510
+ name: "String",
3511
+ },
3512
+ },
3513
+ serverCallId: {
3514
+ serializedName: "serverCallId",
3515
+ type: {
3516
+ name: "String",
3517
+ },
3518
+ },
3519
+ correlationId: {
3520
+ serializedName: "correlationId",
3521
+ type: {
3522
+ name: "String",
3523
+ },
3524
+ },
3525
+ operationContext: {
3526
+ serializedName: "operationContext",
3527
+ type: {
3528
+ name: "String",
3529
+ },
3530
+ },
3531
+ resultInformation: {
3532
+ serializedName: "resultInformation",
3533
+ type: {
3534
+ name: "Composite",
3535
+ className: "RestResultInformation",
3536
+ },
3537
+ },
3538
+ participant: {
3539
+ serializedName: "participant",
3540
+ type: {
3541
+ name: "Composite",
3542
+ className: "CommunicationIdentifierModel",
3543
+ },
3544
+ },
3545
+ },
3546
+ },
3547
+ };
3548
+ export const RestRemoveParticipantSucceeded = {
3549
+ type: {
3550
+ name: "Composite",
3551
+ className: "RestRemoveParticipantSucceeded",
3552
+ modelProperties: {
3553
+ callConnectionId: {
3554
+ serializedName: "callConnectionId",
3555
+ type: {
3556
+ name: "String",
3557
+ },
3558
+ },
3559
+ serverCallId: {
3560
+ serializedName: "serverCallId",
3561
+ type: {
3562
+ name: "String",
3563
+ },
3564
+ },
3565
+ correlationId: {
3566
+ serializedName: "correlationId",
3567
+ type: {
3568
+ name: "String",
3569
+ },
3570
+ },
3571
+ operationContext: {
3572
+ serializedName: "operationContext",
3573
+ type: {
3574
+ name: "String",
3575
+ },
3576
+ },
3577
+ resultInformation: {
3578
+ serializedName: "resultInformation",
1977
3579
  type: {
1978
- name: "Number",
3580
+ name: "Composite",
3581
+ className: "RestResultInformation",
1979
3582
  },
1980
3583
  },
1981
- message: {
1982
- serializedName: "message",
3584
+ participant: {
3585
+ serializedName: "participant",
1983
3586
  type: {
1984
- name: "String",
3587
+ name: "Composite",
3588
+ className: "CommunicationIdentifierModel",
1985
3589
  },
1986
3590
  },
1987
3591
  },
1988
3592
  },
1989
3593
  };
1990
- export const AddParticipantSucceeded = {
3594
+ export const RestRemoveParticipantFailed = {
1991
3595
  type: {
1992
3596
  name: "Composite",
1993
- className: "AddParticipantSucceeded",
3597
+ className: "RestRemoveParticipantFailed",
1994
3598
  modelProperties: {
1995
3599
  callConnectionId: {
1996
3600
  serializedName: "callConnectionId",
@@ -2020,7 +3624,7 @@ export const AddParticipantSucceeded = {
2020
3624
  serializedName: "resultInformation",
2021
3625
  type: {
2022
3626
  name: "Composite",
2023
- className: "ResultInformation",
3627
+ className: "RestResultInformation",
2024
3628
  },
2025
3629
  },
2026
3630
  participant: {
@@ -2033,10 +3637,10 @@ export const AddParticipantSucceeded = {
2033
3637
  },
2034
3638
  },
2035
3639
  };
2036
- export const CallConnected = {
3640
+ export const RestCallConnected = {
2037
3641
  type: {
2038
3642
  name: "Composite",
2039
- className: "CallConnected",
3643
+ className: "RestCallConnected",
2040
3644
  modelProperties: {
2041
3645
  callConnectionId: {
2042
3646
  serializedName: "callConnectionId",
@@ -2066,16 +3670,16 @@ export const CallConnected = {
2066
3670
  serializedName: "resultInformation",
2067
3671
  type: {
2068
3672
  name: "Composite",
2069
- className: "ResultInformation",
3673
+ className: "RestResultInformation",
2070
3674
  },
2071
3675
  },
2072
3676
  },
2073
3677
  },
2074
3678
  };
2075
- export const CallDisconnected = {
3679
+ export const RestCallDisconnected = {
2076
3680
  type: {
2077
3681
  name: "Composite",
2078
- className: "CallDisconnected",
3682
+ className: "RestCallDisconnected",
2079
3683
  modelProperties: {
2080
3684
  callConnectionId: {
2081
3685
  serializedName: "callConnectionId",
@@ -2105,16 +3709,16 @@ export const CallDisconnected = {
2105
3709
  serializedName: "resultInformation",
2106
3710
  type: {
2107
3711
  name: "Composite",
2108
- className: "ResultInformation",
3712
+ className: "RestResultInformation",
2109
3713
  },
2110
3714
  },
2111
3715
  },
2112
3716
  },
2113
3717
  };
2114
- export const CallTransferAccepted = {
3718
+ export const RestCallTransferAccepted = {
2115
3719
  type: {
2116
3720
  name: "Composite",
2117
- className: "CallTransferAccepted",
3721
+ className: "RestCallTransferAccepted",
2118
3722
  modelProperties: {
2119
3723
  callConnectionId: {
2120
3724
  serializedName: "callConnectionId",
@@ -2144,7 +3748,7 @@ export const CallTransferAccepted = {
2144
3748
  serializedName: "resultInformation",
2145
3749
  type: {
2146
3750
  name: "Composite",
2147
- className: "ResultInformation",
3751
+ className: "RestResultInformation",
2148
3752
  },
2149
3753
  },
2150
3754
  transferTarget: {
@@ -2164,10 +3768,10 @@ export const CallTransferAccepted = {
2164
3768
  },
2165
3769
  },
2166
3770
  };
2167
- export const CallTransferFailed = {
3771
+ export const RestCallTransferFailed = {
2168
3772
  type: {
2169
3773
  name: "Composite",
2170
- className: "CallTransferFailed",
3774
+ className: "RestCallTransferFailed",
2171
3775
  modelProperties: {
2172
3776
  callConnectionId: {
2173
3777
  serializedName: "callConnectionId",
@@ -2197,16 +3801,16 @@ export const CallTransferFailed = {
2197
3801
  serializedName: "resultInformation",
2198
3802
  type: {
2199
3803
  name: "Composite",
2200
- className: "ResultInformation",
3804
+ className: "RestResultInformation",
2201
3805
  },
2202
3806
  },
2203
3807
  },
2204
3808
  },
2205
3809
  };
2206
- export const ParticipantsUpdated = {
3810
+ export const RestRecordingStateChanged = {
2207
3811
  type: {
2208
3812
  name: "Composite",
2209
- className: "ParticipantsUpdated",
3813
+ className: "RestRecordingStateChanged",
2210
3814
  modelProperties: {
2211
3815
  callConnectionId: {
2212
3816
  serializedName: "callConnectionId",
@@ -2226,38 +3830,46 @@ export const ParticipantsUpdated = {
2226
3830
  name: "String",
2227
3831
  },
2228
3832
  },
2229
- sequenceNumber: {
2230
- serializedName: "sequenceNumber",
3833
+ recordingId: {
3834
+ serializedName: "recordingId",
3835
+ readOnly: true,
2231
3836
  type: {
2232
- name: "Number",
3837
+ name: "String",
2233
3838
  },
2234
3839
  },
2235
- participants: {
2236
- serializedName: "participants",
3840
+ state: {
3841
+ serializedName: "state",
2237
3842
  type: {
2238
- name: "Sequence",
2239
- element: {
2240
- type: {
2241
- name: "Composite",
2242
- className: "CallParticipantInternal",
2243
- },
2244
- },
3843
+ name: "String",
3844
+ },
3845
+ },
3846
+ startDateTime: {
3847
+ serializedName: "startDateTime",
3848
+ readOnly: true,
3849
+ type: {
3850
+ name: "DateTime",
3851
+ },
3852
+ },
3853
+ recordingKind: {
3854
+ serializedName: "recordingKind",
3855
+ type: {
3856
+ name: "String",
2245
3857
  },
2246
3858
  },
2247
3859
  resultInformation: {
2248
3860
  serializedName: "resultInformation",
2249
3861
  type: {
2250
3862
  name: "Composite",
2251
- className: "ResultInformation",
3863
+ className: "RestResultInformation",
2252
3864
  },
2253
3865
  },
2254
3866
  },
2255
3867
  },
2256
3868
  };
2257
- export const RemoveParticipantSucceeded = {
3869
+ export const RestParticipantsUpdated = {
2258
3870
  type: {
2259
3871
  name: "Composite",
2260
- className: "RemoveParticipantSucceeded",
3872
+ className: "RestParticipantsUpdated",
2261
3873
  modelProperties: {
2262
3874
  callConnectionId: {
2263
3875
  serializedName: "callConnectionId",
@@ -2277,33 +3889,38 @@ export const RemoveParticipantSucceeded = {
2277
3889
  name: "String",
2278
3890
  },
2279
3891
  },
2280
- operationContext: {
2281
- serializedName: "operationContext",
3892
+ sequenceNumber: {
3893
+ serializedName: "sequenceNumber",
2282
3894
  type: {
2283
- name: "String",
3895
+ name: "Number",
2284
3896
  },
2285
3897
  },
2286
- resultInformation: {
2287
- serializedName: "resultInformation",
3898
+ participants: {
3899
+ serializedName: "participants",
2288
3900
  type: {
2289
- name: "Composite",
2290
- className: "ResultInformation",
3901
+ name: "Sequence",
3902
+ element: {
3903
+ type: {
3904
+ name: "Composite",
3905
+ className: "CallParticipantInternal",
3906
+ },
3907
+ },
2291
3908
  },
2292
3909
  },
2293
- participant: {
2294
- serializedName: "participant",
3910
+ resultInformation: {
3911
+ serializedName: "resultInformation",
2295
3912
  type: {
2296
3913
  name: "Composite",
2297
- className: "CommunicationIdentifierModel",
3914
+ className: "RestResultInformation",
2298
3915
  },
2299
3916
  },
2300
3917
  },
2301
3918
  },
2302
3919
  };
2303
- export const RemoveParticipantFailed = {
3920
+ export const RestPlayCompleted = {
2304
3921
  type: {
2305
3922
  name: "Composite",
2306
- className: "RemoveParticipantFailed",
3923
+ className: "RestPlayCompleted",
2307
3924
  modelProperties: {
2308
3925
  callConnectionId: {
2309
3926
  serializedName: "callConnectionId",
@@ -2333,23 +3950,16 @@ export const RemoveParticipantFailed = {
2333
3950
  serializedName: "resultInformation",
2334
3951
  type: {
2335
3952
  name: "Composite",
2336
- className: "ResultInformation",
2337
- },
2338
- },
2339
- participant: {
2340
- serializedName: "participant",
2341
- type: {
2342
- name: "Composite",
2343
- className: "CommunicationIdentifierModel",
3953
+ className: "RestResultInformation",
2344
3954
  },
2345
3955
  },
2346
3956
  },
2347
3957
  },
2348
3958
  };
2349
- export const CancelAddParticipantSucceeded = {
3959
+ export const RestPlayFailed = {
2350
3960
  type: {
2351
3961
  name: "Composite",
2352
- className: "CancelAddParticipantSucceeded",
3962
+ className: "RestPlayFailed",
2353
3963
  modelProperties: {
2354
3964
  callConnectionId: {
2355
3965
  serializedName: "callConnectionId",
@@ -2375,26 +3985,26 @@ export const CancelAddParticipantSucceeded = {
2375
3985
  name: "String",
2376
3986
  },
2377
3987
  },
2378
- invitationId: {
2379
- serializedName: "invitationId",
2380
- type: {
2381
- name: "String",
2382
- },
2383
- },
2384
3988
  resultInformation: {
2385
3989
  serializedName: "resultInformation",
2386
3990
  type: {
2387
3991
  name: "Composite",
2388
- className: "ResultInformation",
3992
+ className: "RestResultInformation",
3993
+ },
3994
+ },
3995
+ failedPlaySourceIndex: {
3996
+ serializedName: "failedPlaySourceIndex",
3997
+ type: {
3998
+ name: "Number",
2389
3999
  },
2390
4000
  },
2391
4001
  },
2392
4002
  },
2393
4003
  };
2394
- export const CancelAddParticipantFailed = {
4004
+ export const RestPlayCanceled = {
2395
4005
  type: {
2396
4006
  name: "Composite",
2397
- className: "CancelAddParticipantFailed",
4007
+ className: "RestPlayCanceled",
2398
4008
  modelProperties: {
2399
4009
  callConnectionId: {
2400
4010
  serializedName: "callConnectionId",
@@ -2424,22 +4034,16 @@ export const CancelAddParticipantFailed = {
2424
4034
  serializedName: "resultInformation",
2425
4035
  type: {
2426
4036
  name: "Composite",
2427
- className: "ResultInformation",
2428
- },
2429
- },
2430
- invitationId: {
2431
- serializedName: "invitationId",
2432
- type: {
2433
- name: "String",
4037
+ className: "RestResultInformation",
2434
4038
  },
2435
4039
  },
2436
4040
  },
2437
4041
  },
2438
4042
  };
2439
- export const AnswerFailed = {
4043
+ export const RestRecognizeCompleted = {
2440
4044
  type: {
2441
4045
  name: "Composite",
2442
- className: "AnswerFailed",
4046
+ className: "RestRecognizeCompleted",
2443
4047
  modelProperties: {
2444
4048
  callConnectionId: {
2445
4049
  serializedName: "callConnectionId",
@@ -2469,16 +4073,43 @@ export const AnswerFailed = {
2469
4073
  serializedName: "resultInformation",
2470
4074
  type: {
2471
4075
  name: "Composite",
2472
- className: "ResultInformation",
4076
+ className: "RestResultInformation",
4077
+ },
4078
+ },
4079
+ recognitionType: {
4080
+ serializedName: "recognitionType",
4081
+ type: {
4082
+ name: "String",
4083
+ },
4084
+ },
4085
+ dtmfResult: {
4086
+ serializedName: "dtmfResult",
4087
+ type: {
4088
+ name: "Composite",
4089
+ className: "DtmfResult",
4090
+ },
4091
+ },
4092
+ choiceResult: {
4093
+ serializedName: "choiceResult",
4094
+ type: {
4095
+ name: "Composite",
4096
+ className: "ChoiceResult",
4097
+ },
4098
+ },
4099
+ speechResult: {
4100
+ serializedName: "speechResult",
4101
+ type: {
4102
+ name: "Composite",
4103
+ className: "SpeechResult",
2473
4104
  },
2474
4105
  },
2475
4106
  },
2476
4107
  },
2477
4108
  };
2478
- export const CreateCallFailed = {
4109
+ export const RestRecognizeFailed = {
2479
4110
  type: {
2480
4111
  name: "Composite",
2481
- className: "CreateCallFailed",
4112
+ className: "RestRecognizeFailed",
2482
4113
  modelProperties: {
2483
4114
  callConnectionId: {
2484
4115
  serializedName: "callConnectionId",
@@ -2508,16 +4139,22 @@ export const CreateCallFailed = {
2508
4139
  serializedName: "resultInformation",
2509
4140
  type: {
2510
4141
  name: "Composite",
2511
- className: "ResultInformation",
4142
+ className: "RestResultInformation",
4143
+ },
4144
+ },
4145
+ failedPlaySourceIndex: {
4146
+ serializedName: "failedPlaySourceIndex",
4147
+ type: {
4148
+ name: "Number",
2512
4149
  },
2513
4150
  },
2514
4151
  },
2515
4152
  },
2516
4153
  };
2517
- export const ConnectFailed = {
4154
+ export const RestRecognizeCanceled = {
2518
4155
  type: {
2519
4156
  name: "Composite",
2520
- className: "ConnectFailed",
4157
+ className: "RestRecognizeCanceled",
2521
4158
  modelProperties: {
2522
4159
  callConnectionId: {
2523
4160
  serializedName: "callConnectionId",
@@ -2547,57 +4184,50 @@ export const ConnectFailed = {
2547
4184
  serializedName: "resultInformation",
2548
4185
  type: {
2549
4186
  name: "Composite",
2550
- className: "ResultInformation",
4187
+ className: "RestResultInformation",
2551
4188
  },
2552
4189
  },
2553
4190
  },
2554
4191
  },
2555
4192
  };
2556
- export const RecordingStateChanged = {
4193
+ export const RestContinuousDtmfRecognitionToneReceived = {
2557
4194
  type: {
2558
4195
  name: "Composite",
2559
- className: "RecordingStateChanged",
4196
+ className: "RestContinuousDtmfRecognitionToneReceived",
2560
4197
  modelProperties: {
2561
- callConnectionId: {
2562
- serializedName: "callConnectionId",
4198
+ sequenceId: {
4199
+ serializedName: "sequenceId",
4200
+ readOnly: true,
2563
4201
  type: {
2564
- name: "String",
4202
+ name: "Number",
2565
4203
  },
2566
4204
  },
2567
- serverCallId: {
2568
- serializedName: "serverCallId",
4205
+ tone: {
4206
+ serializedName: "tone",
2569
4207
  type: {
2570
4208
  name: "String",
2571
4209
  },
2572
4210
  },
2573
- correlationId: {
2574
- serializedName: "correlationId",
4211
+ callConnectionId: {
4212
+ serializedName: "callConnectionId",
2575
4213
  type: {
2576
4214
  name: "String",
2577
4215
  },
2578
4216
  },
2579
- recordingId: {
2580
- serializedName: "recordingId",
2581
- readOnly: true,
4217
+ serverCallId: {
4218
+ serializedName: "serverCallId",
2582
4219
  type: {
2583
4220
  name: "String",
2584
4221
  },
2585
4222
  },
2586
- state: {
2587
- serializedName: "state",
4223
+ correlationId: {
4224
+ serializedName: "correlationId",
2588
4225
  type: {
2589
4226
  name: "String",
2590
4227
  },
2591
4228
  },
2592
- startDateTime: {
2593
- serializedName: "startDateTime",
2594
- readOnly: true,
2595
- type: {
2596
- name: "DateTime",
2597
- },
2598
- },
2599
- recordingKind: {
2600
- serializedName: "recordingKind",
4229
+ operationContext: {
4230
+ serializedName: "operationContext",
2601
4231
  type: {
2602
4232
  name: "String",
2603
4233
  },
@@ -2606,16 +4236,16 @@ export const RecordingStateChanged = {
2606
4236
  serializedName: "resultInformation",
2607
4237
  type: {
2608
4238
  name: "Composite",
2609
- className: "ResultInformation",
4239
+ className: "RestResultInformation",
2610
4240
  },
2611
4241
  },
2612
4242
  },
2613
4243
  },
2614
4244
  };
2615
- export const PlayStarted = {
4245
+ export const RestContinuousDtmfRecognitionToneFailed = {
2616
4246
  type: {
2617
4247
  name: "Composite",
2618
- className: "PlayStarted",
4248
+ className: "RestContinuousDtmfRecognitionToneFailed",
2619
4249
  modelProperties: {
2620
4250
  callConnectionId: {
2621
4251
  serializedName: "callConnectionId",
@@ -2635,26 +4265,26 @@ export const PlayStarted = {
2635
4265
  name: "String",
2636
4266
  },
2637
4267
  },
2638
- operationContext: {
2639
- serializedName: "operationContext",
2640
- type: {
2641
- name: "String",
2642
- },
2643
- },
2644
4268
  resultInformation: {
2645
4269
  serializedName: "resultInformation",
2646
4270
  type: {
2647
4271
  name: "Composite",
2648
- className: "ResultInformation",
4272
+ className: "RestResultInformation",
4273
+ },
4274
+ },
4275
+ operationContext: {
4276
+ serializedName: "operationContext",
4277
+ type: {
4278
+ name: "String",
2649
4279
  },
2650
4280
  },
2651
4281
  },
2652
4282
  },
2653
4283
  };
2654
- export const PlayCompleted = {
4284
+ export const RestContinuousDtmfRecognitionStopped = {
2655
4285
  type: {
2656
4286
  name: "Composite",
2657
- className: "PlayCompleted",
4287
+ className: "RestContinuousDtmfRecognitionStopped",
2658
4288
  modelProperties: {
2659
4289
  callConnectionId: {
2660
4290
  serializedName: "callConnectionId",
@@ -2684,16 +4314,16 @@ export const PlayCompleted = {
2684
4314
  serializedName: "resultInformation",
2685
4315
  type: {
2686
4316
  name: "Composite",
2687
- className: "ResultInformation",
4317
+ className: "RestResultInformation",
2688
4318
  },
2689
4319
  },
2690
4320
  },
2691
4321
  },
2692
4322
  };
2693
- export const PlayFailed = {
4323
+ export const RestSendDtmfTonesCompleted = {
2694
4324
  type: {
2695
4325
  name: "Composite",
2696
- className: "PlayFailed",
4326
+ className: "RestSendDtmfTonesCompleted",
2697
4327
  modelProperties: {
2698
4328
  callConnectionId: {
2699
4329
  serializedName: "callConnectionId",
@@ -2723,22 +4353,16 @@ export const PlayFailed = {
2723
4353
  serializedName: "resultInformation",
2724
4354
  type: {
2725
4355
  name: "Composite",
2726
- className: "ResultInformation",
2727
- },
2728
- },
2729
- failedPlaySourceIndex: {
2730
- serializedName: "failedPlaySourceIndex",
2731
- type: {
2732
- name: "Number",
4356
+ className: "RestResultInformation",
2733
4357
  },
2734
4358
  },
2735
4359
  },
2736
4360
  },
2737
4361
  };
2738
- export const PlayCanceled = {
4362
+ export const RestSendDtmfTonesFailed = {
2739
4363
  type: {
2740
4364
  name: "Composite",
2741
- className: "PlayCanceled",
4365
+ className: "RestSendDtmfTonesFailed",
2742
4366
  modelProperties: {
2743
4367
  callConnectionId: {
2744
4368
  serializedName: "callConnectionId",
@@ -2768,16 +4392,16 @@ export const PlayCanceled = {
2768
4392
  serializedName: "resultInformation",
2769
4393
  type: {
2770
4394
  name: "Composite",
2771
- className: "ResultInformation",
4395
+ className: "RestResultInformation",
2772
4396
  },
2773
4397
  },
2774
4398
  },
2775
4399
  },
2776
4400
  };
2777
- export const RecognizeCompleted = {
4401
+ export const RestCancelAddParticipantSucceeded = {
2778
4402
  type: {
2779
4403
  name: "Composite",
2780
- className: "RecognizeCompleted",
4404
+ className: "RestCancelAddParticipantSucceeded",
2781
4405
  modelProperties: {
2782
4406
  callConnectionId: {
2783
4407
  serializedName: "callConnectionId",
@@ -2803,114 +4427,79 @@ export const RecognizeCompleted = {
2803
4427
  name: "String",
2804
4428
  },
2805
4429
  },
2806
- resultInformation: {
2807
- serializedName: "resultInformation",
2808
- type: {
2809
- name: "Composite",
2810
- className: "ResultInformation",
2811
- },
2812
- },
2813
- recognitionType: {
2814
- serializedName: "recognitionType",
4430
+ invitationId: {
4431
+ serializedName: "invitationId",
2815
4432
  type: {
2816
4433
  name: "String",
2817
4434
  },
2818
4435
  },
2819
- dtmfResult: {
2820
- serializedName: "dtmfResult",
2821
- type: {
2822
- name: "Composite",
2823
- className: "DtmfResult",
2824
- },
2825
- },
2826
- choiceResult: {
2827
- serializedName: "choiceResult",
2828
- type: {
2829
- name: "Composite",
2830
- className: "ChoiceResult",
2831
- },
2832
- },
2833
- speechResult: {
2834
- serializedName: "speechResult",
4436
+ resultInformation: {
4437
+ serializedName: "resultInformation",
2835
4438
  type: {
2836
4439
  name: "Composite",
2837
- className: "SpeechResult",
4440
+ className: "RestResultInformation",
2838
4441
  },
2839
4442
  },
2840
4443
  },
2841
4444
  },
2842
4445
  };
2843
- export const DtmfResult = {
4446
+ export const RestCancelAddParticipantFailed = {
2844
4447
  type: {
2845
4448
  name: "Composite",
2846
- className: "DtmfResult",
4449
+ className: "RestCancelAddParticipantFailed",
2847
4450
  modelProperties: {
2848
- tones: {
2849
- serializedName: "tones",
2850
- readOnly: true,
4451
+ callConnectionId: {
4452
+ serializedName: "callConnectionId",
2851
4453
  type: {
2852
- name: "Sequence",
2853
- element: {
2854
- type: {
2855
- name: "String",
2856
- },
2857
- },
4454
+ name: "String",
2858
4455
  },
2859
4456
  },
2860
- },
2861
- },
2862
- };
2863
- export const ChoiceResult = {
2864
- type: {
2865
- name: "Composite",
2866
- className: "ChoiceResult",
2867
- modelProperties: {
2868
- label: {
2869
- serializedName: "label",
4457
+ serverCallId: {
4458
+ serializedName: "serverCallId",
2870
4459
  type: {
2871
4460
  name: "String",
2872
4461
  },
2873
4462
  },
2874
- recognizedPhrase: {
2875
- serializedName: "recognizedPhrase",
4463
+ correlationId: {
4464
+ serializedName: "correlationId",
2876
4465
  type: {
2877
4466
  name: "String",
2878
4467
  },
2879
4468
  },
2880
- confidence: {
2881
- serializedName: "confidence",
4469
+ operationContext: {
4470
+ serializedName: "operationContext",
2882
4471
  type: {
2883
- name: "Number",
4472
+ name: "String",
2884
4473
  },
2885
4474
  },
2886
- },
2887
- },
2888
- };
2889
- export const SpeechResult = {
2890
- type: {
2891
- name: "Composite",
2892
- className: "SpeechResult",
2893
- modelProperties: {
2894
- speech: {
2895
- serializedName: "speech",
4475
+ resultInformation: {
4476
+ serializedName: "resultInformation",
2896
4477
  type: {
2897
- name: "String",
4478
+ name: "Composite",
4479
+ className: "RestResultInformation",
2898
4480
  },
2899
4481
  },
2900
- confidence: {
2901
- serializedName: "confidence",
4482
+ invitationId: {
4483
+ serializedName: "invitationId",
2902
4484
  type: {
2903
- name: "Number",
4485
+ name: "String",
2904
4486
  },
2905
4487
  },
2906
4488
  },
2907
4489
  },
2908
4490
  };
2909
- export const RecognizeFailed = {
4491
+ export const RestTranscriptionStarted = {
2910
4492
  type: {
2911
4493
  name: "Composite",
2912
- className: "RecognizeFailed",
4494
+ className: "RestTranscriptionStarted",
2913
4495
  modelProperties: {
4496
+ transcriptionUpdate: {
4497
+ serializedName: "transcriptionUpdate",
4498
+ type: {
4499
+ name: "Composite",
4500
+ className: "TranscriptionUpdate",
4501
+ },
4502
+ },
2914
4503
  callConnectionId: {
2915
4504
  serializedName: "callConnectionId",
2916
4505
  type: {
@@ -2939,23 +4528,24 @@ export const RecognizeFailed = {
2939
4528
  serializedName: "resultInformation",
2940
4529
  type: {
2941
4530
  name: "Composite",
2942
- className: "ResultInformation",
2943
- },
2944
- },
2945
- failedPlaySourceIndex: {
2946
- serializedName: "failedPlaySourceIndex",
2947
- type: {
2948
- name: "Number",
4531
+ className: "RestResultInformation",
2949
4532
  },
2950
4533
  },
2951
4534
  },
2952
4535
  },
2953
4536
  };
2954
- export const RecognizeCanceled = {
4537
+ export const RestTranscriptionStopped = {
2955
4538
  type: {
2956
4539
  name: "Composite",
2957
- className: "RecognizeCanceled",
4540
+ className: "RestTranscriptionStopped",
2958
4541
  modelProperties: {
4542
+ transcriptionUpdate: {
4543
+ serializedName: "transcriptionUpdate",
4544
+ type: {
4545
+ name: "Composite",
4546
+ className: "TranscriptionUpdate",
4547
+ },
4548
+ },
2959
4549
  callConnectionId: {
2960
4550
  serializedName: "callConnectionId",
2961
4551
  type: {
@@ -2984,17 +4574,24 @@ export const RecognizeCanceled = {
2984
4574
  serializedName: "resultInformation",
2985
4575
  type: {
2986
4576
  name: "Composite",
2987
- className: "ResultInformation",
4577
+ className: "RestResultInformation",
2988
4578
  },
2989
4579
  },
2990
4580
  },
2991
4581
  },
2992
4582
  };
2993
- export const ContinuousDtmfRecognitionToneFailed = {
4583
+ export const RestTranscriptionUpdated = {
2994
4584
  type: {
2995
4585
  name: "Composite",
2996
- className: "ContinuousDtmfRecognitionToneFailed",
4586
+ className: "RestTranscriptionUpdated",
2997
4587
  modelProperties: {
4588
+ transcriptionUpdate: {
4589
+ serializedName: "transcriptionUpdate",
4590
+ type: {
4591
+ name: "Composite",
4592
+ className: "TranscriptionUpdate",
4593
+ },
4594
+ },
2998
4595
  callConnectionId: {
2999
4596
  serializedName: "callConnectionId",
3000
4597
  type: {
@@ -3013,38 +4610,32 @@ export const ContinuousDtmfRecognitionToneFailed = {
3013
4610
  name: "String",
3014
4611
  },
3015
4612
  },
3016
- resultInformation: {
3017
- serializedName: "resultInformation",
3018
- type: {
3019
- name: "Composite",
3020
- className: "ResultInformation",
3021
- },
3022
- },
3023
4613
  operationContext: {
3024
4614
  serializedName: "operationContext",
3025
4615
  type: {
3026
4616
  name: "String",
3027
4617
  },
3028
4618
  },
4619
+ resultInformation: {
4620
+ serializedName: "resultInformation",
4621
+ type: {
4622
+ name: "Composite",
4623
+ className: "RestResultInformation",
4624
+ },
4625
+ },
3029
4626
  },
3030
4627
  },
3031
4628
  };
3032
- export const ContinuousDtmfRecognitionToneReceived = {
4629
+ export const RestTranscriptionFailed = {
3033
4630
  type: {
3034
4631
  name: "Composite",
3035
- className: "ContinuousDtmfRecognitionToneReceived",
4632
+ className: "RestTranscriptionFailed",
3036
4633
  modelProperties: {
3037
- sequenceId: {
3038
- serializedName: "sequenceId",
3039
- readOnly: true,
3040
- type: {
3041
- name: "Number",
3042
- },
3043
- },
3044
- tone: {
3045
- serializedName: "tone",
4634
+ transcriptionUpdate: {
4635
+ serializedName: "transcriptionUpdate",
3046
4636
  type: {
3047
- name: "String",
4637
+ name: "Composite",
4638
+ className: "TranscriptionUpdate",
3048
4639
  },
3049
4640
  },
3050
4641
  callConnectionId: {
@@ -3075,16 +4666,16 @@ export const ContinuousDtmfRecognitionToneReceived = {
3075
4666
  serializedName: "resultInformation",
3076
4667
  type: {
3077
4668
  name: "Composite",
3078
- className: "ResultInformation",
4669
+ className: "RestResultInformation",
3079
4670
  },
3080
4671
  },
3081
4672
  },
3082
4673
  },
3083
4674
  };
3084
- export const ContinuousDtmfRecognitionStopped = {
4675
+ export const RestCreateCallFailed = {
3085
4676
  type: {
3086
4677
  name: "Composite",
3087
- className: "ContinuousDtmfRecognitionStopped",
4678
+ className: "RestCreateCallFailed",
3088
4679
  modelProperties: {
3089
4680
  callConnectionId: {
3090
4681
  serializedName: "callConnectionId",
@@ -3114,16 +4705,16 @@ export const ContinuousDtmfRecognitionStopped = {
3114
4705
  serializedName: "resultInformation",
3115
4706
  type: {
3116
4707
  name: "Composite",
3117
- className: "ResultInformation",
4708
+ className: "RestResultInformation",
3118
4709
  },
3119
4710
  },
3120
4711
  },
3121
4712
  },
3122
4713
  };
3123
- export const SendDtmfTonesCompleted = {
4714
+ export const RestAnswerFailed = {
3124
4715
  type: {
3125
4716
  name: "Composite",
3126
- className: "SendDtmfTonesCompleted",
4717
+ className: "RestAnswerFailed",
3127
4718
  modelProperties: {
3128
4719
  callConnectionId: {
3129
4720
  serializedName: "callConnectionId",
@@ -3153,16 +4744,16 @@ export const SendDtmfTonesCompleted = {
3153
4744
  serializedName: "resultInformation",
3154
4745
  type: {
3155
4746
  name: "Composite",
3156
- className: "ResultInformation",
4747
+ className: "RestResultInformation",
3157
4748
  },
3158
4749
  },
3159
4750
  },
3160
4751
  },
3161
4752
  };
3162
- export const SendDtmfTonesFailed = {
4753
+ export const RestHoldFailed = {
3163
4754
  type: {
3164
4755
  name: "Composite",
3165
- className: "SendDtmfTonesFailed",
4756
+ className: "RestHoldFailed",
3166
4757
  modelProperties: {
3167
4758
  callConnectionId: {
3168
4759
  serializedName: "callConnectionId",
@@ -3192,88 +4783,119 @@ export const SendDtmfTonesFailed = {
3192
4783
  serializedName: "resultInformation",
3193
4784
  type: {
3194
4785
  name: "Composite",
3195
- className: "ResultInformation",
4786
+ className: "RestResultInformation",
3196
4787
  },
3197
4788
  },
3198
4789
  },
3199
4790
  },
3200
4791
  };
3201
- export const MediaStreamingFailed = {
4792
+ export const RestIncomingCall = {
3202
4793
  type: {
3203
4794
  name: "Composite",
3204
- className: "MediaStreamingFailed",
4795
+ className: "RestIncomingCall",
3205
4796
  modelProperties: {
3206
- mediaStreamingUpdate: {
3207
- serializedName: "mediaStreamingUpdate",
4797
+ to: {
4798
+ serializedName: "to",
3208
4799
  type: {
3209
4800
  name: "Composite",
3210
- className: "MediaStreamingUpdate",
4801
+ className: "CommunicationIdentifierModel",
3211
4802
  },
3212
4803
  },
3213
- callConnectionId: {
3214
- serializedName: "callConnectionId",
4804
+ from: {
4805
+ serializedName: "from",
4806
+ type: {
4807
+ name: "Composite",
4808
+ className: "CommunicationIdentifierModel",
4809
+ },
4810
+ },
4811
+ callerDisplayName: {
4812
+ serializedName: "callerDisplayName",
4813
+ readOnly: true,
3215
4814
  type: {
3216
4815
  name: "String",
3217
4816
  },
3218
4817
  },
3219
4818
  serverCallId: {
3220
4819
  serializedName: "serverCallId",
4820
+ readOnly: true,
3221
4821
  type: {
3222
4822
  name: "String",
3223
4823
  },
3224
4824
  },
3225
- correlationId: {
3226
- serializedName: "correlationId",
4825
+ customContext: {
4826
+ serializedName: "customContext",
3227
4827
  type: {
3228
- name: "String",
4828
+ name: "Composite",
4829
+ className: "CustomCallingContextInternal",
3229
4830
  },
3230
4831
  },
3231
- operationContext: {
3232
- serializedName: "operationContext",
4832
+ incomingCallContext: {
4833
+ serializedName: "incomingCallContext",
4834
+ readOnly: true,
3233
4835
  type: {
3234
4836
  name: "String",
3235
4837
  },
3236
4838
  },
3237
- resultInformation: {
3238
- serializedName: "resultInformation",
4839
+ onBehalfOfCallee: {
4840
+ serializedName: "onBehalfOfCallee",
3239
4841
  type: {
3240
4842
  name: "Composite",
3241
- className: "ResultInformation",
4843
+ className: "CommunicationIdentifierModel",
4844
+ },
4845
+ },
4846
+ correlationId: {
4847
+ serializedName: "correlationId",
4848
+ readOnly: true,
4849
+ type: {
4850
+ name: "String",
3242
4851
  },
3243
4852
  },
3244
4853
  },
3245
4854
  },
3246
4855
  };
3247
- export const MediaStreamingUpdate = {
4856
+ export const RestConnectFailed = {
3248
4857
  type: {
3249
4858
  name: "Composite",
3250
- className: "MediaStreamingUpdate",
4859
+ className: "RestConnectFailed",
3251
4860
  modelProperties: {
3252
- contentType: {
3253
- serializedName: "contentType",
4861
+ callConnectionId: {
4862
+ serializedName: "callConnectionId",
3254
4863
  type: {
3255
4864
  name: "String",
3256
4865
  },
3257
4866
  },
3258
- mediaStreamingStatus: {
3259
- serializedName: "mediaStreamingStatus",
4867
+ serverCallId: {
4868
+ serializedName: "serverCallId",
3260
4869
  type: {
3261
4870
  name: "String",
3262
4871
  },
3263
4872
  },
3264
- mediaStreamingStatusDetails: {
3265
- serializedName: "mediaStreamingStatusDetails",
4873
+ correlationId: {
4874
+ serializedName: "correlationId",
4875
+ type: {
4876
+ name: "String",
4877
+ },
4878
+ },
4879
+ operationContext: {
4880
+ serializedName: "operationContext",
3266
4881
  type: {
3267
4882
  name: "String",
3268
4883
  },
3269
4884
  },
4885
+ resultInformation: {
4886
+ serializedName: "resultInformation",
4887
+ type: {
4888
+ name: "Composite",
4889
+ className: "RestResultInformation",
4890
+ },
4891
+ },
3270
4892
  },
3271
4893
  },
3272
4894
  };
3273
- export const MediaStreamingStarted = {
4895
+ export const RestMediaStreamingStopped = {
3274
4896
  type: {
3275
4897
  name: "Composite",
3276
- className: "MediaStreamingStarted",
4898
+ className: "RestMediaStreamingStopped",
3277
4899
  modelProperties: {
3278
4900
  mediaStreamingUpdate: {
3279
4901
  serializedName: "mediaStreamingUpdate",
@@ -3310,16 +4932,16 @@ export const MediaStreamingStarted = {
3310
4932
  serializedName: "resultInformation",
3311
4933
  type: {
3312
4934
  name: "Composite",
3313
- className: "ResultInformation",
4935
+ className: "RestResultInformation",
3314
4936
  },
3315
4937
  },
3316
4938
  },
3317
4939
  },
3318
4940
  };
3319
- export const MediaStreamingStopped = {
4941
+ export const RestMediaStreamingStarted = {
3320
4942
  type: {
3321
4943
  name: "Composite",
3322
- className: "MediaStreamingStopped",
4944
+ className: "RestMediaStreamingStarted",
3323
4945
  modelProperties: {
3324
4946
  mediaStreamingUpdate: {
3325
4947
  serializedName: "mediaStreamingUpdate",
@@ -3356,17 +4978,24 @@ export const MediaStreamingStopped = {
3356
4978
  serializedName: "resultInformation",
3357
4979
  type: {
3358
4980
  name: "Composite",
3359
- className: "ResultInformation",
4981
+ className: "RestResultInformation",
3360
4982
  },
3361
4983
  },
3362
4984
  },
3363
4985
  },
3364
4986
  };
3365
- export const HoldFailed = {
4987
+ export const RestMediaStreamingFailed = {
3366
4988
  type: {
3367
4989
  name: "Composite",
3368
- className: "HoldFailed",
4990
+ className: "RestMediaStreamingFailed",
3369
4991
  modelProperties: {
4992
+ mediaStreamingUpdate: {
4993
+ serializedName: "mediaStreamingUpdate",
4994
+ type: {
4995
+ name: "Composite",
4996
+ className: "MediaStreamingUpdate",
4997
+ },
4998
+ },
3370
4999
  callConnectionId: {
3371
5000
  serializedName: "callConnectionId",
3372
5001
  type: {
@@ -3395,17 +5024,29 @@ export const HoldFailed = {
3395
5024
  serializedName: "resultInformation",
3396
5025
  type: {
3397
5026
  name: "Composite",
3398
- className: "ResultInformation",
5027
+ className: "RestResultInformation",
3399
5028
  },
3400
5029
  },
3401
5030
  },
3402
5031
  },
3403
5032
  };
3404
- export const StartRecordingFailed = {
5033
+ export const RestStartRecordingFailed = {
3405
5034
  type: {
3406
5035
  name: "Composite",
3407
- className: "StartRecordingFailed",
5036
+ className: "RestStartRecordingFailed",
3408
5037
  modelProperties: {
5038
+ callConnectionId: {
5039
+ serializedName: "callConnectionId",
5040
+ type: {
5041
+ name: "String",
5042
+ },
5043
+ },
5044
+ correlationId: {
5045
+ serializedName: "correlationId",
5046
+ type: {
5047
+ name: "String",
5048
+ },
5049
+ },
3409
5050
  recordingId: {
3410
5051
  serializedName: "recordingId",
3411
5052
  readOnly: true,
@@ -3413,6 +5054,14 @@ export const StartRecordingFailed = {
3413
5054
  name: "String",
3414
5055
  },
3415
5056
  },
5057
+ },
5058
+ },
5059
+ };
5060
+ export const RestPlayStarted = {
5061
+ type: {
5062
+ name: "Composite",
5063
+ className: "RestPlayStarted",
5064
+ modelProperties: {
3416
5065
  callConnectionId: {
3417
5066
  serializedName: "callConnectionId",
3418
5067
  type: {
@@ -3441,24 +5090,17 @@ export const StartRecordingFailed = {
3441
5090
  serializedName: "resultInformation",
3442
5091
  type: {
3443
5092
  name: "Composite",
3444
- className: "ResultInformation",
5093
+ className: "RestResultInformation",
3445
5094
  },
3446
5095
  },
3447
5096
  },
3448
5097
  },
3449
5098
  };
3450
- export const TranscriptionFailed = {
5099
+ export const RestPlayPaused = {
3451
5100
  type: {
3452
5101
  name: "Composite",
3453
- className: "TranscriptionFailed",
5102
+ className: "RestPlayPaused",
3454
5103
  modelProperties: {
3455
- transcriptionUpdate: {
3456
- serializedName: "transcriptionUpdate",
3457
- type: {
3458
- name: "Composite",
3459
- className: "TranscriptionUpdate",
3460
- },
3461
- },
3462
5104
  callConnectionId: {
3463
5105
  serializedName: "callConnectionId",
3464
5106
  type: {
@@ -3487,44 +5129,56 @@ export const TranscriptionFailed = {
3487
5129
  serializedName: "resultInformation",
3488
5130
  type: {
3489
5131
  name: "Composite",
3490
- className: "ResultInformation",
5132
+ className: "RestResultInformation",
3491
5133
  },
3492
5134
  },
3493
5135
  },
3494
5136
  },
3495
5137
  };
3496
- export const TranscriptionUpdate = {
5138
+ export const RestPlayResumed = {
3497
5139
  type: {
3498
5140
  name: "Composite",
3499
- className: "TranscriptionUpdate",
5141
+ className: "RestPlayResumed",
3500
5142
  modelProperties: {
3501
- transcriptionStatus: {
3502
- serializedName: "transcriptionStatus",
5143
+ callConnectionId: {
5144
+ serializedName: "callConnectionId",
3503
5145
  type: {
3504
5146
  name: "String",
3505
5147
  },
3506
5148
  },
3507
- transcriptionStatusDetails: {
3508
- serializedName: "transcriptionStatusDetails",
5149
+ serverCallId: {
5150
+ serializedName: "serverCallId",
3509
5151
  type: {
3510
5152
  name: "String",
3511
5153
  },
3512
5154
  },
5155
+ correlationId: {
5156
+ serializedName: "correlationId",
5157
+ type: {
5158
+ name: "String",
5159
+ },
5160
+ },
5161
+ operationContext: {
5162
+ serializedName: "operationContext",
5163
+ type: {
5164
+ name: "String",
5165
+ },
5166
+ },
5167
+ resultInformation: {
5168
+ serializedName: "resultInformation",
5169
+ type: {
5170
+ name: "Composite",
5171
+ className: "RestResultInformation",
5172
+ },
5173
+ },
3513
5174
  },
3514
5175
  },
3515
5176
  };
3516
- export const TranscriptionStarted = {
5177
+ export const RestHoldAudioStarted = {
3517
5178
  type: {
3518
5179
  name: "Composite",
3519
- className: "TranscriptionStarted",
5180
+ className: "RestHoldAudioStarted",
3520
5181
  modelProperties: {
3521
- transcriptionUpdate: {
3522
- serializedName: "transcriptionUpdate",
3523
- type: {
3524
- name: "Composite",
3525
- className: "TranscriptionUpdate",
3526
- },
3527
- },
3528
5182
  callConnectionId: {
3529
5183
  serializedName: "callConnectionId",
3530
5184
  type: {
@@ -3553,24 +5207,17 @@ export const TranscriptionStarted = {
3553
5207
  serializedName: "resultInformation",
3554
5208
  type: {
3555
5209
  name: "Composite",
3556
- className: "ResultInformation",
5210
+ className: "RestResultInformation",
3557
5211
  },
3558
5212
  },
3559
5213
  },
3560
5214
  },
3561
5215
  };
3562
- export const TranscriptionStopped = {
5216
+ export const RestHoldAudioPaused = {
3563
5217
  type: {
3564
5218
  name: "Composite",
3565
- className: "TranscriptionStopped",
5219
+ className: "RestHoldAudioPaused",
3566
5220
  modelProperties: {
3567
- transcriptionUpdate: {
3568
- serializedName: "transcriptionUpdate",
3569
- type: {
3570
- name: "Composite",
3571
- className: "TranscriptionUpdate",
3572
- },
3573
- },
3574
5221
  callConnectionId: {
3575
5222
  serializedName: "callConnectionId",
3576
5223
  type: {
@@ -3599,24 +5246,17 @@ export const TranscriptionStopped = {
3599
5246
  serializedName: "resultInformation",
3600
5247
  type: {
3601
5248
  name: "Composite",
3602
- className: "ResultInformation",
5249
+ className: "RestResultInformation",
3603
5250
  },
3604
5251
  },
3605
5252
  },
3606
5253
  },
3607
5254
  };
3608
- export const TranscriptionUpdated = {
5255
+ export const RestHoldAudioResumed = {
3609
5256
  type: {
3610
5257
  name: "Composite",
3611
- className: "TranscriptionUpdated",
5258
+ className: "RestHoldAudioResumed",
3612
5259
  modelProperties: {
3613
- transcriptionUpdate: {
3614
- serializedName: "transcriptionUpdate",
3615
- type: {
3616
- name: "Composite",
3617
- className: "TranscriptionUpdate",
3618
- },
3619
- },
3620
5260
  callConnectionId: {
3621
5261
  serializedName: "callConnectionId",
3622
5262
  type: {
@@ -3645,100 +5285,97 @@ export const TranscriptionUpdated = {
3645
5285
  serializedName: "resultInformation",
3646
5286
  type: {
3647
5287
  name: "Composite",
3648
- className: "ResultInformation",
5288
+ className: "RestResultInformation",
3649
5289
  },
3650
5290
  },
3651
5291
  },
3652
5292
  },
3653
5293
  };
3654
- export const WebSocketMediaStreamingOptions = {
3655
- serializedName: "websocket",
5294
+ export const RestHoldAudioCompleted = {
3656
5295
  type: {
3657
5296
  name: "Composite",
3658
- className: "WebSocketMediaStreamingOptions",
3659
- uberParent: "MediaStreamingOptionsInternal",
3660
- polymorphicDiscriminator: MediaStreamingOptionsInternal.type.polymorphicDiscriminator,
5297
+ className: "RestHoldAudioCompleted",
3661
5298
  modelProperties: {
3662
- ...MediaStreamingOptionsInternal.type.modelProperties,
3663
- transportUrl: {
3664
- serializedName: "transportUrl",
5299
+ callConnectionId: {
5300
+ serializedName: "callConnectionId",
3665
5301
  type: {
3666
5302
  name: "String",
3667
5303
  },
3668
5304
  },
3669
- contentType: {
3670
- serializedName: "contentType",
5305
+ serverCallId: {
5306
+ serializedName: "serverCallId",
3671
5307
  type: {
3672
5308
  name: "String",
3673
5309
  },
3674
5310
  },
3675
- startMediaStreaming: {
3676
- serializedName: "startMediaStreaming",
3677
- type: {
3678
- name: "Boolean",
3679
- },
3680
- },
3681
- enableBidirectional: {
3682
- serializedName: "enableBidirectional",
5311
+ correlationId: {
5312
+ serializedName: "correlationId",
3683
5313
  type: {
3684
- name: "Boolean",
5314
+ name: "String",
3685
5315
  },
3686
5316
  },
3687
- audioFormat: {
3688
- serializedName: "audioFormat",
5317
+ operationContext: {
5318
+ serializedName: "operationContext",
3689
5319
  type: {
3690
5320
  name: "String",
3691
5321
  },
3692
5322
  },
3693
- enableDtmfTones: {
3694
- serializedName: "enableDtmfTones",
5323
+ resultInformation: {
5324
+ serializedName: "resultInformation",
3695
5325
  type: {
3696
- name: "Boolean",
5326
+ name: "Composite",
5327
+ className: "RestResultInformation",
3697
5328
  },
3698
5329
  },
3699
5330
  },
3700
5331
  },
3701
5332
  };
3702
- export const WebSocketTranscriptionOptions = {
3703
- serializedName: "websocket",
5333
+ export const AzureOpenAIDialog = {
5334
+ serializedName: "azureOpenAI",
3704
5335
  type: {
3705
5336
  name: "Composite",
3706
- className: "WebSocketTranscriptionOptions",
3707
- uberParent: "TranscriptionOptionsInternal",
3708
- polymorphicDiscriminator: TranscriptionOptionsInternal.type.polymorphicDiscriminator,
3709
- modelProperties: {
3710
- ...TranscriptionOptionsInternal.type.modelProperties,
3711
- transportUrl: {
3712
- serializedName: "transportUrl",
5337
+ className: "AzureOpenAIDialog",
5338
+ uberParent: "BaseDialog",
5339
+ polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
5340
+ modelProperties: Object.assign({}, BaseDialog.type.modelProperties),
5341
+ },
5342
+ };
5343
+ export const PowerVirtualAgentsDialog = {
5344
+ serializedName: "powerVirtualAgents",
5345
+ type: {
5346
+ name: "Composite",
5347
+ className: "PowerVirtualAgentsDialog",
5348
+ uberParent: "BaseDialog",
5349
+ polymorphicDiscriminator: BaseDialog.type.polymorphicDiscriminator,
5350
+ modelProperties: Object.assign(Object.assign({}, BaseDialog.type.modelProperties), { botAppId: {
5351
+ serializedName: "botAppId",
5352
+ required: true,
3713
5353
  type: {
3714
5354
  name: "String",
3715
5355
  },
3716
- },
3717
- speechModelEndpointId: {
3718
- serializedName: "speechModelEndpointId",
5356
+ }, language: {
5357
+ serializedName: "language",
3719
5358
  type: {
3720
5359
  name: "String",
3721
5360
  },
3722
- },
3723
- startTranscription: {
3724
- serializedName: "startTranscription",
3725
- type: {
3726
- name: "Boolean",
3727
- },
3728
- },
3729
- enableIntermediateResults: {
3730
- serializedName: "enableIntermediateResults",
3731
- type: {
3732
- name: "Boolean",
3733
- },
3734
- },
3735
- },
5361
+ } }),
5362
+ },
5363
+ };
5364
+ export const AzureOpenAIDialogUpdate = {
5365
+ serializedName: "azureOpenAI",
5366
+ type: {
5367
+ name: "Composite",
5368
+ className: "AzureOpenAIDialogUpdate",
5369
+ uberParent: "DialogUpdateBase",
5370
+ polymorphicDiscriminator: DialogUpdateBase.type.polymorphicDiscriminator,
5371
+ modelProperties: Object.assign({}, DialogUpdateBase.type.modelProperties),
3736
5372
  },
3737
5373
  };
3738
5374
  export let discriminators = {
3739
- MediaStreamingOptionsInternal: MediaStreamingOptionsInternal,
3740
- TranscriptionOptionsInternal: TranscriptionOptionsInternal,
3741
- "MediaStreamingOptionsInternal.websocket": WebSocketMediaStreamingOptions,
3742
- "TranscriptionOptionsInternal.websocket": WebSocketTranscriptionOptions,
5375
+ BaseDialog: BaseDialog,
5376
+ DialogUpdateBase: DialogUpdateBase,
5377
+ "BaseDialog.azureOpenAI": AzureOpenAIDialog,
5378
+ "BaseDialog.powerVirtualAgents": PowerVirtualAgentsDialog,
5379
+ "DialogUpdateBase.azureOpenAI": AzureOpenAIDialogUpdate,
3743
5380
  };
3744
5381
  //# sourceMappingURL=mappers.js.map