@azure/arm-botservice 4.0.1-alpha.20250102.1 → 4.0.1-alpha.20250103.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 (726) hide show
  1. package/{dist-esm/src → dist/browser}/azureBotService.d.ts +2 -2
  2. package/dist/browser/azureBotService.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/azureBotService.js +15 -18
  4. package/dist/browser/azureBotService.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/botConnection.d.ts +3 -3
  16. package/dist/browser/operations/botConnection.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/botConnection.js +3 -3
  18. package/dist/browser/operations/botConnection.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/bots.d.ts +3 -3
  20. package/dist/browser/operations/bots.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/bots.js +3 -3
  22. package/dist/browser/operations/bots.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/channels.d.ts +3 -3
  24. package/dist/browser/operations/channels.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/channels.js +3 -3
  26. package/dist/browser/operations/channels.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/directLine.d.ts +3 -3
  28. package/dist/browser/operations/directLine.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/directLine.js +2 -2
  30. package/dist/browser/operations/directLine.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/email.d.ts +3 -3
  32. package/dist/browser/operations/email.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/email.js +2 -2
  34. package/dist/browser/operations/email.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/hostSettings.d.ts +3 -3
  36. package/dist/browser/operations/hostSettings.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/hostSettings.js +2 -2
  38. package/dist/browser/operations/hostSettings.js.map +1 -0
  39. package/dist/browser/operations/index.d.ts +12 -0
  40. package/dist/browser/operations/index.d.ts.map +1 -0
  41. package/dist/browser/operations/index.js +19 -0
  42. package/dist/browser/operations/index.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/operationResults.d.ts +3 -3
  44. package/dist/browser/operations/operationResults.d.ts.map +1 -0
  45. package/dist/browser/operations/operationResults.js +99 -0
  46. package/dist/browser/operations/operationResults.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  48. package/dist/browser/operations/operations.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  50. package/dist/browser/operations/operations.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  52. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +2 -2
  54. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  56. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
  58. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  59. package/{dist-esm/src → dist/browser}/operations/qnAMakerEndpointKeys.d.ts +3 -3
  60. package/dist/browser/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operations/qnAMakerEndpointKeys.js +2 -2
  62. package/dist/browser/operations/qnAMakerEndpointKeys.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/botConnection.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/botConnection.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/botConnection.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/bots.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/bots.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/channels.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/channels.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/channels.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/directLine.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/directLine.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/directLine.js.map +1 -0
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/email.d.ts +1 -1
  76. package/dist/browser/operationsInterfaces/email.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/email.js.map +1 -0
  78. package/{dist-esm/src → dist/browser}/operationsInterfaces/hostSettings.d.ts +1 -1
  79. package/dist/browser/operationsInterfaces/hostSettings.d.ts.map +1 -0
  80. package/dist/browser/operationsInterfaces/hostSettings.js.map +1 -0
  81. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  82. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  83. package/dist/browser/operationsInterfaces/index.js +19 -0
  84. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  85. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.d.ts +1 -1
  86. package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
  88. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  89. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  90. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  91. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  92. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  94. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  95. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  97. package/{dist-esm/src → dist/browser}/operationsInterfaces/qnAMakerEndpointKeys.d.ts +1 -1
  98. package/{dist-esm/src → dist/browser}/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  100. package/dist/browser/package.json +3 -0
  101. package/dist/browser/pagingHelper.js.map +1 -0
  102. package/dist/commonjs/azureBotService.d.ts +30 -0
  103. package/dist/commonjs/azureBotService.d.ts.map +1 -0
  104. package/dist/commonjs/azureBotService.js +112 -0
  105. package/dist/commonjs/azureBotService.js.map +1 -0
  106. package/dist/commonjs/index.d.ts +5 -0
  107. package/dist/commonjs/index.d.ts.map +1 -0
  108. package/dist/commonjs/index.js +19 -0
  109. package/dist/commonjs/index.js.map +1 -0
  110. package/dist/commonjs/lroImpl.d.ts +16 -0
  111. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  112. package/dist/commonjs/lroImpl.js +29 -0
  113. package/dist/commonjs/lroImpl.js.map +1 -0
  114. package/{types/arm-botservice.d.ts → dist/commonjs/models/index.d.ts} +1430 -1921
  115. package/dist/commonjs/models/index.d.ts.map +1 -0
  116. package/dist/commonjs/models/index.js +95 -0
  117. package/dist/commonjs/models/index.js.map +1 -0
  118. package/dist/commonjs/models/mappers.d.ts +106 -0
  119. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  120. package/dist/commonjs/models/mappers.js +2751 -0
  121. package/dist/commonjs/models/mappers.js.map +1 -0
  122. package/dist/commonjs/models/parameters.d.ts +35 -0
  123. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  124. package/dist/commonjs/models/parameters.js +275 -0
  125. package/dist/commonjs/models/parameters.js.map +1 -0
  126. package/dist/commonjs/operations/botConnection.d.ts +85 -0
  127. package/dist/commonjs/operations/botConnection.d.ts.map +1 -0
  128. package/dist/commonjs/operations/botConnection.js +348 -0
  129. package/dist/commonjs/operations/botConnection.js.map +1 -0
  130. package/dist/commonjs/operations/bots.d.ts +88 -0
  131. package/dist/commonjs/operations/bots.d.ts.map +1 -0
  132. package/dist/commonjs/operations/bots.js +426 -0
  133. package/dist/commonjs/operations/bots.js.map +1 -0
  134. package/dist/commonjs/operations/channels.d.ts +79 -0
  135. package/dist/commonjs/operations/channels.d.ts.map +1 -0
  136. package/dist/commonjs/operations/channels.js +334 -0
  137. package/dist/commonjs/operations/channels.js.map +1 -0
  138. package/dist/commonjs/operations/directLine.d.ts +23 -0
  139. package/dist/commonjs/operations/directLine.d.ts.map +1 -0
  140. package/dist/commonjs/operations/directLine.js +64 -0
  141. package/dist/commonjs/operations/directLine.js.map +1 -0
  142. package/dist/commonjs/operations/email.d.ts +20 -0
  143. package/dist/commonjs/operations/email.d.ts.map +1 -0
  144. package/dist/commonjs/operations/email.js +58 -0
  145. package/dist/commonjs/operations/email.js.map +1 -0
  146. package/dist/commonjs/operations/hostSettings.d.ts +18 -0
  147. package/dist/commonjs/operations/hostSettings.d.ts.map +1 -0
  148. package/dist/commonjs/operations/hostSettings.js +51 -0
  149. package/dist/commonjs/operations/hostSettings.js.map +1 -0
  150. package/dist/commonjs/operations/index.d.ts +12 -0
  151. package/dist/commonjs/operations/index.d.ts.map +1 -0
  152. package/dist/commonjs/operations/index.js +22 -0
  153. package/dist/commonjs/operations/index.js.map +1 -0
  154. package/dist/commonjs/operations/operationResults.d.ts +26 -0
  155. package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
  156. package/dist/commonjs/operations/operationResults.js +104 -0
  157. package/dist/commonjs/operations/operationResults.js.map +1 -0
  158. package/dist/commonjs/operations/operations.d.ts +32 -0
  159. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  160. package/dist/commonjs/operations/operations.js +137 -0
  161. package/dist/commonjs/operations/operations.js.map +1 -0
  162. package/dist/commonjs/operations/privateEndpointConnections.d.ts +58 -0
  163. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  164. package/dist/commonjs/operations/privateEndpointConnections.js +226 -0
  165. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  166. package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
  167. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  168. package/dist/commonjs/operations/privateLinkResources.js +58 -0
  169. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  170. package/dist/commonjs/operations/qnAMakerEndpointKeys.d.ts +19 -0
  171. package/dist/commonjs/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  172. package/dist/commonjs/operations/qnAMakerEndpointKeys.js +54 -0
  173. package/dist/commonjs/operations/qnAMakerEndpointKeys.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/botConnection.d.ts +60 -0
  175. package/dist/commonjs/operationsInterfaces/botConnection.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/botConnection.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/botConnection.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/bots.d.ts +52 -0
  179. package/dist/commonjs/operationsInterfaces/bots.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/bots.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/bots.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/channels.d.ts +54 -0
  183. package/dist/commonjs/operationsInterfaces/channels.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/channels.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/channels.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/directLine.d.ts +15 -0
  187. package/dist/commonjs/operationsInterfaces/directLine.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/directLine.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/directLine.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/email.d.ts +12 -0
  191. package/dist/commonjs/operationsInterfaces/email.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/email.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/email.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/hostSettings.d.ts +10 -0
  195. package/dist/commonjs/operationsInterfaces/hostSettings.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/hostSettings.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/hostSettings.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  199. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  201. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/operationResults.d.ts +18 -0
  203. package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  207. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  211. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
  215. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.d.ts +11 -0
  219. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  222. package/dist/commonjs/package.json +3 -0
  223. package/dist/commonjs/pagingHelper.d.ts +13 -0
  224. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  225. package/dist/commonjs/pagingHelper.js +36 -0
  226. package/dist/commonjs/pagingHelper.js.map +1 -0
  227. package/dist/esm/azureBotService.d.ts +30 -0
  228. package/dist/esm/azureBotService.d.ts.map +1 -0
  229. package/dist/esm/azureBotService.js +107 -0
  230. package/dist/esm/azureBotService.js.map +1 -0
  231. package/dist/esm/index.d.ts +5 -0
  232. package/dist/esm/index.d.ts.map +1 -0
  233. package/{src/index.ts → dist/esm/index.js} +5 -5
  234. package/dist/esm/index.js.map +1 -0
  235. package/dist/esm/lroImpl.d.ts +16 -0
  236. package/dist/esm/lroImpl.d.ts.map +1 -0
  237. package/dist/esm/lroImpl.js +25 -0
  238. package/dist/esm/lroImpl.js.map +1 -0
  239. package/dist/esm/models/index.d.ts +1430 -0
  240. package/dist/esm/models/index.d.ts.map +1 -0
  241. package/dist/esm/models/index.js +92 -0
  242. package/dist/esm/models/index.js.map +1 -0
  243. package/dist/esm/models/mappers.d.ts +106 -0
  244. package/dist/esm/models/mappers.d.ts.map +1 -0
  245. package/dist/esm/models/mappers.js +2747 -0
  246. package/dist/esm/models/mappers.js.map +1 -0
  247. package/dist/esm/models/parameters.d.ts +35 -0
  248. package/dist/esm/models/parameters.d.ts.map +1 -0
  249. package/dist/esm/models/parameters.js +272 -0
  250. package/dist/esm/models/parameters.js.map +1 -0
  251. package/dist/esm/operations/botConnection.d.ts +85 -0
  252. package/dist/esm/operations/botConnection.d.ts.map +1 -0
  253. package/dist/esm/operations/botConnection.js +344 -0
  254. package/dist/esm/operations/botConnection.js.map +1 -0
  255. package/dist/esm/operations/bots.d.ts +88 -0
  256. package/dist/esm/operations/bots.d.ts.map +1 -0
  257. package/dist/esm/operations/bots.js +422 -0
  258. package/dist/esm/operations/bots.js.map +1 -0
  259. package/dist/esm/operations/channels.d.ts +79 -0
  260. package/dist/esm/operations/channels.d.ts.map +1 -0
  261. package/dist/esm/operations/channels.js +330 -0
  262. package/dist/esm/operations/channels.js.map +1 -0
  263. package/dist/esm/operations/directLine.d.ts +23 -0
  264. package/dist/esm/operations/directLine.d.ts.map +1 -0
  265. package/dist/esm/operations/directLine.js +59 -0
  266. package/dist/esm/operations/directLine.js.map +1 -0
  267. package/dist/esm/operations/email.d.ts +20 -0
  268. package/dist/esm/operations/email.d.ts.map +1 -0
  269. package/dist/esm/operations/email.js +53 -0
  270. package/dist/esm/operations/email.js.map +1 -0
  271. package/dist/esm/operations/hostSettings.d.ts +18 -0
  272. package/dist/esm/operations/hostSettings.d.ts.map +1 -0
  273. package/dist/esm/operations/hostSettings.js +46 -0
  274. package/dist/esm/operations/hostSettings.js.map +1 -0
  275. package/dist/esm/operations/index.d.ts +12 -0
  276. package/dist/esm/operations/index.d.ts.map +1 -0
  277. package/dist/esm/operations/index.js +19 -0
  278. package/dist/esm/operations/index.js.map +1 -0
  279. package/dist/esm/operations/operationResults.d.ts +26 -0
  280. package/dist/esm/operations/operationResults.d.ts.map +1 -0
  281. package/dist/esm/operations/operationResults.js +99 -0
  282. package/dist/esm/operations/operationResults.js.map +1 -0
  283. package/dist/esm/operations/operations.d.ts +32 -0
  284. package/dist/esm/operations/operations.d.ts.map +1 -0
  285. package/dist/esm/operations/operations.js +133 -0
  286. package/dist/esm/operations/operations.js.map +1 -0
  287. package/dist/esm/operations/privateEndpointConnections.d.ts +58 -0
  288. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  289. package/dist/esm/operations/privateEndpointConnections.js +222 -0
  290. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  291. package/dist/esm/operations/privateLinkResources.d.ts +20 -0
  292. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  293. package/dist/esm/operations/privateLinkResources.js +53 -0
  294. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  295. package/dist/esm/operations/qnAMakerEndpointKeys.d.ts +19 -0
  296. package/dist/esm/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  297. package/dist/esm/operations/qnAMakerEndpointKeys.js +49 -0
  298. package/dist/esm/operations/qnAMakerEndpointKeys.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/botConnection.d.ts +60 -0
  300. package/dist/esm/operationsInterfaces/botConnection.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/botConnection.js +9 -0
  302. package/dist/esm/operationsInterfaces/botConnection.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/bots.d.ts +52 -0
  304. package/dist/esm/operationsInterfaces/bots.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/bots.js +9 -0
  306. package/dist/esm/operationsInterfaces/bots.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/channels.d.ts +54 -0
  308. package/dist/esm/operationsInterfaces/channels.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/channels.js +9 -0
  310. package/dist/esm/operationsInterfaces/channels.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/directLine.d.ts +15 -0
  312. package/dist/esm/operationsInterfaces/directLine.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/directLine.js +9 -0
  314. package/dist/esm/operationsInterfaces/directLine.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/email.d.ts +12 -0
  316. package/dist/esm/operationsInterfaces/email.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/email.js +9 -0
  318. package/dist/esm/operationsInterfaces/email.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/hostSettings.d.ts +10 -0
  320. package/dist/esm/operationsInterfaces/hostSettings.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/hostSettings.js +9 -0
  322. package/dist/esm/operationsInterfaces/hostSettings.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  324. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/index.js +19 -0
  326. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/operationResults.d.ts +18 -0
  328. package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/operationResults.js +9 -0
  330. package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  332. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/operations.js +9 -0
  334. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  336. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  338. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
  340. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  342. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.d.ts +11 -0
  344. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.js +9 -0
  346. package/dist/esm/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  347. package/dist/esm/package.json +3 -0
  348. package/dist/esm/pagingHelper.d.ts +13 -0
  349. package/dist/esm/pagingHelper.d.ts.map +1 -0
  350. package/dist/esm/pagingHelper.js +32 -0
  351. package/dist/esm/pagingHelper.js.map +1 -0
  352. package/dist/react-native/azureBotService.d.ts +30 -0
  353. package/dist/react-native/azureBotService.d.ts.map +1 -0
  354. package/dist/react-native/azureBotService.js +107 -0
  355. package/dist/react-native/azureBotService.js.map +1 -0
  356. package/dist/react-native/index.d.ts +5 -0
  357. package/dist/react-native/index.d.ts.map +1 -0
  358. package/dist/react-native/index.js +13 -0
  359. package/dist/react-native/index.js.map +1 -0
  360. package/dist/react-native/lroImpl.d.ts +16 -0
  361. package/dist/react-native/lroImpl.d.ts.map +1 -0
  362. package/dist/react-native/lroImpl.js +25 -0
  363. package/dist/react-native/lroImpl.js.map +1 -0
  364. package/dist/react-native/models/index.d.ts +1430 -0
  365. package/dist/react-native/models/index.d.ts.map +1 -0
  366. package/dist/react-native/models/index.js +92 -0
  367. package/dist/react-native/models/index.js.map +1 -0
  368. package/dist/react-native/models/mappers.d.ts +106 -0
  369. package/dist/react-native/models/mappers.d.ts.map +1 -0
  370. package/dist/react-native/models/mappers.js +2747 -0
  371. package/dist/react-native/models/mappers.js.map +1 -0
  372. package/dist/react-native/models/parameters.d.ts +35 -0
  373. package/dist/react-native/models/parameters.d.ts.map +1 -0
  374. package/dist/react-native/models/parameters.js +272 -0
  375. package/dist/react-native/models/parameters.js.map +1 -0
  376. package/dist/react-native/operations/botConnection.d.ts +85 -0
  377. package/dist/react-native/operations/botConnection.d.ts.map +1 -0
  378. package/dist/react-native/operations/botConnection.js +344 -0
  379. package/dist/react-native/operations/botConnection.js.map +1 -0
  380. package/dist/react-native/operations/bots.d.ts +88 -0
  381. package/dist/react-native/operations/bots.d.ts.map +1 -0
  382. package/dist/react-native/operations/bots.js +422 -0
  383. package/dist/react-native/operations/bots.js.map +1 -0
  384. package/dist/react-native/operations/channels.d.ts +79 -0
  385. package/dist/react-native/operations/channels.d.ts.map +1 -0
  386. package/dist/react-native/operations/channels.js +330 -0
  387. package/dist/react-native/operations/channels.js.map +1 -0
  388. package/dist/react-native/operations/directLine.d.ts +23 -0
  389. package/dist/react-native/operations/directLine.d.ts.map +1 -0
  390. package/dist/react-native/operations/directLine.js +59 -0
  391. package/dist/react-native/operations/directLine.js.map +1 -0
  392. package/dist/react-native/operations/email.d.ts +20 -0
  393. package/dist/react-native/operations/email.d.ts.map +1 -0
  394. package/dist/react-native/operations/email.js +53 -0
  395. package/dist/react-native/operations/email.js.map +1 -0
  396. package/dist/react-native/operations/hostSettings.d.ts +18 -0
  397. package/dist/react-native/operations/hostSettings.d.ts.map +1 -0
  398. package/dist/react-native/operations/hostSettings.js +46 -0
  399. package/dist/react-native/operations/hostSettings.js.map +1 -0
  400. package/dist/react-native/operations/index.d.ts +12 -0
  401. package/dist/react-native/operations/index.d.ts.map +1 -0
  402. package/dist/react-native/operations/index.js +19 -0
  403. package/dist/react-native/operations/index.js.map +1 -0
  404. package/dist/react-native/operations/operationResults.d.ts +26 -0
  405. package/dist/react-native/operations/operationResults.d.ts.map +1 -0
  406. package/dist/react-native/operations/operationResults.js +99 -0
  407. package/dist/react-native/operations/operationResults.js.map +1 -0
  408. package/dist/react-native/operations/operations.d.ts +32 -0
  409. package/dist/react-native/operations/operations.d.ts.map +1 -0
  410. package/dist/react-native/operations/operations.js +133 -0
  411. package/dist/react-native/operations/operations.js.map +1 -0
  412. package/dist/react-native/operations/privateEndpointConnections.d.ts +58 -0
  413. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  414. package/dist/react-native/operations/privateEndpointConnections.js +222 -0
  415. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  416. package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
  417. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  418. package/dist/react-native/operations/privateLinkResources.js +53 -0
  419. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  420. package/dist/react-native/operations/qnAMakerEndpointKeys.d.ts +19 -0
  421. package/dist/react-native/operations/qnAMakerEndpointKeys.d.ts.map +1 -0
  422. package/dist/react-native/operations/qnAMakerEndpointKeys.js +49 -0
  423. package/dist/react-native/operations/qnAMakerEndpointKeys.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/botConnection.d.ts +60 -0
  425. package/dist/react-native/operationsInterfaces/botConnection.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/botConnection.js +9 -0
  427. package/dist/react-native/operationsInterfaces/botConnection.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/bots.d.ts +52 -0
  429. package/dist/react-native/operationsInterfaces/bots.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/bots.js +9 -0
  431. package/dist/react-native/operationsInterfaces/bots.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/channels.d.ts +54 -0
  433. package/dist/react-native/operationsInterfaces/channels.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/channels.js +9 -0
  435. package/dist/react-native/operationsInterfaces/channels.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/directLine.d.ts +15 -0
  437. package/dist/react-native/operationsInterfaces/directLine.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/directLine.js +9 -0
  439. package/dist/react-native/operationsInterfaces/directLine.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/email.d.ts +12 -0
  441. package/dist/react-native/operationsInterfaces/email.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/email.js +9 -0
  443. package/dist/react-native/operationsInterfaces/email.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/hostSettings.d.ts +10 -0
  445. package/dist/react-native/operationsInterfaces/hostSettings.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/hostSettings.js +9 -0
  447. package/dist/react-native/operationsInterfaces/hostSettings.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  449. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/index.js +19 -0
  451. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/operationResults.d.ts +18 -0
  453. package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
  455. package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  457. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  459. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  461. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  463. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
  465. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  467. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.d.ts +11 -0
  469. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.js +9 -0
  471. package/dist/react-native/operationsInterfaces/qnAMakerEndpointKeys.js.map +1 -0
  472. package/dist/react-native/package.json +3 -0
  473. package/dist/react-native/pagingHelper.d.ts +13 -0
  474. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  475. package/dist/react-native/pagingHelper.js +32 -0
  476. package/dist/react-native/pagingHelper.js.map +1 -0
  477. package/package.json +58 -28
  478. package/dist/index.js +0 -5117
  479. package/dist/index.js.map +0 -1
  480. package/dist/index.min.js +0 -1
  481. package/dist/index.min.js.map +0 -1
  482. package/dist-esm/samples-dev/botConnectionCreateSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/botConnectionCreateSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/botConnectionCreateSample.js +0 -53
  485. package/dist-esm/samples-dev/botConnectionCreateSample.js.map +0 -1
  486. package/dist-esm/samples-dev/botConnectionDeleteSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/botConnectionDeleteSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/botConnectionDeleteSample.js +0 -39
  489. package/dist-esm/samples-dev/botConnectionDeleteSample.js.map +0 -1
  490. package/dist-esm/samples-dev/botConnectionGetSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/botConnectionGetSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/botConnectionGetSample.js +0 -39
  493. package/dist-esm/samples-dev/botConnectionGetSample.js.map +0 -1
  494. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.js +0 -54
  497. package/dist-esm/samples-dev/botConnectionListByBotServiceSample.js.map +0 -1
  498. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.js +0 -36
  501. package/dist-esm/samples-dev/botConnectionListServiceProvidersSample.js.map +0 -1
  502. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.js +0 -39
  505. package/dist-esm/samples-dev/botConnectionListWithSecretsSample.js.map +0 -1
  506. package/dist-esm/samples-dev/botConnectionUpdateSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/botConnectionUpdateSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/botConnectionUpdateSample.js +0 -54
  509. package/dist-esm/samples-dev/botConnectionUpdateSample.js.map +0 -1
  510. package/dist-esm/samples-dev/botsCreateSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/botsCreateSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/botsCreateSample.js +0 -65
  513. package/dist-esm/samples-dev/botsCreateSample.js.map +0 -1
  514. package/dist-esm/samples-dev/botsDeleteSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/botsDeleteSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/botsDeleteSample.js +0 -38
  517. package/dist-esm/samples-dev/botsDeleteSample.js.map +0 -1
  518. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.d.ts +0 -2
  519. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.js +0 -41
  521. package/dist-esm/samples-dev/botsGetCheckNameAvailabilitySample.js.map +0 -1
  522. package/dist-esm/samples-dev/botsGetSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/botsGetSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/botsGetSample.js +0 -38
  525. package/dist-esm/samples-dev/botsGetSample.js.map +0 -1
  526. package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/botsListByResourceGroupSample.js +0 -53
  529. package/dist-esm/samples-dev/botsListByResourceGroupSample.js.map +0 -1
  530. package/dist-esm/samples-dev/botsListSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/botsListSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/botsListSample.js +0 -52
  533. package/dist-esm/samples-dev/botsListSample.js.map +0 -1
  534. package/dist-esm/samples-dev/botsUpdateSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/botsUpdateSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/botsUpdateSample.js +0 -71
  537. package/dist-esm/samples-dev/botsUpdateSample.js.map +0 -1
  538. package/dist-esm/samples-dev/channelsCreateSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/channelsCreateSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/channelsCreateSample.js +0 -166
  541. package/dist-esm/samples-dev/channelsCreateSample.js.map +0 -1
  542. package/dist-esm/samples-dev/channelsDeleteSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/channelsDeleteSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/channelsDeleteSample.js +0 -58
  545. package/dist-esm/samples-dev/channelsDeleteSample.js.map +0 -1
  546. package/dist-esm/samples-dev/channelsGetSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/channelsGetSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/channelsGetSample.js +0 -96
  549. package/dist-esm/samples-dev/channelsGetSample.js.map +0 -1
  550. package/dist-esm/samples-dev/channelsListByResourceGroupSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/channelsListByResourceGroupSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/channelsListByResourceGroupSample.js +0 -54
  553. package/dist-esm/samples-dev/channelsListByResourceGroupSample.js.map +0 -1
  554. package/dist-esm/samples-dev/channelsListWithKeysSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/channelsListWithKeysSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/channelsListWithKeysSample.js +0 -39
  557. package/dist-esm/samples-dev/channelsListWithKeysSample.js.map +0 -1
  558. package/dist-esm/samples-dev/channelsUpdateSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/channelsUpdateSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/channelsUpdateSample.js +0 -131
  561. package/dist-esm/samples-dev/channelsUpdateSample.js.map +0 -1
  562. package/dist-esm/samples-dev/directLineRegenerateKeysSample.d.ts +0 -2
  563. package/dist-esm/samples-dev/directLineRegenerateKeysSample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/directLineRegenerateKeysSample.js +0 -60
  565. package/dist-esm/samples-dev/directLineRegenerateKeysSample.js.map +0 -1
  566. package/dist-esm/samples-dev/emailCreateSignInUrlSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/emailCreateSignInUrlSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/emailCreateSignInUrlSample.js +0 -38
  569. package/dist-esm/samples-dev/emailCreateSignInUrlSample.js.map +0 -1
  570. package/dist-esm/samples-dev/hostSettingsGetSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/hostSettingsGetSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/hostSettingsGetSample.js +0 -36
  573. package/dist-esm/samples-dev/hostSettingsGetSample.js.map +0 -1
  574. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/operationResultsGetSample.js +0 -37
  577. package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
  578. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  581. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  582. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +0 -45
  585. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +0 -1
  586. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  589. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  590. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  593. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  594. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -54
  597. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  598. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.js +0 -38
  601. package/dist-esm/samples-dev/privateLinkResourcesListByBotResourceSample.js.map +0 -1
  602. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.js +0 -40
  605. package/dist-esm/samples-dev/qnAMakerEndpointKeysGetSample.js.map +0 -1
  606. package/dist-esm/src/azureBotService.d.ts.map +0 -1
  607. package/dist-esm/src/azureBotService.js.map +0 -1
  608. package/dist-esm/src/index.d.ts +0 -5
  609. package/dist-esm/src/index.js.map +0 -1
  610. package/dist-esm/src/lroImpl.js +0 -29
  611. package/dist-esm/src/lroImpl.js.map +0 -1
  612. package/dist-esm/src/models/index.js.map +0 -1
  613. package/dist-esm/src/models/mappers.js.map +0 -1
  614. package/dist-esm/src/models/parameters.js.map +0 -1
  615. package/dist-esm/src/operations/botConnection.d.ts.map +0 -1
  616. package/dist-esm/src/operations/botConnection.js.map +0 -1
  617. package/dist-esm/src/operations/bots.d.ts.map +0 -1
  618. package/dist-esm/src/operations/bots.js.map +0 -1
  619. package/dist-esm/src/operations/channels.d.ts.map +0 -1
  620. package/dist-esm/src/operations/channels.js.map +0 -1
  621. package/dist-esm/src/operations/directLine.d.ts.map +0 -1
  622. package/dist-esm/src/operations/directLine.js.map +0 -1
  623. package/dist-esm/src/operations/email.d.ts.map +0 -1
  624. package/dist-esm/src/operations/email.js.map +0 -1
  625. package/dist-esm/src/operations/hostSettings.d.ts.map +0 -1
  626. package/dist-esm/src/operations/hostSettings.js.map +0 -1
  627. package/dist-esm/src/operations/index.d.ts +0 -12
  628. package/dist-esm/src/operations/index.d.ts.map +0 -1
  629. package/dist-esm/src/operations/index.js +0 -19
  630. package/dist-esm/src/operations/index.js.map +0 -1
  631. package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
  632. package/dist-esm/src/operations/operationResults.js +0 -104
  633. package/dist-esm/src/operations/operationResults.js.map +0 -1
  634. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  635. package/dist-esm/src/operations/operations.js.map +0 -1
  636. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  637. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  638. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  639. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  640. package/dist-esm/src/operations/qnAMakerEndpointKeys.d.ts.map +0 -1
  641. package/dist-esm/src/operations/qnAMakerEndpointKeys.js.map +0 -1
  642. package/dist-esm/src/operationsInterfaces/botConnection.d.ts.map +0 -1
  643. package/dist-esm/src/operationsInterfaces/botConnection.js.map +0 -1
  644. package/dist-esm/src/operationsInterfaces/bots.d.ts.map +0 -1
  645. package/dist-esm/src/operationsInterfaces/bots.js.map +0 -1
  646. package/dist-esm/src/operationsInterfaces/channels.d.ts.map +0 -1
  647. package/dist-esm/src/operationsInterfaces/channels.js.map +0 -1
  648. package/dist-esm/src/operationsInterfaces/directLine.d.ts.map +0 -1
  649. package/dist-esm/src/operationsInterfaces/directLine.js.map +0 -1
  650. package/dist-esm/src/operationsInterfaces/email.d.ts.map +0 -1
  651. package/dist-esm/src/operationsInterfaces/email.js.map +0 -1
  652. package/dist-esm/src/operationsInterfaces/hostSettings.d.ts.map +0 -1
  653. package/dist-esm/src/operationsInterfaces/hostSettings.js.map +0 -1
  654. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  655. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  656. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  657. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  658. package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
  659. package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
  660. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  661. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  662. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  663. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  664. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  665. package/dist-esm/src/operationsInterfaces/qnAMakerEndpointKeys.js.map +0 -1
  666. package/dist-esm/src/pagingHelper.js.map +0 -1
  667. package/dist-esm/test/botservice_examples.d.ts +0 -4
  668. package/dist-esm/test/botservice_examples.d.ts.map +0 -1
  669. package/dist-esm/test/botservice_examples.js +0 -74
  670. package/dist-esm/test/botservice_examples.js.map +0 -1
  671. package/src/azureBotService.ts +0 -184
  672. package/src/lroImpl.ts +0 -34
  673. package/src/models/index.ts +0 -1650
  674. package/src/models/mappers.ts +0 -2914
  675. package/src/models/parameters.ts +0 -318
  676. package/src/operations/botConnection.ts +0 -466
  677. package/src/operations/bots.ts +0 -518
  678. package/src/operations/channels.ts +0 -443
  679. package/src/operations/directLine.ts +0 -82
  680. package/src/operations/email.ts +0 -72
  681. package/src/operations/hostSettings.ts +0 -60
  682. package/src/operations/index.ts +0 -19
  683. package/src/operations/operationResults.ts +0 -144
  684. package/src/operations/operations.ts +0 -149
  685. package/src/operations/privateEndpointConnections.ts +0 -287
  686. package/src/operations/privateLinkResources.ts +0 -72
  687. package/src/operations/qnAMakerEndpointKeys.ts +0 -68
  688. package/src/operationsInterfaces/botConnection.ts +0 -116
  689. package/src/operationsInterfaces/bots.ts +0 -98
  690. package/src/operationsInterfaces/channels.ts +0 -106
  691. package/src/operationsInterfaces/directLine.ts +0 -34
  692. package/src/operationsInterfaces/email.ts +0 -27
  693. package/src/operationsInterfaces/hostSettings.ts +0 -23
  694. package/src/operationsInterfaces/index.ts +0 -19
  695. package/src/operationsInterfaces/operationResults.ts +0 -40
  696. package/src/operationsInterfaces/operations.ts +0 -22
  697. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -78
  698. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  699. package/src/operationsInterfaces/qnAMakerEndpointKeys.ts +0 -26
  700. package/src/pagingHelper.ts +0 -39
  701. package/tsconfig.json +0 -33
  702. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  703. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  704. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  705. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  706. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  707. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  708. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  709. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  710. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  711. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  712. /package/{dist-esm/src → dist/browser}/operationsInterfaces/botConnection.js +0 -0
  713. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.js +0 -0
  714. /package/{dist-esm/src → dist/browser}/operationsInterfaces/channels.js +0 -0
  715. /package/{dist-esm/src → dist/browser}/operationsInterfaces/directLine.js +0 -0
  716. /package/{dist-esm/src → dist/browser}/operationsInterfaces/email.js +0 -0
  717. /package/{dist-esm/src → dist/browser}/operationsInterfaces/hostSettings.js +0 -0
  718. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
  719. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  720. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  721. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  722. /package/{dist-esm/src → dist/browser}/operationsInterfaces/qnAMakerEndpointKeys.js +0 -0
  723. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  724. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  725. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  726. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,1650 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- export type ChannelUnion =
12
- | Channel
13
- | AlexaChannel
14
- | FacebookChannel
15
- | EmailChannel
16
- | OutlookChannel
17
- | MsTeamsChannel
18
- | SkypeChannel
19
- | KikChannel
20
- | WebChatChannel
21
- | DirectLineChannel
22
- | TelegramChannel
23
- | SmsChannel
24
- | SlackChannel
25
- | LineChannel
26
- | DirectLineSpeechChannel
27
- | Omnichannel
28
- | TelephonyChannel
29
- | AcsChatChannel
30
- | SearchAssistant
31
- | M365Extensions;
32
-
33
- /** The parameters to provide for the Bot. */
34
- export interface BotProperties {
35
- /** The Name of the bot */
36
- displayName: string;
37
- /** The description of the bot */
38
- description?: string;
39
- /** The Icon Url of the bot */
40
- iconUrl?: string;
41
- /** The bot's endpoint */
42
- endpoint: string | null;
43
- /**
44
- * The bot's endpoint version
45
- * NOTE: This property will not be serialized. It can only be populated by the server.
46
- */
47
- readonly endpointVersion?: string;
48
- /** Contains resource all settings defined as key/value pairs. */
49
- allSettings?: { [propertyName: string]: string };
50
- /** Contains resource parameters defined as key/value pairs. */
51
- parameters?: { [propertyName: string]: string };
52
- /** The bot's manifest url */
53
- manifestUrl?: string;
54
- /** Microsoft App Type for the bot */
55
- msaAppType?: MsaAppType;
56
- /** Microsoft App Id for the bot */
57
- msaAppId: string;
58
- /** Microsoft App Tenant Id for the bot */
59
- msaAppTenantId?: string;
60
- /** Microsoft App Managed Identity Resource Id for the bot */
61
- msaAppMSIResourceId?: string;
62
- /**
63
- * Collection of channels for which the bot is configured
64
- * NOTE: This property will not be serialized. It can only be populated by the server.
65
- */
66
- readonly configuredChannels?: string[];
67
- /**
68
- * Collection of channels for which the bot is enabled
69
- * NOTE: This property will not be serialized. It can only be populated by the server.
70
- */
71
- readonly enabledChannels?: string[];
72
- /** The Application Insights key */
73
- developerAppInsightKey?: string;
74
- /** The Application Insights Api Key */
75
- developerAppInsightsApiKey?: string;
76
- /** The Application Insights App Id */
77
- developerAppInsightsApplicationId?: string;
78
- /** Collection of LUIS App Ids */
79
- luisAppIds?: string[];
80
- /** The LUIS Key */
81
- luisKey?: string;
82
- /** Whether Cmek is enabled */
83
- isCmekEnabled?: boolean;
84
- /** The CMK Url */
85
- cmekKeyVaultUrl?: string;
86
- /**
87
- * The CMK encryption status
88
- * NOTE: This property will not be serialized. It can only be populated by the server.
89
- */
90
- readonly cmekEncryptionStatus?: string;
91
- /** The Tenant Id for the bot */
92
- tenantId?: string;
93
- /** Whether the bot is in an isolated network */
94
- publicNetworkAccess?: PublicNetworkAccess;
95
- /** Whether the bot is streaming supported */
96
- isStreamingSupported?: boolean;
97
- /**
98
- * Whether the bot is developerAppInsightsApiKey set
99
- * NOTE: This property will not be serialized. It can only be populated by the server.
100
- */
101
- readonly isDeveloperAppInsightsApiKeySet?: boolean;
102
- /**
103
- * Token used to migrate non Azure bot to azure subscription
104
- * NOTE: This property will not be serialized. It can only be populated by the server.
105
- */
106
- readonly migrationToken?: string;
107
- /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */
108
- disableLocalAuth?: boolean;
109
- /** The channel schema transformation version for the bot */
110
- schemaTransformationVersion?: string;
111
- /** The storage resourceId for the bot */
112
- storageResourceId?: string;
113
- /**
114
- * List of Private Endpoint Connections configured for the bot
115
- * NOTE: This property will not be serialized. It can only be populated by the server.
116
- */
117
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
118
- /** The hint to browser (e.g. protocol handler) on how to open the bot for authoring */
119
- openWithHint?: string;
120
- /** The hint (e.g. keyVault secret resourceId) on how to fetch the app secret */
121
- appPasswordHint?: string;
122
- /**
123
- * Provisioning state of the resource
124
- * NOTE: This property will not be serialized. It can only be populated by the server.
125
- */
126
- readonly provisioningState?: string;
127
- /** Publishing credentials of the resource */
128
- publishingCredentials?: string;
129
- }
130
-
131
- /** The Private Endpoint resource. */
132
- export interface PrivateEndpoint {
133
- /**
134
- * The ARM identifier for Private Endpoint
135
- * NOTE: This property will not be serialized. It can only be populated by the server.
136
- */
137
- readonly id?: string;
138
- }
139
-
140
- /** A collection of information about the state of the connection between service consumer and provider. */
141
- export interface PrivateLinkServiceConnectionState {
142
- /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
143
- status?: PrivateEndpointServiceConnectionStatus;
144
- /** The reason for approval/rejection of the connection. */
145
- description?: string;
146
- /** A message indicating if changes on the service provider require any updates on the consumer. */
147
- actionsRequired?: string;
148
- }
149
-
150
- /** Common fields that are returned in the response for all BotService Private Link Resources */
151
- export interface PrivateLinkResourceBase {
152
- /**
153
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
154
- * NOTE: This property will not be serialized. It can only be populated by the server.
155
- */
156
- readonly id?: string;
157
- /**
158
- * The name of the resource
159
- * NOTE: This property will not be serialized. It can only be populated by the server.
160
- */
161
- readonly name?: string;
162
- /**
163
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
164
- * NOTE: This property will not be serialized. It can only be populated by the server.
165
- */
166
- readonly type?: string;
167
- }
168
-
169
- /** Azure resource */
170
- export interface Resource {
171
- /**
172
- * Specifies the resource ID.
173
- * NOTE: This property will not be serialized. It can only be populated by the server.
174
- */
175
- readonly id?: string;
176
- /**
177
- * Specifies the name of the resource.
178
- * NOTE: This property will not be serialized. It can only be populated by the server.
179
- */
180
- readonly name?: string;
181
- /** Specifies the location of the resource. */
182
- location?: string;
183
- /**
184
- * Specifies the type of the resource.
185
- * NOTE: This property will not be serialized. It can only be populated by the server.
186
- */
187
- readonly type?: string;
188
- /** Contains resource tags defined as key/value pairs. */
189
- tags?: { [propertyName: string]: string };
190
- /** Gets or sets the SKU of the resource. */
191
- sku?: Sku;
192
- /** Required. Gets or sets the Kind of the resource. */
193
- kind?: Kind;
194
- /** Entity Tag */
195
- etag?: string;
196
- /**
197
- * Entity zones
198
- * NOTE: This property will not be serialized. It can only be populated by the server.
199
- */
200
- readonly zones?: string[];
201
- }
202
-
203
- /** The SKU of the cognitive services account. */
204
- export interface Sku {
205
- /** The sku name */
206
- name: SkuName;
207
- /**
208
- * Gets the sku tier. This is based on the SKU name.
209
- * NOTE: This property will not be serialized. It can only be populated by the server.
210
- */
211
- readonly tier?: SkuTier;
212
- }
213
-
214
- /** Bot Service error object. */
215
- export interface ErrorModel {
216
- /** The error body. */
217
- error?: ErrorBody;
218
- }
219
-
220
- /** Bot Service error body. */
221
- export interface ErrorBody {
222
- /** error code */
223
- code: string;
224
- /** error message */
225
- message: string;
226
- }
227
-
228
- /** The list of bot service operation response. */
229
- export interface BotResponseList {
230
- /** The link used to get the next page of bot service resources. */
231
- nextLink?: string;
232
- /**
233
- * Gets the list of bot service results and their properties.
234
- * NOTE: This property will not be serialized. It can only be populated by the server.
235
- */
236
- readonly value?: Bot[];
237
- }
238
-
239
- /** Channel definition */
240
- export interface Channel {
241
- /** Polymorphic discriminator, which specifies the different types this object can be */
242
- channelName:
243
- | "AlexaChannel"
244
- | "FacebookChannel"
245
- | "EmailChannel"
246
- | "OutlookChannel"
247
- | "MsTeamsChannel"
248
- | "SkypeChannel"
249
- | "KikChannel"
250
- | "WebChatChannel"
251
- | "DirectLineChannel"
252
- | "TelegramChannel"
253
- | "SmsChannel"
254
- | "SlackChannel"
255
- | "LineChannel"
256
- | "DirectLineSpeechChannel"
257
- | "Omnichannel"
258
- | "TelephonyChannel"
259
- | "AcsChatChannel"
260
- | "SearchAssistant"
261
- | "M365Extensions";
262
- /** Entity Tag of the resource */
263
- etag?: string;
264
- /**
265
- * Provisioning state of the resource
266
- * NOTE: This property will not be serialized. It can only be populated by the server.
267
- */
268
- readonly provisioningState?: string;
269
- /** Specifies the location of the resource. */
270
- location?: string;
271
- }
272
-
273
- /** Channel settings definition */
274
- export interface ChannelSettings {
275
- /** The extensionKey1 */
276
- extensionKey1?: string;
277
- /** The extensionKey2 */
278
- extensionKey2?: string;
279
- /** The list of sites */
280
- sites?: Site[];
281
- /** The channel id */
282
- channelId?: string;
283
- /** The channel display name */
284
- channelDisplayName?: string;
285
- /** The bot id */
286
- botId?: string;
287
- /** The bot icon url */
288
- botIconUrl?: string;
289
- /** Whether this channel is enabled for the bot */
290
- isEnabled?: boolean;
291
- /** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */
292
- disableLocalAuth?: boolean;
293
- /** Whether customer needs to agree to new terms. */
294
- requireTermsAgreement?: boolean;
295
- }
296
-
297
- /** A site for the channel */
298
- export interface Site {
299
- /** Tenant Id */
300
- tenantId?: string;
301
- /**
302
- * Site Id
303
- * NOTE: This property will not be serialized. It can only be populated by the server.
304
- */
305
- readonly siteId?: string;
306
- /** Site name */
307
- siteName: string;
308
- /**
309
- * Primary key. Value only returned through POST to the action Channel List API, otherwise empty.
310
- * NOTE: This property will not be serialized. It can only be populated by the server.
311
- */
312
- readonly key?: string;
313
- /**
314
- * Secondary key. Value only returned through POST to the action Channel List API, otherwise empty.
315
- * NOTE: This property will not be serialized. It can only be populated by the server.
316
- */
317
- readonly key2?: string;
318
- /** Whether this site is enabled for DirectLine channel */
319
- isEnabled: boolean;
320
- /**
321
- * Whether this site is token enabled for channel
322
- * NOTE: This property will not be serialized. It can only be populated by the server.
323
- */
324
- readonly isTokenEnabled?: boolean;
325
- /** Whether this site is EndpointParameters enabled for channel */
326
- isEndpointParametersEnabled?: boolean;
327
- /** Whether this site is disabled detailed logging for */
328
- isDetailedLoggingEnabled?: boolean;
329
- /** Whether this site is enabled for block user upload. */
330
- isBlockUserUploadEnabled?: boolean;
331
- /** Whether this no-storage site is disabled detailed logging for */
332
- isNoStorageEnabled?: boolean;
333
- /** Entity Tag */
334
- eTag?: string;
335
- /** DirectLine application id */
336
- appId?: string;
337
- /** Whether this site is enabled for Bot Framework V1 protocol. */
338
- isV1Enabled?: boolean;
339
- /** Whether this site is enabled for Bot Framework V3 protocol. */
340
- isV3Enabled?: boolean;
341
- /** Whether this site is enabled for authentication with Bot Framework. */
342
- isSecureSiteEnabled?: boolean;
343
- /** List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True. */
344
- trustedOrigins?: string[];
345
- /** Whether this site is enabled for Webchat Speech */
346
- isWebChatSpeechEnabled?: boolean;
347
- /** Whether this site is enabled for preview versions of Webchat */
348
- isWebchatPreviewEnabled?: boolean;
349
- }
350
-
351
- /** The list of bot service channel operation response. */
352
- export interface ChannelResponseList {
353
- /** The link used to get the next page of bot service channel resources. */
354
- nextLink?: string;
355
- /**
356
- * Gets the list of bot service channel results and their properties.
357
- * NOTE: This property will not be serialized. It can only be populated by the server.
358
- */
359
- readonly value?: BotChannel[];
360
- }
361
-
362
- /** Site information for WebChat or DirectLine Channels to identify which site to regenerate keys for. */
363
- export interface SiteInfo {
364
- /** The site name */
365
- siteName: string;
366
- /** Determines which key is to be regenerated */
367
- key: Key;
368
- }
369
-
370
- /** The ARM create email sign in url operation response. */
371
- export interface CreateEmailSignInUrlResponse {
372
- /**
373
- * Specifies the resource ID.
374
- * NOTE: This property will not be serialized. It can only be populated by the server.
375
- */
376
- readonly id?: string;
377
- /** Specifies the location of the resource. */
378
- location?: string;
379
- /** The set of properties specific to sign in url */
380
- properties?: CreateEmailSignInUrlResponseProperties;
381
- }
382
-
383
- /** The set of properties specific to sign in url */
384
- export interface CreateEmailSignInUrlResponseProperties {
385
- /** Sign in url. */
386
- url?: string;
387
- }
388
-
389
- /** The request body for a request to Bot Service Management to check availability of a bot name. */
390
- export interface CheckNameAvailabilityRequestBody {
391
- /** the name of the bot for which availability needs to be checked. */
392
- name?: string;
393
- /** the type of the bot for which availability needs to be checked */
394
- type?: string;
395
- }
396
-
397
- /** The response body returned for a request to Bot Service Management to check availability of a bot name. */
398
- export interface CheckNameAvailabilityResponseBody {
399
- /** indicates if the bot name is valid. */
400
- valid?: boolean;
401
- /** additional message from the bot management api showing why a bot name is not available */
402
- message?: string;
403
- /** response code from ABS */
404
- absCode?: string;
405
- }
406
-
407
- /** The list of bot service operation response. */
408
- export interface OperationEntityListResult {
409
- /** The link used to get the next page of operations. */
410
- nextLink?: string;
411
- /** The list of operations. */
412
- value?: OperationEntity[];
413
- }
414
-
415
- /** The operations supported by Bot Service Management. */
416
- export interface OperationEntity {
417
- /** Operation name: {provider}/{resource}/{operation}. */
418
- name?: string;
419
- /** The operation supported by Bot Service Management. */
420
- display?: OperationDisplayInfo;
421
- /** The origin of the operation. */
422
- origin?: string;
423
- /** Additional properties. */
424
- properties?: Record<string, unknown>;
425
- }
426
-
427
- /** The operation supported by Bot Service Management. */
428
- export interface OperationDisplayInfo {
429
- /** The description of the operation. */
430
- description?: string;
431
- /** The action that users can perform, based on their permission level. */
432
- operation?: string;
433
- /** Service provider: Microsoft Bot Service. */
434
- provider?: string;
435
- /** Resource on which the operation is performed. */
436
- resource?: string;
437
- }
438
-
439
- /** The list of bot service providers response. */
440
- export interface ServiceProviderResponseList {
441
- /** The link used to get the next page of bot service providers. */
442
- nextLink?: string;
443
- /**
444
- * Gets the list of bot service providers and their properties.
445
- * NOTE: This property will not be serialized. It can only be populated by the server.
446
- */
447
- readonly value?: ServiceProvider[];
448
- }
449
-
450
- /** Service Provider Definition */
451
- export interface ServiceProvider {
452
- /** The Properties of a Service Provider Object */
453
- properties?: ServiceProviderProperties;
454
- }
455
-
456
- /** The Object used to describe a Service Provider supported by Bot Service */
457
- export interface ServiceProviderProperties {
458
- /**
459
- * Id for Service Provider
460
- * NOTE: This property will not be serialized. It can only be populated by the server.
461
- */
462
- readonly id?: string;
463
- /**
464
- * Display Name of the Service Provider
465
- * NOTE: This property will not be serialized. It can only be populated by the server.
466
- */
467
- readonly displayName?: string;
468
- /**
469
- * Name of the Service Provider
470
- * NOTE: This property will not be serialized. It can only be populated by the server.
471
- */
472
- readonly serviceProviderName?: string;
473
- /**
474
- * URL of Dev Portal
475
- * NOTE: This property will not be serialized. It can only be populated by the server.
476
- */
477
- readonly devPortalUrl?: string;
478
- /** The URL of icon */
479
- iconUrl?: string;
480
- /** The list of parameters for the Service Provider */
481
- parameters?: ServiceProviderParameter[];
482
- }
483
-
484
- /** Extra Parameters specific to each Service Provider */
485
- export interface ServiceProviderParameter {
486
- /**
487
- * Name of the Service Provider
488
- * NOTE: This property will not be serialized. It can only be populated by the server.
489
- */
490
- readonly name?: string;
491
- /**
492
- * Type of the Service Provider
493
- * NOTE: This property will not be serialized. It can only be populated by the server.
494
- */
495
- readonly type?: string;
496
- /**
497
- * Display Name of the Service Provider
498
- * NOTE: This property will not be serialized. It can only be populated by the server.
499
- */
500
- readonly displayName?: string;
501
- /**
502
- * Description of the Service Provider
503
- * NOTE: This property will not be serialized. It can only be populated by the server.
504
- */
505
- readonly description?: string;
506
- /**
507
- * Help Url for the Service Provider
508
- * NOTE: This property will not be serialized. It can only be populated by the server.
509
- */
510
- readonly helpUrl?: string;
511
- /**
512
- * Default Name for the Service Provider
513
- * NOTE: This property will not be serialized. It can only be populated by the server.
514
- */
515
- readonly default?: string;
516
- /**
517
- * Meta data for the Service Provider
518
- * NOTE: This property will not be serialized. It can only be populated by the server.
519
- */
520
- readonly metadata?: ServiceProviderParameterMetadata;
521
- }
522
-
523
- /** Meta data for the Service Provider */
524
- export interface ServiceProviderParameterMetadata {
525
- /** the constraints of the bot meta data. */
526
- constraints?: ServiceProviderParameterMetadataConstraints;
527
- }
528
-
529
- /** the constraints of the bot meta data. */
530
- export interface ServiceProviderParameterMetadataConstraints {
531
- /** Whether required the constraints of the bot meta data. */
532
- required?: boolean;
533
- }
534
-
535
- /** The request body for a request to Bot Service Management to list QnA Maker endpoint keys. */
536
- export interface QnAMakerEndpointKeysRequestBody {
537
- /** the host name of the QnA Maker endpoint */
538
- hostname?: string;
539
- /** Subscription key which provides access to this API. */
540
- authkey?: string;
541
- }
542
-
543
- /** Schema for EndpointKeys generate/refresh operations. */
544
- export interface QnAMakerEndpointKeysResponse {
545
- /** Primary Access Key. */
546
- primaryEndpointKey?: string;
547
- /** Secondary Access Key. */
548
- secondaryEndpointKey?: string;
549
- /** Current version of runtime. */
550
- installedVersion?: string;
551
- /** Latest version of runtime. */
552
- lastStableVersion?: string;
553
- }
554
-
555
- /** Properties for a Connection Setting Item */
556
- export interface ConnectionSettingProperties {
557
- /** Client Id associated with the Connection Setting. */
558
- clientId?: string;
559
- /**
560
- * Setting Id set by the service for the Connection Setting.
561
- * NOTE: This property will not be serialized. It can only be populated by the server.
562
- */
563
- readonly settingId?: string;
564
- /** Client Secret associated with the Connection Setting */
565
- clientSecret?: string;
566
- /** Scopes associated with the Connection Setting */
567
- scopes?: string;
568
- /** Service Provider Id associated with the Connection Setting */
569
- serviceProviderId?: string;
570
- /** Service Provider Display Name associated with the Connection Setting */
571
- serviceProviderDisplayName?: string;
572
- /** Service Provider Parameters associated with the Connection Setting */
573
- parameters?: ConnectionSettingParameter[];
574
- /** Provisioning state of the resource */
575
- provisioningState?: string;
576
- }
577
-
578
- /** Extra Parameter in a Connection Setting Properties to indicate service provider specific properties */
579
- export interface ConnectionSettingParameter {
580
- /** Key for the Connection Setting Parameter. */
581
- key?: string;
582
- /** Value associated with the Connection Setting Parameter. */
583
- value?: string;
584
- }
585
-
586
- /** The list of bot service connection settings response. */
587
- export interface ConnectionSettingResponseList {
588
- /** The link used to get the next page of bot service connection setting resources. */
589
- nextLink?: string;
590
- /**
591
- * Gets the list of bot service connection settings and their properties.
592
- * NOTE: This property will not be serialized. It can only be populated by the server.
593
- */
594
- readonly value?: ConnectionSetting[];
595
- }
596
-
597
- /** The response body returned for a request to Bot Service Management to check per subscription hostSettings */
598
- export interface HostSettingsResponse {
599
- /** For in-conversation bot user authentication */
600
- oAuthUrl?: string;
601
- /** For verifying incoming tokens from the channels */
602
- toBotFromChannelOpenIdMetadataUrl?: string;
603
- /** For verifying incoming tokens from the channels */
604
- toBotFromChannelTokenIssuer?: string;
605
- /** For verifying incoming tokens from bot emulator */
606
- toBotFromEmulatorOpenIdMetadataUrl?: string;
607
- /** For getting access token to channels from bot host */
608
- toChannelFromBotLoginUrl?: string;
609
- /** For getting access token to channels from bot host */
610
- toChannelFromBotOAuthScope?: string;
611
- /** Per cloud OAuth setting on whether authority is validated */
612
- validateAuthority?: boolean;
613
- /** Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12 */
614
- botOpenIdMetadata?: string;
615
- }
616
-
617
- /** The properties indicating the operation result of an operation on a service. */
618
- export interface OperationResultsDescription {
619
- /**
620
- * The ID of the operation returned.
621
- * NOTE: This property will not be serialized. It can only be populated by the server.
622
- */
623
- readonly id?: string;
624
- /**
625
- * The name of the operation result.
626
- * NOTE: This property will not be serialized. It can only be populated by the server.
627
- */
628
- readonly name?: string;
629
- /**
630
- * The status of the operation being performed.
631
- * NOTE: This property will not be serialized. It can only be populated by the server.
632
- */
633
- readonly status?: OperationResultStatus;
634
- /**
635
- * The time that the operation was started.
636
- * NOTE: This property will not be serialized. It can only be populated by the server.
637
- */
638
- readonly startTime?: Date;
639
- }
640
-
641
- /** List of private endpoint connection associated with the specified storage account */
642
- export interface PrivateEndpointConnectionListResult {
643
- /** Array of private endpoint connections */
644
- value?: PrivateEndpointConnection[];
645
- }
646
-
647
- /** A list of private link resources */
648
- export interface PrivateLinkResourceListResult {
649
- /** Array of private link resources */
650
- value?: PrivateLinkResource[];
651
- }
652
-
653
- /** The parameters to provide for the Alexa channel. */
654
- export interface AlexaChannelProperties {
655
- /** The Alexa skill Id */
656
- alexaSkillId: string;
657
- /**
658
- * Url fragment used in part of the Uri configured in Alexa
659
- * NOTE: This property will not be serialized. It can only be populated by the server.
660
- */
661
- readonly urlFragment?: string;
662
- /**
663
- * Full Uri used to configured the skill in Alexa
664
- * NOTE: This property will not be serialized. It can only be populated by the server.
665
- */
666
- readonly serviceEndpointUri?: string;
667
- /** Whether this channel is enabled for the bot */
668
- isEnabled: boolean;
669
- }
670
-
671
- /** The parameters to provide for the Facebook channel. */
672
- export interface FacebookChannelProperties {
673
- /**
674
- * Verify token. Value only returned through POST to the action Channel List API, otherwise empty.
675
- * NOTE: This property will not be serialized. It can only be populated by the server.
676
- */
677
- readonly verifyToken?: string;
678
- /** The list of Facebook pages */
679
- pages?: FacebookPage[];
680
- /** Facebook application id */
681
- appId: string;
682
- /** Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty. */
683
- appSecret?: string;
684
- /**
685
- * Callback Url
686
- * NOTE: This property will not be serialized. It can only be populated by the server.
687
- */
688
- readonly callbackUrl?: string;
689
- /** Whether this channel is enabled for the bot */
690
- isEnabled: boolean;
691
- }
692
-
693
- /** A Facebook page for Facebook channel registration */
694
- export interface FacebookPage {
695
- /** Page id */
696
- id: string;
697
- /** Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty. */
698
- accessToken?: string;
699
- }
700
-
701
- /** The parameters to provide for the Email channel. */
702
- export interface EmailChannelProperties {
703
- /** The email address */
704
- emailAddress: string;
705
- /** Email channel auth method. 0 Password (Default); 1 Graph. */
706
- authMethod?: EmailChannelAuthMethod;
707
- /** The password for the email address. Value only returned through POST to the action Channel List API, otherwise empty. */
708
- password?: string;
709
- /** The magic code for setting up the modern authentication. */
710
- magicCode?: string;
711
- /** Whether this channel is enabled for the bot */
712
- isEnabled: boolean;
713
- }
714
-
715
- /** The parameters to provide for the Microsoft Teams channel. */
716
- export interface MsTeamsChannelProperties {
717
- /** Enable calling for Microsoft Teams channel */
718
- enableCalling?: boolean;
719
- /** Webhook for Microsoft Teams channel calls */
720
- callingWebhook?: string;
721
- /** Whether this channel is enabled for the bot */
722
- isEnabled: boolean;
723
- /** Webhook for Microsoft Teams channel calls */
724
- incomingCallRoute?: string;
725
- /** Deployment environment for Microsoft Teams channel calls */
726
- deploymentEnvironment?: string;
727
- /** Whether this channel accepted terms */
728
- acceptedTerms?: boolean;
729
- }
730
-
731
- /** The parameters to provide for the Microsoft Teams channel. */
732
- export interface SkypeChannelProperties {
733
- /** Enable messaging for Skype channel */
734
- enableMessaging?: boolean;
735
- /** Enable media cards for Skype channel */
736
- enableMediaCards?: boolean;
737
- /** Enable video for Skype channel */
738
- enableVideo?: boolean;
739
- /** Enable calling for Skype channel */
740
- enableCalling?: boolean;
741
- /** Enable screen sharing for Skype channel */
742
- enableScreenSharing?: boolean;
743
- /** Enable groups for Skype channel */
744
- enableGroups?: boolean;
745
- /** Group mode for Skype channel */
746
- groupsMode?: string;
747
- /** Calling web hook for Skype channel */
748
- callingWebHook?: string;
749
- /** Incoming call route for Skype channel */
750
- incomingCallRoute?: string;
751
- /** Whether this channel is enabled for the bot */
752
- isEnabled: boolean;
753
- }
754
-
755
- /** The parameters to provide for the Kik channel. */
756
- export interface KikChannelProperties {
757
- /** The Kik user name */
758
- userName: string;
759
- /** Kik API key. Value only returned through POST to the action Channel List API, otherwise empty. */
760
- apiKey?: string;
761
- /** Whether this channel is validated for the bot */
762
- isValidated?: boolean;
763
- /** Whether this channel is enabled for the bot */
764
- isEnabled: boolean;
765
- }
766
-
767
- /** The parameters to provide for the Web Chat channel. */
768
- export interface WebChatChannelProperties {
769
- /**
770
- * Web chat control embed code
771
- * NOTE: This property will not be serialized. It can only be populated by the server.
772
- */
773
- readonly webChatEmbedCode?: string;
774
- /** The list of Web Chat sites */
775
- sites?: WebChatSite[];
776
- }
777
-
778
- /** The parameters to provide for the Direct Line channel. */
779
- export interface DirectLineChannelProperties {
780
- /** The list of Direct Line sites */
781
- sites?: DirectLineSite[];
782
- /** The extensionKey1 */
783
- extensionKey1?: string;
784
- /** The extensionKey2 */
785
- extensionKey2?: string;
786
- /** Direct Line embed code of the resource */
787
- directLineEmbedCode?: string;
788
- }
789
-
790
- /** The parameters to provide for the Telegram channel. */
791
- export interface TelegramChannelProperties {
792
- /** The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty. */
793
- accessToken?: string;
794
- /** Whether this channel is validated for the bot */
795
- isValidated?: boolean;
796
- /** Whether this channel is enabled for the bot */
797
- isEnabled: boolean;
798
- }
799
-
800
- /** The parameters to provide for the Sms channel. */
801
- export interface SmsChannelProperties {
802
- /** The Sms phone */
803
- phone: string;
804
- /** The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty. */
805
- accountSID: string;
806
- /** The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty. */
807
- authToken?: string;
808
- /** Whether this channel is validated for the bot */
809
- isValidated?: boolean;
810
- /** Whether this channel is enabled for the bot */
811
- isEnabled: boolean;
812
- }
813
-
814
- /** The parameters to provide for the Slack channel. */
815
- export interface SlackChannelProperties {
816
- /** The Slack client id */
817
- clientId?: string;
818
- /** The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty. */
819
- clientSecret?: string;
820
- /** The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty. */
821
- verificationToken?: string;
822
- /** The Slack permission scopes. */
823
- scopes?: string;
824
- /** The Slack landing page Url */
825
- landingPageUrl?: string;
826
- /**
827
- * The Slack redirect action
828
- * NOTE: This property will not be serialized. It can only be populated by the server.
829
- */
830
- readonly redirectAction?: string;
831
- /**
832
- * The Sms auth token
833
- * NOTE: This property will not be serialized. It can only be populated by the server.
834
- */
835
- readonly lastSubmissionId?: string;
836
- /** Whether to register the settings before OAuth validation is performed. Recommended to True. */
837
- registerBeforeOAuthFlow?: boolean;
838
- /**
839
- * Whether this channel is validated for the bot
840
- * NOTE: This property will not be serialized. It can only be populated by the server.
841
- */
842
- readonly isValidated?: boolean;
843
- /** The Slack signing secret. */
844
- signingSecret?: string;
845
- /** Whether this channel is enabled for the bot */
846
- isEnabled: boolean;
847
- }
848
-
849
- /** The parameters to provide for the Line channel. */
850
- export interface LineChannelProperties {
851
- /** The list of line channel registrations */
852
- lineRegistrations: LineRegistration[];
853
- /**
854
- * Callback Url to enter in line registration.
855
- * NOTE: This property will not be serialized. It can only be populated by the server.
856
- */
857
- readonly callbackUrl?: string;
858
- /**
859
- * Whether this channel is validated for the bot
860
- * NOTE: This property will not be serialized. It can only be populated by the server.
861
- */
862
- readonly isValidated?: boolean;
863
- }
864
-
865
- /** The properties corresponding to a line channel registration */
866
- export interface LineRegistration {
867
- /**
868
- * Id generated for the line channel registration
869
- * NOTE: This property will not be serialized. It can only be populated by the server.
870
- */
871
- readonly generatedId?: string;
872
- /** Secret for the line channel registration */
873
- channelSecret?: string;
874
- /** Access token for the line channel registration */
875
- channelAccessToken?: string;
876
- }
877
-
878
- /** The parameters to provide for the DirectLine Speech channel. */
879
- export interface DirectLineSpeechChannelProperties {
880
- /** The cognitive service id with this channel registration. */
881
- cognitiveServiceResourceId?: string;
882
- /** The cognitive service region with this channel registration. */
883
- cognitiveServiceRegion?: string;
884
- /** The cognitive service subscription key to use with this channel registration. */
885
- cognitiveServiceSubscriptionKey?: string;
886
- /** Whether this channel is enabled or not. */
887
- isEnabled?: boolean;
888
- /** Custom speech model id (optional). */
889
- customVoiceDeploymentId?: string;
890
- /** Custom voice deployment id (optional). */
891
- customSpeechModelId?: string;
892
- /** Make this a default bot for chosen cognitive service account. */
893
- isDefaultBotForCogSvcAccount?: boolean;
894
- }
895
-
896
- /** The parameters to provide for the Direct Line channel. */
897
- export interface TelephonyChannelProperties {
898
- /** The list of Telephony phone numbers */
899
- phoneNumbers?: TelephonyPhoneNumbers[];
900
- /** The list of Telephony api configuration */
901
- apiConfigurations?: TelephonyChannelResourceApiConfiguration[];
902
- /** The extensionKey1 */
903
- cognitiveServiceSubscriptionKey?: string;
904
- /** The extensionKey2 */
905
- cognitiveServiceRegion?: string;
906
- /** The default locale of the channel */
907
- defaultLocale?: string;
908
- /** The premium SKU applied to the channel */
909
- premiumSKU?: string;
910
- /** Whether the channel is enabled */
911
- isEnabled?: boolean;
912
- }
913
-
914
- /** A telephone number for the Telephony channel */
915
- export interface TelephonyPhoneNumbers {
916
- /** The element id. */
917
- id?: string;
918
- /** The phone number. */
919
- phoneNumber?: string;
920
- /** The endpoint of ACS. */
921
- acsEndpoint?: string;
922
- /** The secret of ACS. */
923
- acsSecret?: string;
924
- /** The resource id of ACS. */
925
- acsResourceId?: string;
926
- /** The subscription key of cognitive service. */
927
- cognitiveServiceSubscriptionKey?: string;
928
- /** The service region of cognitive service. */
929
- cognitiveServiceRegion?: string;
930
- /** The resource id of cognitive service. */
931
- cognitiveServiceResourceId?: string;
932
- /** The default locale of the phone number. */
933
- defaultLocale?: string;
934
- /** Optional Property that will determine the offering type of the phone. */
935
- offerType?: string;
936
- }
937
-
938
- /** A resource Api configuration for the Telephony channel */
939
- export interface TelephonyChannelResourceApiConfiguration {
940
- /** The id of config. */
941
- id?: string;
942
- /** The provider name. */
943
- providerName?: string;
944
- /** The cognitive service subscription key. */
945
- cognitiveServiceSubscriptionKey?: string;
946
- /** The cognitive service region. */
947
- cognitiveServiceRegion?: string;
948
- /** The cognitive service resourceId. */
949
- cognitiveServiceResourceId?: string;
950
- /** The default locale. */
951
- defaultLocale?: string;
952
- }
953
-
954
- /** The display name of a connection Item Setting registered with the Bot */
955
- export interface ConnectionItemName {
956
- /**
957
- * Connection Item name that has been added in the API
958
- * NOTE: This property will not be serialized. It can only be populated by the server.
959
- */
960
- readonly name?: string;
961
- }
962
-
963
- /** The Private Endpoint Connection resource. */
964
- export interface PrivateEndpointConnection extends PrivateLinkResourceBase {
965
- /** The resource of private end point. */
966
- privateEndpoint?: PrivateEndpoint;
967
- /** A collection of information about the state of the connection between service consumer and provider. */
968
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
969
- /**
970
- * The provisioning state of the private endpoint connection resource.
971
- * NOTE: This property will not be serialized. It can only be populated by the server.
972
- */
973
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
974
- /** Group ids */
975
- groupIds?: string[];
976
- }
977
-
978
- /** A private link resource */
979
- export interface PrivateLinkResource extends PrivateLinkResourceBase {
980
- /**
981
- * The private link resource group id.
982
- * NOTE: This property will not be serialized. It can only be populated by the server.
983
- */
984
- readonly groupId?: string;
985
- /**
986
- * The private link resource required member names.
987
- * NOTE: This property will not be serialized. It can only be populated by the server.
988
- */
989
- readonly requiredMembers?: string[];
990
- /** The private link resource Private link DNS zone name. */
991
- requiredZoneNames?: string[];
992
- }
993
-
994
- /** Bot resource definition */
995
- export interface Bot extends Resource {
996
- /** The set of properties specific to bot resource */
997
- properties?: BotProperties;
998
- }
999
-
1000
- /** Bot channel resource definition */
1001
- export interface BotChannel extends Resource {
1002
- /** The set of properties specific to bot channel resource */
1003
- properties?: ChannelUnion;
1004
- }
1005
-
1006
- /** Bot channel resource definition */
1007
- export interface ConnectionSetting extends Resource {
1008
- /** The set of properties specific to bot channel resource */
1009
- properties?: ConnectionSettingProperties;
1010
- }
1011
-
1012
- /** Alexa channel definition */
1013
- export interface AlexaChannel extends Channel {
1014
- /** Polymorphic discriminator, which specifies the different types this object can be */
1015
- channelName: "AlexaChannel";
1016
- /** The set of properties specific to Alexa channel resource */
1017
- properties?: AlexaChannelProperties;
1018
- }
1019
-
1020
- /** Facebook channel definition */
1021
- export interface FacebookChannel extends Channel {
1022
- /** Polymorphic discriminator, which specifies the different types this object can be */
1023
- channelName: "FacebookChannel";
1024
- /** The set of properties specific to bot facebook channel */
1025
- properties?: FacebookChannelProperties;
1026
- }
1027
-
1028
- /** Email channel definition */
1029
- export interface EmailChannel extends Channel {
1030
- /** Polymorphic discriminator, which specifies the different types this object can be */
1031
- channelName: "EmailChannel";
1032
- /** The set of properties specific to email channel resource */
1033
- properties?: EmailChannelProperties;
1034
- }
1035
-
1036
- /** Outlook channel definition */
1037
- export interface OutlookChannel extends Channel {
1038
- /** Polymorphic discriminator, which specifies the different types this object can be */
1039
- channelName: "OutlookChannel";
1040
- }
1041
-
1042
- /** Microsoft Teams channel definition */
1043
- export interface MsTeamsChannel extends Channel {
1044
- /** Polymorphic discriminator, which specifies the different types this object can be */
1045
- channelName: "MsTeamsChannel";
1046
- /** The set of properties specific to Microsoft Teams channel resource */
1047
- properties?: MsTeamsChannelProperties;
1048
- }
1049
-
1050
- /** Skype channel definition */
1051
- export interface SkypeChannel extends Channel {
1052
- /** Polymorphic discriminator, which specifies the different types this object can be */
1053
- channelName: "SkypeChannel";
1054
- /** The set of properties specific to Skype channel resource */
1055
- properties?: SkypeChannelProperties;
1056
- }
1057
-
1058
- /** Kik channel definition */
1059
- export interface KikChannel extends Channel {
1060
- /** Polymorphic discriminator, which specifies the different types this object can be */
1061
- channelName: "KikChannel";
1062
- /** The set of properties specific to Kik channel resource */
1063
- properties?: KikChannelProperties;
1064
- }
1065
-
1066
- /** Web Chat channel definition */
1067
- export interface WebChatChannel extends Channel {
1068
- /** Polymorphic discriminator, which specifies the different types this object can be */
1069
- channelName: "WebChatChannel";
1070
- /** The set of properties specific to Web Chat channel resource */
1071
- properties?: WebChatChannelProperties;
1072
- }
1073
-
1074
- /** Direct Line channel definition */
1075
- export interface DirectLineChannel extends Channel {
1076
- /** Polymorphic discriminator, which specifies the different types this object can be */
1077
- channelName: "DirectLineChannel";
1078
- /** The set of properties specific to Direct Line channel resource */
1079
- properties?: DirectLineChannelProperties;
1080
- }
1081
-
1082
- /** Telegram channel definition */
1083
- export interface TelegramChannel extends Channel {
1084
- /** Polymorphic discriminator, which specifies the different types this object can be */
1085
- channelName: "TelegramChannel";
1086
- /** The set of properties specific to Telegram channel resource */
1087
- properties?: TelegramChannelProperties;
1088
- }
1089
-
1090
- /** Sms channel definition */
1091
- export interface SmsChannel extends Channel {
1092
- /** Polymorphic discriminator, which specifies the different types this object can be */
1093
- channelName: "SmsChannel";
1094
- /** The set of properties specific to Sms channel resource */
1095
- properties?: SmsChannelProperties;
1096
- }
1097
-
1098
- /** Slack channel definition */
1099
- export interface SlackChannel extends Channel {
1100
- /** Polymorphic discriminator, which specifies the different types this object can be */
1101
- channelName: "SlackChannel";
1102
- /** The set of properties specific to Slack channel resource */
1103
- properties?: SlackChannelProperties;
1104
- }
1105
-
1106
- /** Line channel definition */
1107
- export interface LineChannel extends Channel {
1108
- /** Polymorphic discriminator, which specifies the different types this object can be */
1109
- channelName: "LineChannel";
1110
- /** The set of properties specific to line channel resource */
1111
- properties?: LineChannelProperties;
1112
- }
1113
-
1114
- /** DirectLine Speech channel definition */
1115
- export interface DirectLineSpeechChannel extends Channel {
1116
- /** Polymorphic discriminator, which specifies the different types this object can be */
1117
- channelName: "DirectLineSpeechChannel";
1118
- /** The set of properties specific to DirectLine Speech channel resource */
1119
- properties?: DirectLineSpeechChannelProperties;
1120
- }
1121
-
1122
- /** Omnichannel channel definition */
1123
- export interface Omnichannel extends Channel {
1124
- /** Polymorphic discriminator, which specifies the different types this object can be */
1125
- channelName: "Omnichannel";
1126
- }
1127
-
1128
- /** Telephony channel definition */
1129
- export interface TelephonyChannel extends Channel {
1130
- /** Polymorphic discriminator, which specifies the different types this object can be */
1131
- channelName: "TelephonyChannel";
1132
- /** The set of properties specific to Telephony channel resource */
1133
- properties?: TelephonyChannelProperties;
1134
- }
1135
-
1136
- /** AcsChat channel definition */
1137
- export interface AcsChatChannel extends Channel {
1138
- /** Polymorphic discriminator, which specifies the different types this object can be */
1139
- channelName: "AcsChatChannel";
1140
- }
1141
-
1142
- /** SearchAssistant definition */
1143
- export interface SearchAssistant extends Channel {
1144
- /** Polymorphic discriminator, which specifies the different types this object can be */
1145
- channelName: "SearchAssistant";
1146
- }
1147
-
1148
- /** M365 Extensions definition */
1149
- export interface M365Extensions extends Channel {
1150
- /** Polymorphic discriminator, which specifies the different types this object can be */
1151
- channelName: "M365Extensions";
1152
- }
1153
-
1154
- /** A site for the Webchat channel */
1155
- export interface WebChatSite extends Site {}
1156
-
1157
- /** A site for the Direct Line channel */
1158
- export interface DirectLineSite extends Site {}
1159
-
1160
- /** The ARM channel of list channel with keys operation response. */
1161
- export interface ListChannelWithKeysResponse extends BotChannel {
1162
- /** The set of properties specific to bot channel resource */
1163
- resource?: ChannelUnion;
1164
- /** Channel settings */
1165
- setting?: ChannelSettings;
1166
- /** Provisioning state of the resource */
1167
- provisioningState?: string;
1168
- /** Entity tag of the resource */
1169
- entityTag?: string;
1170
- /** Changed time of the resource */
1171
- changedTime?: string;
1172
- }
1173
-
1174
- /** Known values of {@link MsaAppType} that the service accepts. */
1175
- export enum KnownMsaAppType {
1176
- /** UserAssignedMSI */
1177
- UserAssignedMSI = "UserAssignedMSI",
1178
- /** SingleTenant */
1179
- SingleTenant = "SingleTenant",
1180
- /** MultiTenant */
1181
- MultiTenant = "MultiTenant"
1182
- }
1183
-
1184
- /**
1185
- * Defines values for MsaAppType. \
1186
- * {@link KnownMsaAppType} can be used interchangeably with MsaAppType,
1187
- * this enum contains the known values that the service supports.
1188
- * ### Known values supported by the service
1189
- * **UserAssignedMSI** \
1190
- * **SingleTenant** \
1191
- * **MultiTenant**
1192
- */
1193
- export type MsaAppType = string;
1194
-
1195
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
1196
- export enum KnownPublicNetworkAccess {
1197
- /** Enabled */
1198
- Enabled = "Enabled",
1199
- /** Disabled */
1200
- Disabled = "Disabled"
1201
- }
1202
-
1203
- /**
1204
- * Defines values for PublicNetworkAccess. \
1205
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1206
- * this enum contains the known values that the service supports.
1207
- * ### Known values supported by the service
1208
- * **Enabled** \
1209
- * **Disabled**
1210
- */
1211
- export type PublicNetworkAccess = string;
1212
-
1213
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
1214
- export enum KnownPrivateEndpointServiceConnectionStatus {
1215
- /** Pending */
1216
- Pending = "Pending",
1217
- /** Approved */
1218
- Approved = "Approved",
1219
- /** Rejected */
1220
- Rejected = "Rejected"
1221
- }
1222
-
1223
- /**
1224
- * Defines values for PrivateEndpointServiceConnectionStatus. \
1225
- * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
1226
- * this enum contains the known values that the service supports.
1227
- * ### Known values supported by the service
1228
- * **Pending** \
1229
- * **Approved** \
1230
- * **Rejected**
1231
- */
1232
- export type PrivateEndpointServiceConnectionStatus = string;
1233
-
1234
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1235
- export enum KnownPrivateEndpointConnectionProvisioningState {
1236
- /** Succeeded */
1237
- Succeeded = "Succeeded",
1238
- /** Creating */
1239
- Creating = "Creating",
1240
- /** Deleting */
1241
- Deleting = "Deleting",
1242
- /** Failed */
1243
- Failed = "Failed"
1244
- }
1245
-
1246
- /**
1247
- * Defines values for PrivateEndpointConnectionProvisioningState. \
1248
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
1249
- * this enum contains the known values that the service supports.
1250
- * ### Known values supported by the service
1251
- * **Succeeded** \
1252
- * **Creating** \
1253
- * **Deleting** \
1254
- * **Failed**
1255
- */
1256
- export type PrivateEndpointConnectionProvisioningState = string;
1257
-
1258
- /** Known values of {@link SkuName} that the service accepts. */
1259
- export enum KnownSkuName {
1260
- /** F0 */
1261
- F0 = "F0",
1262
- /** S1 */
1263
- S1 = "S1"
1264
- }
1265
-
1266
- /**
1267
- * Defines values for SkuName. \
1268
- * {@link KnownSkuName} can be used interchangeably with SkuName,
1269
- * this enum contains the known values that the service supports.
1270
- * ### Known values supported by the service
1271
- * **F0** \
1272
- * **S1**
1273
- */
1274
- export type SkuName = string;
1275
-
1276
- /** Known values of {@link SkuTier} that the service accepts. */
1277
- export enum KnownSkuTier {
1278
- /** Free */
1279
- Free = "Free",
1280
- /** Standard */
1281
- Standard = "Standard"
1282
- }
1283
-
1284
- /**
1285
- * Defines values for SkuTier. \
1286
- * {@link KnownSkuTier} can be used interchangeably with SkuTier,
1287
- * this enum contains the known values that the service supports.
1288
- * ### Known values supported by the service
1289
- * **Free** \
1290
- * **Standard**
1291
- */
1292
- export type SkuTier = string;
1293
-
1294
- /** Known values of {@link Kind} that the service accepts. */
1295
- export enum KnownKind {
1296
- /** Sdk */
1297
- Sdk = "sdk",
1298
- /** Designer */
1299
- Designer = "designer",
1300
- /** Bot */
1301
- Bot = "bot",
1302
- /** Function */
1303
- Function = "function",
1304
- /** Azurebot */
1305
- Azurebot = "azurebot"
1306
- }
1307
-
1308
- /**
1309
- * Defines values for Kind. \
1310
- * {@link KnownKind} can be used interchangeably with Kind,
1311
- * this enum contains the known values that the service supports.
1312
- * ### Known values supported by the service
1313
- * **sdk** \
1314
- * **designer** \
1315
- * **bot** \
1316
- * **function** \
1317
- * **azurebot**
1318
- */
1319
- export type Kind = string;
1320
-
1321
- /** Known values of {@link OperationResultStatus} that the service accepts. */
1322
- export enum KnownOperationResultStatus {
1323
- /** Canceled */
1324
- Canceled = "Canceled",
1325
- /** Succeeded */
1326
- Succeeded = "Succeeded",
1327
- /** Failed */
1328
- Failed = "Failed",
1329
- /** Requested */
1330
- Requested = "Requested",
1331
- /** Running */
1332
- Running = "Running"
1333
- }
1334
-
1335
- /**
1336
- * Defines values for OperationResultStatus. \
1337
- * {@link KnownOperationResultStatus} can be used interchangeably with OperationResultStatus,
1338
- * this enum contains the known values that the service supports.
1339
- * ### Known values supported by the service
1340
- * **Canceled** \
1341
- * **Succeeded** \
1342
- * **Failed** \
1343
- * **Requested** \
1344
- * **Running**
1345
- */
1346
- export type OperationResultStatus = string;
1347
- /** Defines values for ChannelName. */
1348
- export type ChannelName =
1349
- | "AlexaChannel"
1350
- | "FacebookChannel"
1351
- | "EmailChannel"
1352
- | "KikChannel"
1353
- | "TelegramChannel"
1354
- | "SlackChannel"
1355
- | "MsTeamsChannel"
1356
- | "SkypeChannel"
1357
- | "WebChatChannel"
1358
- | "DirectLineChannel"
1359
- | "SmsChannel"
1360
- | "LineChannel"
1361
- | "DirectLineSpeechChannel"
1362
- | "OutlookChannel"
1363
- | "Omnichannel"
1364
- | "TelephonyChannel"
1365
- | "AcsChatChannel"
1366
- | "SearchAssistant"
1367
- | "M365Extensions";
1368
- /** Defines values for RegenerateKeysChannelName. */
1369
- export type RegenerateKeysChannelName = "WebChatChannel" | "DirectLineChannel";
1370
- /** Defines values for Key. */
1371
- export type Key = "key1" | "key2";
1372
- /** Defines values for EmailChannelAuthMethod. */
1373
- export type EmailChannelAuthMethod = 0 | 1;
1374
-
1375
- /** Optional parameters. */
1376
- export interface BotsCreateOptionalParams extends coreClient.OperationOptions {}
1377
-
1378
- /** Contains response data for the create operation. */
1379
- export type BotsCreateResponse = Bot;
1380
-
1381
- /** Optional parameters. */
1382
- export interface BotsUpdateOptionalParams extends coreClient.OperationOptions {
1383
- /** Specifies the location of the resource. */
1384
- location?: string;
1385
- /** Contains resource tags defined as key/value pairs. */
1386
- tags?: { [propertyName: string]: string };
1387
- /** Gets or sets the SKU of the resource. */
1388
- sku?: Sku;
1389
- /** Required. Gets or sets the Kind of the resource. */
1390
- kind?: Kind;
1391
- /** Entity Tag */
1392
- etag?: string;
1393
- /** The set of properties specific to bot resource */
1394
- properties?: BotProperties;
1395
- }
1396
-
1397
- /** Contains response data for the update operation. */
1398
- export type BotsUpdateResponse = Bot;
1399
-
1400
- /** Optional parameters. */
1401
- export interface BotsDeleteOptionalParams extends coreClient.OperationOptions {}
1402
-
1403
- /** Optional parameters. */
1404
- export interface BotsGetOptionalParams extends coreClient.OperationOptions {}
1405
-
1406
- /** Contains response data for the get operation. */
1407
- export type BotsGetResponse = Bot;
1408
-
1409
- /** Optional parameters. */
1410
- export interface BotsListByResourceGroupOptionalParams
1411
- extends coreClient.OperationOptions {}
1412
-
1413
- /** Contains response data for the listByResourceGroup operation. */
1414
- export type BotsListByResourceGroupResponse = BotResponseList;
1415
-
1416
- /** Optional parameters. */
1417
- export interface BotsListOptionalParams extends coreClient.OperationOptions {}
1418
-
1419
- /** Contains response data for the list operation. */
1420
- export type BotsListResponse = BotResponseList;
1421
-
1422
- /** Optional parameters. */
1423
- export interface BotsGetCheckNameAvailabilityOptionalParams
1424
- extends coreClient.OperationOptions {}
1425
-
1426
- /** Contains response data for the getCheckNameAvailability operation. */
1427
- export type BotsGetCheckNameAvailabilityResponse = CheckNameAvailabilityResponseBody;
1428
-
1429
- /** Optional parameters. */
1430
- export interface BotsListByResourceGroupNextOptionalParams
1431
- extends coreClient.OperationOptions {}
1432
-
1433
- /** Contains response data for the listByResourceGroupNext operation. */
1434
- export type BotsListByResourceGroupNextResponse = BotResponseList;
1435
-
1436
- /** Optional parameters. */
1437
- export interface BotsListNextOptionalParams
1438
- extends coreClient.OperationOptions {}
1439
-
1440
- /** Contains response data for the listNext operation. */
1441
- export type BotsListNextResponse = BotResponseList;
1442
-
1443
- /** Optional parameters. */
1444
- export interface ChannelsCreateOptionalParams
1445
- extends coreClient.OperationOptions {}
1446
-
1447
- /** Contains response data for the create operation. */
1448
- export type ChannelsCreateResponse = BotChannel;
1449
-
1450
- /** Optional parameters. */
1451
- export interface ChannelsUpdateOptionalParams
1452
- extends coreClient.OperationOptions {
1453
- /** Specifies the location of the resource. */
1454
- location?: string;
1455
- /** Contains resource tags defined as key/value pairs. */
1456
- tags?: { [propertyName: string]: string };
1457
- /** Gets or sets the SKU of the resource. */
1458
- sku?: Sku;
1459
- /** Required. Gets or sets the Kind of the resource. */
1460
- kind?: Kind;
1461
- /** Entity Tag */
1462
- etag?: string;
1463
- /** The set of properties specific to bot channel resource */
1464
- properties?: ChannelUnion;
1465
- }
1466
-
1467
- /** Contains response data for the update operation. */
1468
- export type ChannelsUpdateResponse = BotChannel;
1469
-
1470
- /** Optional parameters. */
1471
- export interface ChannelsDeleteOptionalParams
1472
- extends coreClient.OperationOptions {}
1473
-
1474
- /** Optional parameters. */
1475
- export interface ChannelsGetOptionalParams
1476
- extends coreClient.OperationOptions {}
1477
-
1478
- /** Contains response data for the get operation. */
1479
- export type ChannelsGetResponse = BotChannel;
1480
-
1481
- /** Optional parameters. */
1482
- export interface ChannelsListWithKeysOptionalParams
1483
- extends coreClient.OperationOptions {}
1484
-
1485
- /** Contains response data for the listWithKeys operation. */
1486
- export type ChannelsListWithKeysResponse = ListChannelWithKeysResponse;
1487
-
1488
- /** Optional parameters. */
1489
- export interface ChannelsListByResourceGroupOptionalParams
1490
- extends coreClient.OperationOptions {}
1491
-
1492
- /** Contains response data for the listByResourceGroup operation. */
1493
- export type ChannelsListByResourceGroupResponse = ChannelResponseList;
1494
-
1495
- /** Optional parameters. */
1496
- export interface ChannelsListByResourceGroupNextOptionalParams
1497
- extends coreClient.OperationOptions {}
1498
-
1499
- /** Contains response data for the listByResourceGroupNext operation. */
1500
- export type ChannelsListByResourceGroupNextResponse = ChannelResponseList;
1501
-
1502
- /** Optional parameters. */
1503
- export interface DirectLineRegenerateKeysOptionalParams
1504
- extends coreClient.OperationOptions {}
1505
-
1506
- /** Contains response data for the regenerateKeys operation. */
1507
- export type DirectLineRegenerateKeysResponse = BotChannel;
1508
-
1509
- /** Optional parameters. */
1510
- export interface EmailCreateSignInUrlOptionalParams
1511
- extends coreClient.OperationOptions {}
1512
-
1513
- /** Contains response data for the createSignInUrl operation. */
1514
- export type EmailCreateSignInUrlResponse = CreateEmailSignInUrlResponse;
1515
-
1516
- /** Optional parameters. */
1517
- export interface OperationsListOptionalParams
1518
- extends coreClient.OperationOptions {}
1519
-
1520
- /** Contains response data for the list operation. */
1521
- export type OperationsListResponse = OperationEntityListResult;
1522
-
1523
- /** Optional parameters. */
1524
- export interface OperationsListNextOptionalParams
1525
- extends coreClient.OperationOptions {}
1526
-
1527
- /** Contains response data for the listNext operation. */
1528
- export type OperationsListNextResponse = OperationEntityListResult;
1529
-
1530
- /** Optional parameters. */
1531
- export interface BotConnectionListServiceProvidersOptionalParams
1532
- extends coreClient.OperationOptions {}
1533
-
1534
- /** Contains response data for the listServiceProviders operation. */
1535
- export type BotConnectionListServiceProvidersResponse = ServiceProviderResponseList;
1536
-
1537
- /** Optional parameters. */
1538
- export interface BotConnectionListWithSecretsOptionalParams
1539
- extends coreClient.OperationOptions {}
1540
-
1541
- /** Contains response data for the listWithSecrets operation. */
1542
- export type BotConnectionListWithSecretsResponse = ConnectionSetting;
1543
-
1544
- /** Optional parameters. */
1545
- export interface BotConnectionCreateOptionalParams
1546
- extends coreClient.OperationOptions {}
1547
-
1548
- /** Contains response data for the create operation. */
1549
- export type BotConnectionCreateResponse = ConnectionSetting;
1550
-
1551
- /** Optional parameters. */
1552
- export interface BotConnectionUpdateOptionalParams
1553
- extends coreClient.OperationOptions {}
1554
-
1555
- /** Contains response data for the update operation. */
1556
- export type BotConnectionUpdateResponse = ConnectionSetting;
1557
-
1558
- /** Optional parameters. */
1559
- export interface BotConnectionGetOptionalParams
1560
- extends coreClient.OperationOptions {}
1561
-
1562
- /** Contains response data for the get operation. */
1563
- export type BotConnectionGetResponse = ConnectionSetting;
1564
-
1565
- /** Optional parameters. */
1566
- export interface BotConnectionDeleteOptionalParams
1567
- extends coreClient.OperationOptions {}
1568
-
1569
- /** Optional parameters. */
1570
- export interface BotConnectionListByBotServiceOptionalParams
1571
- extends coreClient.OperationOptions {}
1572
-
1573
- /** Contains response data for the listByBotService operation. */
1574
- export type BotConnectionListByBotServiceResponse = ConnectionSettingResponseList;
1575
-
1576
- /** Optional parameters. */
1577
- export interface BotConnectionListByBotServiceNextOptionalParams
1578
- extends coreClient.OperationOptions {}
1579
-
1580
- /** Contains response data for the listByBotServiceNext operation. */
1581
- export type BotConnectionListByBotServiceNextResponse = ConnectionSettingResponseList;
1582
-
1583
- /** Optional parameters. */
1584
- export interface QnAMakerEndpointKeysGetOptionalParams
1585
- extends coreClient.OperationOptions {}
1586
-
1587
- /** Contains response data for the get operation. */
1588
- export type QnAMakerEndpointKeysGetResponse = QnAMakerEndpointKeysResponse;
1589
-
1590
- /** Optional parameters. */
1591
- export interface HostSettingsGetOptionalParams
1592
- extends coreClient.OperationOptions {}
1593
-
1594
- /** Contains response data for the get operation. */
1595
- export type HostSettingsGetResponse = HostSettingsResponse;
1596
-
1597
- /** Optional parameters. */
1598
- export interface OperationResultsGetOptionalParams
1599
- extends coreClient.OperationOptions {
1600
- /** Delay to wait until next poll, in milliseconds. */
1601
- updateIntervalInMs?: number;
1602
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1603
- resumeFrom?: string;
1604
- }
1605
-
1606
- /** Contains response data for the get operation. */
1607
- export type OperationResultsGetResponse = OperationResultsDescription;
1608
-
1609
- /** Optional parameters. */
1610
- export interface PrivateEndpointConnectionsListOptionalParams
1611
- extends coreClient.OperationOptions {}
1612
-
1613
- /** Contains response data for the list operation. */
1614
- export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1615
-
1616
- /** Optional parameters. */
1617
- export interface PrivateEndpointConnectionsGetOptionalParams
1618
- extends coreClient.OperationOptions {}
1619
-
1620
- /** Contains response data for the get operation. */
1621
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1622
-
1623
- /** Optional parameters. */
1624
- export interface PrivateEndpointConnectionsCreateOptionalParams
1625
- extends coreClient.OperationOptions {}
1626
-
1627
- /** Contains response data for the create operation. */
1628
- export type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
1629
-
1630
- /** Optional parameters. */
1631
- export interface PrivateEndpointConnectionsDeleteOptionalParams
1632
- extends coreClient.OperationOptions {}
1633
-
1634
- /** Optional parameters. */
1635
- export interface PrivateLinkResourcesListByBotResourceOptionalParams
1636
- extends coreClient.OperationOptions {}
1637
-
1638
- /** Contains response data for the listByBotResource operation. */
1639
- export type PrivateLinkResourcesListByBotResourceResponse = PrivateLinkResourceListResult;
1640
-
1641
- /** Optional parameters. */
1642
- export interface AzureBotServiceOptionalParams
1643
- extends coreClient.ServiceClientOptions {
1644
- /** server parameter */
1645
- $host?: string;
1646
- /** Api Version */
1647
- apiVersion?: string;
1648
- /** Overrides client endpoint. */
1649
- endpoint?: string;
1650
- }