@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
@@ -7,9 +7,9 @@
7
7
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.RemoveParticipantResponse = exports.RemoveParticipantRequest = exports.AddParticipantResponse = exports.AddParticipantRequest = exports.CallParticipantInternal = exports.GetParticipantsResponse = exports.StopMediaStreamingRequest = exports.StartMediaStreamingRequest = exports.UnholdRequest = exports.HoldRequest = exports.SendDtmfTonesResult = exports.SendDtmfTonesRequest = exports.ContinuousDtmfRecognitionRequest = exports.SpeechOptions = exports.Choice = exports.DtmfOptions = exports.RecognizeOptions = exports.RecognizeRequest = exports.UpdateTranscriptionRequest = exports.StopTranscriptionRequest = exports.StartTranscriptionRequest = exports.PlayOptionsInternal = exports.SsmlSourceInternal = exports.TextSourceInternal = exports.FileSourceInternal = exports.PlaySourceInternal = exports.PlayRequest = exports.TransferCallResponse = exports.CustomCallingContextInternal = exports.TransferToParticipantRequest = exports.CallLocator = exports.ConnectRequest = exports.RejectCallRequest = exports.RedirectCallRequest = exports.AnswerCallRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.TranscriptionSubscription = exports.MediaStreamingSubscription = exports.CallConnectionPropertiesInternal = exports.TranscriptionOptionsInternal = exports.MediaStreamingOptionsInternal = exports.CallIntelligenceOptionsInternal = exports.TeamsExtensionUserIdentifierModel = exports.MicrosoftTeamsAppIdentifierModel = exports.MicrosoftTeamsUserIdentifierModel = exports.PhoneNumberIdentifierModel = exports.CommunicationUserIdentifierModel = exports.CommunicationIdentifierModel = exports.CreateCallRequest = void 0;
11
- exports.TranscriptionUpdated = exports.TranscriptionStopped = exports.TranscriptionStarted = exports.TranscriptionUpdate = exports.TranscriptionFailed = exports.StartRecordingFailed = exports.HoldFailed = exports.MediaStreamingStopped = exports.MediaStreamingStarted = exports.MediaStreamingUpdate = exports.MediaStreamingFailed = exports.SendDtmfTonesFailed = exports.SendDtmfTonesCompleted = exports.ContinuousDtmfRecognitionStopped = exports.ContinuousDtmfRecognitionToneReceived = exports.ContinuousDtmfRecognitionToneFailed = exports.RecognizeCanceled = exports.RecognizeFailed = exports.SpeechResult = exports.ChoiceResult = exports.DtmfResult = exports.RecognizeCompleted = exports.PlayCanceled = exports.PlayFailed = exports.PlayCompleted = exports.PlayStarted = exports.RecordingStateChanged = exports.ConnectFailed = exports.CreateCallFailed = exports.AnswerFailed = exports.CancelAddParticipantFailed = exports.CancelAddParticipantSucceeded = exports.RemoveParticipantFailed = exports.RemoveParticipantSucceeded = exports.ParticipantsUpdated = exports.CallTransferFailed = exports.CallTransferAccepted = exports.CallDisconnected = exports.CallConnected = exports.AddParticipantSucceeded = exports.ResultInformation = exports.AddParticipantFailed = exports.RecordingStateResponse = exports.RecordingStorage = exports.ChannelAffinity = exports.StartCallRecordingRequest = exports.CancelAddParticipantResponse = exports.CancelAddParticipantRequest = exports.MuteParticipantsResult = exports.MuteParticipantsRequest = void 0;
12
- exports.discriminators = exports.WebSocketTranscriptionOptions = exports.WebSocketMediaStreamingOptions = void 0;
10
+ exports.BaseDialog = exports.StartDialogRequest = exports.InterruptAudioAndAnnounceRequest = exports.StopMediaStreamingRequest = exports.StartMediaStreamingRequest = exports.UnholdRequest = exports.HoldRequest = exports.UpdateTranscriptionRequest = exports.SendDtmfTonesResult = exports.SendDtmfTonesRequest = exports.ContinuousDtmfRecognitionRequest = exports.SpeechOptions = exports.Choice = exports.DtmfOptions = exports.RecognizeOptions = exports.RecognizeRequest = exports.StopTranscriptionRequest = exports.StartTranscriptionRequest = exports.PlayOptionsInternal = exports.SsmlSourceInternal = exports.TextSourceInternal = exports.FileSourceInternal = exports.PlaySourceInternal = exports.PlayRequest = exports.TransferCallResponse = exports.TransferToParticipantRequest = exports.CallLocator = exports.ConnectRequest = exports.RejectCallRequest = exports.RedirectCallRequest = exports.AnswerCallRequest = exports.CommunicationError = exports.CommunicationErrorResponse = exports.TranscriptionSubscription = exports.MediaStreamingSubscription = exports.CallConnectionPropertiesInternal = exports.TranscriptionOptionsInternal = exports.MediaStreamingOptions = exports.TeamsPhoneSourceDetailsInternal = exports.TeamsPhoneCallerDetailsInternal = exports.TeamsPhoneCallDetailsInternal = exports.CustomCallingContextInternal = exports.CallIntelligenceOptionsInternal = exports.TeamsExtensionUserIdentifierModel = exports.MicrosoftTeamsAppIdentifierModel = exports.MicrosoftTeamsUserIdentifierModel = exports.PhoneNumberIdentifierModel = exports.CommunicationUserIdentifierModel = exports.CommunicationIdentifierModel = exports.CreateCallRequest = void 0;
11
+ exports.RestRemoveParticipantFailed = exports.RestRemoveParticipantSucceeded = exports.RestMoveParticipantFailed = exports.RestMoveParticipantSucceeded = exports.RestAddParticipantFailed = exports.RestAddParticipantSucceeded = exports.MediaStreamingUpdate = exports.TranscriptionUpdate = exports.DialogUpdated = exports.DialogSensitivityUpdate = exports.DialogLanguageChange = exports.DialogTransfer = exports.DialogHangup = exports.DialogStarted = exports.UserConsent = exports.DialogConsent = exports.DialogFailed = exports.RestResultInformation = exports.DialogCompleted = exports.SpeechResult = exports.ChoiceResult = exports.DtmfResult = exports.ErrorModel = exports.RecordingChunkStorageInfo = exports.RecordingStorageInfo = exports.RecordingResultResponse = exports.RecordingStateResponse = exports.Summarization = exports.Transcription = exports.PostProcessingOptions = exports.RecordingStorage = exports.ChannelAffinity = exports.StartCallRecordingRequest = exports.MoveParticipantsResponse = exports.MoveParticipantsRequest = exports.CancelAddParticipantResponse = exports.CancelAddParticipantRequest = exports.UnmuteParticipantsResponse = exports.UnmuteParticipantsRequest = exports.MuteParticipantsResult = exports.MuteParticipantsRequest = exports.RemoveParticipantResponse = exports.RemoveParticipantRequest = exports.AddParticipantResponse = exports.AddParticipantRequest = exports.CallParticipantInternal = exports.GetParticipantsResponse = exports.DialogUpdateBase = exports.UpdateDialogRequest = exports.DialogStateResponse = void 0;
12
+ exports.discriminators = exports.AzureOpenAIDialogUpdate = exports.PowerVirtualAgentsDialog = exports.AzureOpenAIDialog = exports.RestHoldAudioCompleted = exports.RestHoldAudioResumed = exports.RestHoldAudioPaused = exports.RestHoldAudioStarted = exports.RestPlayResumed = exports.RestPlayPaused = exports.RestPlayStarted = exports.RestStartRecordingFailed = exports.RestMediaStreamingFailed = exports.RestMediaStreamingStarted = exports.RestMediaStreamingStopped = exports.RestConnectFailed = exports.RestIncomingCall = exports.RestHoldFailed = exports.RestAnswerFailed = exports.RestCreateCallFailed = exports.RestTranscriptionFailed = exports.RestTranscriptionUpdated = exports.RestTranscriptionStopped = exports.RestTranscriptionStarted = exports.RestCancelAddParticipantFailed = exports.RestCancelAddParticipantSucceeded = exports.RestSendDtmfTonesFailed = exports.RestSendDtmfTonesCompleted = exports.RestContinuousDtmfRecognitionStopped = exports.RestContinuousDtmfRecognitionToneFailed = exports.RestContinuousDtmfRecognitionToneReceived = exports.RestRecognizeCanceled = exports.RestRecognizeFailed = exports.RestRecognizeCompleted = exports.RestPlayCanceled = exports.RestPlayFailed = exports.RestPlayCompleted = exports.RestParticipantsUpdated = exports.RestRecordingStateChanged = exports.RestCallTransferFailed = exports.RestCallTransferAccepted = exports.RestCallDisconnected = exports.RestCallConnected = void 0;
13
13
  exports.CreateCallRequest = {
14
14
  type: {
15
15
  name: "Composite",
@@ -68,11 +68,25 @@ exports.CreateCallRequest = {
68
68
  className: "CallIntelligenceOptionsInternal",
69
69
  },
70
70
  },
71
+ teamsAppSource: {
72
+ serializedName: "teamsAppSource",
73
+ type: {
74
+ name: "Composite",
75
+ className: "MicrosoftTeamsAppIdentifierModel",
76
+ },
77
+ },
78
+ customCallingContext: {
79
+ serializedName: "customCallingContext",
80
+ type: {
81
+ name: "Composite",
82
+ className: "CustomCallingContextInternal",
83
+ },
84
+ },
71
85
  mediaStreamingOptions: {
72
86
  serializedName: "mediaStreamingOptions",
73
87
  type: {
74
88
  name: "Composite",
75
- className: "MediaStreamingOptionsInternal",
89
+ className: "MediaStreamingOptions",
76
90
  },
77
91
  },
78
92
  transcriptionOptions: {
@@ -82,13 +96,6 @@ exports.CreateCallRequest = {
82
96
  className: "TranscriptionOptionsInternal",
83
97
  },
84
98
  },
85
- teamsAppSource: {
86
- serializedName: "teamsAppSource",
87
- type: {
88
- name: "Composite",
89
- className: "MicrosoftTeamsAppIdentifierModel",
90
- },
91
- },
92
99
  },
93
100
  },
94
101
  };
@@ -283,19 +290,215 @@ exports.CallIntelligenceOptionsInternal = {
283
290
  name: "String",
284
291
  },
285
292
  },
293
+ backupCognitiveServicesEndpoint: {
294
+ serializedName: "backupCognitiveServicesEndpoint",
295
+ type: {
296
+ name: "String",
297
+ },
298
+ },
286
299
  },
287
300
  },
288
301
  };
289
- exports.MediaStreamingOptionsInternal = {
302
+ exports.CustomCallingContextInternal = {
290
303
  type: {
291
304
  name: "Composite",
292
- className: "MediaStreamingOptionsInternal",
293
- uberParent: "MediaStreamingOptionsInternal",
294
- polymorphicDiscriminator: {
295
- serializedName: "transportType",
296
- clientName: "transportType",
305
+ className: "CustomCallingContextInternal",
306
+ modelProperties: {
307
+ voipHeaders: {
308
+ serializedName: "voipHeaders",
309
+ type: {
310
+ name: "Dictionary",
311
+ value: { type: { name: "String" } },
312
+ },
313
+ },
314
+ sipHeaders: {
315
+ serializedName: "sipHeaders",
316
+ type: {
317
+ name: "Dictionary",
318
+ value: { type: { name: "String" } },
319
+ },
320
+ },
321
+ teamsPhoneCallDetails: {
322
+ serializedName: "teamsPhoneCallDetails",
323
+ type: {
324
+ name: "Composite",
325
+ className: "TeamsPhoneCallDetailsInternal",
326
+ },
327
+ },
328
+ },
329
+ },
330
+ };
331
+ exports.TeamsPhoneCallDetailsInternal = {
332
+ type: {
333
+ name: "Composite",
334
+ className: "TeamsPhoneCallDetailsInternal",
335
+ modelProperties: {
336
+ teamsPhoneCallerDetails: {
337
+ serializedName: "teamsPhoneCallerDetails",
338
+ type: {
339
+ name: "Composite",
340
+ className: "TeamsPhoneCallerDetailsInternal",
341
+ },
342
+ },
343
+ teamsPhoneSourceDetails: {
344
+ serializedName: "teamsPhoneSourceDetails",
345
+ type: {
346
+ name: "Composite",
347
+ className: "TeamsPhoneSourceDetailsInternal",
348
+ },
349
+ },
350
+ sessionId: {
351
+ serializedName: "sessionId",
352
+ type: {
353
+ name: "String",
354
+ },
355
+ },
356
+ intent: {
357
+ serializedName: "intent",
358
+ type: {
359
+ name: "String",
360
+ },
361
+ },
362
+ callTopic: {
363
+ serializedName: "callTopic",
364
+ type: {
365
+ name: "String",
366
+ },
367
+ },
368
+ callContext: {
369
+ serializedName: "callContext",
370
+ type: {
371
+ name: "String",
372
+ },
373
+ },
374
+ transcriptUrl: {
375
+ serializedName: "transcriptUrl",
376
+ type: {
377
+ name: "String",
378
+ },
379
+ },
380
+ callSentiment: {
381
+ serializedName: "callSentiment",
382
+ type: {
383
+ name: "String",
384
+ },
385
+ },
386
+ suggestedActions: {
387
+ serializedName: "suggestedActions",
388
+ type: {
389
+ name: "String",
390
+ },
391
+ },
392
+ },
393
+ },
394
+ };
395
+ exports.TeamsPhoneCallerDetailsInternal = {
396
+ type: {
397
+ name: "Composite",
398
+ className: "TeamsPhoneCallerDetailsInternal",
399
+ modelProperties: {
400
+ caller: {
401
+ serializedName: "caller",
402
+ type: {
403
+ name: "Composite",
404
+ className: "CommunicationIdentifierModel",
405
+ },
406
+ },
407
+ name: {
408
+ serializedName: "name",
409
+ required: true,
410
+ type: {
411
+ name: "String",
412
+ },
413
+ },
414
+ phoneNumber: {
415
+ serializedName: "phoneNumber",
416
+ required: true,
417
+ type: {
418
+ name: "String",
419
+ },
420
+ },
421
+ recordId: {
422
+ serializedName: "recordId",
423
+ type: {
424
+ name: "String",
425
+ },
426
+ },
427
+ screenPopUrl: {
428
+ serializedName: "screenPopUrl",
429
+ type: {
430
+ name: "String",
431
+ },
432
+ },
433
+ isAuthenticated: {
434
+ serializedName: "isAuthenticated",
435
+ type: {
436
+ name: "Boolean",
437
+ },
438
+ },
439
+ additionalCallerInformation: {
440
+ serializedName: "additionalCallerInformation",
441
+ type: {
442
+ name: "Dictionary",
443
+ value: { type: { name: "String" } },
444
+ },
445
+ },
446
+ },
447
+ },
448
+ };
449
+ exports.TeamsPhoneSourceDetailsInternal = {
450
+ type: {
451
+ name: "Composite",
452
+ className: "TeamsPhoneSourceDetailsInternal",
453
+ modelProperties: {
454
+ source: {
455
+ serializedName: "source",
456
+ type: {
457
+ name: "Composite",
458
+ className: "CommunicationIdentifierModel",
459
+ },
460
+ },
461
+ language: {
462
+ serializedName: "language",
463
+ required: true,
464
+ type: {
465
+ name: "String",
466
+ },
467
+ },
468
+ status: {
469
+ serializedName: "status",
470
+ required: true,
471
+ type: {
472
+ name: "String",
473
+ },
474
+ },
475
+ intendedTargets: {
476
+ serializedName: "intendedTargets",
477
+ type: {
478
+ name: "Dictionary",
479
+ value: {
480
+ type: {
481
+ name: "Composite",
482
+ className: "CommunicationIdentifierModel",
483
+ },
484
+ },
485
+ },
486
+ },
297
487
  },
488
+ },
489
+ };
490
+ exports.MediaStreamingOptions = {
491
+ type: {
492
+ name: "Composite",
493
+ className: "MediaStreamingOptions",
298
494
  modelProperties: {
495
+ transportUrl: {
496
+ serializedName: "transportUrl",
497
+ required: true,
498
+ type: {
499
+ name: "String",
500
+ },
501
+ },
299
502
  transportType: {
300
503
  serializedName: "transportType",
301
504
  required: true,
@@ -303,6 +506,13 @@ exports.MediaStreamingOptionsInternal = {
303
506
  name: "String",
304
507
  },
305
508
  },
509
+ contentType: {
510
+ serializedName: "contentType",
511
+ required: true,
512
+ type: {
513
+ name: "String",
514
+ },
515
+ },
306
516
  audioChannelType: {
307
517
  serializedName: "audioChannelType",
308
518
  required: true,
@@ -310,6 +520,24 @@ exports.MediaStreamingOptionsInternal = {
310
520
  name: "String",
311
521
  },
312
522
  },
523
+ startMediaStreaming: {
524
+ serializedName: "startMediaStreaming",
525
+ type: {
526
+ name: "Boolean",
527
+ },
528
+ },
529
+ enableBidirectional: {
530
+ serializedName: "enableBidirectional",
531
+ type: {
532
+ name: "Boolean",
533
+ },
534
+ },
535
+ audioFormat: {
536
+ serializedName: "audioFormat",
537
+ type: {
538
+ name: "String",
539
+ },
540
+ },
313
541
  },
314
542
  },
315
543
  };
@@ -317,12 +545,14 @@ exports.TranscriptionOptionsInternal = {
317
545
  type: {
318
546
  name: "Composite",
319
547
  className: "TranscriptionOptionsInternal",
320
- uberParent: "TranscriptionOptionsInternal",
321
- polymorphicDiscriminator: {
322
- serializedName: "transportType",
323
- clientName: "transportType",
324
- },
325
548
  modelProperties: {
549
+ transportUrl: {
550
+ serializedName: "transportUrl",
551
+ required: true,
552
+ type: {
553
+ name: "String",
554
+ },
555
+ },
326
556
  transportType: {
327
557
  serializedName: "transportType",
328
558
  required: true,
@@ -337,6 +567,25 @@ exports.TranscriptionOptionsInternal = {
337
567
  name: "String",
338
568
  },
339
569
  },
570
+ speechModelEndpointId: {
571
+ serializedName: "speechModelEndpointId",
572
+ type: {
573
+ name: "String",
574
+ },
575
+ },
576
+ startTranscription: {
577
+ serializedName: "startTranscription",
578
+ required: true,
579
+ type: {
580
+ name: "Boolean",
581
+ },
582
+ },
583
+ enableIntermediateResults: {
584
+ serializedName: "enableIntermediateResults",
585
+ type: {
586
+ name: "Boolean",
587
+ },
588
+ },
340
589
  },
341
590
  },
342
591
  };
@@ -414,6 +663,18 @@ exports.CallConnectionPropertiesInternal = {
414
663
  className: "CommunicationUserIdentifierModel",
415
664
  },
416
665
  },
666
+ mediaSubscriptionId: {
667
+ serializedName: "mediaSubscriptionId",
668
+ type: {
669
+ name: "String",
670
+ },
671
+ },
672
+ dataSubscriptionId: {
673
+ serializedName: "dataSubscriptionId",
674
+ type: {
675
+ name: "String",
676
+ },
677
+ },
417
678
  mediaStreamingSubscription: {
418
679
  serializedName: "mediaStreamingSubscription",
419
680
  type: {
@@ -497,12 +758,6 @@ exports.TranscriptionSubscription = {
497
758
  },
498
759
  },
499
760
  },
500
- locale: {
501
- serializedName: "locale",
502
- type: {
503
- name: "String",
504
- },
505
- },
506
761
  },
507
762
  },
508
763
  };
@@ -589,6 +844,13 @@ exports.AnswerCallRequest = {
589
844
  name: "String",
590
845
  },
591
846
  },
847
+ customCallingContext: {
848
+ serializedName: "customCallingContext",
849
+ type: {
850
+ name: "Composite",
851
+ className: "CustomCallingContextInternal",
852
+ },
853
+ },
592
854
  operationContext: {
593
855
  serializedName: "operationContext",
594
856
  type: {
@@ -613,7 +875,7 @@ exports.AnswerCallRequest = {
613
875
  serializedName: "mediaStreamingOptions",
614
876
  type: {
615
877
  name: "Composite",
616
- className: "MediaStreamingOptionsInternal",
878
+ className: "MediaStreamingOptions",
617
879
  },
618
880
  },
619
881
  transcriptionOptions: {
@@ -645,6 +907,13 @@ exports.RedirectCallRequest = {
645
907
  className: "CommunicationIdentifierModel",
646
908
  },
647
909
  },
910
+ customCallingContext: {
911
+ serializedName: "customCallingContext",
912
+ type: {
913
+ name: "Composite",
914
+ className: "CustomCallingContextInternal",
915
+ },
916
+ },
648
917
  },
649
918
  },
650
919
  };
@@ -705,7 +974,7 @@ exports.ConnectRequest = {
705
974
  serializedName: "mediaStreamingOptions",
706
975
  type: {
707
976
  name: "Composite",
708
- className: "MediaStreamingOptionsInternal",
977
+ className: "MediaStreamingOptions",
709
978
  },
710
979
  },
711
980
  transcriptionOptions: {
@@ -798,29 +1067,7 @@ exports.TransferToParticipantRequest = {
798
1067
  },
799
1068
  },
800
1069
  };
801
- exports.CustomCallingContextInternal = {
802
- type: {
803
- name: "Composite",
804
- className: "CustomCallingContextInternal",
805
- modelProperties: {
806
- voipHeaders: {
807
- serializedName: "voipHeaders",
808
- type: {
809
- name: "Dictionary",
810
- value: { type: { name: "String" } },
811
- },
812
- },
813
- sipHeaders: {
814
- serializedName: "sipHeaders",
815
- type: {
816
- name: "Dictionary",
817
- value: { type: { name: "String" } },
818
- },
819
- },
820
- },
821
- },
822
- };
823
- exports.TransferCallResponse = {
1070
+ exports.TransferCallResponse = {
824
1071
  type: {
825
1072
  name: "Composite",
826
1073
  className: "TransferCallResponse",
@@ -864,12 +1111,6 @@ exports.PlayRequest = {
864
1111
  },
865
1112
  },
866
1113
  },
867
- interruptCallMediaOperation: {
868
- serializedName: "interruptCallMediaOperation",
869
- type: {
870
- name: "Boolean",
871
- },
872
- },
873
1114
  playOptions: {
874
1115
  serializedName: "playOptions",
875
1116
  type: {
@@ -1021,6 +1262,18 @@ exports.PlayOptionsInternal = {
1021
1262
  name: "Boolean",
1022
1263
  },
1023
1264
  },
1265
+ interruptCallMediaOperation: {
1266
+ serializedName: "interruptCallMediaOperation",
1267
+ type: {
1268
+ name: "Boolean",
1269
+ },
1270
+ },
1271
+ interruptHoldAudio: {
1272
+ serializedName: "interruptHoldAudio",
1273
+ type: {
1274
+ name: "Boolean",
1275
+ },
1276
+ },
1024
1277
  },
1025
1278
  },
1026
1279
  };
@@ -1076,38 +1329,6 @@ exports.StopTranscriptionRequest = {
1076
1329
  },
1077
1330
  },
1078
1331
  };
1079
- exports.UpdateTranscriptionRequest = {
1080
- type: {
1081
- name: "Composite",
1082
- className: "UpdateTranscriptionRequest",
1083
- modelProperties: {
1084
- locale: {
1085
- serializedName: "locale",
1086
- type: {
1087
- name: "String",
1088
- },
1089
- },
1090
- speechModelEndpointId: {
1091
- serializedName: "speechModelEndpointId",
1092
- type: {
1093
- name: "String",
1094
- },
1095
- },
1096
- operationContext: {
1097
- serializedName: "operationContext",
1098
- type: {
1099
- name: "String",
1100
- },
1101
- },
1102
- operationCallbackUri: {
1103
- serializedName: "operationCallbackUri",
1104
- type: {
1105
- name: "String",
1106
- },
1107
- },
1108
- },
1109
- },
1110
- };
1111
1332
  exports.RecognizeRequest = {
1112
1333
  type: {
1113
1334
  name: "Composite",
@@ -1398,6 +1619,38 @@ exports.SendDtmfTonesResult = {
1398
1619
  },
1399
1620
  },
1400
1621
  };
1622
+ exports.UpdateTranscriptionRequest = {
1623
+ type: {
1624
+ name: "Composite",
1625
+ className: "UpdateTranscriptionRequest",
1626
+ modelProperties: {
1627
+ locale: {
1628
+ serializedName: "locale",
1629
+ type: {
1630
+ name: "String",
1631
+ },
1632
+ },
1633
+ speechModelEndpointId: {
1634
+ serializedName: "speechModelEndpointId",
1635
+ type: {
1636
+ name: "String",
1637
+ },
1638
+ },
1639
+ operationContext: {
1640
+ serializedName: "operationContext",
1641
+ type: {
1642
+ name: "String",
1643
+ },
1644
+ },
1645
+ operationCallbackUri: {
1646
+ serializedName: "operationCallbackUri",
1647
+ type: {
1648
+ name: "String",
1649
+ },
1650
+ },
1651
+ },
1652
+ },
1653
+ };
1401
1654
  exports.HoldRequest = {
1402
1655
  type: {
1403
1656
  name: "Composite",
@@ -1450,19 +1703,33 @@ exports.UnholdRequest = {
1450
1703
  name: "String",
1451
1704
  },
1452
1705
  },
1706
+ },
1707
+ },
1708
+ };
1709
+ exports.StartMediaStreamingRequest = {
1710
+ type: {
1711
+ name: "Composite",
1712
+ className: "StartMediaStreamingRequest",
1713
+ modelProperties: {
1453
1714
  operationCallbackUri: {
1454
1715
  serializedName: "operationCallbackUri",
1455
1716
  type: {
1456
1717
  name: "String",
1457
1718
  },
1458
1719
  },
1720
+ operationContext: {
1721
+ serializedName: "operationContext",
1722
+ type: {
1723
+ name: "String",
1724
+ },
1725
+ },
1459
1726
  },
1460
1727
  },
1461
1728
  };
1462
- exports.StartMediaStreamingRequest = {
1729
+ exports.StopMediaStreamingRequest = {
1463
1730
  type: {
1464
1731
  name: "Composite",
1465
- className: "StartMediaStreamingRequest",
1732
+ className: "StopMediaStreamingRequest",
1466
1733
  modelProperties: {
1467
1734
  operationCallbackUri: {
1468
1735
  serializedName: "operationCallbackUri",
@@ -1479,11 +1746,136 @@ exports.StartMediaStreamingRequest = {
1479
1746
  },
1480
1747
  },
1481
1748
  };
1482
- exports.StopMediaStreamingRequest = {
1749
+ exports.InterruptAudioAndAnnounceRequest = {
1483
1750
  type: {
1484
1751
  name: "Composite",
1485
- className: "StopMediaStreamingRequest",
1752
+ className: "InterruptAudioAndAnnounceRequest",
1753
+ modelProperties: {
1754
+ playSources: {
1755
+ serializedName: "playSources",
1756
+ required: true,
1757
+ type: {
1758
+ name: "Sequence",
1759
+ element: {
1760
+ type: {
1761
+ name: "Composite",
1762
+ className: "PlaySourceInternal",
1763
+ },
1764
+ },
1765
+ },
1766
+ },
1767
+ playTo: {
1768
+ serializedName: "playTo",
1769
+ type: {
1770
+ name: "Composite",
1771
+ className: "CommunicationIdentifierModel",
1772
+ },
1773
+ },
1774
+ operationContext: {
1775
+ serializedName: "operationContext",
1776
+ type: {
1777
+ name: "String",
1778
+ },
1779
+ },
1780
+ },
1781
+ },
1782
+ };
1783
+ exports.StartDialogRequest = {
1784
+ type: {
1785
+ name: "Composite",
1786
+ className: "StartDialogRequest",
1787
+ modelProperties: {
1788
+ dialog: {
1789
+ serializedName: "dialog",
1790
+ type: {
1791
+ name: "Composite",
1792
+ className: "BaseDialog",
1793
+ },
1794
+ },
1795
+ operationCallbackUri: {
1796
+ serializedName: "operationCallbackUri",
1797
+ type: {
1798
+ name: "String",
1799
+ },
1800
+ },
1801
+ operationContext: {
1802
+ serializedName: "operationContext",
1803
+ type: {
1804
+ name: "String",
1805
+ },
1806
+ },
1807
+ },
1808
+ },
1809
+ };
1810
+ exports.BaseDialog = {
1811
+ type: {
1812
+ name: "Composite",
1813
+ className: "BaseDialog",
1814
+ uberParent: "BaseDialog",
1815
+ polymorphicDiscriminator: {
1816
+ serializedName: "kind",
1817
+ clientName: "kind",
1818
+ },
1819
+ modelProperties: {
1820
+ kind: {
1821
+ serializedName: "kind",
1822
+ required: true,
1823
+ type: {
1824
+ name: "String",
1825
+ },
1826
+ },
1827
+ context: {
1828
+ serializedName: "context",
1829
+ required: true,
1830
+ type: {
1831
+ name: "Dictionary",
1832
+ value: {
1833
+ type: { name: "Dictionary", value: { type: { name: "any" } } },
1834
+ },
1835
+ },
1836
+ },
1837
+ },
1838
+ },
1839
+ };
1840
+ exports.DialogStateResponse = {
1841
+ type: {
1842
+ name: "Composite",
1843
+ className: "DialogStateResponse",
1844
+ modelProperties: {
1845
+ dialogId: {
1846
+ serializedName: "dialogId",
1847
+ type: {
1848
+ name: "String",
1849
+ },
1850
+ },
1851
+ dialog: {
1852
+ serializedName: "dialog",
1853
+ type: {
1854
+ name: "Composite",
1855
+ className: "BaseDialog",
1856
+ },
1857
+ },
1858
+ operationContext: {
1859
+ serializedName: "operationContext",
1860
+ type: {
1861
+ name: "String",
1862
+ },
1863
+ },
1864
+ },
1865
+ },
1866
+ };
1867
+ exports.UpdateDialogRequest = {
1868
+ type: {
1869
+ name: "Composite",
1870
+ className: "UpdateDialogRequest",
1486
1871
  modelProperties: {
1872
+ dialog: {
1873
+ serializedName: "dialog",
1874
+ type: {
1875
+ name: "Composite",
1876
+ className: "DialogUpdateBase",
1877
+ },
1878
+ },
1487
1879
  operationCallbackUri: {
1488
1880
  serializedName: "operationCallbackUri",
1489
1881
  type: {
@@ -1499,6 +1891,35 @@ exports.StopMediaStreamingRequest = {
1499
1891
  },
1500
1892
  },
1501
1893
  };
1894
+ exports.DialogUpdateBase = {
1895
+ type: {
1896
+ name: "Composite",
1897
+ className: "DialogUpdateBase",
1898
+ uberParent: "DialogUpdateBase",
1899
+ polymorphicDiscriminator: {
1900
+ serializedName: "kind",
1901
+ clientName: "kind",
1902
+ },
1903
+ modelProperties: {
1904
+ kind: {
1905
+ serializedName: "kind",
1906
+ required: true,
1907
+ type: {
1908
+ name: "String",
1909
+ },
1910
+ },
1911
+ context: {
1912
+ serializedName: "context",
1913
+ type: {
1914
+ name: "Dictionary",
1915
+ value: {
1916
+ type: { name: "Dictionary", value: { type: { name: "any" } } },
1917
+ },
1918
+ },
1919
+ },
1920
+ },
1921
+ },
1922
+ };
1502
1923
  exports.GetParticipantsResponse = {
1503
1924
  type: {
1504
1925
  name: "Composite",
@@ -1719,16 +2140,22 @@ exports.MuteParticipantsResult = {
1719
2140
  },
1720
2141
  },
1721
2142
  };
1722
- exports.CancelAddParticipantRequest = {
2143
+ exports.UnmuteParticipantsRequest = {
1723
2144
  type: {
1724
2145
  name: "Composite",
1725
- className: "CancelAddParticipantRequest",
2146
+ className: "UnmuteParticipantsRequest",
1726
2147
  modelProperties: {
1727
- invitationId: {
1728
- serializedName: "invitationId",
2148
+ targetParticipants: {
2149
+ serializedName: "targetParticipants",
1729
2150
  required: true,
1730
2151
  type: {
1731
- name: "String",
2152
+ name: "Sequence",
2153
+ element: {
2154
+ type: {
2155
+ name: "Composite",
2156
+ className: "CommunicationIdentifierModel",
2157
+ },
2158
+ },
1732
2159
  },
1733
2160
  },
1734
2161
  operationContext: {
@@ -1737,8 +2164,43 @@ exports.CancelAddParticipantRequest = {
1737
2164
  name: "String",
1738
2165
  },
1739
2166
  },
1740
- operationCallbackUri: {
1741
- serializedName: "operationCallbackUri",
2167
+ },
2168
+ },
2169
+ };
2170
+ exports.UnmuteParticipantsResponse = {
2171
+ type: {
2172
+ name: "Composite",
2173
+ className: "UnmuteParticipantsResponse",
2174
+ modelProperties: {
2175
+ operationContext: {
2176
+ serializedName: "operationContext",
2177
+ type: {
2178
+ name: "String",
2179
+ },
2180
+ },
2181
+ },
2182
+ },
2183
+ };
2184
+ exports.CancelAddParticipantRequest = {
2185
+ type: {
2186
+ name: "Composite",
2187
+ className: "CancelAddParticipantRequest",
2188
+ modelProperties: {
2189
+ invitationId: {
2190
+ serializedName: "invitationId",
2191
+ required: true,
2192
+ type: {
2193
+ name: "String",
2194
+ },
2195
+ },
2196
+ operationContext: {
2197
+ serializedName: "operationContext",
2198
+ type: {
2199
+ name: "String",
2200
+ },
2201
+ },
2202
+ operationCallbackUri: {
2203
+ serializedName: "operationCallbackUri",
1742
2204
  type: {
1743
2205
  name: "String",
1744
2206
  },
@@ -1766,6 +2228,78 @@ exports.CancelAddParticipantResponse = {
1766
2228
  },
1767
2229
  },
1768
2230
  };
2231
+ exports.MoveParticipantsRequest = {
2232
+ type: {
2233
+ name: "Composite",
2234
+ className: "MoveParticipantsRequest",
2235
+ modelProperties: {
2236
+ targetParticipants: {
2237
+ serializedName: "targetParticipants",
2238
+ required: true,
2239
+ type: {
2240
+ name: "Sequence",
2241
+ element: {
2242
+ type: {
2243
+ name: "Composite",
2244
+ className: "CommunicationIdentifierModel",
2245
+ },
2246
+ },
2247
+ },
2248
+ },
2249
+ operationContext: {
2250
+ serializedName: "operationContext",
2251
+ type: {
2252
+ name: "String",
2253
+ },
2254
+ },
2255
+ operationCallbackUri: {
2256
+ serializedName: "operationCallbackUri",
2257
+ type: {
2258
+ name: "String",
2259
+ },
2260
+ },
2261
+ fromCall: {
2262
+ serializedName: "fromCall",
2263
+ required: true,
2264
+ type: {
2265
+ name: "String",
2266
+ },
2267
+ },
2268
+ },
2269
+ },
2270
+ };
2271
+ exports.MoveParticipantsResponse = {
2272
+ type: {
2273
+ name: "Composite",
2274
+ className: "MoveParticipantsResponse",
2275
+ modelProperties: {
2276
+ participants: {
2277
+ serializedName: "participants",
2278
+ type: {
2279
+ name: "Sequence",
2280
+ element: {
2281
+ type: {
2282
+ name: "Composite",
2283
+ className: "CallParticipantInternal",
2284
+ },
2285
+ },
2286
+ },
2287
+ },
2288
+ operationContext: {
2289
+ serializedName: "operationContext",
2290
+ type: {
2291
+ name: "String",
2292
+ },
2293
+ },
2294
+ fromCall: {
2295
+ serializedName: "fromCall",
2296
+ type: {
2297
+ name: "String",
2298
+ },
2299
+ },
2300
+ },
2301
+ },
2302
+ };
1769
2303
  exports.StartCallRecordingRequest = {
1770
2304
  type: {
1771
2305
  name: "Composite",
@@ -1845,6 +2379,13 @@ exports.StartCallRecordingRequest = {
1845
2379
  className: "RecordingStorage",
1846
2380
  },
1847
2381
  },
2382
+ postProcessingOptions: {
2383
+ serializedName: "postProcessingOptions",
2384
+ type: {
2385
+ name: "Composite",
2386
+ className: "PostProcessingOptions",
2387
+ },
2388
+ },
1848
2389
  },
1849
2390
  },
1850
2391
  };
@@ -1894,6 +2435,64 @@ exports.RecordingStorage = {
1894
2435
  },
1895
2436
  },
1896
2437
  };
2438
+ exports.PostProcessingOptions = {
2439
+ type: {
2440
+ name: "Composite",
2441
+ className: "PostProcessingOptions",
2442
+ modelProperties: {
2443
+ cognitiveServicesEndpoint: {
2444
+ serializedName: "cognitiveServicesEndpoint",
2445
+ type: {
2446
+ name: "String",
2447
+ },
2448
+ },
2449
+ transcription: {
2450
+ serializedName: "transcription",
2451
+ type: {
2452
+ name: "Composite",
2453
+ className: "Transcription",
2454
+ },
2455
+ },
2456
+ summarization: {
2457
+ serializedName: "summarization",
2458
+ type: {
2459
+ name: "Composite",
2460
+ className: "Summarization",
2461
+ },
2462
+ },
2463
+ },
2464
+ },
2465
+ };
2466
+ exports.Transcription = {
2467
+ type: {
2468
+ name: "Composite",
2469
+ className: "Transcription",
2470
+ modelProperties: {
2471
+ enableTranscription: {
2472
+ serializedName: "enableTranscription",
2473
+ required: true,
2474
+ type: {
2475
+ name: "Boolean",
2476
+ },
2477
+ },
2478
+ },
2479
+ },
2480
+ };
2481
+ exports.Summarization = {
2482
+ type: {
2483
+ name: "Composite",
2484
+ className: "Summarization",
2485
+ modelProperties: {
2486
+ enableSummarization: {
2487
+ serializedName: "enableSummarization",
2488
+ required: true,
2489
+ type: {
2490
+ name: "Boolean",
2491
+ },
2492
+ },
2493
+ },
2494
+ },
2495
+ };
1897
2496
  exports.RecordingStateResponse = {
1898
2497
  type: {
1899
2498
  name: "Composite",
@@ -1920,82 +2519,1087 @@ exports.RecordingStateResponse = {
1920
2519
  },
1921
2520
  },
1922
2521
  };
1923
- exports.AddParticipantFailed = {
2522
+ exports.RecordingResultResponse = {
1924
2523
  type: {
1925
2524
  name: "Composite",
1926
- className: "AddParticipantFailed",
2525
+ className: "RecordingResultResponse",
1927
2526
  modelProperties: {
1928
- callConnectionId: {
1929
- serializedName: "callConnectionId",
2527
+ recordingId: {
2528
+ serializedName: "recordingId",
2529
+ readOnly: true,
1930
2530
  type: {
1931
2531
  name: "String",
1932
2532
  },
1933
2533
  },
1934
- serverCallId: {
1935
- serializedName: "serverCallId",
2534
+ recordingStorageInfo: {
2535
+ serializedName: "recordingStorageInfo",
2536
+ type: {
2537
+ name: "Composite",
2538
+ className: "RecordingStorageInfo",
2539
+ },
2540
+ },
2541
+ errors: {
2542
+ serializedName: "errors",
2543
+ readOnly: true,
2544
+ type: {
2545
+ name: "Sequence",
2546
+ element: {
2547
+ type: {
2548
+ name: "Composite",
2549
+ className: "ErrorModel",
2550
+ },
2551
+ },
2552
+ },
2553
+ },
2554
+ recordingStartTime: {
2555
+ serializedName: "recordingStartTime",
2556
+ readOnly: true,
2557
+ type: {
2558
+ name: "DateTime",
2559
+ },
2560
+ },
2561
+ recordingDurationMs: {
2562
+ serializedName: "recordingDurationMs",
2563
+ readOnly: true,
2564
+ type: {
2565
+ name: "Number",
2566
+ },
2567
+ },
2568
+ sessionEndReason: {
2569
+ serializedName: "sessionEndReason",
2570
+ readOnly: true,
1936
2571
  type: {
1937
2572
  name: "String",
1938
2573
  },
1939
2574
  },
1940
- correlationId: {
1941
- serializedName: "correlationId",
2575
+ recordingExpirationTime: {
2576
+ serializedName: "recordingExpirationTime",
2577
+ readOnly: true,
2578
+ type: {
2579
+ name: "DateTime",
2580
+ },
2581
+ },
2582
+ },
2583
+ },
2584
+ };
2585
+ exports.RecordingStorageInfo = {
2586
+ type: {
2587
+ name: "Composite",
2588
+ className: "RecordingStorageInfo",
2589
+ modelProperties: {
2590
+ recordingChunks: {
2591
+ serializedName: "recordingChunks",
2592
+ type: {
2593
+ name: "Sequence",
2594
+ element: {
2595
+ type: {
2596
+ name: "Composite",
2597
+ className: "RecordingChunkStorageInfo",
2598
+ },
2599
+ },
2600
+ },
2601
+ },
2602
+ },
2603
+ },
2604
+ };
2605
+ exports.RecordingChunkStorageInfo = {
2606
+ type: {
2607
+ name: "Composite",
2608
+ className: "RecordingChunkStorageInfo",
2609
+ modelProperties: {
2610
+ documentId: {
2611
+ serializedName: "documentId",
1942
2612
  type: {
1943
2613
  name: "String",
1944
2614
  },
1945
2615
  },
1946
- operationContext: {
1947
- serializedName: "operationContext",
2616
+ index: {
2617
+ serializedName: "index",
2618
+ type: {
2619
+ name: "Number",
2620
+ },
2621
+ },
2622
+ endReason: {
2623
+ serializedName: "endReason",
1948
2624
  type: {
1949
2625
  name: "String",
1950
2626
  },
1951
2627
  },
1952
- resultInformation: {
1953
- serializedName: "resultInformation",
2628
+ contentLocation: {
2629
+ serializedName: "contentLocation",
1954
2630
  type: {
1955
- name: "Composite",
1956
- className: "ResultInformation",
2631
+ name: "String",
1957
2632
  },
1958
2633
  },
1959
- participant: {
1960
- serializedName: "participant",
2634
+ metadataLocation: {
2635
+ serializedName: "metadataLocation",
1961
2636
  type: {
1962
- name: "Composite",
1963
- className: "CommunicationIdentifierModel",
2637
+ name: "String",
2638
+ },
2639
+ },
2640
+ deleteLocation: {
2641
+ serializedName: "deleteLocation",
2642
+ type: {
2643
+ name: "String",
1964
2644
  },
1965
2645
  },
1966
2646
  },
1967
2647
  },
1968
2648
  };
1969
- exports.ResultInformation = {
2649
+ exports.ErrorModel = {
1970
2650
  type: {
1971
2651
  name: "Composite",
1972
- className: "ResultInformation",
2652
+ className: "ErrorModel",
1973
2653
  modelProperties: {
1974
2654
  code: {
1975
2655
  serializedName: "code",
1976
2656
  type: {
1977
- name: "Number",
2657
+ name: "String",
1978
2658
  },
1979
2659
  },
1980
- subCode: {
1981
- serializedName: "subCode",
2660
+ message: {
2661
+ serializedName: "message",
2662
+ type: {
2663
+ name: "String",
2664
+ },
2665
+ },
2666
+ innerError: {
2667
+ serializedName: "innerError",
2668
+ type: {
2669
+ name: "Composite",
2670
+ className: "ErrorModel",
2671
+ },
2672
+ },
2673
+ },
2674
+ },
2675
+ };
2676
+ exports.DtmfResult = {
2677
+ type: {
2678
+ name: "Composite",
2679
+ className: "DtmfResult",
2680
+ modelProperties: {
2681
+ tones: {
2682
+ serializedName: "tones",
2683
+ readOnly: true,
2684
+ type: {
2685
+ name: "Sequence",
2686
+ element: {
2687
+ type: {
2688
+ name: "String",
2689
+ },
2690
+ },
2691
+ },
2692
+ },
2693
+ },
2694
+ },
2695
+ };
2696
+ exports.ChoiceResult = {
2697
+ type: {
2698
+ name: "Composite",
2699
+ className: "ChoiceResult",
2700
+ modelProperties: {
2701
+ label: {
2702
+ serializedName: "label",
2703
+ type: {
2704
+ name: "String",
2705
+ },
2706
+ },
2707
+ recognizedPhrase: {
2708
+ serializedName: "recognizedPhrase",
2709
+ type: {
2710
+ name: "String",
2711
+ },
2712
+ },
2713
+ },
2714
+ },
2715
+ };
2716
+ exports.SpeechResult = {
2717
+ type: {
2718
+ name: "Composite",
2719
+ className: "SpeechResult",
2720
+ modelProperties: {
2721
+ speech: {
2722
+ serializedName: "speech",
2723
+ type: {
2724
+ name: "String",
2725
+ },
2726
+ },
2727
+ confidence: {
2728
+ serializedName: "confidence",
2729
+ type: {
2730
+ name: "Number",
2731
+ },
2732
+ },
2733
+ },
2734
+ },
2735
+ };
2736
+ exports.DialogCompleted = {
2737
+ type: {
2738
+ name: "Composite",
2739
+ className: "DialogCompleted",
2740
+ modelProperties: {
2741
+ dialogInputType: {
2742
+ serializedName: "dialogInputType",
2743
+ type: {
2744
+ name: "String",
2745
+ },
2746
+ },
2747
+ dialogId: {
2748
+ serializedName: "dialogId",
2749
+ readOnly: true,
2750
+ type: {
2751
+ name: "String",
2752
+ },
2753
+ },
2754
+ callConnectionId: {
2755
+ serializedName: "callConnectionId",
2756
+ type: {
2757
+ name: "String",
2758
+ },
2759
+ },
2760
+ serverCallId: {
2761
+ serializedName: "serverCallId",
2762
+ type: {
2763
+ name: "String",
2764
+ },
2765
+ },
2766
+ correlationId: {
2767
+ serializedName: "correlationId",
2768
+ type: {
2769
+ name: "String",
2770
+ },
2771
+ },
2772
+ operationContext: {
2773
+ serializedName: "operationContext",
2774
+ type: {
2775
+ name: "String",
2776
+ },
2777
+ },
2778
+ resultInformation: {
2779
+ serializedName: "resultInformation",
2780
+ type: {
2781
+ name: "Composite",
2782
+ className: "RestResultInformation",
2783
+ },
2784
+ },
2785
+ },
2786
+ },
2787
+ };
2788
+ exports.RestResultInformation = {
2789
+ type: {
2790
+ name: "Composite",
2791
+ className: "RestResultInformation",
2792
+ modelProperties: {
2793
+ code: {
2794
+ serializedName: "code",
2795
+ type: {
2796
+ name: "Number",
2797
+ },
2798
+ },
2799
+ subCode: {
2800
+ serializedName: "subCode",
2801
+ type: {
2802
+ name: "Number",
2803
+ },
2804
+ },
2805
+ message: {
2806
+ serializedName: "message",
2807
+ type: {
2808
+ name: "String",
2809
+ },
2810
+ },
2811
+ },
2812
+ },
2813
+ };
2814
+ exports.DialogFailed = {
2815
+ type: {
2816
+ name: "Composite",
2817
+ className: "DialogFailed",
2818
+ modelProperties: {
2819
+ dialogInputType: {
2820
+ serializedName: "dialogInputType",
2821
+ type: {
2822
+ name: "String",
2823
+ },
2824
+ },
2825
+ dialogId: {
2826
+ serializedName: "dialogId",
2827
+ readOnly: true,
2828
+ type: {
2829
+ name: "String",
2830
+ },
2831
+ },
2832
+ callConnectionId: {
2833
+ serializedName: "callConnectionId",
2834
+ type: {
2835
+ name: "String",
2836
+ },
2837
+ },
2838
+ serverCallId: {
2839
+ serializedName: "serverCallId",
2840
+ type: {
2841
+ name: "String",
2842
+ },
2843
+ },
2844
+ correlationId: {
2845
+ serializedName: "correlationId",
2846
+ type: {
2847
+ name: "String",
2848
+ },
2849
+ },
2850
+ operationContext: {
2851
+ serializedName: "operationContext",
2852
+ type: {
2853
+ name: "String",
2854
+ },
2855
+ },
2856
+ resultInformation: {
2857
+ serializedName: "resultInformation",
2858
+ type: {
2859
+ name: "Composite",
2860
+ className: "RestResultInformation",
2861
+ },
2862
+ },
2863
+ },
2864
+ },
2865
+ };
2866
+ exports.DialogConsent = {
2867
+ type: {
2868
+ name: "Composite",
2869
+ className: "DialogConsent",
2870
+ modelProperties: {
2871
+ dialogInputType: {
2872
+ serializedName: "dialogInputType",
2873
+ type: {
2874
+ name: "String",
2875
+ },
2876
+ },
2877
+ userConsent: {
2878
+ serializedName: "userConsent",
2879
+ type: {
2880
+ name: "Composite",
2881
+ className: "UserConsent",
2882
+ },
2883
+ },
2884
+ dialogId: {
2885
+ serializedName: "dialogId",
2886
+ readOnly: true,
2887
+ type: {
2888
+ name: "String",
2889
+ },
2890
+ },
2891
+ callConnectionId: {
2892
+ serializedName: "callConnectionId",
2893
+ type: {
2894
+ name: "String",
2895
+ },
2896
+ },
2897
+ serverCallId: {
2898
+ serializedName: "serverCallId",
2899
+ type: {
2900
+ name: "String",
2901
+ },
2902
+ },
2903
+ correlationId: {
2904
+ serializedName: "correlationId",
2905
+ type: {
2906
+ name: "String",
2907
+ },
2908
+ },
2909
+ operationContext: {
2910
+ serializedName: "operationContext",
2911
+ type: {
2912
+ name: "String",
2913
+ },
2914
+ },
2915
+ resultInformation: {
2916
+ serializedName: "resultInformation",
2917
+ type: {
2918
+ name: "Composite",
2919
+ className: "RestResultInformation",
2920
+ },
2921
+ },
2922
+ },
2923
+ },
2924
+ };
2925
+ exports.UserConsent = {
2926
+ type: {
2927
+ name: "Composite",
2928
+ className: "UserConsent",
2929
+ modelProperties: {
2930
+ recording: {
2931
+ serializedName: "recording",
2932
+ type: {
2933
+ name: "Number",
2934
+ },
2935
+ },
2936
+ },
2937
+ },
2938
+ };
2939
+ exports.DialogStarted = {
2940
+ type: {
2941
+ name: "Composite",
2942
+ className: "DialogStarted",
2943
+ modelProperties: {
2944
+ dialogInputType: {
2945
+ serializedName: "dialogInputType",
2946
+ type: {
2947
+ name: "String",
2948
+ },
2949
+ },
2950
+ dialogId: {
2951
+ serializedName: "dialogId",
2952
+ readOnly: true,
2953
+ type: {
2954
+ name: "String",
2955
+ },
2956
+ },
2957
+ callConnectionId: {
2958
+ serializedName: "callConnectionId",
2959
+ type: {
2960
+ name: "String",
2961
+ },
2962
+ },
2963
+ serverCallId: {
2964
+ serializedName: "serverCallId",
2965
+ type: {
2966
+ name: "String",
2967
+ },
2968
+ },
2969
+ correlationId: {
2970
+ serializedName: "correlationId",
2971
+ type: {
2972
+ name: "String",
2973
+ },
2974
+ },
2975
+ operationContext: {
2976
+ serializedName: "operationContext",
2977
+ type: {
2978
+ name: "String",
2979
+ },
2980
+ },
2981
+ resultInformation: {
2982
+ serializedName: "resultInformation",
2983
+ type: {
2984
+ name: "Composite",
2985
+ className: "RestResultInformation",
2986
+ },
2987
+ },
2988
+ },
2989
+ },
2990
+ };
2991
+ exports.DialogHangup = {
2992
+ type: {
2993
+ name: "Composite",
2994
+ className: "DialogHangup",
2995
+ modelProperties: {
2996
+ dialogInputType: {
2997
+ serializedName: "dialogInputType",
2998
+ type: {
2999
+ name: "String",
3000
+ },
3001
+ },
3002
+ dialogId: {
3003
+ serializedName: "dialogId",
3004
+ readOnly: true,
3005
+ type: {
3006
+ name: "String",
3007
+ },
3008
+ },
3009
+ ivrContext: {
3010
+ serializedName: "ivrContext",
3011
+ readOnly: true,
3012
+ type: {
3013
+ name: "Dictionary",
3014
+ value: { type: { name: "any" } },
3015
+ },
3016
+ },
3017
+ callConnectionId: {
3018
+ serializedName: "callConnectionId",
3019
+ type: {
3020
+ name: "String",
3021
+ },
3022
+ },
3023
+ serverCallId: {
3024
+ serializedName: "serverCallId",
3025
+ type: {
3026
+ name: "String",
3027
+ },
3028
+ },
3029
+ correlationId: {
3030
+ serializedName: "correlationId",
3031
+ type: {
3032
+ name: "String",
3033
+ },
3034
+ },
3035
+ operationContext: {
3036
+ serializedName: "operationContext",
3037
+ type: {
3038
+ name: "String",
3039
+ },
3040
+ },
3041
+ resultInformation: {
3042
+ serializedName: "resultInformation",
3043
+ type: {
3044
+ name: "Composite",
3045
+ className: "RestResultInformation",
3046
+ },
3047
+ },
3048
+ },
3049
+ },
3050
+ };
3051
+ exports.DialogTransfer = {
3052
+ type: {
3053
+ name: "Composite",
3054
+ className: "DialogTransfer",
3055
+ modelProperties: {
3056
+ dialogInputType: {
3057
+ serializedName: "dialogInputType",
3058
+ type: {
3059
+ name: "String",
3060
+ },
3061
+ },
3062
+ dialogId: {
3063
+ serializedName: "dialogId",
3064
+ readOnly: true,
3065
+ type: {
3066
+ name: "String",
3067
+ },
3068
+ },
3069
+ transferType: {
3070
+ serializedName: "transferType",
3071
+ readOnly: true,
3072
+ type: {
3073
+ name: "String",
3074
+ },
3075
+ },
3076
+ transferDestination: {
3077
+ serializedName: "transferDestination",
3078
+ readOnly: true,
3079
+ type: {
3080
+ name: "String",
3081
+ },
3082
+ },
3083
+ ivrContext: {
3084
+ serializedName: "ivrContext",
3085
+ readOnly: true,
3086
+ type: {
3087
+ name: "Dictionary",
3088
+ value: { type: { name: "any" } },
3089
+ },
3090
+ },
3091
+ callConnectionId: {
3092
+ serializedName: "callConnectionId",
3093
+ type: {
3094
+ name: "String",
3095
+ },
3096
+ },
3097
+ serverCallId: {
3098
+ serializedName: "serverCallId",
3099
+ type: {
3100
+ name: "String",
3101
+ },
3102
+ },
3103
+ correlationId: {
3104
+ serializedName: "correlationId",
3105
+ type: {
3106
+ name: "String",
3107
+ },
3108
+ },
3109
+ operationContext: {
3110
+ serializedName: "operationContext",
3111
+ type: {
3112
+ name: "String",
3113
+ },
3114
+ },
3115
+ resultInformation: {
3116
+ serializedName: "resultInformation",
3117
+ type: {
3118
+ name: "Composite",
3119
+ className: "RestResultInformation",
3120
+ },
3121
+ },
3122
+ },
3123
+ },
3124
+ };
3125
+ exports.DialogLanguageChange = {
3126
+ type: {
3127
+ name: "Composite",
3128
+ className: "DialogLanguageChange",
3129
+ modelProperties: {
3130
+ dialogInputType: {
3131
+ serializedName: "dialogInputType",
3132
+ type: {
3133
+ name: "String",
3134
+ },
3135
+ },
3136
+ dialogId: {
3137
+ serializedName: "dialogId",
3138
+ readOnly: true,
3139
+ type: {
3140
+ name: "String",
3141
+ },
3142
+ },
3143
+ selectedLanguage: {
3144
+ serializedName: "selectedLanguage",
3145
+ readOnly: true,
3146
+ type: {
3147
+ name: "String",
3148
+ },
3149
+ },
3150
+ ivrContext: {
3151
+ serializedName: "ivrContext",
3152
+ readOnly: true,
3153
+ type: {
3154
+ name: "Dictionary",
3155
+ value: { type: { name: "any" } },
3156
+ },
3157
+ },
3158
+ callConnectionId: {
3159
+ serializedName: "callConnectionId",
3160
+ type: {
3161
+ name: "String",
3162
+ },
3163
+ },
3164
+ serverCallId: {
3165
+ serializedName: "serverCallId",
3166
+ type: {
3167
+ name: "String",
3168
+ },
3169
+ },
3170
+ correlationId: {
3171
+ serializedName: "correlationId",
3172
+ type: {
3173
+ name: "String",
3174
+ },
3175
+ },
3176
+ operationContext: {
3177
+ serializedName: "operationContext",
3178
+ type: {
3179
+ name: "String",
3180
+ },
3181
+ },
3182
+ resultInformation: {
3183
+ serializedName: "resultInformation",
3184
+ type: {
3185
+ name: "Composite",
3186
+ className: "RestResultInformation",
3187
+ },
3188
+ },
3189
+ },
3190
+ },
3191
+ };
3192
+ exports.DialogSensitivityUpdate = {
3193
+ type: {
3194
+ name: "Composite",
3195
+ className: "DialogSensitivityUpdate",
3196
+ modelProperties: {
3197
+ dialogInputType: {
3198
+ serializedName: "dialogInputType",
3199
+ type: {
3200
+ name: "String",
3201
+ },
3202
+ },
3203
+ dialogId: {
3204
+ serializedName: "dialogId",
3205
+ readOnly: true,
3206
+ type: {
3207
+ name: "String",
3208
+ },
3209
+ },
3210
+ sensitiveMask: {
3211
+ serializedName: "sensitiveMask",
3212
+ readOnly: true,
3213
+ type: {
3214
+ name: "Boolean",
3215
+ },
3216
+ },
3217
+ callConnectionId: {
3218
+ serializedName: "callConnectionId",
3219
+ type: {
3220
+ name: "String",
3221
+ },
3222
+ },
3223
+ serverCallId: {
3224
+ serializedName: "serverCallId",
3225
+ type: {
3226
+ name: "String",
3227
+ },
3228
+ },
3229
+ correlationId: {
3230
+ serializedName: "correlationId",
3231
+ type: {
3232
+ name: "String",
3233
+ },
3234
+ },
3235
+ operationContext: {
3236
+ serializedName: "operationContext",
3237
+ type: {
3238
+ name: "String",
3239
+ },
3240
+ },
3241
+ resultInformation: {
3242
+ serializedName: "resultInformation",
3243
+ type: {
3244
+ name: "Composite",
3245
+ className: "RestResultInformation",
3246
+ },
3247
+ },
3248
+ },
3249
+ },
3250
+ };
3251
+ exports.DialogUpdated = {
3252
+ type: {
3253
+ name: "Composite",
3254
+ className: "DialogUpdated",
3255
+ modelProperties: {
3256
+ dialogInputType: {
3257
+ serializedName: "dialogInputType",
3258
+ type: {
3259
+ name: "String",
3260
+ },
3261
+ },
3262
+ dialogId: {
3263
+ serializedName: "dialogId",
3264
+ readOnly: true,
3265
+ type: {
3266
+ name: "String",
3267
+ },
3268
+ },
3269
+ ivrContext: {
3270
+ serializedName: "ivrContext",
3271
+ readOnly: true,
3272
+ type: {
3273
+ name: "Dictionary",
3274
+ value: { type: { name: "any" } },
3275
+ },
3276
+ },
3277
+ callConnectionId: {
3278
+ serializedName: "callConnectionId",
3279
+ type: {
3280
+ name: "String",
3281
+ },
3282
+ },
3283
+ serverCallId: {
3284
+ serializedName: "serverCallId",
3285
+ type: {
3286
+ name: "String",
3287
+ },
3288
+ },
3289
+ correlationId: {
3290
+ serializedName: "correlationId",
3291
+ type: {
3292
+ name: "String",
3293
+ },
3294
+ },
3295
+ operationContext: {
3296
+ serializedName: "operationContext",
3297
+ type: {
3298
+ name: "String",
3299
+ },
3300
+ },
3301
+ resultInformation: {
3302
+ serializedName: "resultInformation",
3303
+ type: {
3304
+ name: "Composite",
3305
+ className: "RestResultInformation",
3306
+ },
3307
+ },
3308
+ },
3309
+ },
3310
+ };
3311
+ exports.TranscriptionUpdate = {
3312
+ type: {
3313
+ name: "Composite",
3314
+ className: "TranscriptionUpdate",
3315
+ modelProperties: {
3316
+ transcriptionStatus: {
3317
+ serializedName: "transcriptionStatus",
3318
+ type: {
3319
+ name: "String",
3320
+ },
3321
+ },
3322
+ transcriptionStatusDetails: {
3323
+ serializedName: "transcriptionStatusDetails",
3324
+ type: {
3325
+ name: "String",
3326
+ },
3327
+ },
3328
+ },
3329
+ },
3330
+ };
3331
+ exports.MediaStreamingUpdate = {
3332
+ type: {
3333
+ name: "Composite",
3334
+ className: "MediaStreamingUpdate",
3335
+ modelProperties: {
3336
+ contentType: {
3337
+ serializedName: "contentType",
3338
+ type: {
3339
+ name: "String",
3340
+ },
3341
+ },
3342
+ mediaStreamingStatus: {
3343
+ serializedName: "mediaStreamingStatus",
3344
+ type: {
3345
+ name: "String",
3346
+ },
3347
+ },
3348
+ mediaStreamingStatusDetails: {
3349
+ serializedName: "mediaStreamingStatusDetails",
3350
+ type: {
3351
+ name: "String",
3352
+ },
3353
+ },
3354
+ },
3355
+ },
3356
+ };
3357
+ exports.RestAddParticipantSucceeded = {
3358
+ type: {
3359
+ name: "Composite",
3360
+ className: "RestAddParticipantSucceeded",
3361
+ modelProperties: {
3362
+ callConnectionId: {
3363
+ serializedName: "callConnectionId",
3364
+ type: {
3365
+ name: "String",
3366
+ },
3367
+ },
3368
+ serverCallId: {
3369
+ serializedName: "serverCallId",
3370
+ type: {
3371
+ name: "String",
3372
+ },
3373
+ },
3374
+ correlationId: {
3375
+ serializedName: "correlationId",
3376
+ type: {
3377
+ name: "String",
3378
+ },
3379
+ },
3380
+ operationContext: {
3381
+ serializedName: "operationContext",
3382
+ type: {
3383
+ name: "String",
3384
+ },
3385
+ },
3386
+ resultInformation: {
3387
+ serializedName: "resultInformation",
3388
+ type: {
3389
+ name: "Composite",
3390
+ className: "RestResultInformation",
3391
+ },
3392
+ },
3393
+ participant: {
3394
+ serializedName: "participant",
3395
+ type: {
3396
+ name: "Composite",
3397
+ className: "CommunicationIdentifierModel",
3398
+ },
3399
+ },
3400
+ },
3401
+ },
3402
+ };
3403
+ exports.RestAddParticipantFailed = {
3404
+ type: {
3405
+ name: "Composite",
3406
+ className: "RestAddParticipantFailed",
3407
+ modelProperties: {
3408
+ callConnectionId: {
3409
+ serializedName: "callConnectionId",
3410
+ type: {
3411
+ name: "String",
3412
+ },
3413
+ },
3414
+ serverCallId: {
3415
+ serializedName: "serverCallId",
3416
+ type: {
3417
+ name: "String",
3418
+ },
3419
+ },
3420
+ correlationId: {
3421
+ serializedName: "correlationId",
3422
+ type: {
3423
+ name: "String",
3424
+ },
3425
+ },
3426
+ operationContext: {
3427
+ serializedName: "operationContext",
3428
+ type: {
3429
+ name: "String",
3430
+ },
3431
+ },
3432
+ resultInformation: {
3433
+ serializedName: "resultInformation",
3434
+ type: {
3435
+ name: "Composite",
3436
+ className: "RestResultInformation",
3437
+ },
3438
+ },
3439
+ participant: {
3440
+ serializedName: "participant",
3441
+ type: {
3442
+ name: "Composite",
3443
+ className: "CommunicationIdentifierModel",
3444
+ },
3445
+ },
3446
+ },
3447
+ },
3448
+ };
3449
+ exports.RestMoveParticipantSucceeded = {
3450
+ type: {
3451
+ name: "Composite",
3452
+ className: "RestMoveParticipantSucceeded",
3453
+ modelProperties: {
3454
+ fromCall: {
3455
+ serializedName: "fromCall",
3456
+ type: {
3457
+ name: "String",
3458
+ },
3459
+ },
3460
+ callConnectionId: {
3461
+ serializedName: "callConnectionId",
3462
+ type: {
3463
+ name: "String",
3464
+ },
3465
+ },
3466
+ serverCallId: {
3467
+ serializedName: "serverCallId",
3468
+ type: {
3469
+ name: "String",
3470
+ },
3471
+ },
3472
+ correlationId: {
3473
+ serializedName: "correlationId",
3474
+ type: {
3475
+ name: "String",
3476
+ },
3477
+ },
3478
+ operationContext: {
3479
+ serializedName: "operationContext",
3480
+ type: {
3481
+ name: "String",
3482
+ },
3483
+ },
3484
+ resultInformation: {
3485
+ serializedName: "resultInformation",
3486
+ type: {
3487
+ name: "Composite",
3488
+ className: "RestResultInformation",
3489
+ },
3490
+ },
3491
+ participant: {
3492
+ serializedName: "participant",
3493
+ type: {
3494
+ name: "Composite",
3495
+ className: "CommunicationIdentifierModel",
3496
+ },
3497
+ },
3498
+ },
3499
+ },
3500
+ };
3501
+ exports.RestMoveParticipantFailed = {
3502
+ type: {
3503
+ name: "Composite",
3504
+ className: "RestMoveParticipantFailed",
3505
+ modelProperties: {
3506
+ fromCall: {
3507
+ serializedName: "fromCall",
3508
+ type: {
3509
+ name: "String",
3510
+ },
3511
+ },
3512
+ callConnectionId: {
3513
+ serializedName: "callConnectionId",
3514
+ type: {
3515
+ name: "String",
3516
+ },
3517
+ },
3518
+ serverCallId: {
3519
+ serializedName: "serverCallId",
3520
+ type: {
3521
+ name: "String",
3522
+ },
3523
+ },
3524
+ correlationId: {
3525
+ serializedName: "correlationId",
3526
+ type: {
3527
+ name: "String",
3528
+ },
3529
+ },
3530
+ operationContext: {
3531
+ serializedName: "operationContext",
3532
+ type: {
3533
+ name: "String",
3534
+ },
3535
+ },
3536
+ resultInformation: {
3537
+ serializedName: "resultInformation",
3538
+ type: {
3539
+ name: "Composite",
3540
+ className: "RestResultInformation",
3541
+ },
3542
+ },
3543
+ participant: {
3544
+ serializedName: "participant",
3545
+ type: {
3546
+ name: "Composite",
3547
+ className: "CommunicationIdentifierModel",
3548
+ },
3549
+ },
3550
+ },
3551
+ },
3552
+ };
3553
+ exports.RestRemoveParticipantSucceeded = {
3554
+ type: {
3555
+ name: "Composite",
3556
+ className: "RestRemoveParticipantSucceeded",
3557
+ modelProperties: {
3558
+ callConnectionId: {
3559
+ serializedName: "callConnectionId",
3560
+ type: {
3561
+ name: "String",
3562
+ },
3563
+ },
3564
+ serverCallId: {
3565
+ serializedName: "serverCallId",
3566
+ type: {
3567
+ name: "String",
3568
+ },
3569
+ },
3570
+ correlationId: {
3571
+ serializedName: "correlationId",
3572
+ type: {
3573
+ name: "String",
3574
+ },
3575
+ },
3576
+ operationContext: {
3577
+ serializedName: "operationContext",
3578
+ type: {
3579
+ name: "String",
3580
+ },
3581
+ },
3582
+ resultInformation: {
3583
+ serializedName: "resultInformation",
1982
3584
  type: {
1983
- name: "Number",
3585
+ name: "Composite",
3586
+ className: "RestResultInformation",
1984
3587
  },
1985
3588
  },
1986
- message: {
1987
- serializedName: "message",
3589
+ participant: {
3590
+ serializedName: "participant",
1988
3591
  type: {
1989
- name: "String",
3592
+ name: "Composite",
3593
+ className: "CommunicationIdentifierModel",
1990
3594
  },
1991
3595
  },
1992
3596
  },
1993
3597
  },
1994
3598
  };
1995
- exports.AddParticipantSucceeded = {
3599
+ exports.RestRemoveParticipantFailed = {
1996
3600
  type: {
1997
3601
  name: "Composite",
1998
- className: "AddParticipantSucceeded",
3602
+ className: "RestRemoveParticipantFailed",
1999
3603
  modelProperties: {
2000
3604
  callConnectionId: {
2001
3605
  serializedName: "callConnectionId",
@@ -2025,7 +3629,7 @@ exports.AddParticipantSucceeded = {
2025
3629
  serializedName: "resultInformation",
2026
3630
  type: {
2027
3631
  name: "Composite",
2028
- className: "ResultInformation",
3632
+ className: "RestResultInformation",
2029
3633
  },
2030
3634
  },
2031
3635
  participant: {
@@ -2038,10 +3642,10 @@ exports.AddParticipantSucceeded = {
2038
3642
  },
2039
3643
  },
2040
3644
  };
2041
- exports.CallConnected = {
3645
+ exports.RestCallConnected = {
2042
3646
  type: {
2043
3647
  name: "Composite",
2044
- className: "CallConnected",
3648
+ className: "RestCallConnected",
2045
3649
  modelProperties: {
2046
3650
  callConnectionId: {
2047
3651
  serializedName: "callConnectionId",
@@ -2071,16 +3675,16 @@ exports.CallConnected = {
2071
3675
  serializedName: "resultInformation",
2072
3676
  type: {
2073
3677
  name: "Composite",
2074
- className: "ResultInformation",
3678
+ className: "RestResultInformation",
2075
3679
  },
2076
3680
  },
2077
3681
  },
2078
3682
  },
2079
3683
  };
2080
- exports.CallDisconnected = {
3684
+ exports.RestCallDisconnected = {
2081
3685
  type: {
2082
3686
  name: "Composite",
2083
- className: "CallDisconnected",
3687
+ className: "RestCallDisconnected",
2084
3688
  modelProperties: {
2085
3689
  callConnectionId: {
2086
3690
  serializedName: "callConnectionId",
@@ -2110,16 +3714,16 @@ exports.CallDisconnected = {
2110
3714
  serializedName: "resultInformation",
2111
3715
  type: {
2112
3716
  name: "Composite",
2113
- className: "ResultInformation",
3717
+ className: "RestResultInformation",
2114
3718
  },
2115
3719
  },
2116
3720
  },
2117
3721
  },
2118
3722
  };
2119
- exports.CallTransferAccepted = {
3723
+ exports.RestCallTransferAccepted = {
2120
3724
  type: {
2121
3725
  name: "Composite",
2122
- className: "CallTransferAccepted",
3726
+ className: "RestCallTransferAccepted",
2123
3727
  modelProperties: {
2124
3728
  callConnectionId: {
2125
3729
  serializedName: "callConnectionId",
@@ -2149,7 +3753,7 @@ exports.CallTransferAccepted = {
2149
3753
  serializedName: "resultInformation",
2150
3754
  type: {
2151
3755
  name: "Composite",
2152
- className: "ResultInformation",
3756
+ className: "RestResultInformation",
2153
3757
  },
2154
3758
  },
2155
3759
  transferTarget: {
@@ -2169,10 +3773,10 @@ exports.CallTransferAccepted = {
2169
3773
  },
2170
3774
  },
2171
3775
  };
2172
- exports.CallTransferFailed = {
3776
+ exports.RestCallTransferFailed = {
2173
3777
  type: {
2174
3778
  name: "Composite",
2175
- className: "CallTransferFailed",
3779
+ className: "RestCallTransferFailed",
2176
3780
  modelProperties: {
2177
3781
  callConnectionId: {
2178
3782
  serializedName: "callConnectionId",
@@ -2202,16 +3806,16 @@ exports.CallTransferFailed = {
2202
3806
  serializedName: "resultInformation",
2203
3807
  type: {
2204
3808
  name: "Composite",
2205
- className: "ResultInformation",
3809
+ className: "RestResultInformation",
2206
3810
  },
2207
3811
  },
2208
3812
  },
2209
3813
  },
2210
3814
  };
2211
- exports.ParticipantsUpdated = {
3815
+ exports.RestRecordingStateChanged = {
2212
3816
  type: {
2213
3817
  name: "Composite",
2214
- className: "ParticipantsUpdated",
3818
+ className: "RestRecordingStateChanged",
2215
3819
  modelProperties: {
2216
3820
  callConnectionId: {
2217
3821
  serializedName: "callConnectionId",
@@ -2231,38 +3835,46 @@ exports.ParticipantsUpdated = {
2231
3835
  name: "String",
2232
3836
  },
2233
3837
  },
2234
- sequenceNumber: {
2235
- serializedName: "sequenceNumber",
3838
+ recordingId: {
3839
+ serializedName: "recordingId",
3840
+ readOnly: true,
2236
3841
  type: {
2237
- name: "Number",
3842
+ name: "String",
2238
3843
  },
2239
3844
  },
2240
- participants: {
2241
- serializedName: "participants",
3845
+ state: {
3846
+ serializedName: "state",
2242
3847
  type: {
2243
- name: "Sequence",
2244
- element: {
2245
- type: {
2246
- name: "Composite",
2247
- className: "CallParticipantInternal",
2248
- },
2249
- },
3848
+ name: "String",
3849
+ },
3850
+ },
3851
+ startDateTime: {
3852
+ serializedName: "startDateTime",
3853
+ readOnly: true,
3854
+ type: {
3855
+ name: "DateTime",
3856
+ },
3857
+ },
3858
+ recordingKind: {
3859
+ serializedName: "recordingKind",
3860
+ type: {
3861
+ name: "String",
2250
3862
  },
2251
3863
  },
2252
3864
  resultInformation: {
2253
3865
  serializedName: "resultInformation",
2254
3866
  type: {
2255
3867
  name: "Composite",
2256
- className: "ResultInformation",
3868
+ className: "RestResultInformation",
2257
3869
  },
2258
3870
  },
2259
3871
  },
2260
3872
  },
2261
3873
  };
2262
- exports.RemoveParticipantSucceeded = {
3874
+ exports.RestParticipantsUpdated = {
2263
3875
  type: {
2264
3876
  name: "Composite",
2265
- className: "RemoveParticipantSucceeded",
3877
+ className: "RestParticipantsUpdated",
2266
3878
  modelProperties: {
2267
3879
  callConnectionId: {
2268
3880
  serializedName: "callConnectionId",
@@ -2282,33 +3894,38 @@ exports.RemoveParticipantSucceeded = {
2282
3894
  name: "String",
2283
3895
  },
2284
3896
  },
2285
- operationContext: {
2286
- serializedName: "operationContext",
3897
+ sequenceNumber: {
3898
+ serializedName: "sequenceNumber",
2287
3899
  type: {
2288
- name: "String",
3900
+ name: "Number",
2289
3901
  },
2290
3902
  },
2291
- resultInformation: {
2292
- serializedName: "resultInformation",
3903
+ participants: {
3904
+ serializedName: "participants",
2293
3905
  type: {
2294
- name: "Composite",
2295
- className: "ResultInformation",
3906
+ name: "Sequence",
3907
+ element: {
3908
+ type: {
3909
+ name: "Composite",
3910
+ className: "CallParticipantInternal",
3911
+ },
3912
+ },
2296
3913
  },
2297
3914
  },
2298
- participant: {
2299
- serializedName: "participant",
3915
+ resultInformation: {
3916
+ serializedName: "resultInformation",
2300
3917
  type: {
2301
3918
  name: "Composite",
2302
- className: "CommunicationIdentifierModel",
3919
+ className: "RestResultInformation",
2303
3920
  },
2304
3921
  },
2305
3922
  },
2306
3923
  },
2307
3924
  };
2308
- exports.RemoveParticipantFailed = {
3925
+ exports.RestPlayCompleted = {
2309
3926
  type: {
2310
3927
  name: "Composite",
2311
- className: "RemoveParticipantFailed",
3928
+ className: "RestPlayCompleted",
2312
3929
  modelProperties: {
2313
3930
  callConnectionId: {
2314
3931
  serializedName: "callConnectionId",
@@ -2338,23 +3955,16 @@ exports.RemoveParticipantFailed = {
2338
3955
  serializedName: "resultInformation",
2339
3956
  type: {
2340
3957
  name: "Composite",
2341
- className: "ResultInformation",
2342
- },
2343
- },
2344
- participant: {
2345
- serializedName: "participant",
2346
- type: {
2347
- name: "Composite",
2348
- className: "CommunicationIdentifierModel",
3958
+ className: "RestResultInformation",
2349
3959
  },
2350
3960
  },
2351
3961
  },
2352
3962
  },
2353
3963
  };
2354
- exports.CancelAddParticipantSucceeded = {
3964
+ exports.RestPlayFailed = {
2355
3965
  type: {
2356
3966
  name: "Composite",
2357
- className: "CancelAddParticipantSucceeded",
3967
+ className: "RestPlayFailed",
2358
3968
  modelProperties: {
2359
3969
  callConnectionId: {
2360
3970
  serializedName: "callConnectionId",
@@ -2380,26 +3990,26 @@ exports.CancelAddParticipantSucceeded = {
2380
3990
  name: "String",
2381
3991
  },
2382
3992
  },
2383
- invitationId: {
2384
- serializedName: "invitationId",
2385
- type: {
2386
- name: "String",
2387
- },
2388
- },
2389
3993
  resultInformation: {
2390
3994
  serializedName: "resultInformation",
2391
3995
  type: {
2392
3996
  name: "Composite",
2393
- className: "ResultInformation",
3997
+ className: "RestResultInformation",
3998
+ },
3999
+ },
4000
+ failedPlaySourceIndex: {
4001
+ serializedName: "failedPlaySourceIndex",
4002
+ type: {
4003
+ name: "Number",
2394
4004
  },
2395
4005
  },
2396
4006
  },
2397
4007
  },
2398
4008
  };
2399
- exports.CancelAddParticipantFailed = {
4009
+ exports.RestPlayCanceled = {
2400
4010
  type: {
2401
4011
  name: "Composite",
2402
- className: "CancelAddParticipantFailed",
4012
+ className: "RestPlayCanceled",
2403
4013
  modelProperties: {
2404
4014
  callConnectionId: {
2405
4015
  serializedName: "callConnectionId",
@@ -2429,22 +4039,16 @@ exports.CancelAddParticipantFailed = {
2429
4039
  serializedName: "resultInformation",
2430
4040
  type: {
2431
4041
  name: "Composite",
2432
- className: "ResultInformation",
2433
- },
2434
- },
2435
- invitationId: {
2436
- serializedName: "invitationId",
2437
- type: {
2438
- name: "String",
4042
+ className: "RestResultInformation",
2439
4043
  },
2440
4044
  },
2441
4045
  },
2442
4046
  },
2443
4047
  };
2444
- exports.AnswerFailed = {
4048
+ exports.RestRecognizeCompleted = {
2445
4049
  type: {
2446
4050
  name: "Composite",
2447
- className: "AnswerFailed",
4051
+ className: "RestRecognizeCompleted",
2448
4052
  modelProperties: {
2449
4053
  callConnectionId: {
2450
4054
  serializedName: "callConnectionId",
@@ -2474,16 +4078,43 @@ exports.AnswerFailed = {
2474
4078
  serializedName: "resultInformation",
2475
4079
  type: {
2476
4080
  name: "Composite",
2477
- className: "ResultInformation",
4081
+ className: "RestResultInformation",
4082
+ },
4083
+ },
4084
+ recognitionType: {
4085
+ serializedName: "recognitionType",
4086
+ type: {
4087
+ name: "String",
4088
+ },
4089
+ },
4090
+ dtmfResult: {
4091
+ serializedName: "dtmfResult",
4092
+ type: {
4093
+ name: "Composite",
4094
+ className: "DtmfResult",
4095
+ },
4096
+ },
4097
+ choiceResult: {
4098
+ serializedName: "choiceResult",
4099
+ type: {
4100
+ name: "Composite",
4101
+ className: "ChoiceResult",
4102
+ },
4103
+ },
4104
+ speechResult: {
4105
+ serializedName: "speechResult",
4106
+ type: {
4107
+ name: "Composite",
4108
+ className: "SpeechResult",
2478
4109
  },
2479
4110
  },
2480
4111
  },
2481
4112
  },
2482
4113
  };
2483
- exports.CreateCallFailed = {
4114
+ exports.RestRecognizeFailed = {
2484
4115
  type: {
2485
4116
  name: "Composite",
2486
- className: "CreateCallFailed",
4117
+ className: "RestRecognizeFailed",
2487
4118
  modelProperties: {
2488
4119
  callConnectionId: {
2489
4120
  serializedName: "callConnectionId",
@@ -2513,16 +4144,22 @@ exports.CreateCallFailed = {
2513
4144
  serializedName: "resultInformation",
2514
4145
  type: {
2515
4146
  name: "Composite",
2516
- className: "ResultInformation",
4147
+ className: "RestResultInformation",
4148
+ },
4149
+ },
4150
+ failedPlaySourceIndex: {
4151
+ serializedName: "failedPlaySourceIndex",
4152
+ type: {
4153
+ name: "Number",
2517
4154
  },
2518
4155
  },
2519
4156
  },
2520
4157
  },
2521
4158
  };
2522
- exports.ConnectFailed = {
4159
+ exports.RestRecognizeCanceled = {
2523
4160
  type: {
2524
4161
  name: "Composite",
2525
- className: "ConnectFailed",
4162
+ className: "RestRecognizeCanceled",
2526
4163
  modelProperties: {
2527
4164
  callConnectionId: {
2528
4165
  serializedName: "callConnectionId",
@@ -2552,57 +4189,50 @@ exports.ConnectFailed = {
2552
4189
  serializedName: "resultInformation",
2553
4190
  type: {
2554
4191
  name: "Composite",
2555
- className: "ResultInformation",
4192
+ className: "RestResultInformation",
2556
4193
  },
2557
4194
  },
2558
4195
  },
2559
4196
  },
2560
4197
  };
2561
- exports.RecordingStateChanged = {
4198
+ exports.RestContinuousDtmfRecognitionToneReceived = {
2562
4199
  type: {
2563
4200
  name: "Composite",
2564
- className: "RecordingStateChanged",
4201
+ className: "RestContinuousDtmfRecognitionToneReceived",
2565
4202
  modelProperties: {
2566
- callConnectionId: {
2567
- serializedName: "callConnectionId",
4203
+ sequenceId: {
4204
+ serializedName: "sequenceId",
4205
+ readOnly: true,
2568
4206
  type: {
2569
- name: "String",
4207
+ name: "Number",
2570
4208
  },
2571
4209
  },
2572
- serverCallId: {
2573
- serializedName: "serverCallId",
4210
+ tone: {
4211
+ serializedName: "tone",
2574
4212
  type: {
2575
4213
  name: "String",
2576
4214
  },
2577
4215
  },
2578
- correlationId: {
2579
- serializedName: "correlationId",
4216
+ callConnectionId: {
4217
+ serializedName: "callConnectionId",
2580
4218
  type: {
2581
4219
  name: "String",
2582
4220
  },
2583
4221
  },
2584
- recordingId: {
2585
- serializedName: "recordingId",
2586
- readOnly: true,
4222
+ serverCallId: {
4223
+ serializedName: "serverCallId",
2587
4224
  type: {
2588
4225
  name: "String",
2589
4226
  },
2590
4227
  },
2591
- state: {
2592
- serializedName: "state",
4228
+ correlationId: {
4229
+ serializedName: "correlationId",
2593
4230
  type: {
2594
4231
  name: "String",
2595
4232
  },
2596
4233
  },
2597
- startDateTime: {
2598
- serializedName: "startDateTime",
2599
- readOnly: true,
2600
- type: {
2601
- name: "DateTime",
2602
- },
2603
- },
2604
- recordingKind: {
2605
- serializedName: "recordingKind",
4234
+ operationContext: {
4235
+ serializedName: "operationContext",
2606
4236
  type: {
2607
4237
  name: "String",
2608
4238
  },
@@ -2611,16 +4241,16 @@ exports.RecordingStateChanged = {
2611
4241
  serializedName: "resultInformation",
2612
4242
  type: {
2613
4243
  name: "Composite",
2614
- className: "ResultInformation",
4244
+ className: "RestResultInformation",
2615
4245
  },
2616
4246
  },
2617
4247
  },
2618
4248
  },
2619
4249
  };
2620
- exports.PlayStarted = {
4250
+ exports.RestContinuousDtmfRecognitionToneFailed = {
2621
4251
  type: {
2622
4252
  name: "Composite",
2623
- className: "PlayStarted",
4253
+ className: "RestContinuousDtmfRecognitionToneFailed",
2624
4254
  modelProperties: {
2625
4255
  callConnectionId: {
2626
4256
  serializedName: "callConnectionId",
@@ -2640,26 +4270,26 @@ exports.PlayStarted = {
2640
4270
  name: "String",
2641
4271
  },
2642
4272
  },
2643
- operationContext: {
2644
- serializedName: "operationContext",
2645
- type: {
2646
- name: "String",
2647
- },
2648
- },
2649
4273
  resultInformation: {
2650
4274
  serializedName: "resultInformation",
2651
4275
  type: {
2652
4276
  name: "Composite",
2653
- className: "ResultInformation",
4277
+ className: "RestResultInformation",
4278
+ },
4279
+ },
4280
+ operationContext: {
4281
+ serializedName: "operationContext",
4282
+ type: {
4283
+ name: "String",
2654
4284
  },
2655
4285
  },
2656
4286
  },
2657
4287
  },
2658
4288
  };
2659
- exports.PlayCompleted = {
4289
+ exports.RestContinuousDtmfRecognitionStopped = {
2660
4290
  type: {
2661
4291
  name: "Composite",
2662
- className: "PlayCompleted",
4292
+ className: "RestContinuousDtmfRecognitionStopped",
2663
4293
  modelProperties: {
2664
4294
  callConnectionId: {
2665
4295
  serializedName: "callConnectionId",
@@ -2689,16 +4319,16 @@ exports.PlayCompleted = {
2689
4319
  serializedName: "resultInformation",
2690
4320
  type: {
2691
4321
  name: "Composite",
2692
- className: "ResultInformation",
4322
+ className: "RestResultInformation",
2693
4323
  },
2694
4324
  },
2695
4325
  },
2696
4326
  },
2697
4327
  };
2698
- exports.PlayFailed = {
4328
+ exports.RestSendDtmfTonesCompleted = {
2699
4329
  type: {
2700
4330
  name: "Composite",
2701
- className: "PlayFailed",
4331
+ className: "RestSendDtmfTonesCompleted",
2702
4332
  modelProperties: {
2703
4333
  callConnectionId: {
2704
4334
  serializedName: "callConnectionId",
@@ -2728,22 +4358,16 @@ exports.PlayFailed = {
2728
4358
  serializedName: "resultInformation",
2729
4359
  type: {
2730
4360
  name: "Composite",
2731
- className: "ResultInformation",
2732
- },
2733
- },
2734
- failedPlaySourceIndex: {
2735
- serializedName: "failedPlaySourceIndex",
2736
- type: {
2737
- name: "Number",
4361
+ className: "RestResultInformation",
2738
4362
  },
2739
4363
  },
2740
4364
  },
2741
4365
  },
2742
4366
  };
2743
- exports.PlayCanceled = {
4367
+ exports.RestSendDtmfTonesFailed = {
2744
4368
  type: {
2745
4369
  name: "Composite",
2746
- className: "PlayCanceled",
4370
+ className: "RestSendDtmfTonesFailed",
2747
4371
  modelProperties: {
2748
4372
  callConnectionId: {
2749
4373
  serializedName: "callConnectionId",
@@ -2773,16 +4397,16 @@ exports.PlayCanceled = {
2773
4397
  serializedName: "resultInformation",
2774
4398
  type: {
2775
4399
  name: "Composite",
2776
- className: "ResultInformation",
4400
+ className: "RestResultInformation",
2777
4401
  },
2778
4402
  },
2779
4403
  },
2780
4404
  },
2781
4405
  };
2782
- exports.RecognizeCompleted = {
4406
+ exports.RestCancelAddParticipantSucceeded = {
2783
4407
  type: {
2784
4408
  name: "Composite",
2785
- className: "RecognizeCompleted",
4409
+ className: "RestCancelAddParticipantSucceeded",
2786
4410
  modelProperties: {
2787
4411
  callConnectionId: {
2788
4412
  serializedName: "callConnectionId",
@@ -2808,114 +4432,79 @@ exports.RecognizeCompleted = {
2808
4432
  name: "String",
2809
4433
  },
2810
4434
  },
2811
- resultInformation: {
2812
- serializedName: "resultInformation",
2813
- type: {
2814
- name: "Composite",
2815
- className: "ResultInformation",
2816
- },
2817
- },
2818
- recognitionType: {
2819
- serializedName: "recognitionType",
4435
+ invitationId: {
4436
+ serializedName: "invitationId",
2820
4437
  type: {
2821
4438
  name: "String",
2822
4439
  },
2823
4440
  },
2824
- dtmfResult: {
2825
- serializedName: "dtmfResult",
2826
- type: {
2827
- name: "Composite",
2828
- className: "DtmfResult",
2829
- },
2830
- },
2831
- choiceResult: {
2832
- serializedName: "choiceResult",
2833
- type: {
2834
- name: "Composite",
2835
- className: "ChoiceResult",
2836
- },
2837
- },
2838
- speechResult: {
2839
- serializedName: "speechResult",
4441
+ resultInformation: {
4442
+ serializedName: "resultInformation",
2840
4443
  type: {
2841
4444
  name: "Composite",
2842
- className: "SpeechResult",
4445
+ className: "RestResultInformation",
2843
4446
  },
2844
4447
  },
2845
4448
  },
2846
4449
  },
2847
4450
  };
2848
- exports.DtmfResult = {
4451
+ exports.RestCancelAddParticipantFailed = {
2849
4452
  type: {
2850
4453
  name: "Composite",
2851
- className: "DtmfResult",
4454
+ className: "RestCancelAddParticipantFailed",
2852
4455
  modelProperties: {
2853
- tones: {
2854
- serializedName: "tones",
2855
- readOnly: true,
4456
+ callConnectionId: {
4457
+ serializedName: "callConnectionId",
2856
4458
  type: {
2857
- name: "Sequence",
2858
- element: {
2859
- type: {
2860
- name: "String",
2861
- },
2862
- },
4459
+ name: "String",
2863
4460
  },
2864
4461
  },
2865
- },
2866
- },
2867
- };
2868
- exports.ChoiceResult = {
2869
- type: {
2870
- name: "Composite",
2871
- className: "ChoiceResult",
2872
- modelProperties: {
2873
- label: {
2874
- serializedName: "label",
4462
+ serverCallId: {
4463
+ serializedName: "serverCallId",
2875
4464
  type: {
2876
4465
  name: "String",
2877
4466
  },
2878
4467
  },
2879
- recognizedPhrase: {
2880
- serializedName: "recognizedPhrase",
4468
+ correlationId: {
4469
+ serializedName: "correlationId",
2881
4470
  type: {
2882
4471
  name: "String",
2883
4472
  },
2884
4473
  },
2885
- confidence: {
2886
- serializedName: "confidence",
4474
+ operationContext: {
4475
+ serializedName: "operationContext",
2887
4476
  type: {
2888
- name: "Number",
4477
+ name: "String",
2889
4478
  },
2890
4479
  },
2891
- },
2892
- },
2893
- };
2894
- exports.SpeechResult = {
2895
- type: {
2896
- name: "Composite",
2897
- className: "SpeechResult",
2898
- modelProperties: {
2899
- speech: {
2900
- serializedName: "speech",
4480
+ resultInformation: {
4481
+ serializedName: "resultInformation",
2901
4482
  type: {
2902
- name: "String",
4483
+ name: "Composite",
4484
+ className: "RestResultInformation",
2903
4485
  },
2904
4486
  },
2905
- confidence: {
2906
- serializedName: "confidence",
4487
+ invitationId: {
4488
+ serializedName: "invitationId",
2907
4489
  type: {
2908
- name: "Number",
4490
+ name: "String",
2909
4491
  },
2910
4492
  },
2911
4493
  },
2912
4494
  },
2913
4495
  };
2914
- exports.RecognizeFailed = {
4496
+ exports.RestTranscriptionStarted = {
2915
4497
  type: {
2916
4498
  name: "Composite",
2917
- className: "RecognizeFailed",
4499
+ className: "RestTranscriptionStarted",
2918
4500
  modelProperties: {
4501
+ transcriptionUpdate: {
4502
+ serializedName: "transcriptionUpdate",
4503
+ type: {
4504
+ name: "Composite",
4505
+ className: "TranscriptionUpdate",
4506
+ },
4507
+ },
2919
4508
  callConnectionId: {
2920
4509
  serializedName: "callConnectionId",
2921
4510
  type: {
@@ -2944,23 +4533,24 @@ exports.RecognizeFailed = {
2944
4533
  serializedName: "resultInformation",
2945
4534
  type: {
2946
4535
  name: "Composite",
2947
- className: "ResultInformation",
2948
- },
2949
- },
2950
- failedPlaySourceIndex: {
2951
- serializedName: "failedPlaySourceIndex",
2952
- type: {
2953
- name: "Number",
4536
+ className: "RestResultInformation",
2954
4537
  },
2955
4538
  },
2956
4539
  },
2957
4540
  },
2958
4541
  };
2959
- exports.RecognizeCanceled = {
4542
+ exports.RestTranscriptionStopped = {
2960
4543
  type: {
2961
4544
  name: "Composite",
2962
- className: "RecognizeCanceled",
4545
+ className: "RestTranscriptionStopped",
2963
4546
  modelProperties: {
4547
+ transcriptionUpdate: {
4548
+ serializedName: "transcriptionUpdate",
4549
+ type: {
4550
+ name: "Composite",
4551
+ className: "TranscriptionUpdate",
4552
+ },
4553
+ },
2964
4554
  callConnectionId: {
2965
4555
  serializedName: "callConnectionId",
2966
4556
  type: {
@@ -2989,17 +4579,24 @@ exports.RecognizeCanceled = {
2989
4579
  serializedName: "resultInformation",
2990
4580
  type: {
2991
4581
  name: "Composite",
2992
- className: "ResultInformation",
4582
+ className: "RestResultInformation",
2993
4583
  },
2994
4584
  },
2995
4585
  },
2996
4586
  },
2997
4587
  };
2998
- exports.ContinuousDtmfRecognitionToneFailed = {
4588
+ exports.RestTranscriptionUpdated = {
2999
4589
  type: {
3000
4590
  name: "Composite",
3001
- className: "ContinuousDtmfRecognitionToneFailed",
4591
+ className: "RestTranscriptionUpdated",
3002
4592
  modelProperties: {
4593
+ transcriptionUpdate: {
4594
+ serializedName: "transcriptionUpdate",
4595
+ type: {
4596
+ name: "Composite",
4597
+ className: "TranscriptionUpdate",
4598
+ },
4599
+ },
3003
4600
  callConnectionId: {
3004
4601
  serializedName: "callConnectionId",
3005
4602
  type: {
@@ -3018,38 +4615,32 @@ exports.ContinuousDtmfRecognitionToneFailed = {
3018
4615
  name: "String",
3019
4616
  },
3020
4617
  },
3021
- resultInformation: {
3022
- serializedName: "resultInformation",
3023
- type: {
3024
- name: "Composite",
3025
- className: "ResultInformation",
3026
- },
3027
- },
3028
4618
  operationContext: {
3029
4619
  serializedName: "operationContext",
3030
4620
  type: {
3031
4621
  name: "String",
3032
4622
  },
3033
4623
  },
4624
+ resultInformation: {
4625
+ serializedName: "resultInformation",
4626
+ type: {
4627
+ name: "Composite",
4628
+ className: "RestResultInformation",
4629
+ },
4630
+ },
3034
4631
  },
3035
4632
  },
3036
4633
  };
3037
- exports.ContinuousDtmfRecognitionToneReceived = {
4634
+ exports.RestTranscriptionFailed = {
3038
4635
  type: {
3039
4636
  name: "Composite",
3040
- className: "ContinuousDtmfRecognitionToneReceived",
4637
+ className: "RestTranscriptionFailed",
3041
4638
  modelProperties: {
3042
- sequenceId: {
3043
- serializedName: "sequenceId",
3044
- readOnly: true,
3045
- type: {
3046
- name: "Number",
3047
- },
3048
- },
3049
- tone: {
3050
- serializedName: "tone",
4639
+ transcriptionUpdate: {
4640
+ serializedName: "transcriptionUpdate",
3051
4641
  type: {
3052
- name: "String",
4642
+ name: "Composite",
4643
+ className: "TranscriptionUpdate",
3053
4644
  },
3054
4645
  },
3055
4646
  callConnectionId: {
@@ -3080,16 +4671,16 @@ exports.ContinuousDtmfRecognitionToneReceived = {
3080
4671
  serializedName: "resultInformation",
3081
4672
  type: {
3082
4673
  name: "Composite",
3083
- className: "ResultInformation",
4674
+ className: "RestResultInformation",
3084
4675
  },
3085
4676
  },
3086
4677
  },
3087
4678
  },
3088
4679
  };
3089
- exports.ContinuousDtmfRecognitionStopped = {
4680
+ exports.RestCreateCallFailed = {
3090
4681
  type: {
3091
4682
  name: "Composite",
3092
- className: "ContinuousDtmfRecognitionStopped",
4683
+ className: "RestCreateCallFailed",
3093
4684
  modelProperties: {
3094
4685
  callConnectionId: {
3095
4686
  serializedName: "callConnectionId",
@@ -3119,16 +4710,16 @@ exports.ContinuousDtmfRecognitionStopped = {
3119
4710
  serializedName: "resultInformation",
3120
4711
  type: {
3121
4712
  name: "Composite",
3122
- className: "ResultInformation",
4713
+ className: "RestResultInformation",
3123
4714
  },
3124
4715
  },
3125
4716
  },
3126
4717
  },
3127
4718
  };
3128
- exports.SendDtmfTonesCompleted = {
4719
+ exports.RestAnswerFailed = {
3129
4720
  type: {
3130
4721
  name: "Composite",
3131
- className: "SendDtmfTonesCompleted",
4722
+ className: "RestAnswerFailed",
3132
4723
  modelProperties: {
3133
4724
  callConnectionId: {
3134
4725
  serializedName: "callConnectionId",
@@ -3158,16 +4749,16 @@ exports.SendDtmfTonesCompleted = {
3158
4749
  serializedName: "resultInformation",
3159
4750
  type: {
3160
4751
  name: "Composite",
3161
- className: "ResultInformation",
4752
+ className: "RestResultInformation",
3162
4753
  },
3163
4754
  },
3164
4755
  },
3165
4756
  },
3166
4757
  };
3167
- exports.SendDtmfTonesFailed = {
4758
+ exports.RestHoldFailed = {
3168
4759
  type: {
3169
4760
  name: "Composite",
3170
- className: "SendDtmfTonesFailed",
4761
+ className: "RestHoldFailed",
3171
4762
  modelProperties: {
3172
4763
  callConnectionId: {
3173
4764
  serializedName: "callConnectionId",
@@ -3197,88 +4788,119 @@ exports.SendDtmfTonesFailed = {
3197
4788
  serializedName: "resultInformation",
3198
4789
  type: {
3199
4790
  name: "Composite",
3200
- className: "ResultInformation",
4791
+ className: "RestResultInformation",
3201
4792
  },
3202
4793
  },
3203
4794
  },
3204
4795
  },
3205
4796
  };
3206
- exports.MediaStreamingFailed = {
4797
+ exports.RestIncomingCall = {
3207
4798
  type: {
3208
4799
  name: "Composite",
3209
- className: "MediaStreamingFailed",
4800
+ className: "RestIncomingCall",
3210
4801
  modelProperties: {
3211
- mediaStreamingUpdate: {
3212
- serializedName: "mediaStreamingUpdate",
4802
+ to: {
4803
+ serializedName: "to",
3213
4804
  type: {
3214
4805
  name: "Composite",
3215
- className: "MediaStreamingUpdate",
4806
+ className: "CommunicationIdentifierModel",
3216
4807
  },
3217
4808
  },
3218
- callConnectionId: {
3219
- serializedName: "callConnectionId",
4809
+ from: {
4810
+ serializedName: "from",
4811
+ type: {
4812
+ name: "Composite",
4813
+ className: "CommunicationIdentifierModel",
4814
+ },
4815
+ },
4816
+ callerDisplayName: {
4817
+ serializedName: "callerDisplayName",
4818
+ readOnly: true,
3220
4819
  type: {
3221
4820
  name: "String",
3222
4821
  },
3223
4822
  },
3224
4823
  serverCallId: {
3225
4824
  serializedName: "serverCallId",
4825
+ readOnly: true,
3226
4826
  type: {
3227
4827
  name: "String",
3228
4828
  },
3229
4829
  },
3230
- correlationId: {
3231
- serializedName: "correlationId",
4830
+ customContext: {
4831
+ serializedName: "customContext",
3232
4832
  type: {
3233
- name: "String",
4833
+ name: "Composite",
4834
+ className: "CustomCallingContextInternal",
3234
4835
  },
3235
4836
  },
3236
- operationContext: {
3237
- serializedName: "operationContext",
4837
+ incomingCallContext: {
4838
+ serializedName: "incomingCallContext",
4839
+ readOnly: true,
3238
4840
  type: {
3239
4841
  name: "String",
3240
4842
  },
3241
4843
  },
3242
- resultInformation: {
3243
- serializedName: "resultInformation",
4844
+ onBehalfOfCallee: {
4845
+ serializedName: "onBehalfOfCallee",
3244
4846
  type: {
3245
4847
  name: "Composite",
3246
- className: "ResultInformation",
4848
+ className: "CommunicationIdentifierModel",
4849
+ },
4850
+ },
4851
+ correlationId: {
4852
+ serializedName: "correlationId",
4853
+ readOnly: true,
4854
+ type: {
4855
+ name: "String",
3247
4856
  },
3248
4857
  },
3249
4858
  },
3250
4859
  },
3251
4860
  };
3252
- exports.MediaStreamingUpdate = {
4861
+ exports.RestConnectFailed = {
3253
4862
  type: {
3254
4863
  name: "Composite",
3255
- className: "MediaStreamingUpdate",
4864
+ className: "RestConnectFailed",
3256
4865
  modelProperties: {
3257
- contentType: {
3258
- serializedName: "contentType",
4866
+ callConnectionId: {
4867
+ serializedName: "callConnectionId",
3259
4868
  type: {
3260
4869
  name: "String",
3261
4870
  },
3262
4871
  },
3263
- mediaStreamingStatus: {
3264
- serializedName: "mediaStreamingStatus",
4872
+ serverCallId: {
4873
+ serializedName: "serverCallId",
3265
4874
  type: {
3266
4875
  name: "String",
3267
4876
  },
3268
4877
  },
3269
- mediaStreamingStatusDetails: {
3270
- serializedName: "mediaStreamingStatusDetails",
4878
+ correlationId: {
4879
+ serializedName: "correlationId",
4880
+ type: {
4881
+ name: "String",
4882
+ },
4883
+ },
4884
+ operationContext: {
4885
+ serializedName: "operationContext",
3271
4886
  type: {
3272
4887
  name: "String",
3273
4888
  },
3274
4889
  },
4890
+ resultInformation: {
4891
+ serializedName: "resultInformation",
4892
+ type: {
4893
+ name: "Composite",
4894
+ className: "RestResultInformation",
4895
+ },
4896
+ },
3275
4897
  },
3276
4898
  },
3277
4899
  };
3278
- exports.MediaStreamingStarted = {
4900
+ exports.RestMediaStreamingStopped = {
3279
4901
  type: {
3280
4902
  name: "Composite",
3281
- className: "MediaStreamingStarted",
4903
+ className: "RestMediaStreamingStopped",
3282
4904
  modelProperties: {
3283
4905
  mediaStreamingUpdate: {
3284
4906
  serializedName: "mediaStreamingUpdate",
@@ -3315,16 +4937,16 @@ exports.MediaStreamingStarted = {
3315
4937
  serializedName: "resultInformation",
3316
4938
  type: {
3317
4939
  name: "Composite",
3318
- className: "ResultInformation",
4940
+ className: "RestResultInformation",
3319
4941
  },
3320
4942
  },
3321
4943
  },
3322
4944
  },
3323
4945
  };
3324
- exports.MediaStreamingStopped = {
4946
+ exports.RestMediaStreamingStarted = {
3325
4947
  type: {
3326
4948
  name: "Composite",
3327
- className: "MediaStreamingStopped",
4949
+ className: "RestMediaStreamingStarted",
3328
4950
  modelProperties: {
3329
4951
  mediaStreamingUpdate: {
3330
4952
  serializedName: "mediaStreamingUpdate",
@@ -3361,17 +4983,24 @@ exports.MediaStreamingStopped = {
3361
4983
  serializedName: "resultInformation",
3362
4984
  type: {
3363
4985
  name: "Composite",
3364
- className: "ResultInformation",
4986
+ className: "RestResultInformation",
3365
4987
  },
3366
4988
  },
3367
4989
  },
3368
4990
  },
3369
4991
  };
3370
- exports.HoldFailed = {
4992
+ exports.RestMediaStreamingFailed = {
3371
4993
  type: {
3372
4994
  name: "Composite",
3373
- className: "HoldFailed",
4995
+ className: "RestMediaStreamingFailed",
3374
4996
  modelProperties: {
4997
+ mediaStreamingUpdate: {
4998
+ serializedName: "mediaStreamingUpdate",
4999
+ type: {
5000
+ name: "Composite",
5001
+ className: "MediaStreamingUpdate",
5002
+ },
5003
+ },
3375
5004
  callConnectionId: {
3376
5005
  serializedName: "callConnectionId",
3377
5006
  type: {
@@ -3400,17 +5029,29 @@ exports.HoldFailed = {
3400
5029
  serializedName: "resultInformation",
3401
5030
  type: {
3402
5031
  name: "Composite",
3403
- className: "ResultInformation",
5032
+ className: "RestResultInformation",
3404
5033
  },
3405
5034
  },
3406
5035
  },
3407
5036
  },
3408
5037
  };
3409
- exports.StartRecordingFailed = {
5038
+ exports.RestStartRecordingFailed = {
3410
5039
  type: {
3411
5040
  name: "Composite",
3412
- className: "StartRecordingFailed",
5041
+ className: "RestStartRecordingFailed",
3413
5042
  modelProperties: {
5043
+ callConnectionId: {
5044
+ serializedName: "callConnectionId",
5045
+ type: {
5046
+ name: "String",
5047
+ },
5048
+ },
5049
+ correlationId: {
5050
+ serializedName: "correlationId",
5051
+ type: {
5052
+ name: "String",
5053
+ },
5054
+ },
3414
5055
  recordingId: {
3415
5056
  serializedName: "recordingId",
3416
5057
  readOnly: true,
@@ -3418,6 +5059,14 @@ exports.StartRecordingFailed = {
3418
5059
  name: "String",
3419
5060
  },
3420
5061
  },
5062
+ },
5063
+ },
5064
+ };
5065
+ exports.RestPlayStarted = {
5066
+ type: {
5067
+ name: "Composite",
5068
+ className: "RestPlayStarted",
5069
+ modelProperties: {
3421
5070
  callConnectionId: {
3422
5071
  serializedName: "callConnectionId",
3423
5072
  type: {
@@ -3446,24 +5095,17 @@ exports.StartRecordingFailed = {
3446
5095
  serializedName: "resultInformation",
3447
5096
  type: {
3448
5097
  name: "Composite",
3449
- className: "ResultInformation",
5098
+ className: "RestResultInformation",
3450
5099
  },
3451
5100
  },
3452
5101
  },
3453
5102
  },
3454
5103
  };
3455
- exports.TranscriptionFailed = {
5104
+ exports.RestPlayPaused = {
3456
5105
  type: {
3457
5106
  name: "Composite",
3458
- className: "TranscriptionFailed",
5107
+ className: "RestPlayPaused",
3459
5108
  modelProperties: {
3460
- transcriptionUpdate: {
3461
- serializedName: "transcriptionUpdate",
3462
- type: {
3463
- name: "Composite",
3464
- className: "TranscriptionUpdate",
3465
- },
3466
- },
3467
5109
  callConnectionId: {
3468
5110
  serializedName: "callConnectionId",
3469
5111
  type: {
@@ -3492,44 +5134,56 @@ exports.TranscriptionFailed = {
3492
5134
  serializedName: "resultInformation",
3493
5135
  type: {
3494
5136
  name: "Composite",
3495
- className: "ResultInformation",
5137
+ className: "RestResultInformation",
3496
5138
  },
3497
5139
  },
3498
5140
  },
3499
5141
  },
3500
5142
  };
3501
- exports.TranscriptionUpdate = {
5143
+ exports.RestPlayResumed = {
3502
5144
  type: {
3503
5145
  name: "Composite",
3504
- className: "TranscriptionUpdate",
5146
+ className: "RestPlayResumed",
3505
5147
  modelProperties: {
3506
- transcriptionStatus: {
3507
- serializedName: "transcriptionStatus",
5148
+ callConnectionId: {
5149
+ serializedName: "callConnectionId",
3508
5150
  type: {
3509
5151
  name: "String",
3510
5152
  },
3511
5153
  },
3512
- transcriptionStatusDetails: {
3513
- serializedName: "transcriptionStatusDetails",
5154
+ serverCallId: {
5155
+ serializedName: "serverCallId",
3514
5156
  type: {
3515
5157
  name: "String",
3516
5158
  },
3517
5159
  },
5160
+ correlationId: {
5161
+ serializedName: "correlationId",
5162
+ type: {
5163
+ name: "String",
5164
+ },
5165
+ },
5166
+ operationContext: {
5167
+ serializedName: "operationContext",
5168
+ type: {
5169
+ name: "String",
5170
+ },
5171
+ },
5172
+ resultInformation: {
5173
+ serializedName: "resultInformation",
5174
+ type: {
5175
+ name: "Composite",
5176
+ className: "RestResultInformation",
5177
+ },
5178
+ },
3518
5179
  },
3519
5180
  },
3520
5181
  };
3521
- exports.TranscriptionStarted = {
5182
+ exports.RestHoldAudioStarted = {
3522
5183
  type: {
3523
5184
  name: "Composite",
3524
- className: "TranscriptionStarted",
5185
+ className: "RestHoldAudioStarted",
3525
5186
  modelProperties: {
3526
- transcriptionUpdate: {
3527
- serializedName: "transcriptionUpdate",
3528
- type: {
3529
- name: "Composite",
3530
- className: "TranscriptionUpdate",
3531
- },
3532
- },
3533
5187
  callConnectionId: {
3534
5188
  serializedName: "callConnectionId",
3535
5189
  type: {
@@ -3558,24 +5212,17 @@ exports.TranscriptionStarted = {
3558
5212
  serializedName: "resultInformation",
3559
5213
  type: {
3560
5214
  name: "Composite",
3561
- className: "ResultInformation",
5215
+ className: "RestResultInformation",
3562
5216
  },
3563
5217
  },
3564
5218
  },
3565
5219
  },
3566
5220
  };
3567
- exports.TranscriptionStopped = {
5221
+ exports.RestHoldAudioPaused = {
3568
5222
  type: {
3569
5223
  name: "Composite",
3570
- className: "TranscriptionStopped",
5224
+ className: "RestHoldAudioPaused",
3571
5225
  modelProperties: {
3572
- transcriptionUpdate: {
3573
- serializedName: "transcriptionUpdate",
3574
- type: {
3575
- name: "Composite",
3576
- className: "TranscriptionUpdate",
3577
- },
3578
- },
3579
5226
  callConnectionId: {
3580
5227
  serializedName: "callConnectionId",
3581
5228
  type: {
@@ -3604,24 +5251,17 @@ exports.TranscriptionStopped = {
3604
5251
  serializedName: "resultInformation",
3605
5252
  type: {
3606
5253
  name: "Composite",
3607
- className: "ResultInformation",
5254
+ className: "RestResultInformation",
3608
5255
  },
3609
5256
  },
3610
5257
  },
3611
5258
  },
3612
5259
  };
3613
- exports.TranscriptionUpdated = {
5260
+ exports.RestHoldAudioResumed = {
3614
5261
  type: {
3615
5262
  name: "Composite",
3616
- className: "TranscriptionUpdated",
5263
+ className: "RestHoldAudioResumed",
3617
5264
  modelProperties: {
3618
- transcriptionUpdate: {
3619
- serializedName: "transcriptionUpdate",
3620
- type: {
3621
- name: "Composite",
3622
- className: "TranscriptionUpdate",
3623
- },
3624
- },
3625
5265
  callConnectionId: {
3626
5266
  serializedName: "callConnectionId",
3627
5267
  type: {
@@ -3650,100 +5290,97 @@ exports.TranscriptionUpdated = {
3650
5290
  serializedName: "resultInformation",
3651
5291
  type: {
3652
5292
  name: "Composite",
3653
- className: "ResultInformation",
5293
+ className: "RestResultInformation",
3654
5294
  },
3655
5295
  },
3656
5296
  },
3657
5297
  },
3658
5298
  };
3659
- exports.WebSocketMediaStreamingOptions = {
3660
- serializedName: "websocket",
5299
+ exports.RestHoldAudioCompleted = {
3661
5300
  type: {
3662
5301
  name: "Composite",
3663
- className: "WebSocketMediaStreamingOptions",
3664
- uberParent: "MediaStreamingOptionsInternal",
3665
- polymorphicDiscriminator: exports.MediaStreamingOptionsInternal.type.polymorphicDiscriminator,
5302
+ className: "RestHoldAudioCompleted",
3666
5303
  modelProperties: {
3667
- ...exports.MediaStreamingOptionsInternal.type.modelProperties,
3668
- transportUrl: {
3669
- serializedName: "transportUrl",
5304
+ callConnectionId: {
5305
+ serializedName: "callConnectionId",
3670
5306
  type: {
3671
5307
  name: "String",
3672
5308
  },
3673
5309
  },
3674
- contentType: {
3675
- serializedName: "contentType",
5310
+ serverCallId: {
5311
+ serializedName: "serverCallId",
3676
5312
  type: {
3677
5313
  name: "String",
3678
5314
  },
3679
5315
  },
3680
- startMediaStreaming: {
3681
- serializedName: "startMediaStreaming",
3682
- type: {
3683
- name: "Boolean",
3684
- },
3685
- },
3686
- enableBidirectional: {
3687
- serializedName: "enableBidirectional",
5316
+ correlationId: {
5317
+ serializedName: "correlationId",
3688
5318
  type: {
3689
- name: "Boolean",
5319
+ name: "String",
3690
5320
  },
3691
5321
  },
3692
- audioFormat: {
3693
- serializedName: "audioFormat",
5322
+ operationContext: {
5323
+ serializedName: "operationContext",
3694
5324
  type: {
3695
5325
  name: "String",
3696
5326
  },
3697
5327
  },
3698
- enableDtmfTones: {
3699
- serializedName: "enableDtmfTones",
5328
+ resultInformation: {
5329
+ serializedName: "resultInformation",
3700
5330
  type: {
3701
- name: "Boolean",
5331
+ name: "Composite",
5332
+ className: "RestResultInformation",
3702
5333
  },
3703
5334
  },
3704
5335
  },
3705
5336
  },
3706
5337
  };
3707
- exports.WebSocketTranscriptionOptions = {
3708
- serializedName: "websocket",
5338
+ exports.AzureOpenAIDialog = {
5339
+ serializedName: "azureOpenAI",
3709
5340
  type: {
3710
5341
  name: "Composite",
3711
- className: "WebSocketTranscriptionOptions",
3712
- uberParent: "TranscriptionOptionsInternal",
3713
- polymorphicDiscriminator: exports.TranscriptionOptionsInternal.type.polymorphicDiscriminator,
3714
- modelProperties: {
3715
- ...exports.TranscriptionOptionsInternal.type.modelProperties,
3716
- transportUrl: {
3717
- serializedName: "transportUrl",
5342
+ className: "AzureOpenAIDialog",
5343
+ uberParent: "BaseDialog",
5344
+ polymorphicDiscriminator: exports.BaseDialog.type.polymorphicDiscriminator,
5345
+ modelProperties: Object.assign({}, exports.BaseDialog.type.modelProperties),
5346
+ },
5347
+ };
5348
+ exports.PowerVirtualAgentsDialog = {
5349
+ serializedName: "powerVirtualAgents",
5350
+ type: {
5351
+ name: "Composite",
5352
+ className: "PowerVirtualAgentsDialog",
5353
+ uberParent: "BaseDialog",
5354
+ polymorphicDiscriminator: exports.BaseDialog.type.polymorphicDiscriminator,
5355
+ modelProperties: Object.assign(Object.assign({}, exports.BaseDialog.type.modelProperties), { botAppId: {
5356
+ serializedName: "botAppId",
5357
+ required: true,
3718
5358
  type: {
3719
5359
  name: "String",
3720
5360
  },
3721
- },
3722
- speechModelEndpointId: {
3723
- serializedName: "speechModelEndpointId",
5361
+ }, language: {
5362
+ serializedName: "language",
3724
5363
  type: {
3725
5364
  name: "String",
3726
5365
  },
3727
- },
3728
- startTranscription: {
3729
- serializedName: "startTranscription",
3730
- type: {
3731
- name: "Boolean",
3732
- },
3733
- },
3734
- enableIntermediateResults: {
3735
- serializedName: "enableIntermediateResults",
3736
- type: {
3737
- name: "Boolean",
3738
- },
3739
- },
3740
- },
5366
+ } }),
5367
+ },
5368
+ };
5369
+ exports.AzureOpenAIDialogUpdate = {
5370
+ serializedName: "azureOpenAI",
5371
+ type: {
5372
+ name: "Composite",
5373
+ className: "AzureOpenAIDialogUpdate",
5374
+ uberParent: "DialogUpdateBase",
5375
+ polymorphicDiscriminator: exports.DialogUpdateBase.type.polymorphicDiscriminator,
5376
+ modelProperties: Object.assign({}, exports.DialogUpdateBase.type.modelProperties),
3741
5377
  },
3742
5378
  };
3743
5379
  exports.discriminators = {
3744
- MediaStreamingOptionsInternal: exports.MediaStreamingOptionsInternal,
3745
- TranscriptionOptionsInternal: exports.TranscriptionOptionsInternal,
3746
- "MediaStreamingOptionsInternal.websocket": exports.WebSocketMediaStreamingOptions,
3747
- "TranscriptionOptionsInternal.websocket": exports.WebSocketTranscriptionOptions,
5380
+ BaseDialog: exports.BaseDialog,
5381
+ DialogUpdateBase: exports.DialogUpdateBase,
5382
+ "BaseDialog.azureOpenAI": exports.AzureOpenAIDialog,
5383
+ "BaseDialog.powerVirtualAgents": exports.PowerVirtualAgentsDialog,
5384
+ "DialogUpdateBase.azureOpenAI": exports.AzureOpenAIDialogUpdate,
3748
5385
  };
3749
5386
  //# sourceMappingURL=mappers.js.map