@azure/communication-call-automation 1.6.0-alpha.20250711.2 → 1.6.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (477) hide show
  1. package/README.md +0 -48
  2. package/dist/browser/callAutomationClient.d.ts +0 -8
  3. package/dist/browser/callAutomationClient.d.ts.map +1 -1
  4. package/dist/browser/callAutomationClient.js +87 -141
  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 +22 -54
  8. package/dist/browser/callAutomationEventParser.js.map +1 -1
  9. package/dist/browser/callConnection.d.ts +12 -14
  10. package/dist/browser/callConnection.d.ts.map +1 -1
  11. package/dist/browser/callConnection.js +111 -183
  12. package/dist/browser/callConnection.js.map +1 -1
  13. package/dist/browser/callMedia.d.ts +15 -20
  14. package/dist/browser/callMedia.d.ts.map +1 -1
  15. package/dist/browser/callMedia.js +58 -177
  16. package/dist/browser/callMedia.js.map +1 -1
  17. package/dist/browser/callRecording.d.ts +2 -8
  18. package/dist/browser/callRecording.d.ts.map +1 -1
  19. package/dist/browser/callRecording.js +16 -26
  20. package/dist/browser/callRecording.js.map +1 -1
  21. package/dist/browser/contentDownloader.js +11 -12
  22. package/dist/browser/contentDownloader.js.map +1 -1
  23. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  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 +1 -2
  29. package/dist/browser/generated/src/callAutomationApiClient.d.ts +1 -2
  30. package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
  31. package/dist/browser/generated/src/callAutomationApiClient.js +14 -6
  32. package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
  33. package/dist/browser/generated/src/models/index.d.ts +534 -1064
  34. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  35. package/dist/browser/generated/src/models/index.js +87 -159
  36. package/dist/browser/generated/src/models/index.js.map +1 -1
  37. package/dist/browser/generated/src/models/mappers.d.ts +58 -86
  38. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  39. package/dist/browser/generated/src/models/mappers.js +1173 -2159
  40. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  41. package/dist/browser/generated/src/models/parameters.d.ts +2 -7
  42. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  43. package/dist/browser/generated/src/models/parameters.js +10 -41
  44. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  45. package/dist/browser/generated/src/operations/callConnection.d.ts +2 -9
  46. package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
  47. package/dist/browser/generated/src/operations/callConnection.js +24 -73
  48. package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
  49. package/dist/browser/generated/src/operations/callMedia.d.ts +15 -15
  50. package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
  51. package/dist/browser/generated/src/operations/callMedia.js +51 -50
  52. package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
  53. package/dist/browser/generated/src/operations/callRecording.d.ts +1 -7
  54. package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
  55. package/dist/browser/generated/src/operations/callRecording.js +1 -24
  56. package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
  57. package/dist/browser/generated/src/operations/index.d.ts +0 -1
  58. package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
  59. package/dist/browser/generated/src/operations/index.js +0 -1
  60. package/dist/browser/generated/src/operations/index.js.map +1 -1
  61. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  62. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  63. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  64. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  65. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  66. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  67. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  68. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  69. package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  70. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -1
  71. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  72. package/dist/browser/generated/src/operationsInterfaces/index.js +0 -1
  73. package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
  74. package/dist/browser/generated/src/pagingHelper.js +2 -4
  75. package/dist/browser/generated/src/pagingHelper.js.map +1 -1
  76. package/dist/browser/index.d.ts +0 -2
  77. package/dist/browser/index.d.ts.map +1 -1
  78. package/dist/browser/index.js +0 -2
  79. package/dist/browser/index.js.map +1 -1
  80. package/dist/browser/models/constants.js +1 -1
  81. package/dist/browser/models/constants.js.map +1 -1
  82. package/dist/browser/models/events.d.ts +136 -195
  83. package/dist/browser/models/events.d.ts.map +1 -1
  84. package/dist/browser/models/events.js.map +1 -1
  85. package/dist/browser/models/models.d.ts +76 -39
  86. package/dist/browser/models/models.d.ts.map +1 -1
  87. package/dist/browser/models/models.js +1 -3
  88. package/dist/browser/models/models.js.map +1 -1
  89. package/dist/browser/models/options.d.ts +64 -30
  90. package/dist/browser/models/options.d.ts.map +1 -1
  91. package/dist/browser/models/options.js.map +1 -1
  92. package/dist/browser/models/responses.d.ts +19 -82
  93. package/dist/browser/models/responses.d.ts.map +1 -1
  94. package/dist/browser/models/responses.js.map +1 -1
  95. package/dist/browser/models/streaming.d.ts +38 -28
  96. package/dist/browser/models/streaming.d.ts.map +1 -1
  97. package/dist/browser/models/streaming.js +28 -57
  98. package/dist/browser/models/streaming.js.map +1 -1
  99. package/dist/browser/streamingData.d.ts.map +1 -1
  100. package/dist/browser/streamingData.js +15 -1
  101. package/dist/browser/streamingData.js.map +1 -1
  102. package/dist/browser/utli/converters.d.ts +1 -1
  103. package/dist/browser/utli/converters.d.ts.map +1 -1
  104. package/dist/browser/utli/converters.js +48 -9
  105. package/dist/browser/utli/converters.js.map +1 -1
  106. package/dist/commonjs/callAutomationClient.d.ts +0 -8
  107. package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
  108. package/dist/commonjs/callAutomationClient.js +85 -139
  109. package/dist/commonjs/callAutomationClient.js.map +1 -1
  110. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
  111. package/dist/commonjs/callAutomationEventParser.js +21 -53
  112. package/dist/commonjs/callAutomationEventParser.js.map +1 -1
  113. package/dist/commonjs/callConnection.d.ts +12 -14
  114. package/dist/commonjs/callConnection.d.ts.map +1 -1
  115. package/dist/commonjs/callConnection.js +113 -185
  116. package/dist/commonjs/callConnection.js.map +1 -1
  117. package/dist/commonjs/callMedia.d.ts +15 -20
  118. package/dist/commonjs/callMedia.d.ts.map +1 -1
  119. package/dist/commonjs/callMedia.js +66 -185
  120. package/dist/commonjs/callMedia.js.map +1 -1
  121. package/dist/commonjs/callRecording.d.ts +2 -8
  122. package/dist/commonjs/callRecording.d.ts.map +1 -1
  123. package/dist/commonjs/callRecording.js +17 -27
  124. package/dist/commonjs/callRecording.js.map +1 -1
  125. package/dist/commonjs/contentDownloader.js +11 -12
  126. package/dist/commonjs/contentDownloader.js.map +1 -1
  127. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  128. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  129. package/dist/commonjs/credential/callAutomationAuthPolicy.js +1 -1
  130. package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -1
  131. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -2
  132. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
  133. package/dist/commonjs/generated/src/callAutomationApiClient.js +13 -5
  134. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
  135. package/dist/commonjs/generated/src/models/index.d.ts +534 -1064
  136. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  137. package/dist/commonjs/generated/src/models/index.js +88 -160
  138. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  139. package/dist/commonjs/generated/src/models/mappers.d.ts +58 -86
  140. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  141. package/dist/commonjs/generated/src/models/mappers.js +1176 -2162
  142. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  143. package/dist/commonjs/generated/src/models/parameters.d.ts +2 -7
  144. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  145. package/dist/commonjs/generated/src/models/parameters.js +10 -41
  146. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  147. package/dist/commonjs/generated/src/operations/callConnection.d.ts +2 -9
  148. package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
  149. package/dist/commonjs/generated/src/operations/callConnection.js +24 -72
  150. package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
  151. package/dist/commonjs/generated/src/operations/callMedia.d.ts +15 -15
  152. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
  153. package/dist/commonjs/generated/src/operations/callMedia.js +51 -50
  154. package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
  155. package/dist/commonjs/generated/src/operations/callRecording.d.ts +1 -7
  156. package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
  157. package/dist/commonjs/generated/src/operations/callRecording.js +1 -24
  158. package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
  159. package/dist/commonjs/generated/src/operations/index.d.ts +0 -1
  160. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
  161. package/dist/commonjs/generated/src/operations/index.js +0 -1
  162. package/dist/commonjs/generated/src/operations/index.js.map +1 -1
  163. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  164. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  165. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  166. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  167. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  168. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  169. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  170. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  171. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  172. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +0 -1
  173. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  174. package/dist/commonjs/generated/src/operationsInterfaces/index.js +0 -1
  175. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
  176. package/dist/commonjs/generated/src/pagingHelper.js +2 -4
  177. package/dist/commonjs/generated/src/pagingHelper.js.map +1 -1
  178. package/dist/commonjs/index.d.ts +0 -2
  179. package/dist/commonjs/index.d.ts.map +1 -1
  180. package/dist/commonjs/index.js +0 -2
  181. package/dist/commonjs/index.js.map +1 -1
  182. package/dist/commonjs/models/constants.js +1 -1
  183. package/dist/commonjs/models/constants.js.map +1 -1
  184. package/dist/commonjs/models/events.d.ts +136 -195
  185. package/dist/commonjs/models/events.d.ts.map +1 -1
  186. package/dist/commonjs/models/events.js.map +1 -1
  187. package/dist/commonjs/models/models.d.ts +76 -39
  188. package/dist/commonjs/models/models.d.ts.map +1 -1
  189. package/dist/commonjs/models/models.js +2 -21
  190. package/dist/commonjs/models/models.js.map +1 -1
  191. package/dist/commonjs/models/options.d.ts +64 -30
  192. package/dist/commonjs/models/options.d.ts.map +1 -1
  193. package/dist/commonjs/models/options.js.map +1 -1
  194. package/dist/commonjs/models/responses.d.ts +19 -82
  195. package/dist/commonjs/models/responses.d.ts.map +1 -1
  196. package/dist/commonjs/models/responses.js.map +1 -1
  197. package/dist/commonjs/models/streaming.d.ts +38 -28
  198. package/dist/commonjs/models/streaming.d.ts.map +1 -1
  199. package/dist/commonjs/models/streaming.js +31 -59
  200. package/dist/commonjs/models/streaming.js.map +1 -1
  201. package/dist/commonjs/streamingData.d.ts.map +1 -1
  202. package/dist/commonjs/streamingData.js +15 -1
  203. package/dist/commonjs/streamingData.js.map +1 -1
  204. package/dist/commonjs/tsdoc-metadata.json +11 -11
  205. package/dist/commonjs/utli/converters.d.ts +1 -1
  206. package/dist/commonjs/utli/converters.d.ts.map +1 -1
  207. package/dist/commonjs/utli/converters.js +47 -8
  208. package/dist/commonjs/utli/converters.js.map +1 -1
  209. package/dist/esm/callAutomationClient.d.ts +0 -8
  210. package/dist/esm/callAutomationClient.d.ts.map +1 -1
  211. package/dist/esm/callAutomationClient.js +87 -141
  212. package/dist/esm/callAutomationClient.js.map +1 -1
  213. package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
  214. package/dist/esm/callAutomationEventParser.js +22 -54
  215. package/dist/esm/callAutomationEventParser.js.map +1 -1
  216. package/dist/esm/callConnection.d.ts +12 -14
  217. package/dist/esm/callConnection.d.ts.map +1 -1
  218. package/dist/esm/callConnection.js +111 -183
  219. package/dist/esm/callConnection.js.map +1 -1
  220. package/dist/esm/callMedia.d.ts +15 -20
  221. package/dist/esm/callMedia.d.ts.map +1 -1
  222. package/dist/esm/callMedia.js +58 -177
  223. package/dist/esm/callMedia.js.map +1 -1
  224. package/dist/esm/callRecording.d.ts +2 -8
  225. package/dist/esm/callRecording.d.ts.map +1 -1
  226. package/dist/esm/callRecording.js +16 -26
  227. package/dist/esm/callRecording.js.map +1 -1
  228. package/dist/esm/contentDownloader.js +11 -12
  229. package/dist/esm/contentDownloader.js.map +1 -1
  230. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  231. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  232. package/dist/esm/credential/callAutomationAuthPolicy.js +1 -1
  233. package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -1
  234. package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -2
  235. package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
  236. package/dist/esm/generated/src/callAutomationApiClient.js +14 -6
  237. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
  238. package/dist/esm/generated/src/models/index.d.ts +534 -1064
  239. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  240. package/dist/esm/generated/src/models/index.js +87 -159
  241. package/dist/esm/generated/src/models/index.js.map +1 -1
  242. package/dist/esm/generated/src/models/mappers.d.ts +58 -86
  243. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  244. package/dist/esm/generated/src/models/mappers.js +1173 -2159
  245. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  246. package/dist/esm/generated/src/models/parameters.d.ts +2 -7
  247. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  248. package/dist/esm/generated/src/models/parameters.js +10 -41
  249. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  250. package/dist/esm/generated/src/operations/callConnection.d.ts +2 -9
  251. package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
  252. package/dist/esm/generated/src/operations/callConnection.js +24 -73
  253. package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
  254. package/dist/esm/generated/src/operations/callMedia.d.ts +15 -15
  255. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
  256. package/dist/esm/generated/src/operations/callMedia.js +51 -50
  257. package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
  258. package/dist/esm/generated/src/operations/callRecording.d.ts +1 -7
  259. package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
  260. package/dist/esm/generated/src/operations/callRecording.js +1 -24
  261. package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
  262. package/dist/esm/generated/src/operations/index.d.ts +0 -1
  263. package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
  264. package/dist/esm/generated/src/operations/index.js +0 -1
  265. package/dist/esm/generated/src/operations/index.js.map +1 -1
  266. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  267. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  268. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  269. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  270. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  271. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  272. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  273. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  274. package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  275. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +0 -1
  276. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  277. package/dist/esm/generated/src/operationsInterfaces/index.js +0 -1
  278. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
  279. package/dist/esm/generated/src/pagingHelper.js +2 -4
  280. package/dist/esm/generated/src/pagingHelper.js.map +1 -1
  281. package/dist/esm/index.d.ts +0 -2
  282. package/dist/esm/index.d.ts.map +1 -1
  283. package/dist/esm/index.js +0 -2
  284. package/dist/esm/index.js.map +1 -1
  285. package/dist/esm/models/constants.js +1 -1
  286. package/dist/esm/models/constants.js.map +1 -1
  287. package/dist/esm/models/events.d.ts +136 -195
  288. package/dist/esm/models/events.d.ts.map +1 -1
  289. package/dist/esm/models/events.js.map +1 -1
  290. package/dist/esm/models/models.d.ts +76 -39
  291. package/dist/esm/models/models.d.ts.map +1 -1
  292. package/dist/esm/models/models.js +1 -3
  293. package/dist/esm/models/models.js.map +1 -1
  294. package/dist/esm/models/options.d.ts +64 -30
  295. package/dist/esm/models/options.d.ts.map +1 -1
  296. package/dist/esm/models/options.js.map +1 -1
  297. package/dist/esm/models/responses.d.ts +19 -82
  298. package/dist/esm/models/responses.d.ts.map +1 -1
  299. package/dist/esm/models/responses.js.map +1 -1
  300. package/dist/esm/models/streaming.d.ts +38 -28
  301. package/dist/esm/models/streaming.d.ts.map +1 -1
  302. package/dist/esm/models/streaming.js +28 -57
  303. package/dist/esm/models/streaming.js.map +1 -1
  304. package/dist/esm/streamingData.d.ts.map +1 -1
  305. package/dist/esm/streamingData.js +15 -1
  306. package/dist/esm/streamingData.js.map +1 -1
  307. package/dist/esm/utli/converters.d.ts +1 -1
  308. package/dist/esm/utli/converters.d.ts.map +1 -1
  309. package/dist/esm/utli/converters.js +48 -9
  310. package/dist/esm/utli/converters.js.map +1 -1
  311. package/dist/react-native/callAutomationClient.d.ts +0 -8
  312. package/dist/react-native/callAutomationClient.d.ts.map +1 -1
  313. package/dist/react-native/callAutomationClient.js +87 -141
  314. package/dist/react-native/callAutomationClient.js.map +1 -1
  315. package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
  316. package/dist/react-native/callAutomationEventParser.js +22 -54
  317. package/dist/react-native/callAutomationEventParser.js.map +1 -1
  318. package/dist/react-native/callConnection.d.ts +12 -14
  319. package/dist/react-native/callConnection.d.ts.map +1 -1
  320. package/dist/react-native/callConnection.js +111 -183
  321. package/dist/react-native/callConnection.js.map +1 -1
  322. package/dist/react-native/callMedia.d.ts +15 -20
  323. package/dist/react-native/callMedia.d.ts.map +1 -1
  324. package/dist/react-native/callMedia.js +58 -177
  325. package/dist/react-native/callMedia.js.map +1 -1
  326. package/dist/react-native/callRecording.d.ts +2 -8
  327. package/dist/react-native/callRecording.d.ts.map +1 -1
  328. package/dist/react-native/callRecording.js +16 -26
  329. package/dist/react-native/callRecording.js.map +1 -1
  330. package/dist/react-native/contentDownloader.js +11 -12
  331. package/dist/react-native/contentDownloader.js.map +1 -1
  332. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  333. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  334. package/dist/react-native/credential/callAutomationAuthPolicy.js +1 -1
  335. package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -1
  336. package/dist/react-native/generated/src/callAutomationApiClient.d.ts +1 -2
  337. package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
  338. package/dist/react-native/generated/src/callAutomationApiClient.js +14 -6
  339. package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
  340. package/dist/react-native/generated/src/models/index.d.ts +534 -1064
  341. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  342. package/dist/react-native/generated/src/models/index.js +87 -159
  343. package/dist/react-native/generated/src/models/index.js.map +1 -1
  344. package/dist/react-native/generated/src/models/mappers.d.ts +58 -86
  345. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  346. package/dist/react-native/generated/src/models/mappers.js +1173 -2159
  347. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  348. package/dist/react-native/generated/src/models/parameters.d.ts +2 -7
  349. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  350. package/dist/react-native/generated/src/models/parameters.js +10 -41
  351. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  352. package/dist/react-native/generated/src/operations/callConnection.d.ts +2 -9
  353. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
  354. package/dist/react-native/generated/src/operations/callConnection.js +24 -73
  355. package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
  356. package/dist/react-native/generated/src/operations/callMedia.d.ts +15 -15
  357. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
  358. package/dist/react-native/generated/src/operations/callMedia.js +51 -50
  359. package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
  360. package/dist/react-native/generated/src/operations/callRecording.d.ts +1 -7
  361. package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
  362. package/dist/react-native/generated/src/operations/callRecording.js +1 -24
  363. package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
  364. package/dist/react-native/generated/src/operations/index.d.ts +0 -1
  365. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
  366. package/dist/react-native/generated/src/operations/index.js +0 -1
  367. package/dist/react-native/generated/src/operations/index.js.map +1 -1
  368. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  369. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  370. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  371. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  372. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  373. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  374. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  375. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  376. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  377. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -1
  378. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  379. package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -1
  380. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
  381. package/dist/react-native/generated/src/pagingHelper.js +2 -4
  382. package/dist/react-native/generated/src/pagingHelper.js.map +1 -1
  383. package/dist/react-native/index.d.ts +0 -2
  384. package/dist/react-native/index.d.ts.map +1 -1
  385. package/dist/react-native/index.js +0 -2
  386. package/dist/react-native/index.js.map +1 -1
  387. package/dist/react-native/models/constants.js +1 -1
  388. package/dist/react-native/models/constants.js.map +1 -1
  389. package/dist/react-native/models/events.d.ts +136 -195
  390. package/dist/react-native/models/events.d.ts.map +1 -1
  391. package/dist/react-native/models/events.js.map +1 -1
  392. package/dist/react-native/models/models.d.ts +76 -39
  393. package/dist/react-native/models/models.d.ts.map +1 -1
  394. package/dist/react-native/models/models.js +1 -3
  395. package/dist/react-native/models/models.js.map +1 -1
  396. package/dist/react-native/models/options.d.ts +64 -30
  397. package/dist/react-native/models/options.d.ts.map +1 -1
  398. package/dist/react-native/models/options.js.map +1 -1
  399. package/dist/react-native/models/responses.d.ts +19 -82
  400. package/dist/react-native/models/responses.d.ts.map +1 -1
  401. package/dist/react-native/models/responses.js.map +1 -1
  402. package/dist/react-native/models/streaming.d.ts +38 -28
  403. package/dist/react-native/models/streaming.d.ts.map +1 -1
  404. package/dist/react-native/models/streaming.js +28 -57
  405. package/dist/react-native/models/streaming.js.map +1 -1
  406. package/dist/react-native/streamingData.d.ts.map +1 -1
  407. package/dist/react-native/streamingData.js +15 -1
  408. package/dist/react-native/streamingData.js.map +1 -1
  409. package/dist/react-native/utli/converters.d.ts +1 -1
  410. package/dist/react-native/utli/converters.d.ts.map +1 -1
  411. package/dist/react-native/utli/converters.js +48 -9
  412. package/dist/react-native/utli/converters.js.map +1 -1
  413. package/package.json +35 -36
  414. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  415. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  416. package/dist/browser/eventprocessor/callAutomationEventProcessor.js +0 -137
  417. package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  418. package/dist/browser/eventprocessor/eventResponses.d.ts +0 -134
  419. package/dist/browser/eventprocessor/eventResponses.d.ts.map +0 -1
  420. package/dist/browser/eventprocessor/eventResponses.js +0 -4
  421. package/dist/browser/eventprocessor/eventResponses.js.map +0 -1
  422. package/dist/browser/generated/src/operations/callDialog.d.ts +0 -35
  423. package/dist/browser/generated/src/operations/callDialog.d.ts.map +0 -1
  424. package/dist/browser/generated/src/operations/callDialog.js +0 -111
  425. package/dist/browser/generated/src/operations/callDialog.js.map +0 -1
  426. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  427. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  428. package/dist/browser/generated/src/operationsInterfaces/callDialog.js +0 -9
  429. package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  430. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  431. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  432. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +0 -141
  433. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  434. package/dist/commonjs/eventprocessor/eventResponses.d.ts +0 -134
  435. package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +0 -1
  436. package/dist/commonjs/eventprocessor/eventResponses.js +0 -5
  437. package/dist/commonjs/eventprocessor/eventResponses.js.map +0 -1
  438. package/dist/commonjs/generated/src/operations/callDialog.d.ts +0 -35
  439. package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +0 -1
  440. package/dist/commonjs/generated/src/operations/callDialog.js +0 -116
  441. package/dist/commonjs/generated/src/operations/callDialog.js.map +0 -1
  442. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  443. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  444. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +0 -10
  445. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  446. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  447. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  448. package/dist/esm/eventprocessor/callAutomationEventProcessor.js +0 -137
  449. package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  450. package/dist/esm/eventprocessor/eventResponses.d.ts +0 -134
  451. package/dist/esm/eventprocessor/eventResponses.d.ts.map +0 -1
  452. package/dist/esm/eventprocessor/eventResponses.js +0 -4
  453. package/dist/esm/eventprocessor/eventResponses.js.map +0 -1
  454. package/dist/esm/generated/src/operations/callDialog.d.ts +0 -35
  455. package/dist/esm/generated/src/operations/callDialog.d.ts.map +0 -1
  456. package/dist/esm/generated/src/operations/callDialog.js +0 -111
  457. package/dist/esm/generated/src/operations/callDialog.js.map +0 -1
  458. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  459. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  460. package/dist/esm/generated/src/operationsInterfaces/callDialog.js +0 -9
  461. package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  462. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  463. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  464. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +0 -137
  465. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  466. package/dist/react-native/eventprocessor/eventResponses.d.ts +0 -134
  467. package/dist/react-native/eventprocessor/eventResponses.d.ts.map +0 -1
  468. package/dist/react-native/eventprocessor/eventResponses.js +0 -4
  469. package/dist/react-native/eventprocessor/eventResponses.js.map +0 -1
  470. package/dist/react-native/generated/src/operations/callDialog.d.ts +0 -35
  471. package/dist/react-native/generated/src/operations/callDialog.d.ts.map +0 -1
  472. package/dist/react-native/generated/src/operations/callDialog.js +0 -111
  473. package/dist/react-native/generated/src/operations/callDialog.js.map +0 -1
  474. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  475. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  476. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +0 -9
  477. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +0 -1
@@ -7,9 +7,9 @@
7
7
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.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;
10
+ 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.SummarizeCallRequest = exports.UpdateTranscriptionRequest = exports.StopTranscriptionRequest = exports.SummarizationOptionsInternal = exports.PiiRedactionOptionsInternal = exports.StartTranscriptionRequest = exports.PlayOptionsInternal = exports.SsmlSourceInternal = exports.TextSourceInternal = exports.FileSourceInternal = exports.PlaySourceInternal = exports.PlayRequest = exports.TransferCallResponse = exports.TeamsPhoneSourceDetailsInternal = exports.TeamsPhoneCallerDetailsInternal = exports.TeamsPhoneCallDetailsInternal = 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.SendDtmfTonesCompleted = exports.ContinuousDtmfRecognitionStopped = exports.ContinuousDtmfRecognitionToneReceived = exports.ContinuousDtmfRecognitionToneFailed = exports.RecognizeCanceled = exports.RecognizeFailed = exports.SpeechResult = exports.SentimentAnalysisResult = exports.ChoiceResult = exports.DtmfResult = exports.RecognizeCompleted = exports.PlayCanceled = exports.PlayFailed = exports.PlayCompleted = exports.PlayStarted = exports.RecordingStateChanged = exports.MoveParticipantFailed = exports.MoveParticipantSucceeded = 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.SipDiagnosticInfo = exports.ResultInformation = exports.AddParticipantFailed = exports.RecordingStateResponse = exports.RecordingStorage = exports.ChannelAffinity = exports.StartCallRecordingRequest = exports.MoveParticipantsResponse = exports.MoveParticipantsRequest = exports.CancelAddParticipantResponse = exports.CancelAddParticipantRequest = exports.MuteParticipantsResult = exports.MuteParticipantsRequest = exports.RemoveParticipantResponse = exports.RemoveParticipantRequest = exports.AddParticipantResponse = exports.AddParticipantRequest = exports.CallParticipantInternal = exports.GetParticipantsResponse = void 0;
12
+ exports.discriminators = exports.WebSocketTranscriptionOptions = exports.WebSocketMediaStreamingOptions = exports.TranscriptionCallSummaryUpdated = exports.TranscriptionUpdated = exports.TranscriptionStopped = exports.TranscriptionStarted = exports.TranscriptionUpdate = exports.TranscriptionFailed = exports.StartRecordingFailed = exports.HoldFailed = exports.MediaStreamingStopped = exports.MediaStreamingStarted = exports.MediaStreamingUpdate = exports.MediaStreamingFailed = exports.SendDtmfTonesFailed = void 0;
13
13
  exports.CreateCallRequest = {
14
14
  type: {
15
15
  name: "Composite",
@@ -68,32 +68,31 @@ exports.CreateCallRequest = {
68
68
  className: "CallIntelligenceOptionsInternal",
69
69
  },
70
70
  },
71
- teamsAppSource: {
72
- serializedName: "teamsAppSource",
71
+ mediaStreamingOptions: {
72
+ serializedName: "mediaStreamingOptions",
73
73
  type: {
74
74
  name: "Composite",
75
- className: "MicrosoftTeamsAppIdentifierModel",
75
+ className: "MediaStreamingOptionsInternal",
76
76
  },
77
77
  },
78
- customCallingContext: {
79
- serializedName: "customCallingContext",
78
+ transcriptionOptions: {
79
+ serializedName: "transcriptionOptions",
80
80
  type: {
81
81
  name: "Composite",
82
- className: "CustomCallingContextInternal",
82
+ className: "TranscriptionOptionsInternal",
83
83
  },
84
84
  },
85
- mediaStreamingOptions: {
86
- serializedName: "mediaStreamingOptions",
85
+ teamsAppSource: {
86
+ serializedName: "teamsAppSource",
87
87
  type: {
88
88
  name: "Composite",
89
- className: "MediaStreamingOptions",
89
+ className: "MicrosoftTeamsAppIdentifierModel",
90
90
  },
91
91
  },
92
- transcriptionOptions: {
93
- serializedName: "transcriptionOptions",
92
+ enableLoopbackAudio: {
93
+ serializedName: "enableLoopbackAudio",
94
94
  type: {
95
- name: "Composite",
96
- className: "TranscriptionOptionsInternal",
95
+ name: "Boolean",
97
96
  },
98
97
  },
99
98
  },
@@ -290,196 +289,184 @@ exports.CallIntelligenceOptionsInternal = {
290
289
  name: "String",
291
290
  },
292
291
  },
293
- backupCognitiveServicesEndpoint: {
294
- serializedName: "backupCognitiveServicesEndpoint",
295
- type: {
296
- name: "String",
297
- },
298
- },
299
292
  },
300
293
  },
301
294
  };
302
- exports.CustomCallingContextInternal = {
295
+ exports.MediaStreamingOptionsInternal = {
303
296
  type: {
304
297
  name: "Composite",
305
- className: "CustomCallingContextInternal",
298
+ className: "MediaStreamingOptionsInternal",
299
+ uberParent: "MediaStreamingOptionsInternal",
300
+ polymorphicDiscriminator: {
301
+ serializedName: "transportType",
302
+ clientName: "transportType",
303
+ },
306
304
  modelProperties: {
307
- voipHeaders: {
308
- serializedName: "voipHeaders",
309
- type: {
310
- name: "Dictionary",
311
- value: { type: { name: "String" } },
312
- },
313
- },
314
- sipHeaders: {
315
- serializedName: "sipHeaders",
305
+ transportType: {
306
+ serializedName: "transportType",
307
+ required: true,
316
308
  type: {
317
- name: "Dictionary",
318
- value: { type: { name: "String" } },
309
+ name: "String",
319
310
  },
320
311
  },
321
- teamsPhoneCallDetails: {
322
- serializedName: "teamsPhoneCallDetails",
312
+ audioChannelType: {
313
+ serializedName: "audioChannelType",
314
+ required: true,
323
315
  type: {
324
- name: "Composite",
325
- className: "TeamsPhoneCallDetailsInternal",
316
+ name: "String",
326
317
  },
327
318
  },
328
319
  },
329
320
  },
330
321
  };
331
- exports.TeamsPhoneCallDetailsInternal = {
322
+ exports.TranscriptionOptionsInternal = {
332
323
  type: {
333
324
  name: "Composite",
334
- className: "TeamsPhoneCallDetailsInternal",
325
+ className: "TranscriptionOptionsInternal",
326
+ uberParent: "TranscriptionOptionsInternal",
327
+ polymorphicDiscriminator: {
328
+ serializedName: "transportType",
329
+ clientName: "transportType",
330
+ },
335
331
  modelProperties: {
336
- teamsPhoneCallerDetails: {
337
- serializedName: "teamsPhoneCallerDetails",
332
+ transportType: {
333
+ serializedName: "transportType",
334
+ required: true,
338
335
  type: {
339
- name: "Composite",
340
- className: "TeamsPhoneCallerDetailsInternal",
336
+ name: "String",
341
337
  },
342
338
  },
343
- teamsPhoneSourceDetails: {
344
- serializedName: "teamsPhoneSourceDetails",
339
+ locale: {
340
+ serializedName: "locale",
345
341
  type: {
346
- name: "Composite",
347
- className: "TeamsPhoneSourceDetailsInternal",
342
+ name: "String",
348
343
  },
349
344
  },
350
- sessionId: {
351
- serializedName: "sessionId",
345
+ },
346
+ },
347
+ };
348
+ exports.CallConnectionPropertiesInternal = {
349
+ type: {
350
+ name: "Composite",
351
+ className: "CallConnectionPropertiesInternal",
352
+ modelProperties: {
353
+ callConnectionId: {
354
+ serializedName: "callConnectionId",
352
355
  type: {
353
356
  name: "String",
354
357
  },
355
358
  },
356
- intent: {
357
- serializedName: "intent",
359
+ serverCallId: {
360
+ serializedName: "serverCallId",
358
361
  type: {
359
362
  name: "String",
360
363
  },
361
364
  },
362
- callTopic: {
363
- serializedName: "callTopic",
365
+ targets: {
366
+ serializedName: "targets",
364
367
  type: {
365
- name: "String",
368
+ name: "Sequence",
369
+ element: {
370
+ type: {
371
+ name: "Composite",
372
+ className: "CommunicationIdentifierModel",
373
+ },
374
+ },
366
375
  },
367
376
  },
368
- callContext: {
369
- serializedName: "callContext",
377
+ callConnectionState: {
378
+ serializedName: "callConnectionState",
370
379
  type: {
371
380
  name: "String",
372
381
  },
373
382
  },
374
- transcriptUrl: {
375
- serializedName: "transcriptUrl",
383
+ callbackUri: {
384
+ serializedName: "callbackUri",
376
385
  type: {
377
386
  name: "String",
378
387
  },
379
388
  },
380
- callSentiment: {
381
- serializedName: "callSentiment",
389
+ sourceCallerIdNumber: {
390
+ serializedName: "sourceCallerIdNumber",
382
391
  type: {
383
- name: "String",
392
+ name: "Composite",
393
+ className: "PhoneNumberIdentifierModel",
384
394
  },
385
395
  },
386
- suggestedActions: {
387
- serializedName: "suggestedActions",
396
+ sourceDisplayName: {
397
+ serializedName: "sourceDisplayName",
388
398
  type: {
389
399
  name: "String",
390
400
  },
391
401
  },
392
- },
393
- },
394
- };
395
- exports.TeamsPhoneCallerDetailsInternal = {
396
- type: {
397
- name: "Composite",
398
- className: "TeamsPhoneCallerDetailsInternal",
399
- modelProperties: {
400
- caller: {
401
- serializedName: "caller",
402
+ source: {
403
+ serializedName: "source",
402
404
  type: {
403
405
  name: "Composite",
404
406
  className: "CommunicationIdentifierModel",
405
407
  },
406
408
  },
407
- name: {
408
- serializedName: "name",
409
- required: true,
410
- type: {
411
- name: "String",
412
- },
413
- },
414
- phoneNumber: {
415
- serializedName: "phoneNumber",
416
- required: true,
409
+ correlationId: {
410
+ serializedName: "correlationId",
417
411
  type: {
418
412
  name: "String",
419
413
  },
420
414
  },
421
- recordId: {
422
- serializedName: "recordId",
415
+ answeredBy: {
416
+ serializedName: "answeredBy",
423
417
  type: {
424
- name: "String",
418
+ name: "Composite",
419
+ className: "CommunicationUserIdentifierModel",
425
420
  },
426
421
  },
427
- screenPopUrl: {
428
- serializedName: "screenPopUrl",
422
+ mediaStreamingSubscription: {
423
+ serializedName: "mediaStreamingSubscription",
429
424
  type: {
430
- name: "String",
425
+ name: "Composite",
426
+ className: "MediaStreamingSubscription",
431
427
  },
432
428
  },
433
- isAuthenticated: {
434
- serializedName: "isAuthenticated",
429
+ transcriptionSubscription: {
430
+ serializedName: "transcriptionSubscription",
435
431
  type: {
436
- name: "Boolean",
432
+ name: "Composite",
433
+ className: "TranscriptionSubscription",
437
434
  },
438
435
  },
439
- additionalCallerInformation: {
440
- serializedName: "additionalCallerInformation",
436
+ answeredFor: {
437
+ serializedName: "answeredFor",
441
438
  type: {
442
- name: "Dictionary",
443
- value: { type: { name: "String" } },
439
+ name: "Composite",
440
+ className: "PhoneNumberIdentifierModel",
444
441
  },
445
442
  },
446
443
  },
447
444
  },
448
445
  };
449
- exports.TeamsPhoneSourceDetailsInternal = {
446
+ exports.MediaStreamingSubscription = {
450
447
  type: {
451
448
  name: "Composite",
452
- className: "TeamsPhoneSourceDetailsInternal",
449
+ className: "MediaStreamingSubscription",
453
450
  modelProperties: {
454
- source: {
455
- serializedName: "source",
456
- type: {
457
- name: "Composite",
458
- className: "CommunicationIdentifierModel",
459
- },
460
- },
461
- language: {
462
- serializedName: "language",
463
- required: true,
451
+ id: {
452
+ serializedName: "id",
464
453
  type: {
465
454
  name: "String",
466
455
  },
467
456
  },
468
- status: {
469
- serializedName: "status",
470
- required: true,
457
+ state: {
458
+ serializedName: "state",
471
459
  type: {
472
460
  name: "String",
473
461
  },
474
462
  },
475
- intendedTargets: {
476
- serializedName: "intendedTargets",
463
+ subscribedContentTypes: {
464
+ serializedName: "subscribedContentTypes",
477
465
  type: {
478
- name: "Dictionary",
479
- value: {
466
+ name: "Sequence",
467
+ element: {
480
468
  type: {
481
- name: "Composite",
482
- className: "CommunicationIdentifierModel",
469
+ name: "String",
483
470
  },
484
471
  },
485
472
  },
@@ -487,53 +474,36 @@ exports.TeamsPhoneSourceDetailsInternal = {
487
474
  },
488
475
  },
489
476
  };
490
- exports.MediaStreamingOptions = {
477
+ exports.TranscriptionSubscription = {
491
478
  type: {
492
479
  name: "Composite",
493
- className: "MediaStreamingOptions",
480
+ className: "TranscriptionSubscription",
494
481
  modelProperties: {
495
- transportUrl: {
496
- serializedName: "transportUrl",
497
- required: true,
498
- type: {
499
- name: "String",
500
- },
501
- },
502
- transportType: {
503
- serializedName: "transportType",
504
- required: true,
505
- type: {
506
- name: "String",
507
- },
508
- },
509
- contentType: {
510
- serializedName: "contentType",
511
- required: true,
482
+ id: {
483
+ serializedName: "id",
512
484
  type: {
513
485
  name: "String",
514
486
  },
515
487
  },
516
- audioChannelType: {
517
- serializedName: "audioChannelType",
518
- required: true,
488
+ state: {
489
+ serializedName: "state",
519
490
  type: {
520
491
  name: "String",
521
492
  },
522
493
  },
523
- startMediaStreaming: {
524
- serializedName: "startMediaStreaming",
525
- type: {
526
- name: "Boolean",
527
- },
528
- },
529
- enableBidirectional: {
530
- serializedName: "enableBidirectional",
494
+ subscribedResultStates: {
495
+ serializedName: "subscribedResultTypes",
531
496
  type: {
532
- name: "Boolean",
497
+ name: "Sequence",
498
+ element: {
499
+ type: {
500
+ name: "String",
501
+ },
502
+ },
533
503
  },
534
504
  },
535
- audioFormat: {
536
- serializedName: "audioFormat",
505
+ locale: {
506
+ serializedName: "locale",
537
507
  type: {
538
508
  name: "String",
539
509
  },
@@ -541,230 +511,10 @@ exports.MediaStreamingOptions = {
541
511
  },
542
512
  },
543
513
  };
544
- exports.TranscriptionOptionsInternal = {
514
+ exports.CommunicationErrorResponse = {
545
515
  type: {
546
516
  name: "Composite",
547
- className: "TranscriptionOptionsInternal",
548
- modelProperties: {
549
- transportUrl: {
550
- serializedName: "transportUrl",
551
- required: true,
552
- type: {
553
- name: "String",
554
- },
555
- },
556
- transportType: {
557
- serializedName: "transportType",
558
- required: true,
559
- type: {
560
- name: "String",
561
- },
562
- },
563
- locale: {
564
- serializedName: "locale",
565
- required: true,
566
- type: {
567
- name: "String",
568
- },
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
- },
589
- },
590
- },
591
- };
592
- exports.CallConnectionPropertiesInternal = {
593
- type: {
594
- name: "Composite",
595
- className: "CallConnectionPropertiesInternal",
596
- modelProperties: {
597
- callConnectionId: {
598
- serializedName: "callConnectionId",
599
- type: {
600
- name: "String",
601
- },
602
- },
603
- serverCallId: {
604
- serializedName: "serverCallId",
605
- type: {
606
- name: "String",
607
- },
608
- },
609
- targets: {
610
- serializedName: "targets",
611
- type: {
612
- name: "Sequence",
613
- element: {
614
- type: {
615
- name: "Composite",
616
- className: "CommunicationIdentifierModel",
617
- },
618
- },
619
- },
620
- },
621
- callConnectionState: {
622
- serializedName: "callConnectionState",
623
- type: {
624
- name: "String",
625
- },
626
- },
627
- callbackUri: {
628
- serializedName: "callbackUri",
629
- type: {
630
- name: "String",
631
- },
632
- },
633
- sourceCallerIdNumber: {
634
- serializedName: "sourceCallerIdNumber",
635
- type: {
636
- name: "Composite",
637
- className: "PhoneNumberIdentifierModel",
638
- },
639
- },
640
- sourceDisplayName: {
641
- serializedName: "sourceDisplayName",
642
- type: {
643
- name: "String",
644
- },
645
- },
646
- source: {
647
- serializedName: "source",
648
- type: {
649
- name: "Composite",
650
- className: "CommunicationIdentifierModel",
651
- },
652
- },
653
- correlationId: {
654
- serializedName: "correlationId",
655
- type: {
656
- name: "String",
657
- },
658
- },
659
- answeredBy: {
660
- serializedName: "answeredBy",
661
- type: {
662
- name: "Composite",
663
- className: "CommunicationUserIdentifierModel",
664
- },
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
- },
678
- mediaStreamingSubscription: {
679
- serializedName: "mediaStreamingSubscription",
680
- type: {
681
- name: "Composite",
682
- className: "MediaStreamingSubscription",
683
- },
684
- },
685
- transcriptionSubscription: {
686
- serializedName: "transcriptionSubscription",
687
- type: {
688
- name: "Composite",
689
- className: "TranscriptionSubscription",
690
- },
691
- },
692
- answeredFor: {
693
- serializedName: "answeredFor",
694
- type: {
695
- name: "Composite",
696
- className: "PhoneNumberIdentifierModel",
697
- },
698
- },
699
- },
700
- },
701
- };
702
- exports.MediaStreamingSubscription = {
703
- type: {
704
- name: "Composite",
705
- className: "MediaStreamingSubscription",
706
- modelProperties: {
707
- id: {
708
- serializedName: "id",
709
- type: {
710
- name: "String",
711
- },
712
- },
713
- state: {
714
- serializedName: "state",
715
- type: {
716
- name: "String",
717
- },
718
- },
719
- subscribedContentTypes: {
720
- serializedName: "subscribedContentTypes",
721
- type: {
722
- name: "Sequence",
723
- element: {
724
- type: {
725
- name: "String",
726
- },
727
- },
728
- },
729
- },
730
- },
731
- },
732
- };
733
- exports.TranscriptionSubscription = {
734
- type: {
735
- name: "Composite",
736
- className: "TranscriptionSubscription",
737
- modelProperties: {
738
- id: {
739
- serializedName: "id",
740
- type: {
741
- name: "String",
742
- },
743
- },
744
- state: {
745
- serializedName: "state",
746
- type: {
747
- name: "String",
748
- },
749
- },
750
- subscribedResultStates: {
751
- serializedName: "subscribedResultTypes",
752
- type: {
753
- name: "Sequence",
754
- element: {
755
- type: {
756
- name: "String",
757
- },
758
- },
759
- },
760
- },
761
- },
762
- },
763
- };
764
- exports.CommunicationErrorResponse = {
765
- type: {
766
- name: "Composite",
767
- className: "CommunicationErrorResponse",
517
+ className: "CommunicationErrorResponse",
768
518
  modelProperties: {
769
519
  error: {
770
520
  serializedName: "error",
@@ -844,13 +594,6 @@ exports.AnswerCallRequest = {
844
594
  name: "String",
845
595
  },
846
596
  },
847
- customCallingContext: {
848
- serializedName: "customCallingContext",
849
- type: {
850
- name: "Composite",
851
- className: "CustomCallingContextInternal",
852
- },
853
- },
854
597
  operationContext: {
855
598
  serializedName: "operationContext",
856
599
  type: {
@@ -875,7 +618,7 @@ exports.AnswerCallRequest = {
875
618
  serializedName: "mediaStreamingOptions",
876
619
  type: {
877
620
  name: "Composite",
878
- className: "MediaStreamingOptions",
621
+ className: "MediaStreamingOptionsInternal",
879
622
  },
880
623
  },
881
624
  transcriptionOptions: {
@@ -885,6 +628,12 @@ exports.AnswerCallRequest = {
885
628
  className: "TranscriptionOptionsInternal",
886
629
  },
887
630
  },
631
+ enableLoopbackAudio: {
632
+ serializedName: "enableLoopbackAudio",
633
+ type: {
634
+ name: "Boolean",
635
+ },
636
+ },
888
637
  },
889
638
  },
890
639
  };
@@ -907,13 +656,6 @@ exports.RedirectCallRequest = {
907
656
  className: "CommunicationIdentifierModel",
908
657
  },
909
658
  },
910
- customCallingContext: {
911
- serializedName: "customCallingContext",
912
- type: {
913
- name: "Composite",
914
- className: "CustomCallingContextInternal",
915
- },
916
- },
917
659
  },
918
660
  },
919
661
  };
@@ -974,7 +716,7 @@ exports.ConnectRequest = {
974
716
  serializedName: "mediaStreamingOptions",
975
717
  type: {
976
718
  name: "Composite",
977
- className: "MediaStreamingOptions",
719
+ className: "MediaStreamingOptionsInternal",
978
720
  },
979
721
  },
980
722
  transcriptionOptions: {
@@ -984,6 +726,12 @@ exports.ConnectRequest = {
984
726
  className: "TranscriptionOptionsInternal",
985
727
  },
986
728
  },
729
+ enableLoopbackAudio: {
730
+ serializedName: "enableLoopbackAudio",
731
+ type: {
732
+ name: "Boolean",
733
+ },
734
+ },
987
735
  },
988
736
  },
989
737
  };
@@ -1067,24 +815,212 @@ exports.TransferToParticipantRequest = {
1067
815
  },
1068
816
  },
1069
817
  };
1070
- exports.TransferCallResponse = {
818
+ exports.CustomCallingContextInternal = {
1071
819
  type: {
1072
820
  name: "Composite",
1073
- className: "TransferCallResponse",
821
+ className: "CustomCallingContextInternal",
1074
822
  modelProperties: {
1075
- operationContext: {
1076
- serializedName: "operationContext",
823
+ voipHeaders: {
824
+ serializedName: "voipHeaders",
1077
825
  type: {
1078
- name: "String",
826
+ name: "Dictionary",
827
+ value: { type: { name: "String" } },
1079
828
  },
1080
829
  },
1081
- },
1082
- },
1083
- };
1084
- exports.PlayRequest = {
1085
- type: {
1086
- name: "Composite",
1087
- className: "PlayRequest",
830
+ sipHeaders: {
831
+ serializedName: "sipHeaders",
832
+ type: {
833
+ name: "Dictionary",
834
+ value: { type: { name: "String" } },
835
+ },
836
+ },
837
+ teamsPhoneCallDetails: {
838
+ serializedName: "teamsPhoneCallDetails",
839
+ type: {
840
+ name: "Composite",
841
+ className: "TeamsPhoneCallDetailsInternal",
842
+ },
843
+ },
844
+ },
845
+ },
846
+ };
847
+ exports.TeamsPhoneCallDetailsInternal = {
848
+ type: {
849
+ name: "Composite",
850
+ className: "TeamsPhoneCallDetailsInternal",
851
+ modelProperties: {
852
+ teamsPhoneCallerDetails: {
853
+ serializedName: "teamsPhoneCallerDetails",
854
+ type: {
855
+ name: "Composite",
856
+ className: "TeamsPhoneCallerDetailsInternal",
857
+ },
858
+ },
859
+ teamsPhoneSourceDetails: {
860
+ serializedName: "teamsPhoneSourceDetails",
861
+ type: {
862
+ name: "Composite",
863
+ className: "TeamsPhoneSourceDetailsInternal",
864
+ },
865
+ },
866
+ sessionId: {
867
+ serializedName: "sessionId",
868
+ type: {
869
+ name: "String",
870
+ },
871
+ },
872
+ intent: {
873
+ serializedName: "intent",
874
+ type: {
875
+ name: "String",
876
+ },
877
+ },
878
+ callTopic: {
879
+ serializedName: "callTopic",
880
+ type: {
881
+ name: "String",
882
+ },
883
+ },
884
+ callContext: {
885
+ serializedName: "callContext",
886
+ type: {
887
+ name: "String",
888
+ },
889
+ },
890
+ transcriptUrl: {
891
+ serializedName: "transcriptUrl",
892
+ type: {
893
+ name: "String",
894
+ },
895
+ },
896
+ callSentiment: {
897
+ serializedName: "callSentiment",
898
+ type: {
899
+ name: "String",
900
+ },
901
+ },
902
+ suggestedActions: {
903
+ serializedName: "suggestedActions",
904
+ type: {
905
+ name: "String",
906
+ },
907
+ },
908
+ },
909
+ },
910
+ };
911
+ exports.TeamsPhoneCallerDetailsInternal = {
912
+ type: {
913
+ name: "Composite",
914
+ className: "TeamsPhoneCallerDetailsInternal",
915
+ modelProperties: {
916
+ caller: {
917
+ serializedName: "caller",
918
+ type: {
919
+ name: "Composite",
920
+ className: "CommunicationIdentifierModel",
921
+ },
922
+ },
923
+ name: {
924
+ serializedName: "name",
925
+ required: true,
926
+ type: {
927
+ name: "String",
928
+ },
929
+ },
930
+ phoneNumber: {
931
+ serializedName: "phoneNumber",
932
+ required: true,
933
+ type: {
934
+ name: "String",
935
+ },
936
+ },
937
+ recordId: {
938
+ serializedName: "recordId",
939
+ type: {
940
+ name: "String",
941
+ },
942
+ },
943
+ screenPopUrl: {
944
+ serializedName: "screenPopUrl",
945
+ type: {
946
+ name: "String",
947
+ },
948
+ },
949
+ isAuthenticated: {
950
+ serializedName: "isAuthenticated",
951
+ type: {
952
+ name: "Boolean",
953
+ },
954
+ },
955
+ additionalCallerInformation: {
956
+ serializedName: "additionalCallerInformation",
957
+ type: {
958
+ name: "Dictionary",
959
+ value: { type: { name: "String" } },
960
+ },
961
+ },
962
+ },
963
+ },
964
+ };
965
+ exports.TeamsPhoneSourceDetailsInternal = {
966
+ type: {
967
+ name: "Composite",
968
+ className: "TeamsPhoneSourceDetailsInternal",
969
+ modelProperties: {
970
+ source: {
971
+ serializedName: "source",
972
+ type: {
973
+ name: "Composite",
974
+ className: "CommunicationIdentifierModel",
975
+ },
976
+ },
977
+ language: {
978
+ serializedName: "language",
979
+ required: true,
980
+ type: {
981
+ name: "String",
982
+ },
983
+ },
984
+ status: {
985
+ serializedName: "status",
986
+ required: true,
987
+ type: {
988
+ name: "String",
989
+ },
990
+ },
991
+ intendedTargets: {
992
+ serializedName: "intendedTargets",
993
+ type: {
994
+ name: "Dictionary",
995
+ value: {
996
+ type: {
997
+ name: "Composite",
998
+ className: "CommunicationIdentifierModel",
999
+ },
1000
+ },
1001
+ },
1002
+ },
1003
+ },
1004
+ },
1005
+ };
1006
+ exports.TransferCallResponse = {
1007
+ type: {
1008
+ name: "Composite",
1009
+ className: "TransferCallResponse",
1010
+ modelProperties: {
1011
+ operationContext: {
1012
+ serializedName: "operationContext",
1013
+ type: {
1014
+ name: "String",
1015
+ },
1016
+ },
1017
+ },
1018
+ },
1019
+ };
1020
+ exports.PlayRequest = {
1021
+ type: {
1022
+ name: "Composite",
1023
+ className: "PlayRequest",
1088
1024
  modelProperties: {
1089
1025
  playSources: {
1090
1026
  serializedName: "playSources",
@@ -1111,6 +1047,12 @@ exports.PlayRequest = {
1111
1047
  },
1112
1048
  },
1113
1049
  },
1050
+ interruptCallMediaOperation: {
1051
+ serializedName: "interruptCallMediaOperation",
1052
+ type: {
1053
+ name: "Boolean",
1054
+ },
1055
+ },
1114
1056
  playOptions: {
1115
1057
  serializedName: "playOptions",
1116
1058
  type: {
@@ -1262,18 +1204,6 @@ exports.PlayOptionsInternal = {
1262
1204
  name: "Boolean",
1263
1205
  },
1264
1206
  },
1265
- interruptCallMediaOperation: {
1266
- serializedName: "interruptCallMediaOperation",
1267
- type: {
1268
- name: "Boolean",
1269
- },
1270
- },
1271
- interruptHoldAudio: {
1272
- serializedName: "interruptHoldAudio",
1273
- type: {
1274
- name: "Boolean",
1275
- },
1276
- },
1277
1207
  },
1278
1208
  },
1279
1209
  };
@@ -1306,22 +1236,53 @@ exports.StartTranscriptionRequest = {
1306
1236
  name: "String",
1307
1237
  },
1308
1238
  },
1239
+ piiRedactionOptions: {
1240
+ serializedName: "piiRedactionOptions",
1241
+ type: {
1242
+ name: "Composite",
1243
+ className: "PiiRedactionOptionsInternal",
1244
+ },
1245
+ },
1246
+ enableSentimentAnalysis: {
1247
+ serializedName: "enableSentimentAnalysis",
1248
+ type: {
1249
+ name: "Boolean",
1250
+ },
1251
+ },
1252
+ locales: {
1253
+ serializedName: "locales",
1254
+ type: {
1255
+ name: "Sequence",
1256
+ element: {
1257
+ type: {
1258
+ name: "String",
1259
+ },
1260
+ },
1261
+ },
1262
+ },
1263
+ summarizationOptions: {
1264
+ serializedName: "summarizationOptions",
1265
+ type: {
1266
+ name: "Composite",
1267
+ className: "SummarizationOptionsInternal",
1268
+ },
1269
+ },
1309
1270
  },
1310
1271
  },
1311
1272
  };
1312
- exports.StopTranscriptionRequest = {
1273
+ exports.PiiRedactionOptionsInternal = {
1313
1274
  type: {
1314
1275
  name: "Composite",
1315
- className: "StopTranscriptionRequest",
1276
+ className: "PiiRedactionOptionsInternal",
1316
1277
  modelProperties: {
1317
- operationContext: {
1318
- serializedName: "operationContext",
1278
+ enable: {
1279
+ serializedName: "enable",
1319
1280
  type: {
1320
- name: "String",
1281
+ name: "Boolean",
1321
1282
  },
1322
1283
  },
1323
- operationCallbackUri: {
1324
- serializedName: "operationCallbackUri",
1284
+ redactionType: {
1285
+ serializedName: "redactionType",
1325
1286
  type: {
1326
1287
  name: "String",
1327
1288
  },
@@ -1329,28 +1290,147 @@ exports.StopTranscriptionRequest = {
1329
1290
  },
1330
1291
  },
1331
1292
  };
1332
- exports.RecognizeRequest = {
1293
+ exports.SummarizationOptionsInternal = {
1333
1294
  type: {
1334
1295
  name: "Composite",
1335
- className: "RecognizeRequest",
1296
+ className: "SummarizationOptionsInternal",
1336
1297
  modelProperties: {
1337
- recognizeInputType: {
1338
- serializedName: "recognizeInputType",
1339
- required: true,
1298
+ enableEndCallSummary: {
1299
+ serializedName: "enableEndCallSummary",
1340
1300
  type: {
1341
- name: "String",
1301
+ name: "Boolean",
1342
1302
  },
1343
1303
  },
1344
- playPrompt: {
1345
- serializedName: "playPrompt",
1304
+ locale: {
1305
+ serializedName: "locale",
1346
1306
  type: {
1347
- name: "Composite",
1348
- className: "PlaySourceInternal",
1307
+ name: "String",
1349
1308
  },
1350
1309
  },
1351
- playPrompts: {
1352
- serializedName: "playPrompts",
1353
- type: {
1310
+ },
1311
+ },
1312
+ };
1313
+ exports.StopTranscriptionRequest = {
1314
+ type: {
1315
+ name: "Composite",
1316
+ className: "StopTranscriptionRequest",
1317
+ modelProperties: {
1318
+ operationContext: {
1319
+ serializedName: "operationContext",
1320
+ type: {
1321
+ name: "String",
1322
+ },
1323
+ },
1324
+ operationCallbackUri: {
1325
+ serializedName: "operationCallbackUri",
1326
+ type: {
1327
+ name: "String",
1328
+ },
1329
+ },
1330
+ },
1331
+ },
1332
+ };
1333
+ exports.UpdateTranscriptionRequest = {
1334
+ type: {
1335
+ name: "Composite",
1336
+ className: "UpdateTranscriptionRequest",
1337
+ modelProperties: {
1338
+ locale: {
1339
+ serializedName: "locale",
1340
+ type: {
1341
+ name: "String",
1342
+ },
1343
+ },
1344
+ speechModelEndpointId: {
1345
+ serializedName: "speechModelEndpointId",
1346
+ type: {
1347
+ name: "String",
1348
+ },
1349
+ },
1350
+ operationContext: {
1351
+ serializedName: "operationContext",
1352
+ type: {
1353
+ name: "String",
1354
+ },
1355
+ },
1356
+ operationCallbackUri: {
1357
+ serializedName: "operationCallbackUri",
1358
+ type: {
1359
+ name: "String",
1360
+ },
1361
+ },
1362
+ piiRedactionOptions: {
1363
+ serializedName: "piiRedactionOptions",
1364
+ type: {
1365
+ name: "Composite",
1366
+ className: "PiiRedactionOptionsInternal",
1367
+ },
1368
+ },
1369
+ enableSentimentAnalysis: {
1370
+ serializedName: "enableSentimentAnalysis",
1371
+ type: {
1372
+ name: "Boolean",
1373
+ },
1374
+ },
1375
+ summarizationOptions: {
1376
+ serializedName: "summarizationOptions",
1377
+ type: {
1378
+ name: "Composite",
1379
+ className: "SummarizationOptionsInternal",
1380
+ },
1381
+ },
1382
+ },
1383
+ },
1384
+ };
1385
+ exports.SummarizeCallRequest = {
1386
+ type: {
1387
+ name: "Composite",
1388
+ className: "SummarizeCallRequest",
1389
+ modelProperties: {
1390
+ operationContext: {
1391
+ serializedName: "operationContext",
1392
+ type: {
1393
+ name: "String",
1394
+ },
1395
+ },
1396
+ operationCallbackUri: {
1397
+ serializedName: "operationCallbackUri",
1398
+ type: {
1399
+ name: "String",
1400
+ },
1401
+ },
1402
+ summarizationOptions: {
1403
+ serializedName: "summarizationOptions",
1404
+ type: {
1405
+ name: "Composite",
1406
+ className: "SummarizationOptionsInternal",
1407
+ },
1408
+ },
1409
+ },
1410
+ },
1411
+ };
1412
+ exports.RecognizeRequest = {
1413
+ type: {
1414
+ name: "Composite",
1415
+ className: "RecognizeRequest",
1416
+ modelProperties: {
1417
+ recognizeInputType: {
1418
+ serializedName: "recognizeInputType",
1419
+ required: true,
1420
+ type: {
1421
+ name: "String",
1422
+ },
1423
+ },
1424
+ playPrompt: {
1425
+ serializedName: "playPrompt",
1426
+ type: {
1427
+ name: "Composite",
1428
+ className: "PlaySourceInternal",
1429
+ },
1430
+ },
1431
+ playPrompts: {
1432
+ serializedName: "playPrompts",
1433
+ type: {
1354
1434
  name: "Sequence",
1355
1435
  element: {
1356
1436
  type: {
@@ -1422,6 +1502,23 @@ exports.RecognizeOptions = {
1422
1502
  name: "String",
1423
1503
  },
1424
1504
  },
1505
+ speechLanguages: {
1506
+ serializedName: "speechLanguages",
1507
+ type: {
1508
+ name: "Sequence",
1509
+ element: {
1510
+ type: {
1511
+ name: "String",
1512
+ },
1513
+ },
1514
+ },
1515
+ },
1516
+ enableSentimentAnalysis: {
1517
+ serializedName: "enableSentimentAnalysis",
1518
+ type: {
1519
+ name: "Boolean",
1520
+ },
1521
+ },
1425
1522
  speechRecognitionModelEndpointId: {
1426
1523
  serializedName: "speechRecognitionModelEndpointId",
1427
1524
  type: {
@@ -1619,38 +1716,6 @@ exports.SendDtmfTonesResult = {
1619
1716
  },
1620
1717
  },
1621
1718
  };
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
- };
1654
1719
  exports.HoldRequest = {
1655
1720
  type: {
1656
1721
  name: "Composite",
@@ -1703,6 +1768,12 @@ exports.UnholdRequest = {
1703
1768
  name: "String",
1704
1769
  },
1705
1770
  },
1771
+ operationCallbackUri: {
1772
+ serializedName: "operationCallbackUri",
1773
+ type: {
1774
+ name: "String",
1775
+ },
1776
+ },
1706
1777
  },
1707
1778
  },
1708
1779
  };
@@ -1746,33 +1817,26 @@ exports.StopMediaStreamingRequest = {
1746
1817
  },
1747
1818
  },
1748
1819
  };
1749
- exports.InterruptAudioAndAnnounceRequest = {
1820
+ exports.GetParticipantsResponse = {
1750
1821
  type: {
1751
1822
  name: "Composite",
1752
- className: "InterruptAudioAndAnnounceRequest",
1823
+ className: "GetParticipantsResponse",
1753
1824
  modelProperties: {
1754
- playSources: {
1755
- serializedName: "playSources",
1825
+ value: {
1826
+ serializedName: "value",
1756
1827
  required: true,
1757
1828
  type: {
1758
1829
  name: "Sequence",
1759
1830
  element: {
1760
1831
  type: {
1761
1832
  name: "Composite",
1762
- className: "PlaySourceInternal",
1833
+ className: "CallParticipantInternal",
1763
1834
  },
1764
1835
  },
1765
1836
  },
1766
1837
  },
1767
- playTo: {
1768
- serializedName: "playTo",
1769
- type: {
1770
- name: "Composite",
1771
- className: "CommunicationIdentifierModel",
1772
- },
1773
- },
1774
- operationContext: {
1775
- serializedName: "operationContext",
1838
+ nextLink: {
1839
+ serializedName: "nextLink",
1776
1840
  type: {
1777
1841
  name: "String",
1778
1842
  },
@@ -1780,79 +1844,66 @@ exports.InterruptAudioAndAnnounceRequest = {
1780
1844
  },
1781
1845
  },
1782
1846
  };
1783
- exports.StartDialogRequest = {
1847
+ exports.CallParticipantInternal = {
1784
1848
  type: {
1785
1849
  name: "Composite",
1786
- className: "StartDialogRequest",
1850
+ className: "CallParticipantInternal",
1787
1851
  modelProperties: {
1788
- dialog: {
1789
- serializedName: "dialog",
1852
+ identifier: {
1853
+ serializedName: "identifier",
1790
1854
  type: {
1791
1855
  name: "Composite",
1792
- className: "BaseDialog",
1856
+ className: "CommunicationIdentifierModel",
1793
1857
  },
1794
1858
  },
1795
- operationCallbackUri: {
1796
- serializedName: "operationCallbackUri",
1859
+ isMuted: {
1860
+ serializedName: "isMuted",
1797
1861
  type: {
1798
- name: "String",
1862
+ name: "Boolean",
1799
1863
  },
1800
1864
  },
1801
- operationContext: {
1802
- serializedName: "operationContext",
1865
+ isOnHold: {
1866
+ serializedName: "isOnHold",
1803
1867
  type: {
1804
- name: "String",
1868
+ name: "Boolean",
1805
1869
  },
1806
1870
  },
1807
1871
  },
1808
1872
  },
1809
1873
  };
1810
- exports.BaseDialog = {
1874
+ exports.AddParticipantRequest = {
1811
1875
  type: {
1812
1876
  name: "Composite",
1813
- className: "BaseDialog",
1814
- uberParent: "BaseDialog",
1815
- polymorphicDiscriminator: {
1816
- serializedName: "kind",
1817
- clientName: "kind",
1818
- },
1877
+ className: "AddParticipantRequest",
1819
1878
  modelProperties: {
1820
- kind: {
1821
- serializedName: "kind",
1822
- required: true,
1879
+ sourceCallerIdNumber: {
1880
+ serializedName: "sourceCallerIdNumber",
1823
1881
  type: {
1824
- name: "String",
1882
+ name: "Composite",
1883
+ className: "PhoneNumberIdentifierModel",
1825
1884
  },
1826
1885
  },
1827
- context: {
1828
- serializedName: "context",
1829
- required: true,
1886
+ sourceDisplayName: {
1887
+ serializedName: "sourceDisplayName",
1830
1888
  type: {
1831
- name: "Dictionary",
1832
- value: {
1833
- type: { name: "Dictionary", value: { type: { name: "any" } } },
1834
- },
1889
+ name: "String",
1835
1890
  },
1836
1891
  },
1837
- },
1838
- },
1839
- };
1840
- exports.DialogStateResponse = {
1841
- type: {
1842
- name: "Composite",
1843
- className: "DialogStateResponse",
1844
- modelProperties: {
1845
- dialogId: {
1846
- serializedName: "dialogId",
1892
+ participantToAdd: {
1893
+ serializedName: "participantToAdd",
1847
1894
  type: {
1848
- name: "String",
1895
+ name: "Composite",
1896
+ className: "CommunicationIdentifierModel",
1849
1897
  },
1850
1898
  },
1851
- dialog: {
1852
- serializedName: "dialog",
1899
+ invitationTimeoutInSeconds: {
1900
+ constraints: {
1901
+ InclusiveMaximum: 180,
1902
+ InclusiveMinimum: 0,
1903
+ },
1904
+ serializedName: "invitationTimeoutInSeconds",
1853
1905
  type: {
1854
- name: "Composite",
1855
- className: "BaseDialog",
1906
+ name: "Number",
1856
1907
  },
1857
1908
  },
1858
1909
  operationContext: {
@@ -1861,177 +1912,23 @@ exports.DialogStateResponse = {
1861
1912
  name: "String",
1862
1913
  },
1863
1914
  },
1864
- },
1865
- },
1866
- };
1867
- exports.UpdateDialogRequest = {
1868
- type: {
1869
- name: "Composite",
1870
- className: "UpdateDialogRequest",
1871
- modelProperties: {
1872
- dialog: {
1873
- serializedName: "dialog",
1874
- type: {
1875
- name: "Composite",
1876
- className: "DialogUpdateBase",
1877
- },
1878
- },
1879
1915
  operationCallbackUri: {
1880
1916
  serializedName: "operationCallbackUri",
1881
1917
  type: {
1882
1918
  name: "String",
1883
1919
  },
1884
1920
  },
1885
- operationContext: {
1886
- serializedName: "operationContext",
1921
+ customCallingContext: {
1922
+ serializedName: "customCallingContext",
1887
1923
  type: {
1888
- name: "String",
1924
+ name: "Composite",
1925
+ className: "CustomCallingContextInternal",
1889
1926
  },
1890
1927
  },
1891
1928
  },
1892
1929
  },
1893
1930
  };
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
- };
1923
- exports.GetParticipantsResponse = {
1924
- type: {
1925
- name: "Composite",
1926
- className: "GetParticipantsResponse",
1927
- modelProperties: {
1928
- value: {
1929
- serializedName: "value",
1930
- required: true,
1931
- type: {
1932
- name: "Sequence",
1933
- element: {
1934
- type: {
1935
- name: "Composite",
1936
- className: "CallParticipantInternal",
1937
- },
1938
- },
1939
- },
1940
- },
1941
- nextLink: {
1942
- serializedName: "nextLink",
1943
- type: {
1944
- name: "String",
1945
- },
1946
- },
1947
- },
1948
- },
1949
- };
1950
- exports.CallParticipantInternal = {
1951
- type: {
1952
- name: "Composite",
1953
- className: "CallParticipantInternal",
1954
- modelProperties: {
1955
- identifier: {
1956
- serializedName: "identifier",
1957
- type: {
1958
- name: "Composite",
1959
- className: "CommunicationIdentifierModel",
1960
- },
1961
- },
1962
- isMuted: {
1963
- serializedName: "isMuted",
1964
- type: {
1965
- name: "Boolean",
1966
- },
1967
- },
1968
- isOnHold: {
1969
- serializedName: "isOnHold",
1970
- type: {
1971
- name: "Boolean",
1972
- },
1973
- },
1974
- },
1975
- },
1976
- };
1977
- exports.AddParticipantRequest = {
1978
- type: {
1979
- name: "Composite",
1980
- className: "AddParticipantRequest",
1981
- modelProperties: {
1982
- sourceCallerIdNumber: {
1983
- serializedName: "sourceCallerIdNumber",
1984
- type: {
1985
- name: "Composite",
1986
- className: "PhoneNumberIdentifierModel",
1987
- },
1988
- },
1989
- sourceDisplayName: {
1990
- serializedName: "sourceDisplayName",
1991
- type: {
1992
- name: "String",
1993
- },
1994
- },
1995
- participantToAdd: {
1996
- serializedName: "participantToAdd",
1997
- type: {
1998
- name: "Composite",
1999
- className: "CommunicationIdentifierModel",
2000
- },
2001
- },
2002
- invitationTimeoutInSeconds: {
2003
- constraints: {
2004
- InclusiveMaximum: 180,
2005
- InclusiveMinimum: 0,
2006
- },
2007
- serializedName: "invitationTimeoutInSeconds",
2008
- type: {
2009
- name: "Number",
2010
- },
2011
- },
2012
- operationContext: {
2013
- serializedName: "operationContext",
2014
- type: {
2015
- name: "String",
2016
- },
2017
- },
2018
- operationCallbackUri: {
2019
- serializedName: "operationCallbackUri",
2020
- type: {
2021
- name: "String",
2022
- },
2023
- },
2024
- customCallingContext: {
2025
- serializedName: "customCallingContext",
2026
- type: {
2027
- name: "Composite",
2028
- className: "CustomCallingContextInternal",
2029
- },
2030
- },
2031
- },
2032
- },
2033
- };
2034
- exports.AddParticipantResponse = {
1931
+ exports.AddParticipantResponse = {
2035
1932
  type: {
2036
1933
  name: "Composite",
2037
1934
  className: "AddParticipantResponse",
@@ -2140,47 +2037,6 @@ exports.MuteParticipantsResult = {
2140
2037
  },
2141
2038
  },
2142
2039
  };
2143
- exports.UnmuteParticipantsRequest = {
2144
- type: {
2145
- name: "Composite",
2146
- className: "UnmuteParticipantsRequest",
2147
- modelProperties: {
2148
- targetParticipants: {
2149
- serializedName: "targetParticipants",
2150
- required: true,
2151
- type: {
2152
- name: "Sequence",
2153
- element: {
2154
- type: {
2155
- name: "Composite",
2156
- className: "CommunicationIdentifierModel",
2157
- },
2158
- },
2159
- },
2160
- },
2161
- operationContext: {
2162
- serializedName: "operationContext",
2163
- type: {
2164
- name: "String",
2165
- },
2166
- },
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
2040
  exports.CancelAddParticipantRequest = {
2185
2041
  type: {
2186
2042
  name: "Composite",
@@ -2327,1000 +2183,100 @@ exports.StartCallRecordingRequest = {
2327
2183
  recordingContentType: {
2328
2184
  serializedName: "recordingContentType",
2329
2185
  type: {
2330
- name: "String",
2331
- },
2332
- },
2333
- recordingChannelType: {
2334
- serializedName: "recordingChannelType",
2335
- type: {
2336
- name: "String",
2337
- },
2338
- },
2339
- recordingFormatType: {
2340
- serializedName: "recordingFormatType",
2341
- type: {
2342
- name: "String",
2343
- },
2344
- },
2345
- audioChannelParticipantOrdering: {
2346
- serializedName: "audioChannelParticipantOrdering",
2347
- type: {
2348
- name: "Sequence",
2349
- element: {
2350
- type: {
2351
- name: "Composite",
2352
- className: "CommunicationIdentifierModel",
2353
- },
2354
- },
2355
- },
2356
- },
2357
- channelAffinity: {
2358
- serializedName: "channelAffinity",
2359
- type: {
2360
- name: "Sequence",
2361
- element: {
2362
- type: {
2363
- name: "Composite",
2364
- className: "ChannelAffinity",
2365
- },
2366
- },
2367
- },
2368
- },
2369
- pauseOnStart: {
2370
- serializedName: "pauseOnStart",
2371
- type: {
2372
- name: "Boolean",
2373
- },
2374
- },
2375
- recordingStorage: {
2376
- serializedName: "externalStorage",
2377
- type: {
2378
- name: "Composite",
2379
- className: "RecordingStorage",
2380
- },
2381
- },
2382
- postProcessingOptions: {
2383
- serializedName: "postProcessingOptions",
2384
- type: {
2385
- name: "Composite",
2386
- className: "PostProcessingOptions",
2387
- },
2388
- },
2389
- },
2390
- },
2391
- };
2392
- exports.ChannelAffinity = {
2393
- type: {
2394
- name: "Composite",
2395
- className: "ChannelAffinity",
2396
- modelProperties: {
2397
- channel: {
2398
- constraints: {
2399
- InclusiveMaximum: 4,
2400
- InclusiveMinimum: 0,
2401
- },
2402
- serializedName: "channel",
2403
- type: {
2404
- name: "Number",
2405
- },
2406
- },
2407
- participant: {
2408
- serializedName: "participant",
2409
- type: {
2410
- name: "Composite",
2411
- className: "CommunicationIdentifierModel",
2412
- },
2413
- },
2414
- },
2415
- },
2416
- };
2417
- exports.RecordingStorage = {
2418
- type: {
2419
- name: "Composite",
2420
- className: "RecordingStorage",
2421
- modelProperties: {
2422
- recordingStorageKind: {
2423
- serializedName: "recordingStorageKind",
2424
- required: true,
2425
- type: {
2426
- name: "String",
2427
- },
2428
- },
2429
- recordingDestinationContainerUrl: {
2430
- serializedName: "recordingDestinationContainerUrl",
2431
- type: {
2432
- name: "String",
2433
- },
2434
- },
2435
- },
2436
- },
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
- };
2496
- exports.RecordingStateResponse = {
2497
- type: {
2498
- name: "Composite",
2499
- className: "RecordingStateResponse",
2500
- modelProperties: {
2501
- recordingId: {
2502
- serializedName: "recordingId",
2503
- type: {
2504
- name: "String",
2505
- },
2506
- },
2507
- recordingState: {
2508
- serializedName: "recordingState",
2509
- type: {
2510
- name: "String",
2511
- },
2512
- },
2513
- recordingKind: {
2514
- serializedName: "recordingKind",
2515
- type: {
2516
- name: "String",
2517
- },
2518
- },
2519
- },
2520
- },
2521
- };
2522
- exports.RecordingResultResponse = {
2523
- type: {
2524
- name: "Composite",
2525
- className: "RecordingResultResponse",
2526
- modelProperties: {
2527
- recordingId: {
2528
- serializedName: "recordingId",
2529
- readOnly: true,
2530
- type: {
2531
- name: "String",
2532
- },
2533
- },
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,
2571
- type: {
2572
- name: "String",
2573
- },
2574
- },
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",
2612
- type: {
2613
- name: "String",
2614
- },
2615
- },
2616
- index: {
2617
- serializedName: "index",
2618
- type: {
2619
- name: "Number",
2620
- },
2621
- },
2622
- endReason: {
2623
- serializedName: "endReason",
2624
- type: {
2625
- name: "String",
2626
- },
2627
- },
2628
- contentLocation: {
2629
- serializedName: "contentLocation",
2630
- type: {
2631
- name: "String",
2632
- },
2633
- },
2634
- metadataLocation: {
2635
- serializedName: "metadataLocation",
2636
- type: {
2637
- name: "String",
2638
- },
2639
- },
2640
- deleteLocation: {
2641
- serializedName: "deleteLocation",
2642
- type: {
2643
- name: "String",
2644
- },
2645
- },
2646
- },
2647
- },
2648
- };
2649
- exports.ErrorModel = {
2650
- type: {
2651
- name: "Composite",
2652
- className: "ErrorModel",
2653
- modelProperties: {
2654
- code: {
2655
- serializedName: "code",
2656
- type: {
2657
- name: "String",
2658
- },
2659
- },
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",
2186
+ name: "String",
3246
2187
  },
3247
2188
  },
3248
- },
3249
- },
3250
- };
3251
- exports.DialogUpdated = {
3252
- type: {
3253
- name: "Composite",
3254
- className: "DialogUpdated",
3255
- modelProperties: {
3256
- dialogInputType: {
3257
- serializedName: "dialogInputType",
2189
+ recordingChannelType: {
2190
+ serializedName: "recordingChannelType",
3258
2191
  type: {
3259
2192
  name: "String",
3260
2193
  },
3261
2194
  },
3262
- dialogId: {
3263
- serializedName: "dialogId",
3264
- readOnly: true,
2195
+ recordingFormatType: {
2196
+ serializedName: "recordingFormatType",
3265
2197
  type: {
3266
2198
  name: "String",
3267
2199
  },
3268
2200
  },
3269
- ivrContext: {
3270
- serializedName: "ivrContext",
3271
- readOnly: true,
2201
+ audioChannelParticipantOrdering: {
2202
+ serializedName: "audioChannelParticipantOrdering",
3272
2203
  type: {
3273
- name: "Dictionary",
3274
- value: { type: { name: "any" } },
2204
+ name: "Sequence",
2205
+ element: {
2206
+ type: {
2207
+ name: "Composite",
2208
+ className: "CommunicationIdentifierModel",
2209
+ },
2210
+ },
3275
2211
  },
3276
2212
  },
3277
- callConnectionId: {
3278
- serializedName: "callConnectionId",
2213
+ channelAffinity: {
2214
+ serializedName: "channelAffinity",
3279
2215
  type: {
3280
- name: "String",
2216
+ name: "Sequence",
2217
+ element: {
2218
+ type: {
2219
+ name: "Composite",
2220
+ className: "ChannelAffinity",
2221
+ },
2222
+ },
3281
2223
  },
3282
2224
  },
3283
- serverCallId: {
3284
- serializedName: "serverCallId",
2225
+ pauseOnStart: {
2226
+ serializedName: "pauseOnStart",
3285
2227
  type: {
3286
- name: "String",
2228
+ name: "Boolean",
3287
2229
  },
3288
2230
  },
3289
- correlationId: {
3290
- serializedName: "correlationId",
2231
+ recordingStorage: {
2232
+ serializedName: "externalStorage",
3291
2233
  type: {
3292
- name: "String",
2234
+ name: "Composite",
2235
+ className: "RecordingStorage",
3293
2236
  },
3294
2237
  },
3295
- operationContext: {
3296
- serializedName: "operationContext",
2238
+ },
2239
+ },
2240
+ };
2241
+ exports.ChannelAffinity = {
2242
+ type: {
2243
+ name: "Composite",
2244
+ className: "ChannelAffinity",
2245
+ modelProperties: {
2246
+ channel: {
2247
+ constraints: {
2248
+ InclusiveMaximum: 4,
2249
+ InclusiveMinimum: 0,
2250
+ },
2251
+ serializedName: "channel",
3297
2252
  type: {
3298
- name: "String",
2253
+ name: "Number",
3299
2254
  },
3300
2255
  },
3301
- resultInformation: {
3302
- serializedName: "resultInformation",
2256
+ participant: {
2257
+ serializedName: "participant",
3303
2258
  type: {
3304
2259
  name: "Composite",
3305
- className: "RestResultInformation",
2260
+ className: "CommunicationIdentifierModel",
3306
2261
  },
3307
2262
  },
3308
2263
  },
3309
2264
  },
3310
2265
  };
3311
- exports.TranscriptionUpdate = {
2266
+ exports.RecordingStorage = {
3312
2267
  type: {
3313
2268
  name: "Composite",
3314
- className: "TranscriptionUpdate",
2269
+ className: "RecordingStorage",
3315
2270
  modelProperties: {
3316
- transcriptionStatus: {
3317
- serializedName: "transcriptionStatus",
2271
+ recordingStorageKind: {
2272
+ serializedName: "recordingStorageKind",
2273
+ required: true,
3318
2274
  type: {
3319
2275
  name: "String",
3320
2276
  },
3321
2277
  },
3322
- transcriptionStatusDetails: {
3323
- serializedName: "transcriptionStatusDetails",
2278
+ recordingDestinationContainerUrl: {
2279
+ serializedName: "recordingDestinationContainerUrl",
3324
2280
  type: {
3325
2281
  name: "String",
3326
2282
  },
@@ -3328,25 +2284,25 @@ exports.TranscriptionUpdate = {
3328
2284
  },
3329
2285
  },
3330
2286
  };
3331
- exports.MediaStreamingUpdate = {
2287
+ exports.RecordingStateResponse = {
3332
2288
  type: {
3333
2289
  name: "Composite",
3334
- className: "MediaStreamingUpdate",
2290
+ className: "RecordingStateResponse",
3335
2291
  modelProperties: {
3336
- contentType: {
3337
- serializedName: "contentType",
2292
+ recordingId: {
2293
+ serializedName: "recordingId",
3338
2294
  type: {
3339
2295
  name: "String",
3340
2296
  },
3341
2297
  },
3342
- mediaStreamingStatus: {
3343
- serializedName: "mediaStreamingStatus",
2298
+ recordingState: {
2299
+ serializedName: "recordingState",
3344
2300
  type: {
3345
2301
  name: "String",
3346
2302
  },
3347
2303
  },
3348
- mediaStreamingStatusDetails: {
3349
- serializedName: "mediaStreamingStatusDetails",
2304
+ recordingKind: {
2305
+ serializedName: "recordingKind",
3350
2306
  type: {
3351
2307
  name: "String",
3352
2308
  },
@@ -3354,10 +2310,10 @@ exports.MediaStreamingUpdate = {
3354
2310
  },
3355
2311
  },
3356
2312
  };
3357
- exports.RestAddParticipantSucceeded = {
2313
+ exports.AddParticipantFailed = {
3358
2314
  type: {
3359
2315
  name: "Composite",
3360
- className: "RestAddParticipantSucceeded",
2316
+ className: "AddParticipantFailed",
3361
2317
  modelProperties: {
3362
2318
  callConnectionId: {
3363
2319
  serializedName: "callConnectionId",
@@ -3387,7 +2343,7 @@ exports.RestAddParticipantSucceeded = {
3387
2343
  serializedName: "resultInformation",
3388
2344
  type: {
3389
2345
  name: "Composite",
3390
- className: "RestResultInformation",
2346
+ className: "ResultInformation",
3391
2347
  },
3392
2348
  },
3393
2349
  participant: {
@@ -3400,63 +2356,71 @@ exports.RestAddParticipantSucceeded = {
3400
2356
  },
3401
2357
  },
3402
2358
  };
3403
- exports.RestAddParticipantFailed = {
2359
+ exports.ResultInformation = {
3404
2360
  type: {
3405
2361
  name: "Composite",
3406
- className: "RestAddParticipantFailed",
2362
+ className: "ResultInformation",
3407
2363
  modelProperties: {
3408
- callConnectionId: {
3409
- serializedName: "callConnectionId",
3410
- type: {
3411
- name: "String",
3412
- },
3413
- },
3414
- serverCallId: {
3415
- serializedName: "serverCallId",
2364
+ code: {
2365
+ serializedName: "code",
3416
2366
  type: {
3417
- name: "String",
2367
+ name: "Number",
3418
2368
  },
3419
2369
  },
3420
- correlationId: {
3421
- serializedName: "correlationId",
2370
+ subCode: {
2371
+ serializedName: "subCode",
3422
2372
  type: {
3423
- name: "String",
2373
+ name: "Number",
3424
2374
  },
3425
2375
  },
3426
- operationContext: {
3427
- serializedName: "operationContext",
2376
+ message: {
2377
+ serializedName: "message",
3428
2378
  type: {
3429
2379
  name: "String",
3430
2380
  },
3431
2381
  },
3432
- resultInformation: {
3433
- serializedName: "resultInformation",
2382
+ sipDetails: {
2383
+ serializedName: "sipDetails",
3434
2384
  type: {
3435
2385
  name: "Composite",
3436
- className: "RestResultInformation",
2386
+ className: "SipDiagnosticInfo",
3437
2387
  },
3438
2388
  },
3439
- participant: {
3440
- serializedName: "participant",
2389
+ q850Details: {
2390
+ serializedName: "q850Details",
3441
2391
  type: {
3442
2392
  name: "Composite",
3443
- className: "CommunicationIdentifierModel",
2393
+ className: "SipDiagnosticInfo",
3444
2394
  },
3445
2395
  },
3446
2396
  },
3447
2397
  },
3448
2398
  };
3449
- exports.RestMoveParticipantSucceeded = {
2399
+ exports.SipDiagnosticInfo = {
3450
2400
  type: {
3451
2401
  name: "Composite",
3452
- className: "RestMoveParticipantSucceeded",
2402
+ className: "SipDiagnosticInfo",
3453
2403
  modelProperties: {
3454
- fromCall: {
3455
- serializedName: "fromCall",
2404
+ code: {
2405
+ serializedName: "code",
2406
+ type: {
2407
+ name: "Number",
2408
+ },
2409
+ },
2410
+ message: {
2411
+ serializedName: "message",
3456
2412
  type: {
3457
2413
  name: "String",
3458
2414
  },
3459
2415
  },
2416
+ },
2417
+ },
2418
+ };
2419
+ exports.AddParticipantSucceeded = {
2420
+ type: {
2421
+ name: "Composite",
2422
+ className: "AddParticipantSucceeded",
2423
+ modelProperties: {
3460
2424
  callConnectionId: {
3461
2425
  serializedName: "callConnectionId",
3462
2426
  type: {
@@ -3485,7 +2449,7 @@ exports.RestMoveParticipantSucceeded = {
3485
2449
  serializedName: "resultInformation",
3486
2450
  type: {
3487
2451
  name: "Composite",
3488
- className: "RestResultInformation",
2452
+ className: "ResultInformation",
3489
2453
  },
3490
2454
  },
3491
2455
  participant: {
@@ -3498,17 +2462,11 @@ exports.RestMoveParticipantSucceeded = {
3498
2462
  },
3499
2463
  },
3500
2464
  };
3501
- exports.RestMoveParticipantFailed = {
2465
+ exports.CallConnected = {
3502
2466
  type: {
3503
2467
  name: "Composite",
3504
- className: "RestMoveParticipantFailed",
2468
+ className: "CallConnected",
3505
2469
  modelProperties: {
3506
- fromCall: {
3507
- serializedName: "fromCall",
3508
- type: {
3509
- name: "String",
3510
- },
3511
- },
3512
2470
  callConnectionId: {
3513
2471
  serializedName: "callConnectionId",
3514
2472
  type: {
@@ -3537,23 +2495,16 @@ exports.RestMoveParticipantFailed = {
3537
2495
  serializedName: "resultInformation",
3538
2496
  type: {
3539
2497
  name: "Composite",
3540
- className: "RestResultInformation",
3541
- },
3542
- },
3543
- participant: {
3544
- serializedName: "participant",
3545
- type: {
3546
- name: "Composite",
3547
- className: "CommunicationIdentifierModel",
2498
+ className: "ResultInformation",
3548
2499
  },
3549
2500
  },
3550
2501
  },
3551
2502
  },
3552
2503
  };
3553
- exports.RestRemoveParticipantSucceeded = {
2504
+ exports.CallDisconnected = {
3554
2505
  type: {
3555
2506
  name: "Composite",
3556
- className: "RestRemoveParticipantSucceeded",
2507
+ className: "CallDisconnected",
3557
2508
  modelProperties: {
3558
2509
  callConnectionId: {
3559
2510
  serializedName: "callConnectionId",
@@ -3583,23 +2534,16 @@ exports.RestRemoveParticipantSucceeded = {
3583
2534
  serializedName: "resultInformation",
3584
2535
  type: {
3585
2536
  name: "Composite",
3586
- className: "RestResultInformation",
3587
- },
3588
- },
3589
- participant: {
3590
- serializedName: "participant",
3591
- type: {
3592
- name: "Composite",
3593
- className: "CommunicationIdentifierModel",
2537
+ className: "ResultInformation",
3594
2538
  },
3595
2539
  },
3596
2540
  },
3597
2541
  },
3598
2542
  };
3599
- exports.RestRemoveParticipantFailed = {
2543
+ exports.CallTransferAccepted = {
3600
2544
  type: {
3601
2545
  name: "Composite",
3602
- className: "RestRemoveParticipantFailed",
2546
+ className: "CallTransferAccepted",
3603
2547
  modelProperties: {
3604
2548
  callConnectionId: {
3605
2549
  serializedName: "callConnectionId",
@@ -3629,11 +2573,18 @@ exports.RestRemoveParticipantFailed = {
3629
2573
  serializedName: "resultInformation",
3630
2574
  type: {
3631
2575
  name: "Composite",
3632
- className: "RestResultInformation",
2576
+ className: "ResultInformation",
3633
2577
  },
3634
2578
  },
3635
- participant: {
3636
- serializedName: "participant",
2579
+ transferTarget: {
2580
+ serializedName: "transferTarget",
2581
+ type: {
2582
+ name: "Composite",
2583
+ className: "CommunicationIdentifierModel",
2584
+ },
2585
+ },
2586
+ transferee: {
2587
+ serializedName: "transferee",
3637
2588
  type: {
3638
2589
  name: "Composite",
3639
2590
  className: "CommunicationIdentifierModel",
@@ -3642,10 +2593,10 @@ exports.RestRemoveParticipantFailed = {
3642
2593
  },
3643
2594
  },
3644
2595
  };
3645
- exports.RestCallConnected = {
2596
+ exports.CallTransferFailed = {
3646
2597
  type: {
3647
2598
  name: "Composite",
3648
- className: "RestCallConnected",
2599
+ className: "CallTransferFailed",
3649
2600
  modelProperties: {
3650
2601
  callConnectionId: {
3651
2602
  serializedName: "callConnectionId",
@@ -3675,16 +2626,16 @@ exports.RestCallConnected = {
3675
2626
  serializedName: "resultInformation",
3676
2627
  type: {
3677
2628
  name: "Composite",
3678
- className: "RestResultInformation",
2629
+ className: "ResultInformation",
3679
2630
  },
3680
2631
  },
3681
2632
  },
3682
2633
  },
3683
2634
  };
3684
- exports.RestCallDisconnected = {
2635
+ exports.ParticipantsUpdated = {
3685
2636
  type: {
3686
2637
  name: "Composite",
3687
- className: "RestCallDisconnected",
2638
+ className: "ParticipantsUpdated",
3688
2639
  modelProperties: {
3689
2640
  callConnectionId: {
3690
2641
  serializedName: "callConnectionId",
@@ -3704,26 +2655,38 @@ exports.RestCallDisconnected = {
3704
2655
  name: "String",
3705
2656
  },
3706
2657
  },
3707
- operationContext: {
3708
- serializedName: "operationContext",
2658
+ sequenceNumber: {
2659
+ serializedName: "sequenceNumber",
3709
2660
  type: {
3710
- name: "String",
2661
+ name: "Number",
2662
+ },
2663
+ },
2664
+ participants: {
2665
+ serializedName: "participants",
2666
+ type: {
2667
+ name: "Sequence",
2668
+ element: {
2669
+ type: {
2670
+ name: "Composite",
2671
+ className: "CallParticipantInternal",
2672
+ },
2673
+ },
3711
2674
  },
3712
2675
  },
3713
2676
  resultInformation: {
3714
2677
  serializedName: "resultInformation",
3715
2678
  type: {
3716
2679
  name: "Composite",
3717
- className: "RestResultInformation",
2680
+ className: "ResultInformation",
3718
2681
  },
3719
2682
  },
3720
2683
  },
3721
2684
  },
3722
2685
  };
3723
- exports.RestCallTransferAccepted = {
2686
+ exports.RemoveParticipantSucceeded = {
3724
2687
  type: {
3725
2688
  name: "Composite",
3726
- className: "RestCallTransferAccepted",
2689
+ className: "RemoveParticipantSucceeded",
3727
2690
  modelProperties: {
3728
2691
  callConnectionId: {
3729
2692
  serializedName: "callConnectionId",
@@ -3753,18 +2716,11 @@ exports.RestCallTransferAccepted = {
3753
2716
  serializedName: "resultInformation",
3754
2717
  type: {
3755
2718
  name: "Composite",
3756
- className: "RestResultInformation",
2719
+ className: "ResultInformation",
3757
2720
  },
3758
2721
  },
3759
- transferTarget: {
3760
- serializedName: "transferTarget",
3761
- type: {
3762
- name: "Composite",
3763
- className: "CommunicationIdentifierModel",
3764
- },
3765
- },
3766
- transferee: {
3767
- serializedName: "transferee",
2722
+ participant: {
2723
+ serializedName: "participant",
3768
2724
  type: {
3769
2725
  name: "Composite",
3770
2726
  className: "CommunicationIdentifierModel",
@@ -3773,10 +2729,10 @@ exports.RestCallTransferAccepted = {
3773
2729
  },
3774
2730
  },
3775
2731
  };
3776
- exports.RestCallTransferFailed = {
2732
+ exports.RemoveParticipantFailed = {
3777
2733
  type: {
3778
2734
  name: "Composite",
3779
- className: "RestCallTransferFailed",
2735
+ className: "RemoveParticipantFailed",
3780
2736
  modelProperties: {
3781
2737
  callConnectionId: {
3782
2738
  serializedName: "callConnectionId",
@@ -3806,75 +2762,23 @@ exports.RestCallTransferFailed = {
3806
2762
  serializedName: "resultInformation",
3807
2763
  type: {
3808
2764
  name: "Composite",
3809
- className: "RestResultInformation",
3810
- },
3811
- },
3812
- },
3813
- },
3814
- };
3815
- exports.RestRecordingStateChanged = {
3816
- type: {
3817
- name: "Composite",
3818
- className: "RestRecordingStateChanged",
3819
- modelProperties: {
3820
- callConnectionId: {
3821
- serializedName: "callConnectionId",
3822
- type: {
3823
- name: "String",
3824
- },
3825
- },
3826
- serverCallId: {
3827
- serializedName: "serverCallId",
3828
- type: {
3829
- name: "String",
3830
- },
3831
- },
3832
- correlationId: {
3833
- serializedName: "correlationId",
3834
- type: {
3835
- name: "String",
3836
- },
3837
- },
3838
- recordingId: {
3839
- serializedName: "recordingId",
3840
- readOnly: true,
3841
- type: {
3842
- name: "String",
3843
- },
3844
- },
3845
- state: {
3846
- serializedName: "state",
3847
- type: {
3848
- name: "String",
2765
+ className: "ResultInformation",
3849
2766
  },
3850
2767
  },
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",
3862
- },
3863
- },
3864
- resultInformation: {
3865
- serializedName: "resultInformation",
2768
+ participant: {
2769
+ serializedName: "participant",
3866
2770
  type: {
3867
2771
  name: "Composite",
3868
- className: "RestResultInformation",
2772
+ className: "CommunicationIdentifierModel",
3869
2773
  },
3870
2774
  },
3871
2775
  },
3872
2776
  },
3873
2777
  };
3874
- exports.RestParticipantsUpdated = {
2778
+ exports.CancelAddParticipantSucceeded = {
3875
2779
  type: {
3876
2780
  name: "Composite",
3877
- className: "RestParticipantsUpdated",
2781
+ className: "CancelAddParticipantSucceeded",
3878
2782
  modelProperties: {
3879
2783
  callConnectionId: {
3880
2784
  serializedName: "callConnectionId",
@@ -3894,38 +2798,32 @@ exports.RestParticipantsUpdated = {
3894
2798
  name: "String",
3895
2799
  },
3896
2800
  },
3897
- sequenceNumber: {
3898
- serializedName: "sequenceNumber",
2801
+ operationContext: {
2802
+ serializedName: "operationContext",
3899
2803
  type: {
3900
- name: "Number",
2804
+ name: "String",
3901
2805
  },
3902
2806
  },
3903
- participants: {
3904
- serializedName: "participants",
2807
+ invitationId: {
2808
+ serializedName: "invitationId",
3905
2809
  type: {
3906
- name: "Sequence",
3907
- element: {
3908
- type: {
3909
- name: "Composite",
3910
- className: "CallParticipantInternal",
3911
- },
3912
- },
2810
+ name: "String",
3913
2811
  },
3914
2812
  },
3915
2813
  resultInformation: {
3916
2814
  serializedName: "resultInformation",
3917
2815
  type: {
3918
2816
  name: "Composite",
3919
- className: "RestResultInformation",
2817
+ className: "ResultInformation",
3920
2818
  },
3921
2819
  },
3922
2820
  },
3923
2821
  },
3924
2822
  };
3925
- exports.RestPlayCompleted = {
2823
+ exports.CancelAddParticipantFailed = {
3926
2824
  type: {
3927
2825
  name: "Composite",
3928
- className: "RestPlayCompleted",
2826
+ className: "CancelAddParticipantFailed",
3929
2827
  modelProperties: {
3930
2828
  callConnectionId: {
3931
2829
  serializedName: "callConnectionId",
@@ -3955,16 +2853,22 @@ exports.RestPlayCompleted = {
3955
2853
  serializedName: "resultInformation",
3956
2854
  type: {
3957
2855
  name: "Composite",
3958
- className: "RestResultInformation",
2856
+ className: "ResultInformation",
2857
+ },
2858
+ },
2859
+ invitationId: {
2860
+ serializedName: "invitationId",
2861
+ type: {
2862
+ name: "String",
3959
2863
  },
3960
2864
  },
3961
2865
  },
3962
2866
  },
3963
2867
  };
3964
- exports.RestPlayFailed = {
2868
+ exports.AnswerFailed = {
3965
2869
  type: {
3966
2870
  name: "Composite",
3967
- className: "RestPlayFailed",
2871
+ className: "AnswerFailed",
3968
2872
  modelProperties: {
3969
2873
  callConnectionId: {
3970
2874
  serializedName: "callConnectionId",
@@ -3994,22 +2898,16 @@ exports.RestPlayFailed = {
3994
2898
  serializedName: "resultInformation",
3995
2899
  type: {
3996
2900
  name: "Composite",
3997
- className: "RestResultInformation",
3998
- },
3999
- },
4000
- failedPlaySourceIndex: {
4001
- serializedName: "failedPlaySourceIndex",
4002
- type: {
4003
- name: "Number",
2901
+ className: "ResultInformation",
4004
2902
  },
4005
2903
  },
4006
2904
  },
4007
2905
  },
4008
2906
  };
4009
- exports.RestPlayCanceled = {
2907
+ exports.CreateCallFailed = {
4010
2908
  type: {
4011
2909
  name: "Composite",
4012
- className: "RestPlayCanceled",
2910
+ className: "CreateCallFailed",
4013
2911
  modelProperties: {
4014
2912
  callConnectionId: {
4015
2913
  serializedName: "callConnectionId",
@@ -4039,16 +2937,16 @@ exports.RestPlayCanceled = {
4039
2937
  serializedName: "resultInformation",
4040
2938
  type: {
4041
2939
  name: "Composite",
4042
- className: "RestResultInformation",
2940
+ className: "ResultInformation",
4043
2941
  },
4044
2942
  },
4045
2943
  },
4046
2944
  },
4047
2945
  };
4048
- exports.RestRecognizeCompleted = {
2946
+ exports.ConnectFailed = {
4049
2947
  type: {
4050
2948
  name: "Composite",
4051
- className: "RestRecognizeCompleted",
2949
+ className: "ConnectFailed",
4052
2950
  modelProperties: {
4053
2951
  callConnectionId: {
4054
2952
  serializedName: "callConnectionId",
@@ -4078,44 +2976,23 @@ exports.RestRecognizeCompleted = {
4078
2976
  serializedName: "resultInformation",
4079
2977
  type: {
4080
2978
  name: "Composite",
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",
2979
+ className: "ResultInformation",
4109
2980
  },
4110
2981
  },
4111
2982
  },
4112
2983
  },
4113
2984
  };
4114
- exports.RestRecognizeFailed = {
2985
+ exports.MoveParticipantSucceeded = {
4115
2986
  type: {
4116
2987
  name: "Composite",
4117
- className: "RestRecognizeFailed",
2988
+ className: "MoveParticipantSucceeded",
4118
2989
  modelProperties: {
2990
+ fromCall: {
2991
+ serializedName: "fromCall",
2992
+ type: {
2993
+ name: "String",
2994
+ },
2995
+ },
4119
2996
  callConnectionId: {
4120
2997
  serializedName: "callConnectionId",
4121
2998
  type: {
@@ -4144,23 +3021,30 @@ exports.RestRecognizeFailed = {
4144
3021
  serializedName: "resultInformation",
4145
3022
  type: {
4146
3023
  name: "Composite",
4147
- className: "RestResultInformation",
3024
+ className: "ResultInformation",
4148
3025
  },
4149
3026
  },
4150
- failedPlaySourceIndex: {
4151
- serializedName: "failedPlaySourceIndex",
3027
+ participant: {
3028
+ serializedName: "participant",
4152
3029
  type: {
4153
- name: "Number",
3030
+ name: "Composite",
3031
+ className: "CommunicationIdentifierModel",
4154
3032
  },
4155
3033
  },
4156
3034
  },
4157
3035
  },
4158
3036
  };
4159
- exports.RestRecognizeCanceled = {
3037
+ exports.MoveParticipantFailed = {
4160
3038
  type: {
4161
3039
  name: "Composite",
4162
- className: "RestRecognizeCanceled",
3040
+ className: "MoveParticipantFailed",
4163
3041
  modelProperties: {
3042
+ fromCall: {
3043
+ serializedName: "fromCall",
3044
+ type: {
3045
+ name: "String",
3046
+ },
3047
+ },
4164
3048
  callConnectionId: {
4165
3049
  serializedName: "callConnectionId",
4166
3050
  type: {
@@ -4189,50 +3073,64 @@ exports.RestRecognizeCanceled = {
4189
3073
  serializedName: "resultInformation",
4190
3074
  type: {
4191
3075
  name: "Composite",
4192
- className: "RestResultInformation",
3076
+ className: "ResultInformation",
3077
+ },
3078
+ },
3079
+ participant: {
3080
+ serializedName: "participant",
3081
+ type: {
3082
+ name: "Composite",
3083
+ className: "CommunicationIdentifierModel",
4193
3084
  },
4194
3085
  },
4195
3086
  },
4196
3087
  },
4197
3088
  };
4198
- exports.RestContinuousDtmfRecognitionToneReceived = {
3089
+ exports.RecordingStateChanged = {
4199
3090
  type: {
4200
3091
  name: "Composite",
4201
- className: "RestContinuousDtmfRecognitionToneReceived",
3092
+ className: "RecordingStateChanged",
4202
3093
  modelProperties: {
4203
- sequenceId: {
4204
- serializedName: "sequenceId",
4205
- readOnly: true,
3094
+ callConnectionId: {
3095
+ serializedName: "callConnectionId",
4206
3096
  type: {
4207
- name: "Number",
3097
+ name: "String",
4208
3098
  },
4209
3099
  },
4210
- tone: {
4211
- serializedName: "tone",
3100
+ serverCallId: {
3101
+ serializedName: "serverCallId",
4212
3102
  type: {
4213
3103
  name: "String",
4214
3104
  },
4215
3105
  },
4216
- callConnectionId: {
4217
- serializedName: "callConnectionId",
3106
+ correlationId: {
3107
+ serializedName: "correlationId",
4218
3108
  type: {
4219
3109
  name: "String",
4220
3110
  },
4221
3111
  },
4222
- serverCallId: {
4223
- serializedName: "serverCallId",
3112
+ recordingId: {
3113
+ serializedName: "recordingId",
3114
+ readOnly: true,
4224
3115
  type: {
4225
3116
  name: "String",
4226
3117
  },
4227
3118
  },
4228
- correlationId: {
4229
- serializedName: "correlationId",
3119
+ state: {
3120
+ serializedName: "state",
4230
3121
  type: {
4231
3122
  name: "String",
4232
3123
  },
4233
3124
  },
4234
- operationContext: {
4235
- serializedName: "operationContext",
3125
+ startDateTime: {
3126
+ serializedName: "startDateTime",
3127
+ readOnly: true,
3128
+ type: {
3129
+ name: "DateTime",
3130
+ },
3131
+ },
3132
+ recordingKind: {
3133
+ serializedName: "recordingKind",
4236
3134
  type: {
4237
3135
  name: "String",
4238
3136
  },
@@ -4241,16 +3139,16 @@ exports.RestContinuousDtmfRecognitionToneReceived = {
4241
3139
  serializedName: "resultInformation",
4242
3140
  type: {
4243
3141
  name: "Composite",
4244
- className: "RestResultInformation",
3142
+ className: "ResultInformation",
4245
3143
  },
4246
3144
  },
4247
3145
  },
4248
3146
  },
4249
3147
  };
4250
- exports.RestContinuousDtmfRecognitionToneFailed = {
3148
+ exports.PlayStarted = {
4251
3149
  type: {
4252
3150
  name: "Composite",
4253
- className: "RestContinuousDtmfRecognitionToneFailed",
3151
+ className: "PlayStarted",
4254
3152
  modelProperties: {
4255
3153
  callConnectionId: {
4256
3154
  serializedName: "callConnectionId",
@@ -4270,26 +3168,26 @@ exports.RestContinuousDtmfRecognitionToneFailed = {
4270
3168
  name: "String",
4271
3169
  },
4272
3170
  },
4273
- resultInformation: {
4274
- serializedName: "resultInformation",
4275
- type: {
4276
- name: "Composite",
4277
- className: "RestResultInformation",
4278
- },
4279
- },
4280
3171
  operationContext: {
4281
3172
  serializedName: "operationContext",
4282
3173
  type: {
4283
3174
  name: "String",
4284
3175
  },
4285
3176
  },
3177
+ resultInformation: {
3178
+ serializedName: "resultInformation",
3179
+ type: {
3180
+ name: "Composite",
3181
+ className: "ResultInformation",
3182
+ },
3183
+ },
4286
3184
  },
4287
3185
  },
4288
3186
  };
4289
- exports.RestContinuousDtmfRecognitionStopped = {
3187
+ exports.PlayCompleted = {
4290
3188
  type: {
4291
3189
  name: "Composite",
4292
- className: "RestContinuousDtmfRecognitionStopped",
3190
+ className: "PlayCompleted",
4293
3191
  modelProperties: {
4294
3192
  callConnectionId: {
4295
3193
  serializedName: "callConnectionId",
@@ -4319,16 +3217,16 @@ exports.RestContinuousDtmfRecognitionStopped = {
4319
3217
  serializedName: "resultInformation",
4320
3218
  type: {
4321
3219
  name: "Composite",
4322
- className: "RestResultInformation",
3220
+ className: "ResultInformation",
4323
3221
  },
4324
3222
  },
4325
3223
  },
4326
3224
  },
4327
3225
  };
4328
- exports.RestSendDtmfTonesCompleted = {
3226
+ exports.PlayFailed = {
4329
3227
  type: {
4330
3228
  name: "Composite",
4331
- className: "RestSendDtmfTonesCompleted",
3229
+ className: "PlayFailed",
4332
3230
  modelProperties: {
4333
3231
  callConnectionId: {
4334
3232
  serializedName: "callConnectionId",
@@ -4358,16 +3256,22 @@ exports.RestSendDtmfTonesCompleted = {
4358
3256
  serializedName: "resultInformation",
4359
3257
  type: {
4360
3258
  name: "Composite",
4361
- className: "RestResultInformation",
3259
+ className: "ResultInformation",
3260
+ },
3261
+ },
3262
+ failedPlaySourceIndex: {
3263
+ serializedName: "failedPlaySourceIndex",
3264
+ type: {
3265
+ name: "Number",
4362
3266
  },
4363
3267
  },
4364
3268
  },
4365
3269
  },
4366
3270
  };
4367
- exports.RestSendDtmfTonesFailed = {
3271
+ exports.PlayCanceled = {
4368
3272
  type: {
4369
3273
  name: "Composite",
4370
- className: "RestSendDtmfTonesFailed",
3274
+ className: "PlayCanceled",
4371
3275
  modelProperties: {
4372
3276
  callConnectionId: {
4373
3277
  serializedName: "callConnectionId",
@@ -4397,16 +3301,16 @@ exports.RestSendDtmfTonesFailed = {
4397
3301
  serializedName: "resultInformation",
4398
3302
  type: {
4399
3303
  name: "Composite",
4400
- className: "RestResultInformation",
3304
+ className: "ResultInformation",
4401
3305
  },
4402
3306
  },
4403
3307
  },
4404
3308
  },
4405
3309
  };
4406
- exports.RestCancelAddParticipantSucceeded = {
3310
+ exports.RecognizeCompleted = {
4407
3311
  type: {
4408
3312
  name: "Composite",
4409
- className: "RestCancelAddParticipantSucceeded",
3313
+ className: "RecognizeCompleted",
4410
3314
  modelProperties: {
4411
3315
  callConnectionId: {
4412
3316
  serializedName: "callConnectionId",
@@ -4432,60 +3336,109 @@ exports.RestCancelAddParticipantSucceeded = {
4432
3336
  name: "String",
4433
3337
  },
4434
3338
  },
4435
- invitationId: {
4436
- serializedName: "invitationId",
3339
+ resultInformation: {
3340
+ serializedName: "resultInformation",
3341
+ type: {
3342
+ name: "Composite",
3343
+ className: "ResultInformation",
3344
+ },
3345
+ },
3346
+ recognitionType: {
3347
+ serializedName: "recognitionType",
4437
3348
  type: {
4438
3349
  name: "String",
4439
3350
  },
4440
3351
  },
4441
- resultInformation: {
4442
- serializedName: "resultInformation",
3352
+ dtmfResult: {
3353
+ serializedName: "dtmfResult",
3354
+ type: {
3355
+ name: "Composite",
3356
+ className: "DtmfResult",
3357
+ },
3358
+ },
3359
+ choiceResult: {
3360
+ serializedName: "choiceResult",
3361
+ type: {
3362
+ name: "Composite",
3363
+ className: "ChoiceResult",
3364
+ },
3365
+ },
3366
+ speechResult: {
3367
+ serializedName: "speechResult",
4443
3368
  type: {
4444
3369
  name: "Composite",
4445
- className: "RestResultInformation",
3370
+ className: "SpeechResult",
4446
3371
  },
4447
3372
  },
4448
3373
  },
4449
3374
  },
4450
3375
  };
4451
- exports.RestCancelAddParticipantFailed = {
3376
+ exports.DtmfResult = {
4452
3377
  type: {
4453
3378
  name: "Composite",
4454
- className: "RestCancelAddParticipantFailed",
3379
+ className: "DtmfResult",
4455
3380
  modelProperties: {
4456
- callConnectionId: {
4457
- serializedName: "callConnectionId",
3381
+ tones: {
3382
+ serializedName: "tones",
3383
+ readOnly: true,
4458
3384
  type: {
4459
- name: "String",
3385
+ name: "Sequence",
3386
+ element: {
3387
+ type: {
3388
+ name: "String",
3389
+ },
3390
+ },
4460
3391
  },
4461
3392
  },
4462
- serverCallId: {
4463
- serializedName: "serverCallId",
3393
+ },
3394
+ },
3395
+ };
3396
+ exports.ChoiceResult = {
3397
+ type: {
3398
+ name: "Composite",
3399
+ className: "ChoiceResult",
3400
+ modelProperties: {
3401
+ label: {
3402
+ serializedName: "label",
4464
3403
  type: {
4465
3404
  name: "String",
4466
3405
  },
4467
3406
  },
4468
- correlationId: {
4469
- serializedName: "correlationId",
3407
+ recognizedPhrase: {
3408
+ serializedName: "recognizedPhrase",
4470
3409
  type: {
4471
3410
  name: "String",
4472
3411
  },
4473
3412
  },
4474
- operationContext: {
4475
- serializedName: "operationContext",
3413
+ confidence: {
3414
+ serializedName: "confidence",
3415
+ type: {
3416
+ name: "Number",
3417
+ },
3418
+ },
3419
+ languageIdentified: {
3420
+ serializedName: "languageIdentified",
4476
3421
  type: {
4477
3422
  name: "String",
4478
3423
  },
4479
3424
  },
4480
- resultInformation: {
4481
- serializedName: "resultInformation",
3425
+ sentimentAnalysisResult: {
3426
+ serializedName: "sentimentAnalysisResult",
4482
3427
  type: {
4483
3428
  name: "Composite",
4484
- className: "RestResultInformation",
3429
+ className: "SentimentAnalysisResult",
4485
3430
  },
4486
3431
  },
4487
- invitationId: {
4488
- serializedName: "invitationId",
3432
+ },
3433
+ },
3434
+ };
3435
+ exports.SentimentAnalysisResult = {
3436
+ type: {
3437
+ name: "Composite",
3438
+ className: "SentimentAnalysisResult",
3439
+ modelProperties: {
3440
+ sentiment: {
3441
+ serializedName: "sentiment",
4489
3442
  type: {
4490
3443
  name: "String",
4491
3444
  },
@@ -4493,18 +3446,44 @@ exports.RestCancelAddParticipantFailed = {
4493
3446
  },
4494
3447
  },
4495
3448
  };
4496
- exports.RestTranscriptionStarted = {
3449
+ exports.SpeechResult = {
4497
3450
  type: {
4498
3451
  name: "Composite",
4499
- className: "RestTranscriptionStarted",
3452
+ className: "SpeechResult",
4500
3453
  modelProperties: {
4501
- transcriptionUpdate: {
4502
- serializedName: "transcriptionUpdate",
3454
+ speech: {
3455
+ serializedName: "speech",
3456
+ type: {
3457
+ name: "String",
3458
+ },
3459
+ },
3460
+ confidence: {
3461
+ serializedName: "confidence",
3462
+ type: {
3463
+ name: "Number",
3464
+ },
3465
+ },
3466
+ languageIdentified: {
3467
+ serializedName: "languageIdentified",
3468
+ type: {
3469
+ name: "String",
3470
+ },
3471
+ },
3472
+ sentimentAnalysisResult: {
3473
+ serializedName: "sentimentAnalysisResult",
4503
3474
  type: {
4504
3475
  name: "Composite",
4505
- className: "TranscriptionUpdate",
3476
+ className: "SentimentAnalysisResult",
4506
3477
  },
4507
3478
  },
3479
+ },
3480
+ },
3481
+ };
3482
+ exports.RecognizeFailed = {
3483
+ type: {
3484
+ name: "Composite",
3485
+ className: "RecognizeFailed",
3486
+ modelProperties: {
4508
3487
  callConnectionId: {
4509
3488
  serializedName: "callConnectionId",
4510
3489
  type: {
@@ -4533,24 +3512,23 @@ exports.RestTranscriptionStarted = {
4533
3512
  serializedName: "resultInformation",
4534
3513
  type: {
4535
3514
  name: "Composite",
4536
- className: "RestResultInformation",
3515
+ className: "ResultInformation",
3516
+ },
3517
+ },
3518
+ failedPlaySourceIndex: {
3519
+ serializedName: "failedPlaySourceIndex",
3520
+ type: {
3521
+ name: "Number",
4537
3522
  },
4538
3523
  },
4539
3524
  },
4540
3525
  },
4541
3526
  };
4542
- exports.RestTranscriptionStopped = {
3527
+ exports.RecognizeCanceled = {
4543
3528
  type: {
4544
3529
  name: "Composite",
4545
- className: "RestTranscriptionStopped",
4546
- modelProperties: {
4547
- transcriptionUpdate: {
4548
- serializedName: "transcriptionUpdate",
4549
- type: {
4550
- name: "Composite",
4551
- className: "TranscriptionUpdate",
4552
- },
4553
- },
3530
+ className: "RecognizeCanceled",
3531
+ modelProperties: {
4554
3532
  callConnectionId: {
4555
3533
  serializedName: "callConnectionId",
4556
3534
  type: {
@@ -4579,24 +3557,17 @@ exports.RestTranscriptionStopped = {
4579
3557
  serializedName: "resultInformation",
4580
3558
  type: {
4581
3559
  name: "Composite",
4582
- className: "RestResultInformation",
3560
+ className: "ResultInformation",
4583
3561
  },
4584
3562
  },
4585
3563
  },
4586
3564
  },
4587
3565
  };
4588
- exports.RestTranscriptionUpdated = {
3566
+ exports.ContinuousDtmfRecognitionToneFailed = {
4589
3567
  type: {
4590
3568
  name: "Composite",
4591
- className: "RestTranscriptionUpdated",
3569
+ className: "ContinuousDtmfRecognitionToneFailed",
4592
3570
  modelProperties: {
4593
- transcriptionUpdate: {
4594
- serializedName: "transcriptionUpdate",
4595
- type: {
4596
- name: "Composite",
4597
- className: "TranscriptionUpdate",
4598
- },
4599
- },
4600
3571
  callConnectionId: {
4601
3572
  serializedName: "callConnectionId",
4602
3573
  type: {
@@ -4615,32 +3586,38 @@ exports.RestTranscriptionUpdated = {
4615
3586
  name: "String",
4616
3587
  },
4617
3588
  },
4618
- operationContext: {
4619
- serializedName: "operationContext",
4620
- type: {
4621
- name: "String",
4622
- },
4623
- },
4624
3589
  resultInformation: {
4625
3590
  serializedName: "resultInformation",
4626
3591
  type: {
4627
3592
  name: "Composite",
4628
- className: "RestResultInformation",
3593
+ className: "ResultInformation",
3594
+ },
3595
+ },
3596
+ operationContext: {
3597
+ serializedName: "operationContext",
3598
+ type: {
3599
+ name: "String",
4629
3600
  },
4630
3601
  },
4631
3602
  },
4632
3603
  },
4633
3604
  };
4634
- exports.RestTranscriptionFailed = {
3605
+ exports.ContinuousDtmfRecognitionToneReceived = {
4635
3606
  type: {
4636
3607
  name: "Composite",
4637
- className: "RestTranscriptionFailed",
3608
+ className: "ContinuousDtmfRecognitionToneReceived",
4638
3609
  modelProperties: {
4639
- transcriptionUpdate: {
4640
- serializedName: "transcriptionUpdate",
3610
+ sequenceId: {
3611
+ serializedName: "sequenceId",
3612
+ readOnly: true,
4641
3613
  type: {
4642
- name: "Composite",
4643
- className: "TranscriptionUpdate",
3614
+ name: "Number",
3615
+ },
3616
+ },
3617
+ tone: {
3618
+ serializedName: "tone",
3619
+ type: {
3620
+ name: "String",
4644
3621
  },
4645
3622
  },
4646
3623
  callConnectionId: {
@@ -4671,16 +3648,16 @@ exports.RestTranscriptionFailed = {
4671
3648
  serializedName: "resultInformation",
4672
3649
  type: {
4673
3650
  name: "Composite",
4674
- className: "RestResultInformation",
3651
+ className: "ResultInformation",
4675
3652
  },
4676
3653
  },
4677
3654
  },
4678
3655
  },
4679
3656
  };
4680
- exports.RestCreateCallFailed = {
3657
+ exports.ContinuousDtmfRecognitionStopped = {
4681
3658
  type: {
4682
3659
  name: "Composite",
4683
- className: "RestCreateCallFailed",
3660
+ className: "ContinuousDtmfRecognitionStopped",
4684
3661
  modelProperties: {
4685
3662
  callConnectionId: {
4686
3663
  serializedName: "callConnectionId",
@@ -4710,16 +3687,16 @@ exports.RestCreateCallFailed = {
4710
3687
  serializedName: "resultInformation",
4711
3688
  type: {
4712
3689
  name: "Composite",
4713
- className: "RestResultInformation",
3690
+ className: "ResultInformation",
4714
3691
  },
4715
3692
  },
4716
3693
  },
4717
3694
  },
4718
3695
  };
4719
- exports.RestAnswerFailed = {
3696
+ exports.SendDtmfTonesCompleted = {
4720
3697
  type: {
4721
3698
  name: "Composite",
4722
- className: "RestAnswerFailed",
3699
+ className: "SendDtmfTonesCompleted",
4723
3700
  modelProperties: {
4724
3701
  callConnectionId: {
4725
3702
  serializedName: "callConnectionId",
@@ -4749,16 +3726,16 @@ exports.RestAnswerFailed = {
4749
3726
  serializedName: "resultInformation",
4750
3727
  type: {
4751
3728
  name: "Composite",
4752
- className: "RestResultInformation",
3729
+ className: "ResultInformation",
4753
3730
  },
4754
3731
  },
4755
3732
  },
4756
3733
  },
4757
3734
  };
4758
- exports.RestHoldFailed = {
3735
+ exports.SendDtmfTonesFailed = {
4759
3736
  type: {
4760
3737
  name: "Composite",
4761
- className: "RestHoldFailed",
3738
+ className: "SendDtmfTonesFailed",
4762
3739
  modelProperties: {
4763
3740
  callConnectionId: {
4764
3741
  serializedName: "callConnectionId",
@@ -4788,119 +3765,88 @@ exports.RestHoldFailed = {
4788
3765
  serializedName: "resultInformation",
4789
3766
  type: {
4790
3767
  name: "Composite",
4791
- className: "RestResultInformation",
3768
+ className: "ResultInformation",
4792
3769
  },
4793
3770
  },
4794
3771
  },
4795
3772
  },
4796
3773
  };
4797
- exports.RestIncomingCall = {
3774
+ exports.MediaStreamingFailed = {
4798
3775
  type: {
4799
3776
  name: "Composite",
4800
- className: "RestIncomingCall",
3777
+ className: "MediaStreamingFailed",
4801
3778
  modelProperties: {
4802
- to: {
4803
- serializedName: "to",
4804
- type: {
4805
- name: "Composite",
4806
- className: "CommunicationIdentifierModel",
4807
- },
4808
- },
4809
- from: {
4810
- serializedName: "from",
3779
+ mediaStreamingUpdate: {
3780
+ serializedName: "mediaStreamingUpdate",
4811
3781
  type: {
4812
3782
  name: "Composite",
4813
- className: "CommunicationIdentifierModel",
3783
+ className: "MediaStreamingUpdate",
4814
3784
  },
4815
3785
  },
4816
- callerDisplayName: {
4817
- serializedName: "callerDisplayName",
4818
- readOnly: true,
3786
+ callConnectionId: {
3787
+ serializedName: "callConnectionId",
4819
3788
  type: {
4820
3789
  name: "String",
4821
3790
  },
4822
3791
  },
4823
3792
  serverCallId: {
4824
3793
  serializedName: "serverCallId",
4825
- readOnly: true,
4826
3794
  type: {
4827
3795
  name: "String",
4828
3796
  },
4829
3797
  },
4830
- customContext: {
4831
- serializedName: "customContext",
3798
+ correlationId: {
3799
+ serializedName: "correlationId",
4832
3800
  type: {
4833
- name: "Composite",
4834
- className: "CustomCallingContextInternal",
3801
+ name: "String",
4835
3802
  },
4836
3803
  },
4837
- incomingCallContext: {
4838
- serializedName: "incomingCallContext",
4839
- readOnly: true,
3804
+ operationContext: {
3805
+ serializedName: "operationContext",
4840
3806
  type: {
4841
3807
  name: "String",
4842
3808
  },
4843
3809
  },
4844
- onBehalfOfCallee: {
4845
- serializedName: "onBehalfOfCallee",
3810
+ resultInformation: {
3811
+ serializedName: "resultInformation",
4846
3812
  type: {
4847
3813
  name: "Composite",
4848
- className: "CommunicationIdentifierModel",
4849
- },
4850
- },
4851
- correlationId: {
4852
- serializedName: "correlationId",
4853
- readOnly: true,
4854
- type: {
4855
- name: "String",
3814
+ className: "ResultInformation",
4856
3815
  },
4857
3816
  },
4858
3817
  },
4859
3818
  },
4860
3819
  };
4861
- exports.RestConnectFailed = {
3820
+ exports.MediaStreamingUpdate = {
4862
3821
  type: {
4863
3822
  name: "Composite",
4864
- className: "RestConnectFailed",
3823
+ className: "MediaStreamingUpdate",
4865
3824
  modelProperties: {
4866
- callConnectionId: {
4867
- serializedName: "callConnectionId",
4868
- type: {
4869
- name: "String",
4870
- },
4871
- },
4872
- serverCallId: {
4873
- serializedName: "serverCallId",
3825
+ contentType: {
3826
+ serializedName: "contentType",
4874
3827
  type: {
4875
3828
  name: "String",
4876
3829
  },
4877
3830
  },
4878
- correlationId: {
4879
- serializedName: "correlationId",
3831
+ mediaStreamingStatus: {
3832
+ serializedName: "mediaStreamingStatus",
4880
3833
  type: {
4881
3834
  name: "String",
4882
3835
  },
4883
3836
  },
4884
- operationContext: {
4885
- serializedName: "operationContext",
3837
+ mediaStreamingStatusDetails: {
3838
+ serializedName: "mediaStreamingStatusDetails",
4886
3839
  type: {
4887
3840
  name: "String",
4888
3841
  },
4889
3842
  },
4890
- resultInformation: {
4891
- serializedName: "resultInformation",
4892
- type: {
4893
- name: "Composite",
4894
- className: "RestResultInformation",
4895
- },
4896
- },
4897
3843
  },
4898
3844
  },
4899
3845
  };
4900
- exports.RestMediaStreamingStopped = {
3846
+ exports.MediaStreamingStarted = {
4901
3847
  type: {
4902
3848
  name: "Composite",
4903
- className: "RestMediaStreamingStopped",
3849
+ className: "MediaStreamingStarted",
4904
3850
  modelProperties: {
4905
3851
  mediaStreamingUpdate: {
4906
3852
  serializedName: "mediaStreamingUpdate",
@@ -4937,16 +3883,16 @@ exports.RestMediaStreamingStopped = {
4937
3883
  serializedName: "resultInformation",
4938
3884
  type: {
4939
3885
  name: "Composite",
4940
- className: "RestResultInformation",
3886
+ className: "ResultInformation",
4941
3887
  },
4942
3888
  },
4943
3889
  },
4944
3890
  },
4945
3891
  };
4946
- exports.RestMediaStreamingStarted = {
3892
+ exports.MediaStreamingStopped = {
4947
3893
  type: {
4948
3894
  name: "Composite",
4949
- className: "RestMediaStreamingStarted",
3895
+ className: "MediaStreamingStopped",
4950
3896
  modelProperties: {
4951
3897
  mediaStreamingUpdate: {
4952
3898
  serializedName: "mediaStreamingUpdate",
@@ -4983,24 +3929,17 @@ exports.RestMediaStreamingStarted = {
4983
3929
  serializedName: "resultInformation",
4984
3930
  type: {
4985
3931
  name: "Composite",
4986
- className: "RestResultInformation",
3932
+ className: "ResultInformation",
4987
3933
  },
4988
3934
  },
4989
3935
  },
4990
3936
  },
4991
3937
  };
4992
- exports.RestMediaStreamingFailed = {
3938
+ exports.HoldFailed = {
4993
3939
  type: {
4994
3940
  name: "Composite",
4995
- className: "RestMediaStreamingFailed",
3941
+ className: "HoldFailed",
4996
3942
  modelProperties: {
4997
- mediaStreamingUpdate: {
4998
- serializedName: "mediaStreamingUpdate",
4999
- type: {
5000
- name: "Composite",
5001
- className: "MediaStreamingUpdate",
5002
- },
5003
- },
5004
3943
  callConnectionId: {
5005
3944
  serializedName: "callConnectionId",
5006
3945
  type: {
@@ -5029,29 +3968,17 @@ exports.RestMediaStreamingFailed = {
5029
3968
  serializedName: "resultInformation",
5030
3969
  type: {
5031
3970
  name: "Composite",
5032
- className: "RestResultInformation",
3971
+ className: "ResultInformation",
5033
3972
  },
5034
3973
  },
5035
3974
  },
5036
3975
  },
5037
3976
  };
5038
- exports.RestStartRecordingFailed = {
3977
+ exports.StartRecordingFailed = {
5039
3978
  type: {
5040
3979
  name: "Composite",
5041
- className: "RestStartRecordingFailed",
3980
+ className: "StartRecordingFailed",
5042
3981
  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
- },
5055
3982
  recordingId: {
5056
3983
  serializedName: "recordingId",
5057
3984
  readOnly: true,
@@ -5059,14 +3986,6 @@ exports.RestStartRecordingFailed = {
5059
3986
  name: "String",
5060
3987
  },
5061
3988
  },
5062
- },
5063
- },
5064
- };
5065
- exports.RestPlayStarted = {
5066
- type: {
5067
- name: "Composite",
5068
- className: "RestPlayStarted",
5069
- modelProperties: {
5070
3989
  callConnectionId: {
5071
3990
  serializedName: "callConnectionId",
5072
3991
  type: {
@@ -5095,17 +4014,24 @@ exports.RestPlayStarted = {
5095
4014
  serializedName: "resultInformation",
5096
4015
  type: {
5097
4016
  name: "Composite",
5098
- className: "RestResultInformation",
4017
+ className: "ResultInformation",
5099
4018
  },
5100
4019
  },
5101
4020
  },
5102
4021
  },
5103
4022
  };
5104
- exports.RestPlayPaused = {
4023
+ exports.TranscriptionFailed = {
5105
4024
  type: {
5106
4025
  name: "Composite",
5107
- className: "RestPlayPaused",
4026
+ className: "TranscriptionFailed",
5108
4027
  modelProperties: {
4028
+ transcriptionUpdate: {
4029
+ serializedName: "transcriptionUpdate",
4030
+ type: {
4031
+ name: "Composite",
4032
+ className: "TranscriptionUpdate",
4033
+ },
4034
+ },
5109
4035
  callConnectionId: {
5110
4036
  serializedName: "callConnectionId",
5111
4037
  type: {
@@ -5134,17 +4060,50 @@ exports.RestPlayPaused = {
5134
4060
  serializedName: "resultInformation",
5135
4061
  type: {
5136
4062
  name: "Composite",
5137
- className: "RestResultInformation",
4063
+ className: "ResultInformation",
4064
+ },
4065
+ },
4066
+ },
4067
+ },
4068
+ };
4069
+ exports.TranscriptionUpdate = {
4070
+ type: {
4071
+ name: "Composite",
4072
+ className: "TranscriptionUpdate",
4073
+ modelProperties: {
4074
+ transcriptionStatus: {
4075
+ serializedName: "transcriptionStatus",
4076
+ type: {
4077
+ name: "String",
4078
+ },
4079
+ },
4080
+ transcriptionStatusDetails: {
4081
+ serializedName: "transcriptionStatusDetails",
4082
+ type: {
4083
+ name: "String",
4084
+ },
4085
+ },
4086
+ transcriptionMessage: {
4087
+ serializedName: "transcriptionMessage",
4088
+ type: {
4089
+ name: "String",
5138
4090
  },
5139
4091
  },
5140
4092
  },
5141
4093
  },
5142
4094
  };
5143
- exports.RestPlayResumed = {
4095
+ exports.TranscriptionStarted = {
5144
4096
  type: {
5145
4097
  name: "Composite",
5146
- className: "RestPlayResumed",
4098
+ className: "TranscriptionStarted",
5147
4099
  modelProperties: {
4100
+ transcriptionUpdate: {
4101
+ serializedName: "transcriptionUpdate",
4102
+ type: {
4103
+ name: "Composite",
4104
+ className: "TranscriptionUpdate",
4105
+ },
4106
+ },
5148
4107
  callConnectionId: {
5149
4108
  serializedName: "callConnectionId",
5150
4109
  type: {
@@ -5173,17 +4132,24 @@ exports.RestPlayResumed = {
5173
4132
  serializedName: "resultInformation",
5174
4133
  type: {
5175
4134
  name: "Composite",
5176
- className: "RestResultInformation",
4135
+ className: "ResultInformation",
5177
4136
  },
5178
4137
  },
5179
4138
  },
5180
4139
  },
5181
4140
  };
5182
- exports.RestHoldAudioStarted = {
4141
+ exports.TranscriptionStopped = {
5183
4142
  type: {
5184
4143
  name: "Composite",
5185
- className: "RestHoldAudioStarted",
4144
+ className: "TranscriptionStopped",
5186
4145
  modelProperties: {
4146
+ transcriptionUpdate: {
4147
+ serializedName: "transcriptionUpdate",
4148
+ type: {
4149
+ name: "Composite",
4150
+ className: "TranscriptionUpdate",
4151
+ },
4152
+ },
5187
4153
  callConnectionId: {
5188
4154
  serializedName: "callConnectionId",
5189
4155
  type: {
@@ -5212,17 +4178,24 @@ exports.RestHoldAudioStarted = {
5212
4178
  serializedName: "resultInformation",
5213
4179
  type: {
5214
4180
  name: "Composite",
5215
- className: "RestResultInformation",
4181
+ className: "ResultInformation",
5216
4182
  },
5217
4183
  },
5218
4184
  },
5219
4185
  },
5220
4186
  };
5221
- exports.RestHoldAudioPaused = {
4187
+ exports.TranscriptionUpdated = {
5222
4188
  type: {
5223
4189
  name: "Composite",
5224
- className: "RestHoldAudioPaused",
4190
+ className: "TranscriptionUpdated",
5225
4191
  modelProperties: {
4192
+ transcriptionUpdate: {
4193
+ serializedName: "transcriptionUpdate",
4194
+ type: {
4195
+ name: "Composite",
4196
+ className: "TranscriptionUpdate",
4197
+ },
4198
+ },
5226
4199
  callConnectionId: {
5227
4200
  serializedName: "callConnectionId",
5228
4201
  type: {
@@ -5251,17 +4224,24 @@ exports.RestHoldAudioPaused = {
5251
4224
  serializedName: "resultInformation",
5252
4225
  type: {
5253
4226
  name: "Composite",
5254
- className: "RestResultInformation",
4227
+ className: "ResultInformation",
5255
4228
  },
5256
4229
  },
5257
4230
  },
5258
4231
  },
5259
4232
  };
5260
- exports.RestHoldAudioResumed = {
4233
+ exports.TranscriptionCallSummaryUpdated = {
5261
4234
  type: {
5262
4235
  name: "Composite",
5263
- className: "RestHoldAudioResumed",
4236
+ className: "TranscriptionCallSummaryUpdated",
5264
4237
  modelProperties: {
4238
+ transcriptionUpdate: {
4239
+ serializedName: "transcriptionUpdate",
4240
+ type: {
4241
+ name: "Composite",
4242
+ className: "TranscriptionUpdate",
4243
+ },
4244
+ },
5265
4245
  callConnectionId: {
5266
4246
  serializedName: "callConnectionId",
5267
4247
  type: {
@@ -5290,97 +4270,131 @@ exports.RestHoldAudioResumed = {
5290
4270
  serializedName: "resultInformation",
5291
4271
  type: {
5292
4272
  name: "Composite",
5293
- className: "RestResultInformation",
4273
+ className: "ResultInformation",
5294
4274
  },
5295
4275
  },
5296
4276
  },
5297
4277
  },
5298
4278
  };
5299
- exports.RestHoldAudioCompleted = {
4279
+ exports.WebSocketMediaStreamingOptions = {
4280
+ serializedName: "websocket",
5300
4281
  type: {
5301
4282
  name: "Composite",
5302
- className: "RestHoldAudioCompleted",
4283
+ className: "WebSocketMediaStreamingOptions",
4284
+ uberParent: "MediaStreamingOptionsInternal",
4285
+ polymorphicDiscriminator: exports.MediaStreamingOptionsInternal.type.polymorphicDiscriminator,
5303
4286
  modelProperties: {
5304
- callConnectionId: {
5305
- serializedName: "callConnectionId",
4287
+ ...exports.MediaStreamingOptionsInternal.type.modelProperties,
4288
+ transportUrl: {
4289
+ serializedName: "transportUrl",
5306
4290
  type: {
5307
4291
  name: "String",
5308
4292
  },
5309
4293
  },
5310
- serverCallId: {
5311
- serializedName: "serverCallId",
4294
+ contentType: {
4295
+ serializedName: "contentType",
5312
4296
  type: {
5313
4297
  name: "String",
5314
4298
  },
5315
4299
  },
5316
- correlationId: {
5317
- serializedName: "correlationId",
4300
+ startMediaStreaming: {
4301
+ serializedName: "startMediaStreaming",
5318
4302
  type: {
5319
- name: "String",
4303
+ name: "Boolean",
5320
4304
  },
5321
4305
  },
5322
- operationContext: {
5323
- serializedName: "operationContext",
4306
+ enableBidirectional: {
4307
+ serializedName: "enableBidirectional",
4308
+ type: {
4309
+ name: "Boolean",
4310
+ },
4311
+ },
4312
+ audioFormat: {
4313
+ serializedName: "audioFormat",
5324
4314
  type: {
5325
4315
  name: "String",
5326
4316
  },
5327
4317
  },
5328
- resultInformation: {
5329
- serializedName: "resultInformation",
4318
+ enableDtmfTones: {
4319
+ serializedName: "enableDtmfTones",
5330
4320
  type: {
5331
- name: "Composite",
5332
- className: "RestResultInformation",
4321
+ name: "Boolean",
5333
4322
  },
5334
4323
  },
5335
4324
  },
5336
4325
  },
5337
4326
  };
5338
- exports.AzureOpenAIDialog = {
5339
- serializedName: "azureOpenAI",
5340
- type: {
5341
- name: "Composite",
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",
4327
+ exports.WebSocketTranscriptionOptions = {
4328
+ serializedName: "websocket",
5350
4329
  type: {
5351
4330
  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,
4331
+ className: "WebSocketTranscriptionOptions",
4332
+ uberParent: "TranscriptionOptionsInternal",
4333
+ polymorphicDiscriminator: exports.TranscriptionOptionsInternal.type.polymorphicDiscriminator,
4334
+ modelProperties: {
4335
+ ...exports.TranscriptionOptionsInternal.type.modelProperties,
4336
+ transportUrl: {
4337
+ serializedName: "transportUrl",
5358
4338
  type: {
5359
4339
  name: "String",
5360
4340
  },
5361
- }, language: {
5362
- serializedName: "language",
4341
+ },
4342
+ speechModelEndpointId: {
4343
+ serializedName: "speechModelEndpointId",
5363
4344
  type: {
5364
4345
  name: "String",
5365
4346
  },
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),
4347
+ },
4348
+ startTranscription: {
4349
+ serializedName: "startTranscription",
4350
+ type: {
4351
+ name: "Boolean",
4352
+ },
4353
+ },
4354
+ enableIntermediateResults: {
4355
+ serializedName: "enableIntermediateResults",
4356
+ type: {
4357
+ name: "Boolean",
4358
+ },
4359
+ },
4360
+ piiRedactionOptions: {
4361
+ serializedName: "piiRedactionOptions",
4362
+ type: {
4363
+ name: "Composite",
4364
+ className: "PiiRedactionOptionsInternal",
4365
+ },
4366
+ },
4367
+ enableSentimentAnalysis: {
4368
+ serializedName: "enableSentimentAnalysis",
4369
+ type: {
4370
+ name: "Boolean",
4371
+ },
4372
+ },
4373
+ locales: {
4374
+ serializedName: "locales",
4375
+ type: {
4376
+ name: "Sequence",
4377
+ element: {
4378
+ type: {
4379
+ name: "String",
4380
+ },
4381
+ },
4382
+ },
4383
+ },
4384
+ summarizationOptions: {
4385
+ serializedName: "summarizationOptions",
4386
+ type: {
4387
+ name: "Composite",
4388
+ className: "SummarizationOptionsInternal",
4389
+ },
4390
+ },
4391
+ },
5377
4392
  },
5378
4393
  };
5379
4394
  exports.discriminators = {
5380
- BaseDialog: exports.BaseDialog,
5381
- DialogUpdateBase: exports.DialogUpdateBase,
5382
- "BaseDialog.azureOpenAI": exports.AzureOpenAIDialog,
5383
- "BaseDialog.powerVirtualAgents": exports.PowerVirtualAgentsDialog,
5384
- "DialogUpdateBase.azureOpenAI": exports.AzureOpenAIDialogUpdate,
4395
+ MediaStreamingOptionsInternal: exports.MediaStreamingOptionsInternal,
4396
+ TranscriptionOptionsInternal: exports.TranscriptionOptionsInternal,
4397
+ "MediaStreamingOptionsInternal.websocket": exports.WebSocketMediaStreamingOptions,
4398
+ "TranscriptionOptionsInternal.websocket": exports.WebSocketTranscriptionOptions,
5385
4399
  };
5386
4400
  //# sourceMappingURL=mappers.js.map