@huaweicloud/huaweicloud-sdk-metastudio 3.1.93 → 3.1.95

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 (457) hide show
  1. package/package.json +2 -2
  2. package/v1/MetaStudioClient.d.ts +1516 -519
  3. package/v1/MetaStudioClient.d.ts.map +1 -1
  4. package/v1/MetaStudioClient.js +6029 -3414
  5. package/v1/MetaStudioClient.js.map +1 -1
  6. package/v1/model/CommitJobReq.d.ts +39 -0
  7. package/v1/model/CommitJobReq.d.ts.map +1 -0
  8. package/v1/model/CommitJobReq.js +67 -0
  9. package/v1/model/CommitJobReq.js.map +1 -0
  10. package/v1/model/CommitVoiceTrainingJobRequest.d.ts +3 -0
  11. package/v1/model/CommitVoiceTrainingJobRequest.d.ts.map +1 -1
  12. package/v1/model/CommitVoiceTrainingJobRequest.js +4 -0
  13. package/v1/model/CommitVoiceTrainingJobRequest.js.map +1 -1
  14. package/v1/model/CreateBatchKnowledgeQuestionReq.d.ts +13 -0
  15. package/v1/model/CreateBatchKnowledgeQuestionReq.d.ts.map +1 -0
  16. package/v1/model/CreateBatchKnowledgeQuestionReq.js +31 -0
  17. package/v1/model/CreateBatchKnowledgeQuestionReq.js.map +1 -0
  18. package/v1/model/CreateBatchKnowledgeQuestionRequest.d.ts +23 -0
  19. package/v1/model/CreateBatchKnowledgeQuestionRequest.d.ts.map +1 -0
  20. package/v1/model/CreateBatchKnowledgeQuestionRequest.js +53 -0
  21. package/v1/model/CreateBatchKnowledgeQuestionRequest.js.map +1 -0
  22. package/v1/model/CreateBatchKnowledgeQuestionResponse.d.ts +14 -0
  23. package/v1/model/CreateBatchKnowledgeQuestionResponse.d.ts.map +1 -0
  24. package/v1/model/CreateBatchKnowledgeQuestionResponse.js +31 -0
  25. package/v1/model/CreateBatchKnowledgeQuestionResponse.js.map +1 -0
  26. package/v1/model/CreateHotQuestionReq.d.ts +12 -0
  27. package/v1/model/CreateHotQuestionReq.d.ts.map +1 -0
  28. package/v1/model/CreateHotQuestionReq.js +31 -0
  29. package/v1/model/CreateHotQuestionReq.js.map +1 -0
  30. package/v1/model/CreateHotQuestionRequest.d.ts +23 -0
  31. package/v1/model/CreateHotQuestionRequest.d.ts.map +1 -0
  32. package/v1/model/CreateHotQuestionRequest.js +53 -0
  33. package/v1/model/CreateHotQuestionRequest.js.map +1 -0
  34. package/v1/model/CreateHotQuestionResponse.d.ts +29 -0
  35. package/v1/model/CreateHotQuestionResponse.d.ts.map +1 -0
  36. package/v1/model/CreateHotQuestionResponse.js +71 -0
  37. package/v1/model/CreateHotQuestionResponse.js.map +1 -0
  38. package/v1/model/CreateIntentAndQuestionReq.d.ts +17 -0
  39. package/v1/model/CreateIntentAndQuestionReq.d.ts.map +1 -0
  40. package/v1/model/CreateIntentAndQuestionReq.js +40 -0
  41. package/v1/model/CreateIntentAndQuestionReq.js.map +1 -0
  42. package/v1/model/CreateIntentAndQuestionRequest.d.ts +23 -0
  43. package/v1/model/CreateIntentAndQuestionRequest.d.ts.map +1 -0
  44. package/v1/model/CreateIntentAndQuestionRequest.js +53 -0
  45. package/v1/model/CreateIntentAndQuestionRequest.js.map +1 -0
  46. package/v1/model/CreateIntentAndQuestionResponse.d.ts +20 -0
  47. package/v1/model/CreateIntentAndQuestionResponse.d.ts.map +1 -0
  48. package/v1/model/CreateIntentAndQuestionResponse.js +46 -0
  49. package/v1/model/CreateIntentAndQuestionResponse.js.map +1 -0
  50. package/v1/model/CreateKnowledgeIntentReq.d.ts +12 -0
  51. package/v1/model/CreateKnowledgeIntentReq.d.ts.map +1 -0
  52. package/v1/model/CreateKnowledgeIntentReq.js +30 -0
  53. package/v1/model/CreateKnowledgeIntentReq.js.map +1 -0
  54. package/v1/model/CreateKnowledgeIntentRequest.d.ts +23 -0
  55. package/v1/model/CreateKnowledgeIntentRequest.d.ts.map +1 -0
  56. package/v1/model/CreateKnowledgeIntentRequest.js +53 -0
  57. package/v1/model/CreateKnowledgeIntentRequest.js.map +1 -0
  58. package/v1/model/CreateKnowledgeIntentResponse.d.ts +15 -0
  59. package/v1/model/CreateKnowledgeIntentResponse.d.ts.map +1 -0
  60. package/v1/model/CreateKnowledgeIntentResponse.js +35 -0
  61. package/v1/model/CreateKnowledgeIntentResponse.js.map +1 -0
  62. package/v1/model/CreateKnowledgeIntentRsp.d.ts +10 -0
  63. package/v1/model/CreateKnowledgeIntentRsp.d.ts.map +1 -0
  64. package/v1/model/CreateKnowledgeIntentRsp.js +24 -0
  65. package/v1/model/CreateKnowledgeIntentRsp.js.map +1 -0
  66. package/v1/model/CreateKnowledgeQuestionReq.d.ts +10 -0
  67. package/v1/model/CreateKnowledgeQuestionReq.d.ts.map +1 -0
  68. package/v1/model/CreateKnowledgeQuestionReq.js +24 -0
  69. package/v1/model/CreateKnowledgeQuestionReq.js.map +1 -0
  70. package/v1/model/CreateKnowledgeQuestionRequest.d.ts +23 -0
  71. package/v1/model/CreateKnowledgeQuestionRequest.d.ts.map +1 -0
  72. package/v1/model/CreateKnowledgeQuestionRequest.js +53 -0
  73. package/v1/model/CreateKnowledgeQuestionRequest.js.map +1 -0
  74. package/v1/model/CreateKnowledgeQuestionResponse.d.ts +13 -0
  75. package/v1/model/CreateKnowledgeQuestionResponse.d.ts.map +1 -0
  76. package/v1/model/CreateKnowledgeQuestionResponse.js +31 -0
  77. package/v1/model/CreateKnowledgeQuestionResponse.js.map +1 -0
  78. package/v1/model/CreateKnowledgeSkillReq.d.ts +8 -0
  79. package/v1/model/CreateKnowledgeSkillReq.d.ts.map +1 -0
  80. package/v1/model/CreateKnowledgeSkillReq.js +19 -0
  81. package/v1/model/CreateKnowledgeSkillReq.js.map +1 -0
  82. package/v1/model/CreateKnowledgeSkillRequest.d.ts +23 -0
  83. package/v1/model/CreateKnowledgeSkillRequest.d.ts.map +1 -0
  84. package/v1/model/CreateKnowledgeSkillRequest.js +53 -0
  85. package/v1/model/CreateKnowledgeSkillRequest.js.map +1 -0
  86. package/v1/model/CreateKnowledgeSkillResponse.d.ts +15 -0
  87. package/v1/model/CreateKnowledgeSkillResponse.d.ts.map +1 -0
  88. package/v1/model/CreateKnowledgeSkillResponse.js +35 -0
  89. package/v1/model/CreateKnowledgeSkillResponse.js.map +1 -0
  90. package/v1/model/CreateLargeFileRequest.d.ts +19 -0
  91. package/v1/model/CreateLargeFileRequest.d.ts.map +1 -0
  92. package/v1/model/CreateLargeFileRequest.js +43 -0
  93. package/v1/model/CreateLargeFileRequest.js.map +1 -0
  94. package/v1/model/CreateLargeFileResponse.d.ts +17 -0
  95. package/v1/model/CreateLargeFileResponse.d.ts.map +1 -0
  96. package/v1/model/CreateLargeFileResponse.js +41 -0
  97. package/v1/model/CreateLargeFileResponse.js.map +1 -0
  98. package/v1/model/CreateRobotReq.d.ts +5 -0
  99. package/v1/model/CreateRobotReq.d.ts.map +1 -1
  100. package/v1/model/CreateRobotReq.js +10 -0
  101. package/v1/model/CreateRobotReq.js.map +1 -1
  102. package/v1/model/CreateSmartChatRoomReq.d.ts +13 -0
  103. package/v1/model/CreateSmartChatRoomReq.d.ts.map +1 -1
  104. package/v1/model/CreateSmartChatRoomReq.js +21 -1
  105. package/v1/model/CreateSmartChatRoomReq.js.map +1 -1
  106. package/v1/model/CreateTrainingJobReq.d.ts +2 -0
  107. package/v1/model/CreateTrainingJobReq.d.ts.map +1 -1
  108. package/v1/model/CreateTrainingJobReq.js +4 -0
  109. package/v1/model/CreateTrainingJobReq.js.map +1 -1
  110. package/v1/model/CreateVideoScriptsReq.d.ts +12 -0
  111. package/v1/model/CreateVideoScriptsReq.d.ts.map +1 -1
  112. package/v1/model/CreateVideoScriptsReq.js +20 -1
  113. package/v1/model/CreateVideoScriptsReq.js.map +1 -1
  114. package/v1/model/CreateWelcomeSpeechReq.d.ts +12 -0
  115. package/v1/model/CreateWelcomeSpeechReq.d.ts.map +1 -0
  116. package/v1/model/CreateWelcomeSpeechReq.js +31 -0
  117. package/v1/model/CreateWelcomeSpeechReq.js.map +1 -0
  118. package/v1/model/CreateWelcomeSpeechRequest.d.ts +23 -0
  119. package/v1/model/CreateWelcomeSpeechRequest.d.ts.map +1 -0
  120. package/v1/model/CreateWelcomeSpeechRequest.js +53 -0
  121. package/v1/model/CreateWelcomeSpeechRequest.js.map +1 -0
  122. package/v1/model/CreateWelcomeSpeechResponse.d.ts +29 -0
  123. package/v1/model/CreateWelcomeSpeechResponse.d.ts.map +1 -0
  124. package/v1/model/CreateWelcomeSpeechResponse.js +71 -0
  125. package/v1/model/CreateWelcomeSpeechResponse.js.map +1 -0
  126. package/v1/model/DeleteHotQuestionRequest.d.ts +22 -0
  127. package/v1/model/DeleteHotQuestionRequest.d.ts.map +1 -0
  128. package/v1/model/DeleteHotQuestionRequest.js +53 -0
  129. package/v1/model/DeleteHotQuestionRequest.js.map +1 -0
  130. package/v1/model/DeleteHotQuestionResponse.d.ts +9 -0
  131. package/v1/model/DeleteHotQuestionResponse.d.ts.map +1 -0
  132. package/v1/model/DeleteHotQuestionResponse.js +21 -0
  133. package/v1/model/DeleteHotQuestionResponse.js.map +1 -0
  134. package/v1/model/DeleteKnowledgeIntentRequest.d.ts +22 -0
  135. package/v1/model/DeleteKnowledgeIntentRequest.d.ts.map +1 -0
  136. package/v1/model/DeleteKnowledgeIntentRequest.js +53 -0
  137. package/v1/model/DeleteKnowledgeIntentRequest.js.map +1 -0
  138. package/v1/model/DeleteKnowledgeIntentResponse.d.ts +9 -0
  139. package/v1/model/DeleteKnowledgeIntentResponse.d.ts.map +1 -0
  140. package/v1/model/DeleteKnowledgeIntentResponse.js +21 -0
  141. package/v1/model/DeleteKnowledgeIntentResponse.js.map +1 -0
  142. package/v1/model/DeleteKnowledgeQuestionRequest.d.ts +22 -0
  143. package/v1/model/DeleteKnowledgeQuestionRequest.d.ts.map +1 -0
  144. package/v1/model/DeleteKnowledgeQuestionRequest.js +53 -0
  145. package/v1/model/DeleteKnowledgeQuestionRequest.js.map +1 -0
  146. package/v1/model/DeleteKnowledgeQuestionResponse.d.ts +9 -0
  147. package/v1/model/DeleteKnowledgeQuestionResponse.d.ts.map +1 -0
  148. package/v1/model/DeleteKnowledgeQuestionResponse.js +21 -0
  149. package/v1/model/DeleteKnowledgeQuestionResponse.js.map +1 -0
  150. package/v1/model/DeleteKnowledgeSkillRequest.d.ts +22 -0
  151. package/v1/model/DeleteKnowledgeSkillRequest.d.ts.map +1 -0
  152. package/v1/model/DeleteKnowledgeSkillRequest.js +53 -0
  153. package/v1/model/DeleteKnowledgeSkillRequest.js.map +1 -0
  154. package/v1/model/DeleteKnowledgeSkillResponse.d.ts +9 -0
  155. package/v1/model/DeleteKnowledgeSkillResponse.d.ts.map +1 -0
  156. package/v1/model/DeleteKnowledgeSkillResponse.js +21 -0
  157. package/v1/model/DeleteKnowledgeSkillResponse.js.map +1 -0
  158. package/v1/model/DeleteWelcomeSpeechRequest.d.ts +22 -0
  159. package/v1/model/DeleteWelcomeSpeechRequest.d.ts.map +1 -0
  160. package/v1/model/DeleteWelcomeSpeechRequest.js +53 -0
  161. package/v1/model/DeleteWelcomeSpeechRequest.js.map +1 -0
  162. package/v1/model/DeleteWelcomeSpeechResponse.d.ts +9 -0
  163. package/v1/model/DeleteWelcomeSpeechResponse.d.ts.map +1 -0
  164. package/v1/model/DeleteWelcomeSpeechResponse.js +21 -0
  165. package/v1/model/DeleteWelcomeSpeechResponse.js.map +1 -0
  166. package/v1/model/ExportKnowledgeSkillRequest.d.ts +28 -0
  167. package/v1/model/ExportKnowledgeSkillRequest.d.ts.map +1 -0
  168. package/v1/model/ExportKnowledgeSkillRequest.js +71 -0
  169. package/v1/model/ExportKnowledgeSkillRequest.js.map +1 -0
  170. package/v1/model/ExportKnowledgeSkillResponse.d.ts +9 -0
  171. package/v1/model/ExportKnowledgeSkillResponse.d.ts.map +1 -0
  172. package/v1/model/ExportKnowledgeSkillResponse.js +21 -0
  173. package/v1/model/ExportKnowledgeSkillResponse.js.map +1 -0
  174. package/v1/model/HotQuestionInfo.d.ts +24 -0
  175. package/v1/model/HotQuestionInfo.d.ts.map +1 -0
  176. package/v1/model/HotQuestionInfo.js +59 -0
  177. package/v1/model/HotQuestionInfo.js.map +1 -0
  178. package/v1/model/KnowledgeIntentInfo.d.ts +22 -0
  179. package/v1/model/KnowledgeIntentInfo.d.ts.map +1 -0
  180. package/v1/model/KnowledgeIntentInfo.js +51 -0
  181. package/v1/model/KnowledgeIntentInfo.js.map +1 -0
  182. package/v1/model/KnowledgeQuestionCreateInfo.d.ts +6 -0
  183. package/v1/model/KnowledgeQuestionCreateInfo.d.ts.map +1 -0
  184. package/v1/model/KnowledgeQuestionCreateInfo.js +14 -0
  185. package/v1/model/KnowledgeQuestionCreateInfo.js.map +1 -0
  186. package/v1/model/KnowledgeQuestionInfo.d.ts +22 -0
  187. package/v1/model/KnowledgeQuestionInfo.d.ts.map +1 -0
  188. package/v1/model/KnowledgeQuestionInfo.js +55 -0
  189. package/v1/model/KnowledgeQuestionInfo.js.map +1 -0
  190. package/v1/model/KnowledgeQuestionUpdateInfo.d.ts +10 -0
  191. package/v1/model/KnowledgeQuestionUpdateInfo.d.ts.map +1 -0
  192. package/v1/model/KnowledgeQuestionUpdateInfo.js +25 -0
  193. package/v1/model/KnowledgeQuestionUpdateInfo.js.map +1 -0
  194. package/v1/model/KnowledgeSkillInfo.d.ts +20 -0
  195. package/v1/model/KnowledgeSkillInfo.d.ts.map +1 -0
  196. package/v1/model/KnowledgeSkillInfo.js +47 -0
  197. package/v1/model/KnowledgeSkillInfo.js.map +1 -0
  198. package/v1/model/LargeFilesCreateReq.d.ts +28 -0
  199. package/v1/model/LargeFilesCreateReq.d.ts.map +1 -0
  200. package/v1/model/LargeFilesCreateReq.js +73 -0
  201. package/v1/model/LargeFilesCreateReq.js.map +1 -0
  202. package/v1/model/LayerConfig.d.ts +1 -1
  203. package/v1/model/LayerConfig.d.ts.map +1 -1
  204. package/v1/model/LayerConfig.js +1 -2
  205. package/v1/model/LayerConfig.js.map +1 -1
  206. package/v1/model/ListHotQuestionRequest.d.ts +32 -0
  207. package/v1/model/ListHotQuestionRequest.d.ts.map +1 -0
  208. package/v1/model/ListHotQuestionRequest.js +78 -0
  209. package/v1/model/ListHotQuestionRequest.js.map +1 -0
  210. package/v1/model/ListHotQuestionResponse.d.ts +18 -0
  211. package/v1/model/ListHotQuestionResponse.d.ts.map +1 -0
  212. package/v1/model/ListHotQuestionResponse.js +37 -0
  213. package/v1/model/ListHotQuestionResponse.js.map +1 -0
  214. package/v1/model/ListKnowledgeIntentRequest.d.ts +28 -0
  215. package/v1/model/ListKnowledgeIntentRequest.d.ts.map +1 -0
  216. package/v1/model/ListKnowledgeIntentRequest.js +68 -0
  217. package/v1/model/ListKnowledgeIntentRequest.js.map +1 -0
  218. package/v1/model/ListKnowledgeIntentResponse.d.ts +18 -0
  219. package/v1/model/ListKnowledgeIntentResponse.d.ts.map +1 -0
  220. package/v1/model/ListKnowledgeIntentResponse.js +37 -0
  221. package/v1/model/ListKnowledgeIntentResponse.js.map +1 -0
  222. package/v1/model/ListKnowledgeQuestionRequest.d.ts +28 -0
  223. package/v1/model/ListKnowledgeQuestionRequest.d.ts.map +1 -0
  224. package/v1/model/ListKnowledgeQuestionRequest.js +68 -0
  225. package/v1/model/ListKnowledgeQuestionRequest.js.map +1 -0
  226. package/v1/model/ListKnowledgeQuestionResponse.d.ts +18 -0
  227. package/v1/model/ListKnowledgeQuestionResponse.d.ts.map +1 -0
  228. package/v1/model/ListKnowledgeQuestionResponse.js +37 -0
  229. package/v1/model/ListKnowledgeQuestionResponse.js.map +1 -0
  230. package/v1/model/ListKnowledgeSkillRequest.d.ts +24 -0
  231. package/v1/model/ListKnowledgeSkillRequest.d.ts.map +1 -0
  232. package/v1/model/ListKnowledgeSkillRequest.js +57 -0
  233. package/v1/model/ListKnowledgeSkillRequest.js.map +1 -0
  234. package/v1/model/ListKnowledgeSkillResponse.d.ts +18 -0
  235. package/v1/model/ListKnowledgeSkillResponse.d.ts.map +1 -0
  236. package/v1/model/ListKnowledgeSkillResponse.js +37 -0
  237. package/v1/model/ListKnowledgeSkillResponse.js.map +1 -0
  238. package/v1/model/ListWelcomeSpeechRequest.d.ts +28 -0
  239. package/v1/model/ListWelcomeSpeechRequest.d.ts.map +1 -0
  240. package/v1/model/ListWelcomeSpeechRequest.js +68 -0
  241. package/v1/model/ListWelcomeSpeechRequest.js.map +1 -0
  242. package/v1/model/ListWelcomeSpeechResponse.d.ts +18 -0
  243. package/v1/model/ListWelcomeSpeechResponse.d.ts.map +1 -0
  244. package/v1/model/ListWelcomeSpeechResponse.js +37 -0
  245. package/v1/model/ListWelcomeSpeechResponse.js.map +1 -0
  246. package/v1/model/MobvoiConfig.d.ts +16 -0
  247. package/v1/model/MobvoiConfig.d.ts.map +1 -0
  248. package/v1/model/MobvoiConfig.js +39 -0
  249. package/v1/model/MobvoiConfig.js.map +1 -0
  250. package/v1/model/RobotInfo.d.ts +8 -0
  251. package/v1/model/RobotInfo.d.ts.map +1 -1
  252. package/v1/model/RobotInfo.js +20 -0
  253. package/v1/model/RobotInfo.js.map +1 -1
  254. package/v1/model/ShowHotQuestionRequest.d.ts +24 -0
  255. package/v1/model/ShowHotQuestionRequest.d.ts.map +1 -0
  256. package/v1/model/ShowHotQuestionRequest.js +60 -0
  257. package/v1/model/ShowHotQuestionRequest.js.map +1 -0
  258. package/v1/model/ShowHotQuestionResponse.d.ts +29 -0
  259. package/v1/model/ShowHotQuestionResponse.d.ts.map +1 -0
  260. package/v1/model/ShowHotQuestionResponse.js +71 -0
  261. package/v1/model/ShowHotQuestionResponse.js.map +1 -0
  262. package/v1/model/ShowKnowledgeIntentRequest.d.ts +24 -0
  263. package/v1/model/ShowKnowledgeIntentRequest.d.ts.map +1 -0
  264. package/v1/model/ShowKnowledgeIntentRequest.js +60 -0
  265. package/v1/model/ShowKnowledgeIntentRequest.js.map +1 -0
  266. package/v1/model/ShowKnowledgeIntentResponse.d.ts +27 -0
  267. package/v1/model/ShowKnowledgeIntentResponse.d.ts.map +1 -0
  268. package/v1/model/ShowKnowledgeIntentResponse.js +63 -0
  269. package/v1/model/ShowKnowledgeIntentResponse.js.map +1 -0
  270. package/v1/model/ShowKnowledgeQuestionRequest.d.ts +24 -0
  271. package/v1/model/ShowKnowledgeQuestionRequest.d.ts.map +1 -0
  272. package/v1/model/ShowKnowledgeQuestionRequest.js +60 -0
  273. package/v1/model/ShowKnowledgeQuestionRequest.js.map +1 -0
  274. package/v1/model/ShowKnowledgeQuestionResponse.d.ts +27 -0
  275. package/v1/model/ShowKnowledgeQuestionResponse.d.ts.map +1 -0
  276. package/v1/model/ShowKnowledgeQuestionResponse.js +65 -0
  277. package/v1/model/ShowKnowledgeQuestionResponse.js.map +1 -0
  278. package/v1/model/ShowKnowledgeSkillRequest.d.ts +24 -0
  279. package/v1/model/ShowKnowledgeSkillRequest.d.ts.map +1 -0
  280. package/v1/model/ShowKnowledgeSkillRequest.js +60 -0
  281. package/v1/model/ShowKnowledgeSkillRequest.js.map +1 -0
  282. package/v1/model/ShowKnowledgeSkillResponse.d.ts +25 -0
  283. package/v1/model/ShowKnowledgeSkillResponse.d.ts.map +1 -0
  284. package/v1/model/ShowKnowledgeSkillResponse.js +59 -0
  285. package/v1/model/ShowKnowledgeSkillResponse.js.map +1 -0
  286. package/v1/model/ShowRobotResponse.d.ts +8 -0
  287. package/v1/model/ShowRobotResponse.d.ts.map +1 -1
  288. package/v1/model/ShowRobotResponse.js +20 -0
  289. package/v1/model/ShowRobotResponse.js.map +1 -1
  290. package/v1/model/ShowSmartChatJobResponse.d.ts +13 -0
  291. package/v1/model/ShowSmartChatJobResponse.d.ts.map +1 -1
  292. package/v1/model/ShowSmartChatJobResponse.js +21 -1
  293. package/v1/model/ShowSmartChatJobResponse.js.map +1 -1
  294. package/v1/model/ShowSmartChatRoomResponse.d.ts +13 -0
  295. package/v1/model/ShowSmartChatRoomResponse.d.ts.map +1 -1
  296. package/v1/model/ShowSmartChatRoomResponse.js +21 -1
  297. package/v1/model/ShowSmartChatRoomResponse.js.map +1 -1
  298. package/v1/model/ShowVideoScriptResponse.d.ts +12 -0
  299. package/v1/model/ShowVideoScriptResponse.d.ts.map +1 -1
  300. package/v1/model/ShowVideoScriptResponse.js +20 -1
  301. package/v1/model/ShowVideoScriptResponse.js.map +1 -1
  302. package/v1/model/ShowVoiceTrainingJobResponse.d.ts +2 -0
  303. package/v1/model/ShowVoiceTrainingJobResponse.d.ts.map +1 -1
  304. package/v1/model/ShowVoiceTrainingJobResponse.js +4 -0
  305. package/v1/model/ShowVoiceTrainingJobResponse.js.map +1 -1
  306. package/v1/model/ShowWelcomeSpeechRequest.d.ts +24 -0
  307. package/v1/model/ShowWelcomeSpeechRequest.d.ts.map +1 -0
  308. package/v1/model/ShowWelcomeSpeechRequest.js +60 -0
  309. package/v1/model/ShowWelcomeSpeechRequest.js.map +1 -0
  310. package/v1/model/ShowWelcomeSpeechResponse.d.ts +29 -0
  311. package/v1/model/ShowWelcomeSpeechResponse.d.ts.map +1 -0
  312. package/v1/model/ShowWelcomeSpeechResponse.js +71 -0
  313. package/v1/model/ShowWelcomeSpeechResponse.js.map +1 -0
  314. package/v1/model/ShowWelcomeSpeechSwitchRequest.d.ts +24 -0
  315. package/v1/model/ShowWelcomeSpeechSwitchRequest.d.ts.map +1 -0
  316. package/v1/model/ShowWelcomeSpeechSwitchRequest.js +60 -0
  317. package/v1/model/ShowWelcomeSpeechSwitchRequest.js.map +1 -0
  318. package/v1/model/ShowWelcomeSpeechSwitchResponse.d.ts +13 -0
  319. package/v1/model/ShowWelcomeSpeechSwitchResponse.d.ts.map +1 -0
  320. package/v1/model/ShowWelcomeSpeechSwitchResponse.js +31 -0
  321. package/v1/model/ShowWelcomeSpeechSwitchResponse.js.map +1 -0
  322. package/v1/model/SmartLayerConfig.d.ts +8 -2
  323. package/v1/model/SmartLayerConfig.d.ts.map +1 -1
  324. package/v1/model/SmartLayerConfig.js +12 -2
  325. package/v1/model/SmartLayerConfig.js.map +1 -1
  326. package/v1/model/SmartTextLayerConfig.d.ts +36 -0
  327. package/v1/model/SmartTextLayerConfig.d.ts.map +1 -0
  328. package/v1/model/SmartTextLayerConfig.js +78 -0
  329. package/v1/model/SmartTextLayerConfig.js.map +1 -0
  330. package/v1/model/StartSmartChatJobResponse.d.ts +13 -0
  331. package/v1/model/StartSmartChatJobResponse.d.ts.map +1 -1
  332. package/v1/model/StartSmartChatJobResponse.js +21 -1
  333. package/v1/model/StartSmartChatJobResponse.js.map +1 -1
  334. package/v1/model/TrainingJobInfo.d.ts +2 -0
  335. package/v1/model/TrainingJobInfo.d.ts.map +1 -1
  336. package/v1/model/TrainingJobInfo.js +4 -0
  337. package/v1/model/TrainingJobInfo.js.map +1 -1
  338. package/v1/model/TriggerProcess.d.ts +4 -0
  339. package/v1/model/TriggerProcess.d.ts.map +1 -1
  340. package/v1/model/TriggerProcess.js +10 -0
  341. package/v1/model/TriggerProcess.js.map +1 -1
  342. package/v1/model/UpdateBatchKnowledgeQuestionReq.d.ts +9 -0
  343. package/v1/model/UpdateBatchKnowledgeQuestionReq.d.ts.map +1 -0
  344. package/v1/model/UpdateBatchKnowledgeQuestionReq.js +20 -0
  345. package/v1/model/UpdateBatchKnowledgeQuestionReq.js.map +1 -0
  346. package/v1/model/UpdateBatchKnowledgeQuestionRequest.d.ts +23 -0
  347. package/v1/model/UpdateBatchKnowledgeQuestionRequest.d.ts.map +1 -0
  348. package/v1/model/UpdateBatchKnowledgeQuestionRequest.js +53 -0
  349. package/v1/model/UpdateBatchKnowledgeQuestionRequest.js.map +1 -0
  350. package/v1/model/UpdateBatchKnowledgeQuestionResponse.d.ts +9 -0
  351. package/v1/model/UpdateBatchKnowledgeQuestionResponse.d.ts.map +1 -0
  352. package/v1/model/UpdateBatchKnowledgeQuestionResponse.js +21 -0
  353. package/v1/model/UpdateBatchKnowledgeQuestionResponse.js.map +1 -0
  354. package/v1/model/UpdateHotQuestionReq.d.ts +8 -0
  355. package/v1/model/UpdateHotQuestionReq.d.ts.map +1 -0
  356. package/v1/model/UpdateHotQuestionReq.js +19 -0
  357. package/v1/model/UpdateHotQuestionReq.js.map +1 -0
  358. package/v1/model/UpdateHotQuestionRequest.d.ts +27 -0
  359. package/v1/model/UpdateHotQuestionRequest.d.ts.map +1 -0
  360. package/v1/model/UpdateHotQuestionRequest.js +64 -0
  361. package/v1/model/UpdateHotQuestionRequest.js.map +1 -0
  362. package/v1/model/UpdateHotQuestionResponse.d.ts +29 -0
  363. package/v1/model/UpdateHotQuestionResponse.d.ts.map +1 -0
  364. package/v1/model/UpdateHotQuestionResponse.js +71 -0
  365. package/v1/model/UpdateHotQuestionResponse.js.map +1 -0
  366. package/v1/model/UpdateKnowledgeIntentReq.d.ts +8 -0
  367. package/v1/model/UpdateKnowledgeIntentReq.d.ts.map +1 -0
  368. package/v1/model/UpdateKnowledgeIntentReq.js +17 -0
  369. package/v1/model/UpdateKnowledgeIntentReq.js.map +1 -0
  370. package/v1/model/UpdateKnowledgeIntentRequest.d.ts +27 -0
  371. package/v1/model/UpdateKnowledgeIntentRequest.d.ts.map +1 -0
  372. package/v1/model/UpdateKnowledgeIntentRequest.js +64 -0
  373. package/v1/model/UpdateKnowledgeIntentRequest.js.map +1 -0
  374. package/v1/model/UpdateKnowledgeIntentResponse.d.ts +9 -0
  375. package/v1/model/UpdateKnowledgeIntentResponse.d.ts.map +1 -0
  376. package/v1/model/UpdateKnowledgeIntentResponse.js +21 -0
  377. package/v1/model/UpdateKnowledgeIntentResponse.js.map +1 -0
  378. package/v1/model/UpdateKnowledgeQuestionReq.d.ts +6 -0
  379. package/v1/model/UpdateKnowledgeQuestionReq.d.ts.map +1 -0
  380. package/v1/model/UpdateKnowledgeQuestionReq.js +13 -0
  381. package/v1/model/UpdateKnowledgeQuestionReq.js.map +1 -0
  382. package/v1/model/UpdateKnowledgeQuestionRequest.d.ts +27 -0
  383. package/v1/model/UpdateKnowledgeQuestionRequest.d.ts.map +1 -0
  384. package/v1/model/UpdateKnowledgeQuestionRequest.js +64 -0
  385. package/v1/model/UpdateKnowledgeQuestionRequest.js.map +1 -0
  386. package/v1/model/UpdateKnowledgeQuestionResponse.d.ts +9 -0
  387. package/v1/model/UpdateKnowledgeQuestionResponse.d.ts.map +1 -0
  388. package/v1/model/UpdateKnowledgeQuestionResponse.js +21 -0
  389. package/v1/model/UpdateKnowledgeQuestionResponse.js.map +1 -0
  390. package/v1/model/UpdateKnowledgeSkillReq.d.ts +8 -0
  391. package/v1/model/UpdateKnowledgeSkillReq.d.ts.map +1 -0
  392. package/v1/model/UpdateKnowledgeSkillReq.js +17 -0
  393. package/v1/model/UpdateKnowledgeSkillReq.js.map +1 -0
  394. package/v1/model/UpdateKnowledgeSkillRequest.d.ts +27 -0
  395. package/v1/model/UpdateKnowledgeSkillRequest.d.ts.map +1 -0
  396. package/v1/model/UpdateKnowledgeSkillRequest.js +64 -0
  397. package/v1/model/UpdateKnowledgeSkillRequest.js.map +1 -0
  398. package/v1/model/UpdateKnowledgeSkillResponse.d.ts +9 -0
  399. package/v1/model/UpdateKnowledgeSkillResponse.d.ts.map +1 -0
  400. package/v1/model/UpdateKnowledgeSkillResponse.js +21 -0
  401. package/v1/model/UpdateKnowledgeSkillResponse.js.map +1 -0
  402. package/v1/model/UpdateRobotReq.d.ts +5 -0
  403. package/v1/model/UpdateRobotReq.d.ts.map +1 -1
  404. package/v1/model/UpdateRobotReq.js +10 -0
  405. package/v1/model/UpdateRobotReq.js.map +1 -1
  406. package/v1/model/UpdateSmartChatRoomResponse.d.ts +13 -0
  407. package/v1/model/UpdateSmartChatRoomResponse.d.ts.map +1 -1
  408. package/v1/model/UpdateSmartChatRoomResponse.js +21 -1
  409. package/v1/model/UpdateSmartChatRoomResponse.js.map +1 -1
  410. package/v1/model/UpdateVideoScriptsReq.d.ts +12 -0
  411. package/v1/model/UpdateVideoScriptsReq.d.ts.map +1 -1
  412. package/v1/model/UpdateVideoScriptsReq.js +20 -1
  413. package/v1/model/UpdateVideoScriptsReq.js.map +1 -1
  414. package/v1/model/UpdateWelcomeSpeechReq.d.ts +8 -0
  415. package/v1/model/UpdateWelcomeSpeechReq.d.ts.map +1 -0
  416. package/v1/model/UpdateWelcomeSpeechReq.js +19 -0
  417. package/v1/model/UpdateWelcomeSpeechReq.js.map +1 -0
  418. package/v1/model/UpdateWelcomeSpeechRequest.d.ts +27 -0
  419. package/v1/model/UpdateWelcomeSpeechRequest.d.ts.map +1 -0
  420. package/v1/model/UpdateWelcomeSpeechRequest.js +64 -0
  421. package/v1/model/UpdateWelcomeSpeechRequest.js.map +1 -0
  422. package/v1/model/UpdateWelcomeSpeechResponse.d.ts +29 -0
  423. package/v1/model/UpdateWelcomeSpeechResponse.d.ts.map +1 -0
  424. package/v1/model/UpdateWelcomeSpeechResponse.js +71 -0
  425. package/v1/model/UpdateWelcomeSpeechResponse.js.map +1 -0
  426. package/v1/model/UpdateWelcomeSpeechSwitchReq.d.ts +12 -0
  427. package/v1/model/UpdateWelcomeSpeechSwitchReq.d.ts.map +1 -0
  428. package/v1/model/UpdateWelcomeSpeechSwitchReq.js +31 -0
  429. package/v1/model/UpdateWelcomeSpeechSwitchReq.js.map +1 -0
  430. package/v1/model/UpdateWelcomeSpeechSwitchRequest.d.ts +23 -0
  431. package/v1/model/UpdateWelcomeSpeechSwitchRequest.d.ts.map +1 -0
  432. package/v1/model/UpdateWelcomeSpeechSwitchRequest.js +53 -0
  433. package/v1/model/UpdateWelcomeSpeechSwitchRequest.js.map +1 -0
  434. package/v1/model/UpdateWelcomeSpeechSwitchResponse.d.ts +9 -0
  435. package/v1/model/UpdateWelcomeSpeechSwitchResponse.d.ts.map +1 -0
  436. package/v1/model/UpdateWelcomeSpeechSwitchResponse.js +21 -0
  437. package/v1/model/UpdateWelcomeSpeechSwitchResponse.js.map +1 -0
  438. package/v1/model/VideoScriptsCreateInfo.d.ts +12 -0
  439. package/v1/model/VideoScriptsCreateInfo.d.ts.map +1 -1
  440. package/v1/model/VideoScriptsCreateInfo.js +20 -1
  441. package/v1/model/VideoScriptsCreateInfo.js.map +1 -1
  442. package/v1/model/VideoScriptsShowInfo.d.ts +12 -0
  443. package/v1/model/VideoScriptsShowInfo.d.ts.map +1 -1
  444. package/v1/model/VideoScriptsShowInfo.js +20 -1
  445. package/v1/model/VideoScriptsShowInfo.js.map +1 -1
  446. package/v1/model/VideoScriptsSimpleInfo.d.ts +12 -0
  447. package/v1/model/VideoScriptsSimpleInfo.d.ts.map +1 -1
  448. package/v1/model/VideoScriptsSimpleInfo.js +20 -1
  449. package/v1/model/VideoScriptsSimpleInfo.js.map +1 -1
  450. package/v1/model/WelcomeSpeechInfo.d.ts +24 -0
  451. package/v1/model/WelcomeSpeechInfo.d.ts.map +1 -0
  452. package/v1/model/WelcomeSpeechInfo.js +59 -0
  453. package/v1/model/WelcomeSpeechInfo.js.map +1 -0
  454. package/v1/public-api.d.ts +90 -0
  455. package/v1/public-api.d.ts.map +1 -1
  456. package/v1/public-api.js +90 -0
  457. package/v1/public-api.js.map +1 -1
@@ -22,6 +22,8 @@ import { CreateActiveCodeRequest } from './model/CreateActiveCodeRequest';
22
22
  import { CreateActiveCodeResponse } from './model/CreateActiveCodeResponse';
23
23
  import { CreateAssetbyReplicationInfoRequest } from './model/CreateAssetbyReplicationInfoRequest';
24
24
  import { CreateAssetbyReplicationInfoResponse } from './model/CreateAssetbyReplicationInfoResponse';
25
+ import { CreateBatchKnowledgeQuestionRequest } from './model/CreateBatchKnowledgeQuestionRequest';
26
+ import { CreateBatchKnowledgeQuestionResponse } from './model/CreateBatchKnowledgeQuestionResponse';
25
27
  import { CreateDialogUrlRequest } from './model/CreateDialogUrlRequest';
26
28
  import { CreateDialogUrlResponse } from './model/CreateDialogUrlResponse';
27
29
  import { CreateDigitalAssetRequest } from './model/CreateDigitalAssetRequest';
@@ -32,8 +34,20 @@ import { CreateFacialAnimationsRequest } from './model/CreateFacialAnimationsReq
32
34
  import { CreateFacialAnimationsResponse } from './model/CreateFacialAnimationsResponse';
33
35
  import { CreateFileRequest } from './model/CreateFileRequest';
34
36
  import { CreateFileResponse } from './model/CreateFileResponse';
37
+ import { CreateHotQuestionRequest } from './model/CreateHotQuestionRequest';
38
+ import { CreateHotQuestionResponse } from './model/CreateHotQuestionResponse';
39
+ import { CreateIntentAndQuestionRequest } from './model/CreateIntentAndQuestionRequest';
40
+ import { CreateIntentAndQuestionResponse } from './model/CreateIntentAndQuestionResponse';
35
41
  import { CreateInteractionRuleGroupRequest } from './model/CreateInteractionRuleGroupRequest';
36
42
  import { CreateInteractionRuleGroupResponse } from './model/CreateInteractionRuleGroupResponse';
43
+ import { CreateKnowledgeIntentRequest } from './model/CreateKnowledgeIntentRequest';
44
+ import { CreateKnowledgeIntentResponse } from './model/CreateKnowledgeIntentResponse';
45
+ import { CreateKnowledgeQuestionRequest } from './model/CreateKnowledgeQuestionRequest';
46
+ import { CreateKnowledgeQuestionResponse } from './model/CreateKnowledgeQuestionResponse';
47
+ import { CreateKnowledgeSkillRequest } from './model/CreateKnowledgeSkillRequest';
48
+ import { CreateKnowledgeSkillResponse } from './model/CreateKnowledgeSkillResponse';
49
+ import { CreateLargeFileRequest } from './model/CreateLargeFileRequest';
50
+ import { CreateLargeFileResponse } from './model/CreateLargeFileResponse';
37
51
  import { CreateOnceCodeRequest } from './model/CreateOnceCodeRequest';
38
52
  import { CreateOnceCodeResponse } from './model/CreateOnceCodeResponse';
39
53
  import { CreatePhotoDetectionRequest } from './model/CreatePhotoDetectionRequest';
@@ -64,6 +78,8 @@ import { CreateVideoMotionCaptureJobRequest } from './model/CreateVideoMotionCap
64
78
  import { CreateVideoMotionCaptureJobResponse } from './model/CreateVideoMotionCaptureJobResponse';
65
79
  import { CreateVideoScriptsRequest } from './model/CreateVideoScriptsRequest';
66
80
  import { CreateVideoScriptsResponse } from './model/CreateVideoScriptsResponse';
81
+ import { CreateWelcomeSpeechRequest } from './model/CreateWelcomeSpeechRequest';
82
+ import { CreateWelcomeSpeechResponse } from './model/CreateWelcomeSpeechResponse';
67
83
  import { Delete2dModelTrainingJobRequest } from './model/Delete2dModelTrainingJobRequest';
68
84
  import { Delete2dModelTrainingJobResponse } from './model/Delete2dModelTrainingJobResponse';
69
85
  import { DeleteActiveCodeRequest } from './model/DeleteActiveCodeRequest';
@@ -74,8 +90,16 @@ import { DeleteDigitalHumanBusinessCardRequest } from './model/DeleteDigitalHuma
74
90
  import { DeleteDigitalHumanBusinessCardResponse } from './model/DeleteDigitalHumanBusinessCardResponse';
75
91
  import { DeleteFileRequest } from './model/DeleteFileRequest';
76
92
  import { DeleteFileResponse } from './model/DeleteFileResponse';
93
+ import { DeleteHotQuestionRequest } from './model/DeleteHotQuestionRequest';
94
+ import { DeleteHotQuestionResponse } from './model/DeleteHotQuestionResponse';
77
95
  import { DeleteInteractionRuleGroupRequest } from './model/DeleteInteractionRuleGroupRequest';
78
96
  import { DeleteInteractionRuleGroupResponse } from './model/DeleteInteractionRuleGroupResponse';
97
+ import { DeleteKnowledgeIntentRequest } from './model/DeleteKnowledgeIntentRequest';
98
+ import { DeleteKnowledgeIntentResponse } from './model/DeleteKnowledgeIntentResponse';
99
+ import { DeleteKnowledgeQuestionRequest } from './model/DeleteKnowledgeQuestionRequest';
100
+ import { DeleteKnowledgeQuestionResponse } from './model/DeleteKnowledgeQuestionResponse';
101
+ import { DeleteKnowledgeSkillRequest } from './model/DeleteKnowledgeSkillRequest';
102
+ import { DeleteKnowledgeSkillResponse } from './model/DeleteKnowledgeSkillResponse';
79
103
  import { DeleteRobotRequest } from './model/DeleteRobotRequest';
80
104
  import { DeleteRobotResponse } from './model/DeleteRobotResponse';
81
105
  import { DeleteSmartChatRoomRequest } from './model/DeleteSmartChatRoomRequest';
@@ -86,12 +110,16 @@ import { DeleteVideoScriptRequest } from './model/DeleteVideoScriptRequest';
86
110
  import { DeleteVideoScriptResponse } from './model/DeleteVideoScriptResponse';
87
111
  import { DeleteVoiceTrainingJobRequest } from './model/DeleteVoiceTrainingJobRequest';
88
112
  import { DeleteVoiceTrainingJobResponse } from './model/DeleteVoiceTrainingJobResponse';
113
+ import { DeleteWelcomeSpeechRequest } from './model/DeleteWelcomeSpeechRequest';
114
+ import { DeleteWelcomeSpeechResponse } from './model/DeleteWelcomeSpeechResponse';
89
115
  import { Execute2dModelTrainingCommandByUserRequest } from './model/Execute2dModelTrainingCommandByUserRequest';
90
116
  import { Execute2dModelTrainingCommandByUserResponse } from './model/Execute2dModelTrainingCommandByUserResponse';
91
117
  import { ExecuteSmartLiveCommandRequest } from './model/ExecuteSmartLiveCommandRequest';
92
118
  import { ExecuteSmartLiveCommandResponse } from './model/ExecuteSmartLiveCommandResponse';
93
119
  import { ExecuteVideoMotionCaptureCommandRequest } from './model/ExecuteVideoMotionCaptureCommandRequest';
94
120
  import { ExecuteVideoMotionCaptureCommandResponse } from './model/ExecuteVideoMotionCaptureCommandResponse';
121
+ import { ExportKnowledgeSkillRequest } from './model/ExportKnowledgeSkillRequest';
122
+ import { ExportKnowledgeSkillResponse } from './model/ExportKnowledgeSkillResponse';
95
123
  import { List2dModelTrainingJobRequest } from './model/List2dModelTrainingJobRequest';
96
124
  import { List2dModelTrainingJobResponse } from './model/List2dModelTrainingJobResponse';
97
125
  import { ListActiveCodeRequest } from './model/ListActiveCodeRequest';
@@ -106,8 +134,16 @@ import { ListDigitalHumanVideoRequest } from './model/ListDigitalHumanVideoReque
106
134
  import { ListDigitalHumanVideoResponse } from './model/ListDigitalHumanVideoResponse';
107
135
  import { ListFacialAnimationsDataRequest } from './model/ListFacialAnimationsDataRequest';
108
136
  import { ListFacialAnimationsDataResponse } from './model/ListFacialAnimationsDataResponse';
137
+ import { ListHotQuestionRequest } from './model/ListHotQuestionRequest';
138
+ import { ListHotQuestionResponse } from './model/ListHotQuestionResponse';
109
139
  import { ListInteractionRuleGroupsRequest } from './model/ListInteractionRuleGroupsRequest';
110
140
  import { ListInteractionRuleGroupsResponse } from './model/ListInteractionRuleGroupsResponse';
141
+ import { ListKnowledgeIntentRequest } from './model/ListKnowledgeIntentRequest';
142
+ import { ListKnowledgeIntentResponse } from './model/ListKnowledgeIntentResponse';
143
+ import { ListKnowledgeQuestionRequest } from './model/ListKnowledgeQuestionRequest';
144
+ import { ListKnowledgeQuestionResponse } from './model/ListKnowledgeQuestionResponse';
145
+ import { ListKnowledgeSkillRequest } from './model/ListKnowledgeSkillRequest';
146
+ import { ListKnowledgeSkillResponse } from './model/ListKnowledgeSkillResponse';
111
147
  import { ListPictureModelingJobsRequest } from './model/ListPictureModelingJobsRequest';
112
148
  import { ListPictureModelingJobsResponse } from './model/ListPictureModelingJobsResponse';
113
149
  import { ListRobotRequest } from './model/ListRobotRequest';
@@ -132,6 +168,8 @@ import { ListVideoScriptsRequest } from './model/ListVideoScriptsRequest';
132
168
  import { ListVideoScriptsResponse } from './model/ListVideoScriptsResponse';
133
169
  import { ListVoiceTrainingJobRequest } from './model/ListVoiceTrainingJobRequest';
134
170
  import { ListVoiceTrainingJobResponse } from './model/ListVoiceTrainingJobResponse';
171
+ import { ListWelcomeSpeechRequest } from './model/ListWelcomeSpeechRequest';
172
+ import { ListWelcomeSpeechResponse } from './model/ListWelcomeSpeechResponse';
135
173
  import { LiveEventReportRequest } from './model/LiveEventReportRequest';
136
174
  import { LiveEventReportResponse } from './model/LiveEventReportResponse';
137
175
  import { ResetActiveCodeRequest } from './model/ResetActiveCodeRequest';
@@ -150,10 +188,18 @@ import { ShowAssetRequest } from './model/ShowAssetRequest';
150
188
  import { ShowAssetResponse } from './model/ShowAssetResponse';
151
189
  import { ShowDigitalHumanBusinessCardRequest } from './model/ShowDigitalHumanBusinessCardRequest';
152
190
  import { ShowDigitalHumanBusinessCardResponse } from './model/ShowDigitalHumanBusinessCardResponse';
191
+ import { ShowHotQuestionRequest } from './model/ShowHotQuestionRequest';
192
+ import { ShowHotQuestionResponse } from './model/ShowHotQuestionResponse';
153
193
  import { ShowJobAuditResultRequest } from './model/ShowJobAuditResultRequest';
154
194
  import { ShowJobAuditResultResponse } from './model/ShowJobAuditResultResponse';
155
195
  import { ShowJobUploadingAddressRequest } from './model/ShowJobUploadingAddressRequest';
156
196
  import { ShowJobUploadingAddressResponse } from './model/ShowJobUploadingAddressResponse';
197
+ import { ShowKnowledgeIntentRequest } from './model/ShowKnowledgeIntentRequest';
198
+ import { ShowKnowledgeIntentResponse } from './model/ShowKnowledgeIntentResponse';
199
+ import { ShowKnowledgeQuestionRequest } from './model/ShowKnowledgeQuestionRequest';
200
+ import { ShowKnowledgeQuestionResponse } from './model/ShowKnowledgeQuestionResponse';
201
+ import { ShowKnowledgeSkillRequest } from './model/ShowKnowledgeSkillRequest';
202
+ import { ShowKnowledgeSkillResponse } from './model/ShowKnowledgeSkillResponse';
157
203
  import { ShowPhotoDetectionRequest } from './model/ShowPhotoDetectionRequest';
158
204
  import { ShowPhotoDetectionResponse } from './model/ShowPhotoDetectionResponse';
159
205
  import { ShowPhotoDigitalHumanVideoRequest } from './model/ShowPhotoDigitalHumanVideoRequest';
@@ -180,6 +226,10 @@ import { ShowVideoScriptRequest } from './model/ShowVideoScriptRequest';
180
226
  import { ShowVideoScriptResponse } from './model/ShowVideoScriptResponse';
181
227
  import { ShowVoiceTrainingJobRequest } from './model/ShowVoiceTrainingJobRequest';
182
228
  import { ShowVoiceTrainingJobResponse } from './model/ShowVoiceTrainingJobResponse';
229
+ import { ShowWelcomeSpeechRequest } from './model/ShowWelcomeSpeechRequest';
230
+ import { ShowWelcomeSpeechResponse } from './model/ShowWelcomeSpeechResponse';
231
+ import { ShowWelcomeSpeechSwitchRequest } from './model/ShowWelcomeSpeechSwitchRequest';
232
+ import { ShowWelcomeSpeechSwitchResponse } from './model/ShowWelcomeSpeechSwitchResponse';
183
233
  import { StartSmartChatJobRequest } from './model/StartSmartChatJobRequest';
184
234
  import { StartSmartChatJobResponse } from './model/StartSmartChatJobResponse';
185
235
  import { StartSmartLiveRequest } from './model/StartSmartLiveRequest';
@@ -194,12 +244,22 @@ import { Update2dModelTrainingJobRequest } from './model/Update2dModelTrainingJo
194
244
  import { Update2dModelTrainingJobResponse } from './model/Update2dModelTrainingJobResponse';
195
245
  import { UpdateActiveCodeRequest } from './model/UpdateActiveCodeRequest';
196
246
  import { UpdateActiveCodeResponse } from './model/UpdateActiveCodeResponse';
247
+ import { UpdateBatchKnowledgeQuestionRequest } from './model/UpdateBatchKnowledgeQuestionRequest';
248
+ import { UpdateBatchKnowledgeQuestionResponse } from './model/UpdateBatchKnowledgeQuestionResponse';
197
249
  import { UpdateDigitalAssetRequest } from './model/UpdateDigitalAssetRequest';
198
250
  import { UpdateDigitalAssetResponse } from './model/UpdateDigitalAssetResponse';
199
251
  import { UpdateDigitalHumanBusinessCardRequest } from './model/UpdateDigitalHumanBusinessCardRequest';
200
252
  import { UpdateDigitalHumanBusinessCardResponse } from './model/UpdateDigitalHumanBusinessCardResponse';
253
+ import { UpdateHotQuestionRequest } from './model/UpdateHotQuestionRequest';
254
+ import { UpdateHotQuestionResponse } from './model/UpdateHotQuestionResponse';
201
255
  import { UpdateInteractionRuleGroupRequest } from './model/UpdateInteractionRuleGroupRequest';
202
256
  import { UpdateInteractionRuleGroupResponse } from './model/UpdateInteractionRuleGroupResponse';
257
+ import { UpdateKnowledgeIntentRequest } from './model/UpdateKnowledgeIntentRequest';
258
+ import { UpdateKnowledgeIntentResponse } from './model/UpdateKnowledgeIntentResponse';
259
+ import { UpdateKnowledgeQuestionRequest } from './model/UpdateKnowledgeQuestionRequest';
260
+ import { UpdateKnowledgeQuestionResponse } from './model/UpdateKnowledgeQuestionResponse';
261
+ import { UpdateKnowledgeSkillRequest } from './model/UpdateKnowledgeSkillRequest';
262
+ import { UpdateKnowledgeSkillResponse } from './model/UpdateKnowledgeSkillResponse';
203
263
  import { UpdateRobotRequest } from './model/UpdateRobotRequest';
204
264
  import { UpdateRobotResponse } from './model/UpdateRobotResponse';
205
265
  import { UpdateSmartChatRoomRequest } from './model/UpdateSmartChatRoomRequest';
@@ -208,6 +268,10 @@ import { UpdateSmartLiveRoomRequest } from './model/UpdateSmartLiveRoomRequest';
208
268
  import { UpdateSmartLiveRoomResponse } from './model/UpdateSmartLiveRoomResponse';
209
269
  import { UpdateVideoScriptRequest } from './model/UpdateVideoScriptRequest';
210
270
  import { UpdateVideoScriptResponse } from './model/UpdateVideoScriptResponse';
271
+ import { UpdateWelcomeSpeechRequest } from './model/UpdateWelcomeSpeechRequest';
272
+ import { UpdateWelcomeSpeechResponse } from './model/UpdateWelcomeSpeechResponse';
273
+ import { UpdateWelcomeSpeechSwitchRequest } from './model/UpdateWelcomeSpeechSwitchRequest';
274
+ import { UpdateWelcomeSpeechSwitchResponse } from './model/UpdateWelcomeSpeechSwitchResponse';
211
275
  export declare class MetaStudioClient {
212
276
  static newBuilder(): ClientBuilder<MetaStudioClient>;
213
277
  private hcClient;
@@ -777,110 +841,104 @@ export declare class MetaStudioClient {
777
841
  */
778
842
  createFile(createFileRequest?: CreateFileRequest): Promise<CreateFileResponse>;
779
843
  /**
780
- * 该接口用于删除媒体资产库中指定的文件。
844
+ * 该接口用于创建大文件(超过5G),获取分段上传URL。
781
845
  *
782
846
  * Please refer to HUAWEI cloud API Explorer for details.
783
847
  *
784
- * @summary 删除文件
785
- * @param {string} fileId 文件ID。
848
+ * @summary 创建大文件
849
+ * @param {LargeFilesCreateReq} createLargeFileRequestBody 创建文件请求。
786
850
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
787
851
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
788
852
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
789
853
  * @param {*} [options] Override http request option.
790
854
  * @throws {RequiredError}
791
855
  */
792
- deleteFile(deleteFileRequest?: DeleteFileRequest): Promise<DeleteFileResponse>;
856
+ createLargeFile(createLargeFileRequest?: CreateLargeFileRequest): Promise<CreateLargeFileResponse>;
793
857
  /**
794
- * 该接口用于创建一次性鉴权码,有效期5分钟,鉴权码只能使用一次,每次使用后需要重新获取。
795
- * &gt; 接口只能通过第三方后台调用,不能在浏览器前台直接调用,否则会有跨域问题。
858
+ * 该接口用于删除媒体资产库中指定的文件。
796
859
  *
797
860
  * Please refer to HUAWEI cloud API Explorer for details.
798
861
  *
799
- * @summary 创建一次性鉴权码
862
+ * @summary 删除文件
863
+ * @param {string} fileId 文件ID。
800
864
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
801
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
802
- * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
865
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
803
866
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
804
867
  * @param {*} [options] Override http request option.
805
868
  * @throws {RequiredError}
806
869
  */
807
- createOnceCode(createOnceCodeRequest?: CreateOnceCodeRequest): Promise<CreateOnceCodeResponse>;
870
+ deleteFile(deleteFileRequest?: DeleteFileRequest): Promise<DeleteFileResponse>;
808
871
  /**
809
- * 该接口用于从URL中获取图片进行照片建模任务。
872
+ * 该接口用于创建热点问题。
810
873
  *
811
874
  * Please refer to HUAWEI cloud API Explorer for details.
812
875
  *
813
- * @summary 基于图片URL创建照片建模任务
814
- * @param {PictureModelingByUrlReq} createPictureModelingByUrlJobRequestBody 建模请求
876
+ * @summary 创建热点问题
877
+ * @param {CreateHotQuestionReq} createHotQuestionRequestBody 创建热点问题请求。
815
878
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
816
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
879
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
817
880
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
818
881
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
819
882
  * @param {*} [options] Override http request option.
820
883
  * @throws {RequiredError}
821
884
  */
822
- createPictureModelingByUrlJob(createPictureModelingByUrlJobRequest?: CreatePictureModelingByUrlJobRequest): Promise<CreatePictureModelingByUrlJobResponse>;
885
+ createHotQuestion(createHotQuestionRequest?: CreateHotQuestionRequest): Promise<CreateHotQuestionResponse>;
823
886
  /**
824
- * 该接口用于创建风格化照片建模任务。通过上传照片,生成风格化数字人模型。
887
+ * 该接口用于删除热点问题。
825
888
  *
826
889
  * Please refer to HUAWEI cloud API Explorer for details.
827
890
  *
828
- * @summary 创建照片建模任务
829
- * @param {any} file 照片文件。 &gt; 只能上传jpg/jpeg/png格式文件, 最大分辨率为3840*2160
830
- * @param {string} styleId 数字人风格ID。 * system_male_001:男性风格01 * system_female_001:女性风格01 * system_male_002:男性风格02 * system_female_002:女性风格02
831
- * @param {string} name 数字人模型名称,首次创建时使用。
891
+ * @summary 删除热点问题
892
+ * @param {Array<string>} deleteHotQuestionRequestBody 热点问题ID列表
832
893
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
833
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
894
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
834
895
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
835
896
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
836
- * @param {string} [notifyUrl] 照片建模任务结束的回调地址。
837
897
  * @param {*} [options] Override http request option.
838
898
  * @throws {RequiredError}
839
899
  */
840
- createPictureModelingJob(createPictureModelingJobRequest?: CreatePictureModelingJobRequest): Promise<CreatePictureModelingJobResponse>;
900
+ deleteHotQuestion(deleteHotQuestionRequest?: DeleteHotQuestionRequest): Promise<DeleteHotQuestionResponse>;
841
901
  /**
842
- * 该接口用于查询风格化照片建模任务列表。
902
+ * 该接口用于查询热点问题列表。
843
903
  *
844
904
  * Please refer to HUAWEI cloud API Explorer for details.
845
905
  *
846
- * @summary 照片建模任务列表查询
906
+ * @summary 查询热点问题列表
907
+ * @param {string} robotId 机器人ID。
847
908
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
848
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
909
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
849
910
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
850
911
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
851
912
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
852
913
  * @param {number} [limit] 每页显示的条目数量。
853
- * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
854
- * @param {string} [sortKey] 排序字段,目前只支持create_time。
855
914
  * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
856
- * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
857
- * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
858
915
  * @param {*} [options] Override http request option.
859
916
  * @throws {RequiredError}
860
917
  */
861
- listPictureModelingJobs(listPictureModelingJobsRequest?: ListPictureModelingJobsRequest): Promise<ListPictureModelingJobsResponse>;
918
+ listHotQuestion(listHotQuestionRequest?: ListHotQuestionRequest): Promise<ListHotQuestionResponse>;
862
919
  /**
863
- * 该接口用于风格化查询照片建模任务详情。
920
+ * 该接口用于查询热点问题详情。
864
921
  *
865
922
  * Please refer to HUAWEI cloud API Explorer for details.
866
923
  *
867
- * @summary 照片建模任务详情查询
868
- * @param {string} jobId 任务ID。
924
+ * @summary 查询热点问题详情
925
+ * @param {string} hotQuestionId 热点问题ID。
869
926
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
870
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
927
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
871
928
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
872
929
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
873
930
  * @param {*} [options] Override http request option.
874
931
  * @throws {RequiredError}
875
932
  */
876
- showPictureModelingJob(showPictureModelingJobRequest?: ShowPictureModelingJobRequest): Promise<ShowPictureModelingJobResponse>;
933
+ showHotQuestion(showHotQuestionRequest?: ShowHotQuestionRequest): Promise<ShowHotQuestionResponse>;
877
934
  /**
878
- * 该接口用于创建应用。
935
+ * 该接口用于修改热点问题。
879
936
  *
880
937
  * Please refer to HUAWEI cloud API Explorer for details.
881
938
  *
882
- * @summary 创建应用
883
- * @param {CreateRobotReq} createRobotRequestBody 创建应用请求。
939
+ * @summary 修改热点问题
940
+ * @param {string} hotQuestionId 热点问题ID。
941
+ * @param {UpdateHotQuestionReq} updateHotQuestionRequestBody 修改热点问题请求。
884
942
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
885
943
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
886
944
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -888,14 +946,14 @@ export declare class MetaStudioClient {
888
946
  * @param {*} [options] Override http request option.
889
947
  * @throws {RequiredError}
890
948
  */
891
- createRobot(createRobotRequest?: CreateRobotRequest): Promise<CreateRobotResponse>;
949
+ updateHotQuestion(updateHotQuestionRequest?: UpdateHotQuestionRequest): Promise<UpdateHotQuestionResponse>;
892
950
  /**
893
- * 该接口用于删除应用。
951
+ * 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。
894
952
  *
895
953
  * Please refer to HUAWEI cloud API Explorer for details.
896
954
  *
897
- * @summary 删除应用
898
- * @param {Array<string>} deleteRobotRequestBody 应用ID列表
955
+ * @summary 创建知识库意图和问法
956
+ * @param {CreateIntentAndQuestionReq} createIntentAndQuestionRequestBody 创建知识库意图和问法请求。
899
957
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
900
958
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
901
959
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -903,31 +961,29 @@ export declare class MetaStudioClient {
903
961
  * @param {*} [options] Override http request option.
904
962
  * @throws {RequiredError}
905
963
  */
906
- deleteRobot(deleteRobotRequest?: DeleteRobotRequest): Promise<DeleteRobotResponse>;
964
+ createIntentAndQuestion(createIntentAndQuestionRequest?: CreateIntentAndQuestionRequest): Promise<CreateIntentAndQuestionResponse>;
907
965
  /**
908
- * 该接口用于查询应用列表。
966
+ * 该接口用于创建知识库意图。一个意图包含一个主题,一个答案,若干个问法等。
909
967
  *
910
968
  * Please refer to HUAWEI cloud API Explorer for details.
911
969
  *
912
- * @summary 查询应用列表
970
+ * @summary 创建知识库意图
971
+ * @param {CreateKnowledgeIntentReq} createKnowledgeIntentRequestBody 创建知识库意图请求。
913
972
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
914
973
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
915
974
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
916
975
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
917
- * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
918
- * @param {number} [limit] 每页显示的条目数量。
919
- * @param {string} [roomId] 智能交互对话房间ID。
920
976
  * @param {*} [options] Override http request option.
921
977
  * @throws {RequiredError}
922
978
  */
923
- listRobot(listRobotRequest?: ListRobotRequest): Promise<ListRobotResponse>;
979
+ createKnowledgeIntent(createKnowledgeIntentRequest?: CreateKnowledgeIntentRequest): Promise<CreateKnowledgeIntentResponse>;
924
980
  /**
925
- * 该接口用于查询应用详情。
981
+ * 该接口用于删除知识库意图。
926
982
  *
927
983
  * Please refer to HUAWEI cloud API Explorer for details.
928
984
  *
929
- * @summary 查询应用详情
930
- * @param {string} robotId 应用ID
985
+ * @summary 删除知识库意图
986
+ * @param {Array<string>} deleteKnowledgeIntentRequestBody 意图ID列表
931
987
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
932
988
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
933
989
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -935,296 +991,278 @@ export declare class MetaStudioClient {
935
991
  * @param {*} [options] Override http request option.
936
992
  * @throws {RequiredError}
937
993
  */
938
- showRobot(showRobotRequest?: ShowRobotRequest): Promise<ShowRobotResponse>;
994
+ deleteKnowledgeIntent(deleteKnowledgeIntentRequest?: DeleteKnowledgeIntentRequest): Promise<DeleteKnowledgeIntentResponse>;
939
995
  /**
940
- * 该接口用于修改应用。
996
+ * 该接口用于查询知识库意图列表。
941
997
  *
942
998
  * Please refer to HUAWEI cloud API Explorer for details.
943
999
  *
944
- * @summary 修改应用
945
- * @param {string} robotId 应用ID。
946
- * @param {UpdateRobotReq} updateRobotRequestBody 修改应用请求。
1000
+ * @summary 查询知识库意图列表
1001
+ * @param {string} skillId 技能ID。
947
1002
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
948
1003
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
949
1004
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
950
1005
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1006
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1007
+ * @param {number} [limit] 每页显示的条目数量。
951
1008
  * @param {*} [options] Override http request option.
952
1009
  * @throws {RequiredError}
953
1010
  */
954
- updateRobot(updateRobotRequest?: UpdateRobotRequest): Promise<UpdateRobotResponse>;
1011
+ listKnowledgeIntent(listKnowledgeIntentRequest?: ListKnowledgeIntentRequest): Promise<ListKnowledgeIntentResponse>;
955
1012
  /**
956
- * 该接口用于创建智能交互对话。
1013
+ * 该接口用于查询知识库意图详情。
957
1014
  *
958
1015
  * Please refer to HUAWEI cloud API Explorer for details.
959
1016
  *
960
- * @summary 创建智能交互对话
961
- * @param {CreateSmartChatRoomReq} createSmartChatRoomRequestBody 创建智能交互对话请求。
1017
+ * @summary 查询知识库意图详情
1018
+ * @param {string} intentId 意图ID。
962
1019
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
963
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1020
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
964
1021
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
965
1022
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
966
1023
  * @param {*} [options] Override http request option.
967
1024
  * @throws {RequiredError}
968
1025
  */
969
- createSmartChatRoom(createSmartChatRoomRequest?: CreateSmartChatRoomRequest): Promise<CreateSmartChatRoomResponse>;
1026
+ showKnowledgeIntent(showKnowledgeIntentRequest?: ShowKnowledgeIntentRequest): Promise<ShowKnowledgeIntentResponse>;
970
1027
  /**
971
- * 该接口用于删除智能交互对话。
1028
+ * 该接口用于修改知识库意图。
972
1029
  *
973
1030
  * Please refer to HUAWEI cloud API Explorer for details.
974
1031
  *
975
- * @summary 删除智能交互对话
976
- * @param {string} roomId 智能交互对话ID。获取方法请参考[创建智能交互对话](CreateSmartChatRoom.xml)
1032
+ * @summary 修改知识库意图
1033
+ * @param {string} intentId 意图ID。
1034
+ * @param {UpdateKnowledgeIntentReq} updateKnowledgeIntentRequestBody 修改知识库意图请求。
977
1035
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
978
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1036
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
979
1037
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
980
1038
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
981
1039
  * @param {*} [options] Override http request option.
982
1040
  * @throws {RequiredError}
983
1041
  */
984
- deleteSmartChatRoom(deleteSmartChatRoomRequest?: DeleteSmartChatRoomRequest): Promise<DeleteSmartChatRoomResponse>;
1042
+ updateKnowledgeIntent(updateKnowledgeIntentRequest?: UpdateKnowledgeIntentRequest): Promise<UpdateKnowledgeIntentResponse>;
985
1043
  /**
986
- * 该接口用于智能交互对话列表。
1044
+ * 该接口用于批量创建知识库问法。
987
1045
  *
988
1046
  * Please refer to HUAWEI cloud API Explorer for details.
989
1047
  *
990
- * @summary 查询智能交互对话列表
1048
+ * @summary 批量创建知识库问法
1049
+ * @param {CreateBatchKnowledgeQuestionReq} createBatchKnowledgeQuestionRequestBody 创建知识库问法请求。
991
1050
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
992
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1051
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
993
1052
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
994
1053
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
995
- * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
996
- * @param {number} [limit] 每页显示的条目数量。
997
- * @param {string} [roomName] 按智能交互对话名称模糊查询。
998
- * @param {string} [modelName] 按形象名称模糊查询。
999
- * @param {string} [startTime] 最近智能交互对话任务起始时间。格式遵循:RFC 3339 如\&quot;2021-01-10T08:43:17Z\&quot;。
1000
- * @param {string} [endTime] 最近智能交互对话任务结束时间。格式遵循:RFC 3339 如\&quot;2021-01-10T10:43:17Z\&quot;。
1001
1054
  * @param {*} [options] Override http request option.
1002
1055
  * @throws {RequiredError}
1003
1056
  */
1004
- listSmartChatRooms(listSmartChatRoomsRequest?: ListSmartChatRoomsRequest): Promise<ListSmartChatRoomsResponse>;
1057
+ createBatchKnowledgeQuestion(createBatchKnowledgeQuestionRequest?: CreateBatchKnowledgeQuestionRequest): Promise<CreateBatchKnowledgeQuestionResponse>;
1005
1058
  /**
1006
- * 该接口用于查询智能交互对话详情。
1059
+ * 该接口用于创建知识库问法。
1007
1060
  *
1008
1061
  * Please refer to HUAWEI cloud API Explorer for details.
1009
1062
  *
1010
- * @summary 查询智能交互对话详情
1011
- * @param {string} roomId 智能交互对话ID。获取方法请参考[创建智能交互对话](CreateSmartChatRoom.xml)。
1063
+ * @summary 创建知识库问法
1064
+ * @param {CreateKnowledgeQuestionReq} createKnowledgeQuestionRequestBody 创建知识库问法请求。
1012
1065
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1013
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1066
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1014
1067
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1015
1068
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1016
1069
  * @param {*} [options] Override http request option.
1017
1070
  * @throws {RequiredError}
1018
1071
  */
1019
- showSmartChatRoom(showSmartChatRoomRequest?: ShowSmartChatRoomRequest): Promise<ShowSmartChatRoomResponse>;
1072
+ createKnowledgeQuestion(createKnowledgeQuestionRequest?: CreateKnowledgeQuestionRequest): Promise<CreateKnowledgeQuestionResponse>;
1020
1073
  /**
1021
- * 该接口用于智能交互对话信息。
1074
+ * 该接口用于删除知识库问法。
1022
1075
  *
1023
1076
  * Please refer to HUAWEI cloud API Explorer for details.
1024
1077
  *
1025
- * @summary 更新智能交互对话信息
1026
- * @param {string} roomId 智能交互对话ID。获取方法请参考[创建智能交互对话](CreateSmartChatRoom.xml)。
1027
- * @param {CreateSmartChatRoomReq} updateSmartChatRoomRequestBody 更新智能交互对话请求。
1078
+ * @summary 删除知识库问法
1079
+ * @param {Array<string>} deleteKnowledgeQuestionRequestBody 问法ID列表
1028
1080
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1029
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1081
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1030
1082
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1031
1083
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1032
1084
  * @param {*} [options] Override http request option.
1033
1085
  * @throws {RequiredError}
1034
1086
  */
1035
- updateSmartChatRoom(updateSmartChatRoomRequest?: UpdateSmartChatRoomRequest): Promise<UpdateSmartChatRoomResponse>;
1087
+ deleteKnowledgeQuestion(deleteKnowledgeQuestionRequest?: DeleteKnowledgeQuestionRequest): Promise<DeleteKnowledgeQuestionResponse>;
1036
1088
  /**
1037
- * 该接口用于控制数字人直播过程。
1089
+ * 该接口用于查询知识库问法列表。
1038
1090
  *
1039
1091
  * Please refer to HUAWEI cloud API Explorer for details.
1040
1092
  *
1041
- * @summary 控制数字人直播过程
1042
- * @param {string} roomId 剧本ID。
1043
- * @param {string} jobId 任务ID。
1044
- * @param {ControlSmartLiveReq} executeSmartLiveCommandRequestBody 控制数字人直播请求。
1093
+ * @summary 查询知识库问法列表
1094
+ * @param {string} intentId 意图ID。
1045
1095
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1046
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1096
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1047
1097
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1048
1098
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1099
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1100
+ * @param {number} [limit] 每页显示的条目数量。
1049
1101
  * @param {*} [options] Override http request option.
1050
1102
  * @throws {RequiredError}
1051
1103
  */
1052
- executeSmartLiveCommand(executeSmartLiveCommandRequest?: ExecuteSmartLiveCommandRequest): Promise<ExecuteSmartLiveCommandResponse>;
1104
+ listKnowledgeQuestion(listKnowledgeQuestionRequest?: ListKnowledgeQuestionRequest): Promise<ListKnowledgeQuestionResponse>;
1053
1105
  /**
1054
- * 该接口用于查询某个智能直播间的直播任务列表。
1106
+ * 该接口用于查询知识库问法详情。
1055
1107
  *
1056
1108
  * Please refer to HUAWEI cloud API Explorer for details.
1057
1109
  *
1058
- * @summary 查询某个智能直播间下直播任务列表
1059
- * @param {string} roomId 剧本ID。
1110
+ * @summary 查询知识库问法详情
1111
+ * @param {string} questionId 问法ID。
1060
1112
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1061
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1113
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1062
1114
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1063
1115
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1064
- * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1065
- * @param {number} [limit] 每页显示的条目数量。
1066
- * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1067
- * @param {string} [sortKey] 排序字段,目前只支持create_time。
1068
- * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1069
- * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1070
- * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1071
1116
  * @param {*} [options] Override http request option.
1072
1117
  * @throws {RequiredError}
1073
1118
  */
1074
- listSmartLive(listSmartLiveRequest?: ListSmartLiveRequest): Promise<ListSmartLiveResponse>;
1119
+ showKnowledgeQuestion(showKnowledgeQuestionRequest?: ShowKnowledgeQuestionRequest): Promise<ShowKnowledgeQuestionResponse>;
1075
1120
  /**
1076
- * 该接口用于查询租户所有数字人智能直播任务列表。
1121
+ * 该接口用于批量修改知识库问法。
1077
1122
  *
1078
1123
  * Please refer to HUAWEI cloud API Explorer for details.
1079
1124
  *
1080
- * @summary 查询租户所有数字人直播任务列表
1125
+ * @summary 批量修改知识库问法
1126
+ * @param {UpdateBatchKnowledgeQuestionReq} updateBatchKnowledgeQuestionRequestBody 批量修改知识库问法请求。
1081
1127
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1082
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1128
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1083
1129
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1084
1130
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1085
- * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1086
- * @param {number} [limit] 每页显示的条目数量。
1087
- * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1088
- * @param {string} [sortKey] 排序字段,目前只支持create_time。
1089
- * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1090
- * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1091
- * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1092
- * @param {string} [roomName] 按直播间名称模糊查询。
1093
1131
  * @param {*} [options] Override http request option.
1094
1132
  * @throws {RequiredError}
1095
1133
  */
1096
- listSmartLiveJobs(listSmartLiveJobsRequest?: ListSmartLiveJobsRequest): Promise<ListSmartLiveJobsResponse>;
1134
+ updateBatchKnowledgeQuestion(updateBatchKnowledgeQuestionRequest?: UpdateBatchKnowledgeQuestionRequest): Promise<UpdateBatchKnowledgeQuestionResponse>;
1097
1135
  /**
1098
- * 该接口用于上报直播间事件。
1136
+ * 该接口用于修改知识库问法。
1099
1137
  *
1100
1138
  * Please refer to HUAWEI cloud API Explorer for details.
1101
1139
  *
1102
- * @summary 上报直播间事件
1103
- * @param {string} roomId 剧本ID。
1104
- * @param {string} jobId 任务ID。
1105
- * @param {ReportLiveEventReq} liveEventReportRequestBody 上报直播间事件请求。
1140
+ * @summary 修改知识库问法
1141
+ * @param {string} questionId 问法ID。
1142
+ * @param {UpdateKnowledgeQuestionReq} updateKnowledgeQuestionRequestBody 修改知识库问法请求。
1106
1143
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1107
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1144
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1108
1145
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1109
1146
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1110
- * @param {string} [authKey] 鉴权Key。通过HmacSHA256生成的鉴权key
1111
- * @param {number} [expiresTime] 鉴权key过期时间。从1970年1月1日(UTC/GMT的午夜)开始所经过的豪秒数。
1112
- * @param {boolean} [refreshUrl] 是否刷新URL
1113
1147
  * @param {*} [options] Override http request option.
1114
1148
  * @throws {RequiredError}
1115
1149
  */
1116
- liveEventReport(liveEventReportRequest?: LiveEventReportRequest): Promise<LiveEventReportResponse>;
1150
+ updateKnowledgeQuestion(updateKnowledgeQuestionRequest?: UpdateKnowledgeQuestionRequest): Promise<UpdateKnowledgeQuestionResponse>;
1117
1151
  /**
1118
- * 该接口用于查询数字人智能直播任务详情。
1152
+ * 该接口用于创建知识库技能。一个技能用于特定场景的交互问答,包含若干个意图等。
1119
1153
  *
1120
1154
  * Please refer to HUAWEI cloud API Explorer for details.
1121
1155
  *
1122
- * @summary 查询数字人智能直播任务详情
1123
- * @param {string} roomId 剧本ID。
1124
- * @param {string} jobId 任务ID。
1156
+ * @summary 创建知识库技能
1157
+ * @param {CreateKnowledgeSkillReq} createKnowledgeSkillRequestBody 创建知识库技能请求。
1125
1158
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1126
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1159
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1127
1160
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1128
1161
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1129
1162
  * @param {*} [options] Override http request option.
1130
1163
  * @throws {RequiredError}
1131
1164
  */
1132
- showSmartLive(showSmartLiveRequest?: ShowSmartLiveRequest): Promise<ShowSmartLiveResponse>;
1165
+ createKnowledgeSkill(createKnowledgeSkillRequest?: CreateKnowledgeSkillRequest): Promise<CreateKnowledgeSkillResponse>;
1133
1166
  /**
1134
- * 该接口用于启动数字人智能直播任务。
1167
+ * 该接口用于删除知识库技能。
1135
1168
  *
1136
1169
  * Please refer to HUAWEI cloud API Explorer for details.
1137
1170
  *
1138
- * @summary 启动数字人智能直播任务
1139
- * @param {string} roomId 剧本ID
1140
- * @param {StartSmartLiveReq} startSmartLiveRequestBody 数字人智能直播任务创建请求。
1171
+ * @summary 删除知识库技能
1172
+ * @param {Array<string>} deleteKnowledgeSkillRequestBody 技能ID列表
1141
1173
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1142
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1174
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1143
1175
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1144
1176
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1145
1177
  * @param {*} [options] Override http request option.
1146
1178
  * @throws {RequiredError}
1147
1179
  */
1148
- startSmartLive(startSmartLiveRequest?: StartSmartLiveRequest): Promise<StartSmartLiveResponse>;
1180
+ deleteKnowledgeSkill(deleteKnowledgeSkillRequest?: DeleteKnowledgeSkillRequest): Promise<DeleteKnowledgeSkillResponse>;
1149
1181
  /**
1150
- * 该接口用于结束数字人智能直播任务。
1182
+ * 该接口用于导出知识库技能。
1151
1183
  *
1152
1184
  * Please refer to HUAWEI cloud API Explorer for details.
1153
1185
  *
1154
- * @summary 结束数字人智能直播任务
1155
- * @param {string} roomId 剧本ID。
1156
- * @param {string} jobId 任务ID。
1186
+ * @summary 导出知识库技能
1187
+ * @param {string} skillId 技能ID。
1188
+ * @param {number} exportType 导出格式类型。0:科大讯飞
1157
1189
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1158
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1190
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1159
1191
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1160
1192
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1161
1193
  * @param {*} [options] Override http request option.
1162
1194
  * @throws {RequiredError}
1163
1195
  */
1164
- stopSmartLive(stopSmartLiveRequest?: StopSmartLiveRequest): Promise<StopSmartLiveResponse>;
1196
+ exportKnowledgeSkill(exportKnowledgeSkillRequest?: ExportKnowledgeSkillRequest): Promise<ExportKnowledgeSkillResponse>;
1165
1197
  /**
1166
- * 检测音色与文本的语言一致性,音色与文本不一致会导致报错
1198
+ * 该接口用于查询知识库技能列表。
1167
1199
  *
1168
1200
  * Please refer to HUAWEI cloud API Explorer for details.
1169
1201
  *
1170
- * @summary 检测音色与文本的语言一致性
1171
- * @param {LanguageCheckInfoReq} checkTextLanguageRequestBody 上传的音色语言信息和文本信息
1202
+ * @summary 查询知识库技能列表
1203
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1204
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1205
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1206
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1207
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1208
+ * @param {number} [limit] 每页显示的条目数量。
1172
1209
  * @param {*} [options] Override http request option.
1173
1210
  * @throws {RequiredError}
1174
1211
  */
1175
- checkTextLanguage(checkTextLanguageRequest?: CheckTextLanguageRequest): Promise<CheckTextLanguageResponse>;
1212
+ listKnowledgeSkill(listKnowledgeSkillRequest?: ListKnowledgeSkillRequest): Promise<ListKnowledgeSkillResponse>;
1176
1213
  /**
1177
- * 该接口用于创建智能直播间互动规则库。
1214
+ * 该接口用于查询知识库技能详情。
1178
1215
  *
1179
1216
  * Please refer to HUAWEI cloud API Explorer for details.
1180
1217
  *
1181
- * @summary 创建智能直播间互动规则库
1182
- * @param {InteractionRuleGroup} createInteractionRuleGroupRequestBody 创建智能直播间互动规则。
1218
+ * @summary 查询知识库技能详情
1219
+ * @param {string} skillId 技能ID。
1183
1220
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1184
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1221
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1185
1222
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1186
1223
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1187
1224
  * @param {*} [options] Override http request option.
1188
1225
  * @throws {RequiredError}
1189
1226
  */
1190
- createInteractionRuleGroup(createInteractionRuleGroupRequest?: CreateInteractionRuleGroupRequest): Promise<CreateInteractionRuleGroupResponse>;
1227
+ showKnowledgeSkill(showKnowledgeSkillRequest?: ShowKnowledgeSkillRequest): Promise<ShowKnowledgeSkillResponse>;
1191
1228
  /**
1192
- * 该接口用于创建智能直播间。
1229
+ * 该接口用于修改知识库技能。
1193
1230
  *
1194
1231
  * Please refer to HUAWEI cloud API Explorer for details.
1195
1232
  *
1196
- * @summary 创建智能直播间
1197
- * @param {CreateSmartLiveRoomReq} createSmartLiveRoomRequestBody 创建智能直播间请求。
1233
+ * @summary 修改知识库技能
1234
+ * @param {string} skillId 技能ID。
1235
+ * @param {UpdateKnowledgeSkillReq} updateKnowledgeSkillRequestBody 修改知识库技能请求。
1198
1236
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1199
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1237
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1200
1238
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1201
1239
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1202
1240
  * @param {*} [options] Override http request option.
1203
1241
  * @throws {RequiredError}
1204
1242
  */
1205
- createSmartLiveRoom(createSmartLiveRoomRequest?: CreateSmartLiveRoomRequest): Promise<CreateSmartLiveRoomResponse>;
1243
+ updateKnowledgeSkill(updateKnowledgeSkillRequest?: UpdateKnowledgeSkillRequest): Promise<UpdateKnowledgeSkillResponse>;
1206
1244
  /**
1207
- * 该接口用于删除智能直播间互动规则库。
1245
+ * 该接口用于创建一次性鉴权码,有效期5分钟,鉴权码只能使用一次,每次使用后需要重新获取。
1246
+ * &gt; 接口只能通过第三方后台调用,不能在浏览器前台直接调用,否则会有跨域问题。
1208
1247
  *
1209
1248
  * Please refer to HUAWEI cloud API Explorer for details.
1210
1249
  *
1211
- * @summary 删除智能直播间互动规则库
1212
- * @param {string} groupId 互动规则库ID。
1250
+ * @summary 创建一次性鉴权码
1213
1251
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1214
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1252
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1215
1253
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1216
1254
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1217
1255
  * @param {*} [options] Override http request option.
1218
1256
  * @throws {RequiredError}
1219
1257
  */
1220
- deleteInteractionRuleGroup(deleteInteractionRuleGroupRequest?: DeleteInteractionRuleGroupRequest): Promise<DeleteInteractionRuleGroupResponse>;
1258
+ createOnceCode(createOnceCodeRequest?: CreateOnceCodeRequest): Promise<CreateOnceCodeResponse>;
1221
1259
  /**
1222
- * 该接口用于删除智能直播间。
1260
+ * 该接口用于从URL中获取图片进行照片建模任务。
1223
1261
  *
1224
1262
  * Please refer to HUAWEI cloud API Explorer for details.
1225
1263
  *
1226
- * @summary 删除智能直播间
1227
- * @param {string} roomId 剧本ID。
1264
+ * @summary 基于图片URL创建照片建模任务
1265
+ * @param {PictureModelingByUrlReq} createPictureModelingByUrlJobRequestBody 建模请求
1228
1266
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1229
1267
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1230
1268
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1232,57 +1270,53 @@ export declare class MetaStudioClient {
1232
1270
  * @param {*} [options] Override http request option.
1233
1271
  * @throws {RequiredError}
1234
1272
  */
1235
- deleteSmartLiveRoom(deleteSmartLiveRoomRequest?: DeleteSmartLiveRoomRequest): Promise<DeleteSmartLiveRoomResponse>;
1273
+ createPictureModelingByUrlJob(createPictureModelingByUrlJobRequest?: CreatePictureModelingByUrlJobRequest): Promise<CreatePictureModelingByUrlJobResponse>;
1236
1274
  /**
1237
- * 该接口用于智能直播间互动规则库列表。
1275
+ * 该接口用于创建风格化照片建模任务。通过上传照片,生成风格化数字人模型。
1238
1276
  *
1239
1277
  * Please refer to HUAWEI cloud API Explorer for details.
1240
1278
  *
1241
- * @summary 查询智能直播间互动规则库列表
1279
+ * @summary 创建照片建模任务
1280
+ * @param {any} file 照片文件。 &gt; 只能上传jpg/jpeg/png格式文件, 最大分辨率为3840*2160
1281
+ * @param {string} styleId 数字人风格ID。 * system_male_001:男性风格01 * system_female_001:女性风格01 * system_male_002:男性风格02 * system_female_002:女性风格02
1282
+ * @param {string} name 数字人模型名称,首次创建时使用。
1242
1283
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1243
1284
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1244
1285
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1245
1286
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1246
- * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1247
- * @param {number} [limit] 每页显示的条目数量。
1248
- * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1249
- * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1250
- * @param {string} [groupName] 规则库名称
1287
+ * @param {string} [notifyUrl] 照片建模任务结束的回调地址。
1251
1288
  * @param {*} [options] Override http request option.
1252
1289
  * @throws {RequiredError}
1253
1290
  */
1254
- listInteractionRuleGroups(listInteractionRuleGroupsRequest?: ListInteractionRuleGroupsRequest): Promise<ListInteractionRuleGroupsResponse>;
1291
+ createPictureModelingJob(createPictureModelingJobRequest?: CreatePictureModelingJobRequest): Promise<CreatePictureModelingJobResponse>;
1255
1292
  /**
1256
- * 该接口用于智能直播间列表。
1293
+ * 该接口用于查询风格化照片建模任务列表。
1257
1294
  *
1258
1295
  * Please refer to HUAWEI cloud API Explorer for details.
1259
1296
  *
1260
- * @summary 查询智能直播间列表
1297
+ * @summary 照片建模任务列表查询
1261
1298
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1262
1299
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1263
1300
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1264
1301
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1265
1302
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1266
1303
  * @param {number} [limit] 每页显示的条目数量。
1267
- * @param {string} [roomName] 按直播间名称模糊查询。
1268
- * @param {string} [dhId] 按数字人形象ID查询。
1269
- * @param {string} [modelName] 按形象名称模糊查询。
1270
- * @param {string} [liveState] 当前直播间直播状态。 WAITING,PROCESSING,SUCCESS,FAILED,CANCELED对应直播任务状态 NULL 对应没有直播任务 可多个状态查询,使用英文逗号分隔。
1271
- * @param {string} [startTime] 最近直播任务起始时间。格式遵循:RFC 3339 如\&quot;2021-01-10T08:43:17Z\&quot;。
1272
- * @param {string} [endTime] 最近直播任务结束时间。格式遵循:RFC 3339 如\&quot;2021-01-10T10:43:17Z\&quot;。
1273
- * @param {string} [roomType] 按直播间类型查询。直播间类型。 * NORMAL: 普通直播间,直播间一直存在,可以反复开播 * TEMP: 临时直播间,直播任务结束后自动清理直播间。 * TEMPLATE: 直播间模板。
1274
- * @param {string} [templateOwnType] 按照自己拥有的和别人分享以及公共的模板进行查询 * OWNED 自己拥有且暂未共享的 * SHARED_TO_OHTERS 分享给别人的 * SHARED_FROM_OHTERS 别人分享给我的 * PUBLIC 公共模板
1304
+ * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1305
+ * @param {string} [sortKey] 排序字段,目前只支持create_time。
1306
+ * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1307
+ * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1308
+ * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1275
1309
  * @param {*} [options] Override http request option.
1276
1310
  * @throws {RequiredError}
1277
1311
  */
1278
- listSmartLiveRooms(listSmartLiveRoomsRequest?: ListSmartLiveRoomsRequest): Promise<ListSmartLiveRoomsResponse>;
1312
+ listPictureModelingJobs(listPictureModelingJobsRequest?: ListPictureModelingJobsRequest): Promise<ListPictureModelingJobsResponse>;
1279
1313
  /**
1280
- * 该接口用于查询智能直播剧本详情。
1314
+ * 该接口用于风格化查询照片建模任务详情。
1281
1315
  *
1282
1316
  * Please refer to HUAWEI cloud API Explorer for details.
1283
1317
  *
1284
- * @summary 查询智能直播剧本详情
1285
- * @param {string} roomId 剧本ID。
1318
+ * @summary 照片建模任务详情查询
1319
+ * @param {string} jobId 任务ID。
1286
1320
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1287
1321
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1288
1322
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1290,116 +1324,92 @@ export declare class MetaStudioClient {
1290
1324
  * @param {*} [options] Override http request option.
1291
1325
  * @throws {RequiredError}
1292
1326
  */
1293
- showSmartLiveRoom(showSmartLiveRoomRequest?: ShowSmartLiveRoomRequest): Promise<ShowSmartLiveRoomResponse>;
1327
+ showPictureModelingJob(showPictureModelingJobRequest?: ShowPictureModelingJobRequest): Promise<ShowPictureModelingJobResponse>;
1294
1328
  /**
1295
- * 该接口用于更新智能直播间互动规则库。
1329
+ * 该接口用于创建应用。
1296
1330
  *
1297
1331
  * Please refer to HUAWEI cloud API Explorer for details.
1298
1332
  *
1299
- * @summary 更新智能直播间互动规则库
1300
- * @param {string} groupId 互动规则库ID。
1301
- * @param {InteractionRuleGroup} updateInteractionRuleGroupRequestBody 创建智能直播间互动规则。
1333
+ * @summary 创建应用
1334
+ * @param {CreateRobotReq} createRobotRequestBody 创建应用请求。
1302
1335
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1303
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1336
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1304
1337
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1305
1338
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1306
1339
  * @param {*} [options] Override http request option.
1307
1340
  * @throws {RequiredError}
1308
1341
  */
1309
- updateInteractionRuleGroup(updateInteractionRuleGroupRequest?: UpdateInteractionRuleGroupRequest): Promise<UpdateInteractionRuleGroupResponse>;
1342
+ createRobot(createRobotRequest?: CreateRobotRequest): Promise<CreateRobotResponse>;
1310
1343
  /**
1311
- * 该接口用于智能直播间信息。
1344
+ * 该接口用于删除应用。
1312
1345
  *
1313
1346
  * Please refer to HUAWEI cloud API Explorer for details.
1314
1347
  *
1315
- * @summary 更新智能直播间信息
1316
- * @param {string} roomId 剧本ID
1317
- * @param {CreateSmartLiveRoomReq} updateSmartLiveRoomRequestBody 更新智能直播间请求。
1348
+ * @summary 删除应用
1349
+ * @param {Array<string>} deleteRobotRequestBody 应用ID列表
1318
1350
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1319
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1351
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1320
1352
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1321
1353
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1322
1354
  * @param {*} [options] Override http request option.
1323
1355
  * @throws {RequiredError}
1324
1356
  */
1325
- updateSmartLiveRoom(updateSmartLiveRoomRequest?: UpdateSmartLiveRoomRequest): Promise<UpdateSmartLiveRoomResponse>;
1357
+ deleteRobot(deleteRobotRequest?: DeleteRobotRequest): Promise<DeleteRobotResponse>;
1326
1358
  /**
1327
- * 查询数字人风格列表
1359
+ * 该接口用于查询应用列表。
1328
1360
  *
1329
1361
  * Please refer to HUAWEI cloud API Explorer for details.
1330
1362
  *
1331
- * @summary 查询数字人风格列表
1363
+ * @summary 查询应用列表
1332
1364
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1333
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1365
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1334
1366
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1335
1367
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1336
1368
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1337
1369
  * @param {number} [limit] 每页显示的条目数量。
1338
- * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1339
- * @param {string} [sortKey] 排序字段,目前只支持create_time。
1340
- * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1341
- * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1342
- * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1370
+ * @param {string} [roomId] 智能交互对话房间ID。
1343
1371
  * @param {*} [options] Override http request option.
1344
1372
  * @throws {RequiredError}
1345
1373
  */
1346
- listStyles(listStylesRequest?: ListStylesRequest): Promise<ListStylesResponse>;
1374
+ listRobot(listRobotRequest?: ListRobotRequest): Promise<ListRobotResponse>;
1347
1375
  /**
1348
- * 提交训练任务,执行该接口后,任务会进入审核状态,审核完成后会等待训练。
1376
+ * 该接口用于查询应用详情。
1349
1377
  *
1350
1378
  * Please refer to HUAWEI cloud API Explorer for details.
1351
1379
  *
1352
- * @summary 提交语音训练任务
1353
- * @param {string} jobId 任务id
1380
+ * @summary 查询应用详情
1381
+ * @param {string} robotId 应用ID
1354
1382
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1355
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1383
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1356
1384
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1357
1385
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1358
1386
  * @param {*} [options] Override http request option.
1359
1387
  * @throws {RequiredError}
1360
1388
  */
1361
- commitVoiceTrainingJob(commitVoiceTrainingJobRequest?: CommitVoiceTrainingJobRequest): Promise<CommitVoiceTrainingJobResponse>;
1362
- /**
1363
- * 确认在线录音结果。
1364
- *
1365
- * Please refer to HUAWEI cloud API Explorer for details.
1366
- *
1367
- * @summary 确认在线录音结果
1368
- * @param {string} jobId 任务id。
1369
- * @param {number} index 语句索引。
1370
- * @param {*} [options] Override http request option.
1371
- * @throws {RequiredError}
1372
- */
1373
- confirmTrainingSegment(confirmTrainingSegmentRequest?: ConfirmTrainingSegmentRequest): Promise<ConfirmTrainingSegmentResponse>;
1389
+ showRobot(showRobotRequest?: ShowRobotRequest): Promise<ShowRobotResponse>;
1374
1390
  /**
1375
- * 用户创建语音训练高级版任务,该接口会返回一个obs上传地址,用于上传语音文件。
1376
- *
1377
- * 语音文件为一段WAV格式的长音频文件,仅支持将语音文件打包成zip压缩格式上传。
1378
- *
1379
- * 文件上传后,调用“提交语音训练任务”接口,启动审核和训练。
1391
+ * 该接口用于修改应用。
1380
1392
  *
1381
1393
  * Please refer to HUAWEI cloud API Explorer for details.
1382
1394
  *
1383
- * @summary 创建高级版语音训练任务
1384
- * @param {CreateTrainingJobReq} createTrainingAdvanceJobRequestBody 创建任务请求。
1395
+ * @summary 修改应用
1396
+ * @param {string} robotId 应用ID。
1397
+ * @param {UpdateRobotReq} updateRobotRequestBody 修改应用请求。
1398
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1399
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1400
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1385
1401
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1386
1402
  * @param {*} [options] Override http request option.
1387
1403
  * @throws {RequiredError}
1388
1404
  */
1389
- createTrainingAdvanceJob(createTrainingAdvanceJobRequest?: CreateTrainingAdvanceJobRequest): Promise<CreateTrainingAdvanceJobResponse>;
1405
+ updateRobot(updateRobotRequest?: UpdateRobotRequest): Promise<UpdateRobotResponse>;
1390
1406
  /**
1391
- * 用户创建语音训练基础版任务,该接口会返回一个obs上传地址,用于上传语音文件。
1392
- *
1393
- * 支持2种方式上传语音文件:
1394
- * * 语音文件和文本文件打包成zip上传:语音文件已经切分成20个wav文件,每个语音文件对应一个txt文本文件,所有文件打包成zip文件。语音文件命名规则:0.wav~19.wav;文本文件命名规则:0.txt~19.txt。
1395
- * * 语音文件和文本文件逐句上传:每次上传一句语料的语音文件和文本文件,再调用“确认在线录音结果”接口确认语音和文本内容是否一致。确认成功后再上传和确认下一句。
1396
- *
1397
- * 文件上传后,调用“提交语音训练任务”接口,启动审核和训练。
1407
+ * 该接口用于创建智能交互对话。
1398
1408
  *
1399
1409
  * Please refer to HUAWEI cloud API Explorer for details.
1400
1410
  *
1401
- * @summary 创建基础版语音训练任务
1402
- * @param {CreateTrainingJobReq} createTrainingBasicJobRequestBody 创建任务请求。
1411
+ * @summary 创建智能交互对话
1412
+ * @param {CreateSmartChatRoomReq} createSmartChatRoomRequestBody 创建智能交互对话请求。
1403
1413
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1404
1414
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1405
1415
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1407,20 +1417,14 @@ export declare class MetaStudioClient {
1407
1417
  * @param {*} [options] Override http request option.
1408
1418
  * @throws {RequiredError}
1409
1419
  */
1410
- createTrainingBasicJob(createTrainingBasicJobRequest?: CreateTrainingBasicJobRequest): Promise<CreateTrainingBasicJobResponse>;
1420
+ createSmartChatRoom(createSmartChatRoomRequest?: CreateSmartChatRoomRequest): Promise<CreateSmartChatRoomResponse>;
1411
1421
  /**
1412
- * 用户创建语音训练进阶版任务,该接口会返回一个obs上传地址,用于上传语音文件。
1413
- *
1414
- * 支持2种方式上传语音文件:
1415
- * * 语音文件和文本文件打包成zip上传:语音文件已经切分成100个wav文件,每个语音文件对应一个txt文本文件,所有文件打包成zip文件。语音文件命名规则:0.wav~99.wav;文本文件命名规则:0.txt~99.txt。
1416
- * * 语音文件和文本文件逐句上传:每次上传一句语料的语音文件和文本文件,再调用“确认在线录音结果”接口确认语音和文本内容是否一致。确认成功后再上传和确认下一句。
1417
- *
1418
- * 文件上传后,调用“提交语音训练任务”接口,启动审核和训练。
1422
+ * 该接口用于删除智能交互对话。
1419
1423
  *
1420
1424
  * Please refer to HUAWEI cloud API Explorer for details.
1421
1425
  *
1422
- * @summary 创建进阶版语音训练任务
1423
- * @param {CreateTrainingJobReq} createTrainingMiddleJobRequestBody 创建任务请求。
1426
+ * @summary 删除智能交互对话
1427
+ * @param {string} roomId 智能交互对话ID。获取方法请参考[创建智能交互对话](CreateSmartChatRoom.xml)。
1424
1428
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1425
1429
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1426
1430
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1428,128 +1432,147 @@ export declare class MetaStudioClient {
1428
1432
  * @param {*} [options] Override http request option.
1429
1433
  * @throws {RequiredError}
1430
1434
  */
1431
- createTrainingMiddleJob(createTrainingMiddleJobRequest?: CreateTrainingMiddleJobRequest): Promise<CreateTrainingMiddleJobResponse>;
1435
+ deleteSmartChatRoom(deleteSmartChatRoomRequest?: DeleteSmartChatRoomRequest): Promise<DeleteSmartChatRoomResponse>;
1432
1436
  /**
1433
- * 删除语音训练任务
1437
+ * 该接口用于智能交互对话列表。
1434
1438
  *
1435
1439
  * Please refer to HUAWEI cloud API Explorer for details.
1436
1440
  *
1437
- * @summary 删除语音训练任务
1438
- * @param {string} jobId 任务id。
1441
+ * @summary 查询智能交互对话列表
1439
1442
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1440
1443
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1441
1444
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1442
1445
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1443
- * @param {*} [options] Override http request option.
1444
- * @throws {RequiredError}
1445
- */
1446
- deleteVoiceTrainingJob(deleteVoiceTrainingJobRequest?: DeleteVoiceTrainingJobRequest): Promise<DeleteVoiceTrainingJobResponse>;
1447
- /**
1448
- * 查询语音训练任务列表
1449
- *
1450
- * Please refer to HUAWEI cloud API Explorer for details.
1451
- *
1452
- * @summary 查询语音训练任务列表
1453
1446
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1454
1447
  * @param {number} [limit] 每页显示的条目数量。
1455
- * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1456
- * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1457
- * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1458
- * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;FAILED,WAITING
1459
- * @param {string} [jobId] 任务id。
1460
- * @param {string} [voiceName] 声音名称。
1461
- * @param {string} [tag] 任务标签。
1448
+ * @param {string} [roomName] 按智能交互对话名称模糊查询。
1449
+ * @param {string} [modelName] 按形象名称模糊查询。
1450
+ * @param {string} [startTime] 最近智能交互对话任务起始时间。格式遵循:RFC 3339 如\&quot;2021-01-10T08:43:17Z\&quot;。
1451
+ * @param {string} [endTime] 最近智能交互对话任务结束时间。格式遵循:RFC 3339 如\&quot;2021-01-10T10:43:17Z\&quot;。
1462
1452
  * @param {*} [options] Override http request option.
1463
1453
  * @throws {RequiredError}
1464
1454
  */
1465
- listVoiceTrainingJob(listVoiceTrainingJobRequest?: ListVoiceTrainingJobRequest): Promise<ListVoiceTrainingJobResponse>;
1455
+ listSmartChatRooms(listSmartChatRoomsRequest?: ListSmartChatRoomsRequest): Promise<ListSmartChatRoomsResponse>;
1466
1456
  /**
1467
- * 获取语音训练任务审核结果。
1457
+ * 该接口用于查询智能交互对话详情。
1468
1458
  *
1469
1459
  * Please refer to HUAWEI cloud API Explorer for details.
1470
1460
  *
1471
- * @summary 获取语音训练任务审核结果
1472
- * @param {string} jobId 任务id
1461
+ * @summary 查询智能交互对话详情
1462
+ * @param {string} roomId 智能交互对话ID。获取方法请参考[创建智能交互对话](CreateSmartChatRoom.xml)
1463
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1464
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1465
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1466
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1473
1467
  * @param {*} [options] Override http request option.
1474
1468
  * @throws {RequiredError}
1475
1469
  */
1476
- showJobAuditResult(showJobAuditResultRequest?: ShowJobAuditResultRequest): Promise<ShowJobAuditResultResponse>;
1470
+ showSmartChatRoom(showSmartChatRoomRequest?: ShowSmartChatRoomRequest): Promise<ShowSmartChatRoomResponse>;
1477
1471
  /**
1478
- * 获取语音文件上传地址
1472
+ * 该接口用于智能交互对话信息。
1479
1473
  *
1480
1474
  * Please refer to HUAWEI cloud API Explorer for details.
1481
1475
  *
1482
- * @summary 获取语音文件上传地址
1483
- * @param {string} jobId 任务id
1476
+ * @summary 更新智能交互对话信息
1477
+ * @param {string} roomId 智能交互对话ID。获取方法请参考[创建智能交互对话](CreateSmartChatRoom.xml)
1478
+ * @param {CreateSmartChatRoomReq} updateSmartChatRoomRequestBody 更新智能交互对话请求。
1479
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1480
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1481
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1482
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1484
1483
  * @param {*} [options] Override http request option.
1485
1484
  * @throws {RequiredError}
1486
1485
  */
1487
- showJobUploadingAddress(showJobUploadingAddressRequest?: ShowJobUploadingAddressRequest): Promise<ShowJobUploadingAddressResponse>;
1486
+ updateSmartChatRoom(updateSmartChatRoomRequest?: UpdateSmartChatRoomRequest): Promise<UpdateSmartChatRoomResponse>;
1488
1487
  /**
1489
- * 获取在线录音确认结果。
1488
+ * 该接口用于控制数字人直播过程。
1490
1489
  *
1491
1490
  * Please refer to HUAWEI cloud API Explorer for details.
1492
1491
  *
1493
- * @summary 获取在线录音确认结果
1494
- * @param {string} jobId 任务id
1492
+ * @summary 控制数字人直播过程
1493
+ * @param {string} roomId 剧本ID
1494
+ * @param {string} jobId 任务ID。
1495
+ * @param {ControlSmartLiveReq} executeSmartLiveCommandRequestBody 控制数字人直播请求。
1496
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1497
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1498
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1499
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1495
1500
  * @param {*} [options] Override http request option.
1496
1501
  * @throws {RequiredError}
1497
1502
  */
1498
- showTrainingSegmentInfo(showTrainingSegmentInfoRequest?: ShowTrainingSegmentInfoRequest): Promise<ShowTrainingSegmentInfoResponse>;
1503
+ executeSmartLiveCommand(executeSmartLiveCommandRequest?: ExecuteSmartLiveCommandRequest): Promise<ExecuteSmartLiveCommandResponse>;
1499
1504
  /**
1500
- * 查询语音训练任务详情
1505
+ * 该接口用于查询某个智能直播间的直播任务列表。
1501
1506
  *
1502
1507
  * Please refer to HUAWEI cloud API Explorer for details.
1503
1508
  *
1504
- * @summary 查询语音训练任务详情
1505
- * @param {string} jobId 任务id
1509
+ * @summary 查询某个智能直播间下直播任务列表
1510
+ * @param {string} roomId 剧本ID
1506
1511
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1507
1512
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1508
1513
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1509
1514
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1515
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1516
+ * @param {number} [limit] 每页显示的条目数量。
1517
+ * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1518
+ * @param {string} [sortKey] 排序字段,目前只支持create_time。
1519
+ * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1520
+ * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1521
+ * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1510
1522
  * @param {*} [options] Override http request option.
1511
1523
  * @throws {RequiredError}
1512
1524
  */
1513
- showVoiceTrainingJob(showVoiceTrainingJobRequest?: ShowVoiceTrainingJobRequest): Promise<ShowVoiceTrainingJobResponse>;
1525
+ listSmartLive(listSmartLiveRequest?: ListSmartLiveRequest): Promise<ListSmartLiveResponse>;
1514
1526
  /**
1515
- * 该接口用于创建分身数字人模型训练任务。
1527
+ * 该接口用于查询租户所有数字人智能直播任务列表。
1516
1528
  *
1517
1529
  * Please refer to HUAWEI cloud API Explorer for details.
1518
1530
  *
1519
- * @summary 创建分身数字人模型训练任务
1520
- * @param {Create2dModelTrainingJobReq} create2dModelTrainingJobRequestBody 创建分身数字人模型训练任务请求。
1531
+ * @summary 查询租户所有数字人直播任务列表
1521
1532
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1522
1533
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1523
1534
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1524
1535
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1536
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1537
+ * @param {number} [limit] 每页显示的条目数量。
1538
+ * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1539
+ * @param {string} [sortKey] 排序字段,目前只支持create_time。
1540
+ * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1541
+ * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1542
+ * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1543
+ * @param {string} [roomName] 按直播间名称模糊查询。
1525
1544
  * @param {*} [options] Override http request option.
1526
1545
  * @throws {RequiredError}
1527
1546
  */
1528
- create2dModelTrainingJob(create2dModelTrainingJobRequest?: Create2dModelTrainingJobRequest): Promise<Create2dModelTrainingJobResponse>;
1547
+ listSmartLiveJobs(listSmartLiveJobsRequest?: ListSmartLiveJobsRequest): Promise<ListSmartLiveJobsResponse>;
1529
1548
  /**
1530
- * 该接口用于删除分身数字人模型训练任务。同时需要删除训练任务相关的训练视频、身份证照片、授权文件、模型资产等。
1531
- * &gt; * 该接口应当在任务处于以下状态时调用:WAIT_FILE_UPLOAD、AUTO_VERIFY_FAILED、MANUAL_VERIFYING、MANUAL_VERIFY_FAILED、TRAINING_DATA_PREPROCESS_FAILED、TRAIN_FAILED、INFERENCE_DATA_PREPROCESS_FAILED、JOB_SUCCESS、WAIT_USER_CONFIRM、JOB_REJECT、JOB_FINISH
1549
+ * 该接口用于上报直播间事件。
1532
1550
  *
1533
1551
  * Please refer to HUAWEI cloud API Explorer for details.
1534
1552
  *
1535
- * @summary 删除分身数字人模型训练任务
1553
+ * @summary 上报直播间事件
1554
+ * @param {string} roomId 剧本ID。
1536
1555
  * @param {string} jobId 任务ID。
1556
+ * @param {ReportLiveEventReq} liveEventReportRequestBody 上报直播间事件请求。
1537
1557
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1538
1558
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1539
1559
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1540
1560
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1561
+ * @param {string} [authKey] 鉴权Key。通过HmacSHA256生成的鉴权key
1562
+ * @param {number} [expiresTime] 鉴权key过期时间。从1970年1月1日(UTC/GMT的午夜)开始所经过的豪秒数。
1563
+ * @param {boolean} [refreshUrl] 是否刷新URL
1541
1564
  * @param {*} [options] Override http request option.
1542
1565
  * @throws {RequiredError}
1543
1566
  */
1544
- delete2dModelTrainingJob(delete2dModelTrainingJobRequest?: Delete2dModelTrainingJobRequest): Promise<Delete2dModelTrainingJobResponse>;
1567
+ liveEventReport(liveEventReportRequest?: LiveEventReportRequest): Promise<LiveEventReportResponse>;
1545
1568
  /**
1546
- * 该接口用于租户执行分身数字人模型训练任务命令,如提交训练审核等。
1569
+ * 该接口用于查询数字人智能直播任务详情。
1547
1570
  *
1548
1571
  * Please refer to HUAWEI cloud API Explorer for details.
1549
1572
  *
1550
- * @summary 租户执行分身数字人模型训练任务命令
1573
+ * @summary 查询数字人智能直播任务详情
1574
+ * @param {string} roomId 剧本ID。
1551
1575
  * @param {string} jobId 任务ID。
1552
- * @param {Execute2dModelTrainingCommandByUserReq} execute2dModelTrainingCommandByUserRequestBody 租户执行分身数字人模型训练任务命令请求。
1553
1576
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1554
1577
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1555
1578
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1557,40 +1580,30 @@ export declare class MetaStudioClient {
1557
1580
  * @param {*} [options] Override http request option.
1558
1581
  * @throws {RequiredError}
1559
1582
  */
1560
- execute2dModelTrainingCommandByUser(execute2dModelTrainingCommandByUserRequest?: Execute2dModelTrainingCommandByUserRequest): Promise<Execute2dModelTrainingCommandByUserResponse>;
1583
+ showSmartLive(showSmartLiveRequest?: ShowSmartLiveRequest): Promise<ShowSmartLiveResponse>;
1561
1584
  /**
1562
- * 该接口用于查询分身数字人模型训练任务列表。
1585
+ * 该接口用于启动数字人智能直播任务。
1563
1586
  *
1564
1587
  * Please refer to HUAWEI cloud API Explorer for details.
1565
1588
  *
1566
- * @summary 查询分身数字人模型训练任务列表
1589
+ * @summary 启动数字人智能直播任务
1590
+ * @param {string} roomId 剧本ID。
1591
+ * @param {StartSmartLiveReq} startSmartLiveRequestBody 数字人智能直播任务创建请求。
1567
1592
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1568
1593
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1569
1594
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1570
1595
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1571
- * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1572
- * @param {number} [limit] 每页显示的条目数量。
1573
- * @param {string} [sortKey] 排序字段,目前只支持create_time。
1574
- * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1575
- * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1576
- * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1577
- * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1578
- * @param {string} [queryProjectId] 查询租户id。
1579
- * @param {string} [batchName] 任务批次名称。
1580
- * @param {string} [tag] 任务标签。
1581
- * @param {string} [jobId] 任务ID。
1582
- * @param {string} [name] 分身数字人模型名称
1583
- * @param {string} [modelResolution] 模型分辨率
1584
1596
  * @param {*} [options] Override http request option.
1585
1597
  * @throws {RequiredError}
1586
1598
  */
1587
- list2dModelTrainingJob(list2dModelTrainingJobRequest?: List2dModelTrainingJobRequest): Promise<List2dModelTrainingJobResponse>;
1599
+ startSmartLive(startSmartLiveRequest?: StartSmartLiveRequest): Promise<StartSmartLiveResponse>;
1588
1600
  /**
1589
- * 该接口用于查询分身数字人模型训练任务详情。
1601
+ * 该接口用于结束数字人智能直播任务。
1590
1602
  *
1591
1603
  * Please refer to HUAWEI cloud API Explorer for details.
1592
1604
  *
1593
- * @summary 查询分身数字人模型训练任务详情
1605
+ * @summary 结束数字人智能直播任务
1606
+ * @param {string} roomId 剧本ID。
1594
1607
  * @param {string} jobId 任务ID。
1595
1608
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1596
1609
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
@@ -1599,42 +1612,40 @@ export declare class MetaStudioClient {
1599
1612
  * @param {*} [options] Override http request option.
1600
1613
  * @throws {RequiredError}
1601
1614
  */
1602
- show2dModelTrainingJob(show2dModelTrainingJobRequest?: Show2dModelTrainingJobRequest): Promise<Show2dModelTrainingJobResponse>;
1615
+ stopSmartLive(stopSmartLiveRequest?: StopSmartLiveRequest): Promise<StopSmartLiveResponse>;
1603
1616
  /**
1604
- * 该接口用于更新分身数字人模型训练任务。用于在自动审核或者人工审核不通过情况下,更新训练视频、身份证照片等。
1605
- * &gt; * 该接口只能在AUTO_VERIFY_FAILED或者MANUAL_VERIFY_FAILED状态下调用
1617
+ * 检测音色与文本的语言一致性,音色与文本不一致会导致报错
1606
1618
  *
1607
1619
  * Please refer to HUAWEI cloud API Explorer for details.
1608
1620
  *
1609
- * @summary 更新分身数字人模型训练任务
1610
- * @param {string} jobId 任务ID。
1611
- * @param {Update2dModelTrainingJobReq} update2dModelTrainingJobRequestBody 更新分身数字人模型训练任务请求。
1612
- * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1613
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1614
- * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1615
- * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1621
+ * @summary 检测音色与文本的语言一致性
1622
+ * @param {LanguageCheckInfoReq} checkTextLanguageRequestBody 上传的音色语言信息和文本信息
1616
1623
  * @param {*} [options] Override http request option.
1617
1624
  * @throws {RequiredError}
1618
1625
  */
1619
- update2dModelTrainingJob(update2dModelTrainingJobRequest?: Update2dModelTrainingJobRequest): Promise<Update2dModelTrainingJobResponse>;
1626
+ checkTextLanguage(checkTextLanguageRequest?: CheckTextLanguageRequest): Promise<CheckTextLanguageResponse>;
1620
1627
  /**
1621
- * 该接口用于创建驱动数字人表情的任务。
1628
+ * 该接口用于创建智能直播间互动规则库。
1622
1629
  *
1623
1630
  * Please refer to HUAWEI cloud API Explorer for details.
1624
1631
  *
1625
- * @summary 创建语音驱动表情动画任务
1626
- * @param {CreateFASReq} [createFacialAnimationsRequestBody] 数字人语音驱动表情任务创建请求。
1632
+ * @summary 创建智能直播间互动规则库
1633
+ * @param {InteractionRuleGroup} createInteractionRuleGroupRequestBody 创建智能直播间互动规则。
1634
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1635
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1636
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1637
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1627
1638
  * @param {*} [options] Override http request option.
1628
1639
  * @throws {RequiredError}
1629
1640
  */
1630
- createFacialAnimations(createFacialAnimationsRequest?: CreateFacialAnimationsRequest): Promise<CreateFacialAnimationsResponse>;
1641
+ createInteractionRuleGroup(createInteractionRuleGroupRequest?: CreateInteractionRuleGroupRequest): Promise<CreateInteractionRuleGroupResponse>;
1631
1642
  /**
1632
- * 该接口用于创建驱动数字人表情、动作及语音的任务。
1643
+ * 该接口用于创建智能直播间。
1633
1644
  *
1634
1645
  * Please refer to HUAWEI cloud API Explorer for details.
1635
1646
  *
1636
- * @summary 创建语音驱动任务
1637
- * @param {CreateTTSAReq} createTTSARequestBody 数字人语音驱动任务创建请求。
1647
+ * @summary 创建智能直播间
1648
+ * @param {CreateSmartLiveRoomReq} createSmartLiveRoomRequestBody 创建智能直播间请求。
1638
1649
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1639
1650
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1640
1651
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1642,105 +1653,119 @@ export declare class MetaStudioClient {
1642
1653
  * @param {*} [options] Override http request option.
1643
1654
  * @throws {RequiredError}
1644
1655
  */
1645
- createTtsa(createTtsaRequest?: CreateTtsaRequest): Promise<CreateTtsaResponse>;
1656
+ createSmartLiveRoom(createSmartLiveRoomRequest?: CreateSmartLiveRoomRequest): Promise<CreateSmartLiveRoomResponse>;
1646
1657
  /**
1647
- * 该接口用于获取生成的数字人表情驱动数据
1658
+ * 该接口用于删除智能直播间互动规则库。
1648
1659
  *
1649
1660
  * Please refer to HUAWEI cloud API Explorer for details.
1650
1661
  *
1651
- * @summary 获取语音驱动表情数据
1652
- * @param {string} jobId 表情驱动任务ID
1662
+ * @summary 删除智能直播间互动规则库
1663
+ * @param {string} groupId 互动规则库ID
1664
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1665
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1666
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1667
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1653
1668
  * @param {*} [options] Override http request option.
1654
1669
  * @throws {RequiredError}
1655
1670
  */
1656
- listFacialAnimationsData(listFacialAnimationsDataRequest?: ListFacialAnimationsDataRequest): Promise<ListFacialAnimationsDataResponse>;
1671
+ deleteInteractionRuleGroup(deleteInteractionRuleGroupRequest?: DeleteInteractionRuleGroupRequest): Promise<DeleteInteractionRuleGroupResponse>;
1657
1672
  /**
1658
- * 该接口用于获取生成的数字人驱动数据,包括语音、表情、动作等。
1673
+ * 该接口用于删除智能直播间。
1659
1674
  *
1660
1675
  * Please refer to HUAWEI cloud API Explorer for details.
1661
1676
  *
1662
- * @summary 获取语音驱动数据
1663
- * @param {string} jobId 任务ID。
1677
+ * @summary 删除智能直播间
1678
+ * @param {string} roomId 剧本ID。
1664
1679
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1665
1680
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1666
1681
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1667
- * @param {number} [offset] 偏移量,表示生成内容时间偏移,目前每次返回2秒内容。
1682
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1668
1683
  * @param {*} [options] Override http request option.
1669
1684
  * @throws {RequiredError}
1670
1685
  */
1671
- listTtsaData(listTtsaDataRequest?: ListTtsaDataRequest): Promise<ListTtsaDataResponse>;
1686
+ deleteSmartLiveRoom(deleteSmartLiveRoomRequest?: DeleteSmartLiveRoomRequest): Promise<DeleteSmartLiveRoomResponse>;
1672
1687
  /**
1673
- * 该接口用于查询驱动数字人表情、动作及语音的任务列表。
1688
+ * 该接口用于智能直播间互动规则库列表。
1674
1689
  *
1675
1690
  * Please refer to HUAWEI cloud API Explorer for details.
1676
1691
  *
1677
- * @summary 获取语音驱动任务列表
1692
+ * @summary 查询智能直播间互动规则库列表
1678
1693
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1679
1694
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1680
1695
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1681
1696
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1682
1697
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1683
1698
  * @param {number} [limit] 每页显示的条目数量。
1699
+ * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1700
+ * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1701
+ * @param {string} [groupName] 规则库名称
1684
1702
  * @param {*} [options] Override http request option.
1685
1703
  * @throws {RequiredError}
1686
1704
  */
1687
- listTtsaJobs(listTtsaJobsRequest?: ListTtsaJobsRequest): Promise<ListTtsaJobsResponse>;
1705
+ listInteractionRuleGroups(listInteractionRuleGroupsRequest?: ListInteractionRuleGroupsRequest): Promise<ListInteractionRuleGroupsResponse>;
1688
1706
  /**
1689
- * 该接口用于创建生成播报内容的语音试听文件任务。第三方音色试听需要收费,收费标准参考:https://marketplace.huaweicloud.com/product/OFFI919400645308506112#productid&#x3D;OFFI919400645308506112
1707
+ * 该接口用于智能直播间列表。
1690
1708
  *
1691
1709
  * Please refer to HUAWEI cloud API Explorer for details.
1692
1710
  *
1693
- * @summary 创建TTS试听任务
1694
- * @param {CreateTtsAuditionRequestBody} createTtsAuditionRequestBody 创建文本转音频试听请求。
1695
- * @param {string} [xRequestId] 请求requestId,用来标识一路请求,用于问题跟踪定位,建议使用uuId,若不携带,则后台自动生成
1711
+ * @summary 查询智能直播间列表
1696
1712
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1697
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1713
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1698
1714
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1699
1715
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1716
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1717
+ * @param {number} [limit] 每页显示的条目数量。
1718
+ * @param {string} [roomName] 按直播间名称模糊查询。
1719
+ * @param {string} [dhId] 按数字人形象ID查询。
1720
+ * @param {string} [modelName] 按形象名称模糊查询。
1721
+ * @param {string} [liveState] 当前直播间直播状态。 WAITING,PROCESSING,SUCCESS,FAILED,CANCELED对应直播任务状态 NULL 对应没有直播任务 可多个状态查询,使用英文逗号分隔。
1722
+ * @param {string} [startTime] 最近直播任务起始时间。格式遵循:RFC 3339 如\&quot;2021-01-10T08:43:17Z\&quot;。
1723
+ * @param {string} [endTime] 最近直播任务结束时间。格式遵循:RFC 3339 如\&quot;2021-01-10T10:43:17Z\&quot;。
1724
+ * @param {string} [roomType] 按直播间类型查询。直播间类型。 * NORMAL: 普通直播间,直播间一直存在,可以反复开播 * TEMP: 临时直播间,直播任务结束后自动清理直播间。 * TEMPLATE: 直播间模板。
1725
+ * @param {string} [templateOwnType] 按照自己拥有的和别人分享以及公共的模板进行查询 * OWNED 自己拥有且暂未共享的 * SHARED_TO_OHTERS 分享给别人的 * SHARED_FROM_OHTERS 别人分享给我的 * PUBLIC 公共模板
1700
1726
  * @param {*} [options] Override http request option.
1701
1727
  * @throws {RequiredError}
1702
1728
  */
1703
- createTtsAudition(createTtsAuditionRequest?: CreateTtsAuditionRequest): Promise<CreateTtsAuditionResponse>;
1729
+ listSmartLiveRooms(listSmartLiveRoomsRequest?: ListSmartLiveRoomsRequest): Promise<ListSmartLiveRoomsResponse>;
1704
1730
  /**
1705
- * 该接口用于获取TTS试听文件下载链接,返回List中包含当前已生产的试听文件。
1731
+ * 该接口用于查询智能直播剧本详情。
1706
1732
  *
1707
1733
  * Please refer to HUAWEI cloud API Explorer for details.
1708
1734
  *
1709
- * @summary 获取TTS试听文件
1710
- * @param {string} jobId 任务ID。
1711
- * @param {string} [xRequestId] 请求requestId,用来标识一路请求,用于问题跟踪定位,建议使用uuId,若不携带,则后台自动生成
1735
+ * @summary 查询智能直播剧本详情
1736
+ * @param {string} roomId 剧本ID。
1712
1737
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1713
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
1738
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1714
1739
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1715
1740
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1716
1741
  * @param {*} [options] Override http request option.
1717
1742
  * @throws {RequiredError}
1718
1743
  */
1719
- showTtsAuditionFile(showTtsAuditionFileRequest?: ShowTtsAuditionFileRequest): Promise<ShowTtsAuditionFileResponse>;
1744
+ showSmartLiveRoom(showSmartLiveRoomRequest?: ShowSmartLiveRoomRequest): Promise<ShowSmartLiveRoomResponse>;
1720
1745
  /**
1721
- * 该接口用于创建视频驱动任务。
1746
+ * 该接口用于更新智能直播间互动规则库。
1722
1747
  *
1723
1748
  * Please refer to HUAWEI cloud API Explorer for details.
1724
1749
  *
1725
- * @summary 创建视频驱动任务
1726
- * @param {VideoMotionCaptureJobReq} createVideoMotionCaptureJobRequestBody 视频驱动任务创建请求。
1750
+ * @summary 更新智能直播间互动规则库
1751
+ * @param {string} groupId 互动规则库ID。
1752
+ * @param {InteractionRuleGroup} updateInteractionRuleGroupRequestBody 创建智能直播间互动规则。
1727
1753
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1728
1754
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1729
1755
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1730
1756
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1731
- * @param {string} [xUserPrivilege] 测试用户判断。
1732
1757
  * @param {*} [options] Override http request option.
1733
1758
  * @throws {RequiredError}
1734
1759
  */
1735
- createVideoMotionCaptureJob(createVideoMotionCaptureJobRequest?: CreateVideoMotionCaptureJobRequest): Promise<CreateVideoMotionCaptureJobResponse>;
1760
+ updateInteractionRuleGroup(updateInteractionRuleGroupRequest?: UpdateInteractionRuleGroupRequest): Promise<UpdateInteractionRuleGroupResponse>;
1736
1761
  /**
1737
- * 该接口用于控制数字人驱动。
1762
+ * 该接口用于智能直播间信息。
1738
1763
  *
1739
1764
  * Please refer to HUAWEI cloud API Explorer for details.
1740
1765
  *
1741
- * @summary 控制数字人驱动
1742
- * @param {string} jobId 任务ID。
1743
- * @param {ControlDigitalHumanLiveReq} executeVideoMotionCaptureCommandRequestBody 控制数字人驱动。
1766
+ * @summary 更新智能直播间信息
1767
+ * @param {string} roomId 剧本ID。
1768
+ * @param {CreateSmartLiveRoomReq} updateSmartLiveRoomRequestBody 更新智能直播间请求。
1744
1769
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1745
1770
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1746
1771
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1748,60 +1773,85 @@ export declare class MetaStudioClient {
1748
1773
  * @param {*} [options] Override http request option.
1749
1774
  * @throws {RequiredError}
1750
1775
  */
1751
- executeVideoMotionCaptureCommand(executeVideoMotionCaptureCommandRequest?: ExecuteVideoMotionCaptureCommandRequest): Promise<ExecuteVideoMotionCaptureCommandResponse>;
1776
+ updateSmartLiveRoom(updateSmartLiveRoomRequest?: UpdateSmartLiveRoomRequest): Promise<UpdateSmartLiveRoomResponse>;
1752
1777
  /**
1753
- * 该接口用于查询视频驱动任务列表。
1778
+ * 查询数字人风格列表
1754
1779
  *
1755
1780
  * Please refer to HUAWEI cloud API Explorer for details.
1756
1781
  *
1757
- * @summary 查询视频驱动任务列表
1782
+ * @summary 查询数字人风格列表
1758
1783
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1759
1784
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1760
1785
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1761
1786
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1762
1787
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1763
1788
  * @param {number} [limit] 每页显示的条目数量。
1789
+ * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
1790
+ * @param {string} [sortKey] 排序字段,目前只支持create_time。
1791
+ * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
1792
+ * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1793
+ * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1764
1794
  * @param {*} [options] Override http request option.
1765
1795
  * @throws {RequiredError}
1766
1796
  */
1767
- listVideoMotionCaptureJobs(listVideoMotionCaptureJobsRequest?: ListVideoMotionCaptureJobsRequest): Promise<ListVideoMotionCaptureJobsResponse>;
1797
+ listStyles(listStylesRequest?: ListStylesRequest): Promise<ListStylesResponse>;
1768
1798
  /**
1769
- * 该接口用于查询视频驱动任务详情。
1799
+ * 提交训练任务,执行该接口后,任务会进入审核状态,审核完成后会等待训练。
1770
1800
  *
1771
1801
  * Please refer to HUAWEI cloud API Explorer for details.
1772
1802
  *
1773
- * @summary 查询视频驱动任务详情
1774
- * @param {string} jobId 任务ID
1803
+ * @summary 提交语音训练任务
1804
+ * @param {string} jobId 任务id
1775
1805
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1776
1806
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1777
1807
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1778
1808
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1809
+ * @param {CommitJobReq} [commitVoiceTrainingJobRequestBody] 提交任务请求。
1779
1810
  * @param {*} [options] Override http request option.
1780
1811
  * @throws {RequiredError}
1781
1812
  */
1782
- showVideoMotionCaptureJob(showVideoMotionCaptureJobRequest?: ShowVideoMotionCaptureJobRequest): Promise<ShowVideoMotionCaptureJobResponse>;
1813
+ commitVoiceTrainingJob(commitVoiceTrainingJobRequest?: CommitVoiceTrainingJobRequest): Promise<CommitVoiceTrainingJobResponse>;
1783
1814
  /**
1784
- * 该接口用于停止视频驱动任务。
1815
+ * 确认在线录音结果。
1785
1816
  *
1786
1817
  * Please refer to HUAWEI cloud API Explorer for details.
1787
1818
  *
1788
- * @summary 停止视频驱动任务
1789
- * @param {string} jobId 任务ID
1790
- * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1791
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1792
- * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1819
+ * @summary 确认在线录音结果
1820
+ * @param {string} jobId 任务id
1821
+ * @param {number} index 语句索引。
1822
+ * @param {*} [options] Override http request option.
1823
+ * @throws {RequiredError}
1824
+ */
1825
+ confirmTrainingSegment(confirmTrainingSegmentRequest?: ConfirmTrainingSegmentRequest): Promise<ConfirmTrainingSegmentResponse>;
1826
+ /**
1827
+ * 用户创建语音训练高级版任务,该接口会返回一个obs上传地址,用于上传语音文件。
1828
+ *
1829
+ * 语音文件为一段WAV格式的长音频文件,仅支持将语音文件打包成zip压缩格式上传。
1830
+ *
1831
+ * 文件上传后,调用“提交语音训练任务”接口,启动审核和训练。
1832
+ *
1833
+ * Please refer to HUAWEI cloud API Explorer for details.
1834
+ *
1835
+ * @summary 创建高级版语音训练任务
1836
+ * @param {CreateTrainingJobReq} createTrainingAdvanceJobRequestBody 创建任务请求。
1793
1837
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1794
1838
  * @param {*} [options] Override http request option.
1795
1839
  * @throws {RequiredError}
1796
1840
  */
1797
- stopVideoMotionCaptureJob(stopVideoMotionCaptureJobRequest?: StopVideoMotionCaptureJobRequest): Promise<StopVideoMotionCaptureJobResponse>;
1841
+ createTrainingAdvanceJob(createTrainingAdvanceJobRequest?: CreateTrainingAdvanceJobRequest): Promise<CreateTrainingAdvanceJobResponse>;
1798
1842
  /**
1799
- * 该接口用于复制视频制作剧本。
1843
+ * 用户创建语音训练基础版任务,该接口会返回一个obs上传地址,用于上传语音文件。
1844
+ *
1845
+ * 支持2种方式上传语音文件:
1846
+ * * 语音文件和文本文件打包成zip上传:语音文件已经切分成20个wav文件,每个语音文件对应一个txt文本文件,所有文件打包成zip文件。语音文件命名规则:0.wav~19.wav;文本文件命名规则:0.txt~19.txt。
1847
+ * * 语音文件和文本文件逐句上传:每次上传一句语料的语音文件和文本文件,再调用“确认在线录音结果”接口确认语音和文本内容是否一致。确认成功后再上传和确认下一句。
1848
+ *
1849
+ * 文件上传后,调用“提交语音训练任务”接口,启动审核和训练。
1800
1850
  *
1801
1851
  * Please refer to HUAWEI cloud API Explorer for details.
1802
1852
  *
1803
- * @summary 复制视频制作剧本
1804
- * @param {string} scriptId 剧本ID。
1853
+ * @summary 创建基础版语音训练任务
1854
+ * @param {CreateTrainingJobReq} createTrainingBasicJobRequestBody 创建任务请求。
1805
1855
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1806
1856
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1807
1857
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1809,14 +1859,20 @@ export declare class MetaStudioClient {
1809
1859
  * @param {*} [options] Override http request option.
1810
1860
  * @throws {RequiredError}
1811
1861
  */
1812
- copyVideoScripts(copyVideoScriptsRequest?: CopyVideoScriptsRequest): Promise<CopyVideoScriptsResponse>;
1862
+ createTrainingBasicJob(createTrainingBasicJobRequest?: CreateTrainingBasicJobRequest): Promise<CreateTrainingBasicJobResponse>;
1813
1863
  /**
1814
- * 该接口用于创建视频制作剧本。
1864
+ * 用户创建语音训练进阶版任务,该接口会返回一个obs上传地址,用于上传语音文件。
1865
+ *
1866
+ * 支持2种方式上传语音文件:
1867
+ * * 语音文件和文本文件打包成zip上传:语音文件已经切分成100个wav文件,每个语音文件对应一个txt文本文件,所有文件打包成zip文件。语音文件命名规则:0.wav~99.wav;文本文件命名规则:0.txt~99.txt。
1868
+ * * 语音文件和文本文件逐句上传:每次上传一句语料的语音文件和文本文件,再调用“确认在线录音结果”接口确认语音和文本内容是否一致。确认成功后再上传和确认下一句。
1869
+ *
1870
+ * 文件上传后,调用“提交语音训练任务”接口,启动审核和训练。
1815
1871
  *
1816
1872
  * Please refer to HUAWEI cloud API Explorer for details.
1817
1873
  *
1818
- * @summary 创建视频制作剧本
1819
- * @param {CreateVideoScriptsReq} createVideoScriptsRequestBody 创建视频制作脚本请求。
1874
+ * @summary 创建进阶版语音训练任务
1875
+ * @param {CreateTrainingJobReq} createTrainingMiddleJobRequestBody 创建任务请求。
1820
1876
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1821
1877
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1822
1878
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1824,14 +1880,14 @@ export declare class MetaStudioClient {
1824
1880
  * @param {*} [options] Override http request option.
1825
1881
  * @throws {RequiredError}
1826
1882
  */
1827
- createVideoScripts(createVideoScriptsRequest?: CreateVideoScriptsRequest): Promise<CreateVideoScriptsResponse>;
1883
+ createTrainingMiddleJob(createTrainingMiddleJobRequest?: CreateTrainingMiddleJobRequest): Promise<CreateTrainingMiddleJobResponse>;
1828
1884
  /**
1829
- * 该接口用于删除视频制作剧本。
1885
+ * 删除语音训练任务
1830
1886
  *
1831
1887
  * Please refer to HUAWEI cloud API Explorer for details.
1832
1888
  *
1833
- * @summary 删除视频制作剧本
1834
- * @param {string} scriptId 剧本ID
1889
+ * @summary 删除语音训练任务
1890
+ * @param {string} jobId 任务id
1835
1891
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1836
1892
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1837
1893
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -1839,106 +1895,934 @@ export declare class MetaStudioClient {
1839
1895
  * @param {*} [options] Override http request option.
1840
1896
  * @throws {RequiredError}
1841
1897
  */
1842
- deleteVideoScript(deleteVideoScriptRequest?: DeleteVideoScriptRequest): Promise<DeleteVideoScriptResponse>;
1898
+ deleteVoiceTrainingJob(deleteVoiceTrainingJobRequest?: DeleteVoiceTrainingJobRequest): Promise<DeleteVoiceTrainingJobResponse>;
1843
1899
  /**
1844
- * 该接口用于查询视频制作剧本列表。
1900
+ * 查询语音训练任务列表
1845
1901
  *
1846
1902
  * Please refer to HUAWEI cloud API Explorer for details.
1847
1903
  *
1848
- * @summary 查询视频制作剧本列表
1904
+ * @summary 查询语音训练任务列表
1905
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1906
+ * @param {number} [limit] 每页显示的条目数量。
1907
+ * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1908
+ * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1909
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1910
+ * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;FAILED,WAITING
1911
+ * @param {string} [jobId] 任务id。
1912
+ * @param {string} [voiceName] 声音名称。
1913
+ * @param {string} [tag] 任务标签。
1914
+ * @param {*} [options] Override http request option.
1915
+ * @throws {RequiredError}
1916
+ */
1917
+ listVoiceTrainingJob(listVoiceTrainingJobRequest?: ListVoiceTrainingJobRequest): Promise<ListVoiceTrainingJobResponse>;
1918
+ /**
1919
+ * 获取语音训练任务审核结果。
1920
+ *
1921
+ * Please refer to HUAWEI cloud API Explorer for details.
1922
+ *
1923
+ * @summary 获取语音训练任务审核结果
1924
+ * @param {string} jobId 任务id。
1925
+ * @param {*} [options] Override http request option.
1926
+ * @throws {RequiredError}
1927
+ */
1928
+ showJobAuditResult(showJobAuditResultRequest?: ShowJobAuditResultRequest): Promise<ShowJobAuditResultResponse>;
1929
+ /**
1930
+ * 获取语音文件上传地址
1931
+ *
1932
+ * Please refer to HUAWEI cloud API Explorer for details.
1933
+ *
1934
+ * @summary 获取语音文件上传地址
1935
+ * @param {string} jobId 任务id。
1936
+ * @param {*} [options] Override http request option.
1937
+ * @throws {RequiredError}
1938
+ */
1939
+ showJobUploadingAddress(showJobUploadingAddressRequest?: ShowJobUploadingAddressRequest): Promise<ShowJobUploadingAddressResponse>;
1940
+ /**
1941
+ * 获取在线录音确认结果。
1942
+ *
1943
+ * Please refer to HUAWEI cloud API Explorer for details.
1944
+ *
1945
+ * @summary 获取在线录音确认结果
1946
+ * @param {string} jobId 任务id。
1947
+ * @param {*} [options] Override http request option.
1948
+ * @throws {RequiredError}
1949
+ */
1950
+ showTrainingSegmentInfo(showTrainingSegmentInfoRequest?: ShowTrainingSegmentInfoRequest): Promise<ShowTrainingSegmentInfoResponse>;
1951
+ /**
1952
+ * 查询语音训练任务详情
1953
+ *
1954
+ * Please refer to HUAWEI cloud API Explorer for details.
1955
+ *
1956
+ * @summary 查询语音训练任务详情
1957
+ * @param {string} jobId 任务id。
1849
1958
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1850
1959
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1851
1960
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1852
1961
  * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1853
- * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1854
- * @param {number} [limit] 每页显示的条目数量。
1855
- * @param {string} [name] 按名称模糊查询。
1856
- * @param {'VIDEO_DRAFT' | 'SYSTEM_VIDEO_TEMPLET'} [scriptCatalog] 剧本类型。默认查询VIDEO_DRAFT。 * VIDEO_DRAFT:视频草稿。 * SYSTEM_VIDEO_TEMPLET: 系统视频模板。
1857
- * @param {'LANDSCAPE' | 'VERTICAL'} [viewMode] 横竖屏类型(内部参数,不对外开放)。默认值是LANDSCAPE。 * LANDSCAPE:横屏。 * VERTICAL: 竖屏。
1858
1962
  * @param {*} [options] Override http request option.
1859
1963
  * @throws {RequiredError}
1860
1964
  */
1861
- listVideoScripts(listVideoScriptsRequest?: ListVideoScriptsRequest): Promise<ListVideoScriptsResponse>;
1965
+ showVoiceTrainingJob(showVoiceTrainingJobRequest?: ShowVoiceTrainingJobRequest): Promise<ShowVoiceTrainingJobResponse>;
1966
+ /**
1967
+ * 该接口用于创建分身数字人模型训练任务。
1968
+ *
1969
+ * Please refer to HUAWEI cloud API Explorer for details.
1970
+ *
1971
+ * @summary 创建分身数字人模型训练任务
1972
+ * @param {Create2dModelTrainingJobReq} create2dModelTrainingJobRequestBody 创建分身数字人模型训练任务请求。
1973
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1974
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1975
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1976
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1977
+ * @param {*} [options] Override http request option.
1978
+ * @throws {RequiredError}
1979
+ */
1980
+ create2dModelTrainingJob(create2dModelTrainingJobRequest?: Create2dModelTrainingJobRequest): Promise<Create2dModelTrainingJobResponse>;
1981
+ /**
1982
+ * 该接口用于删除分身数字人模型训练任务。同时需要删除训练任务相关的训练视频、身份证照片、授权文件、模型资产等。
1983
+ * &gt; * 该接口应当在任务处于以下状态时调用:WAIT_FILE_UPLOAD、AUTO_VERIFY_FAILED、MANUAL_VERIFYING、MANUAL_VERIFY_FAILED、TRAINING_DATA_PREPROCESS_FAILED、TRAIN_FAILED、INFERENCE_DATA_PREPROCESS_FAILED、JOB_SUCCESS、WAIT_USER_CONFIRM、JOB_REJECT、JOB_FINISH
1984
+ *
1985
+ * Please refer to HUAWEI cloud API Explorer for details.
1986
+ *
1987
+ * @summary 删除分身数字人模型训练任务
1988
+ * @param {string} jobId 任务ID。
1989
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1990
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1991
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1992
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1993
+ * @param {*} [options] Override http request option.
1994
+ * @throws {RequiredError}
1995
+ */
1996
+ delete2dModelTrainingJob(delete2dModelTrainingJobRequest?: Delete2dModelTrainingJobRequest): Promise<Delete2dModelTrainingJobResponse>;
1997
+ /**
1998
+ * 该接口用于租户执行分身数字人模型训练任务命令,如提交训练审核等。
1999
+ *
2000
+ * Please refer to HUAWEI cloud API Explorer for details.
2001
+ *
2002
+ * @summary 租户执行分身数字人模型训练任务命令
2003
+ * @param {string} jobId 任务ID。
2004
+ * @param {Execute2dModelTrainingCommandByUserReq} execute2dModelTrainingCommandByUserRequestBody 租户执行分身数字人模型训练任务命令请求。
2005
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2006
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2007
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2008
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2009
+ * @param {*} [options] Override http request option.
2010
+ * @throws {RequiredError}
2011
+ */
2012
+ execute2dModelTrainingCommandByUser(execute2dModelTrainingCommandByUserRequest?: Execute2dModelTrainingCommandByUserRequest): Promise<Execute2dModelTrainingCommandByUserResponse>;
2013
+ /**
2014
+ * 该接口用于查询分身数字人模型训练任务列表。
2015
+ *
2016
+ * Please refer to HUAWEI cloud API Explorer for details.
2017
+ *
2018
+ * @summary 查询分身数字人模型训练任务列表
2019
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2020
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2021
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2022
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2023
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
2024
+ * @param {number} [limit] 每页显示的条目数量。
2025
+ * @param {string} [sortKey] 排序字段,目前只支持create_time。
2026
+ * @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
2027
+ * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
2028
+ * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
2029
+ * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
2030
+ * @param {string} [queryProjectId] 查询租户id。
2031
+ * @param {string} [batchName] 任务批次名称。
2032
+ * @param {string} [tag] 任务标签。
2033
+ * @param {string} [jobId] 任务ID。
2034
+ * @param {string} [name] 分身数字人模型名称
2035
+ * @param {string} [modelResolution] 模型分辨率
2036
+ * @param {*} [options] Override http request option.
2037
+ * @throws {RequiredError}
2038
+ */
2039
+ list2dModelTrainingJob(list2dModelTrainingJobRequest?: List2dModelTrainingJobRequest): Promise<List2dModelTrainingJobResponse>;
2040
+ /**
2041
+ * 该接口用于查询分身数字人模型训练任务详情。
2042
+ *
2043
+ * Please refer to HUAWEI cloud API Explorer for details.
2044
+ *
2045
+ * @summary 查询分身数字人模型训练任务详情
2046
+ * @param {string} jobId 任务ID。
2047
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2048
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2049
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2050
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2051
+ * @param {*} [options] Override http request option.
2052
+ * @throws {RequiredError}
2053
+ */
2054
+ show2dModelTrainingJob(show2dModelTrainingJobRequest?: Show2dModelTrainingJobRequest): Promise<Show2dModelTrainingJobResponse>;
2055
+ /**
2056
+ * 该接口用于更新分身数字人模型训练任务。用于在自动审核或者人工审核不通过情况下,更新训练视频、身份证照片等。
2057
+ * &gt; * 该接口只能在AUTO_VERIFY_FAILED或者MANUAL_VERIFY_FAILED状态下调用
2058
+ *
2059
+ * Please refer to HUAWEI cloud API Explorer for details.
2060
+ *
2061
+ * @summary 更新分身数字人模型训练任务
2062
+ * @param {string} jobId 任务ID。
2063
+ * @param {Update2dModelTrainingJobReq} update2dModelTrainingJobRequestBody 更新分身数字人模型训练任务请求。
2064
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2065
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2066
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2067
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2068
+ * @param {*} [options] Override http request option.
2069
+ * @throws {RequiredError}
2070
+ */
2071
+ update2dModelTrainingJob(update2dModelTrainingJobRequest?: Update2dModelTrainingJobRequest): Promise<Update2dModelTrainingJobResponse>;
2072
+ /**
2073
+ * 该接口用于创建驱动数字人表情的任务。
2074
+ *
2075
+ * Please refer to HUAWEI cloud API Explorer for details.
2076
+ *
2077
+ * @summary 创建语音驱动表情动画任务
2078
+ * @param {CreateFASReq} [createFacialAnimationsRequestBody] 数字人语音驱动表情任务创建请求。
2079
+ * @param {*} [options] Override http request option.
2080
+ * @throws {RequiredError}
2081
+ */
2082
+ createFacialAnimations(createFacialAnimationsRequest?: CreateFacialAnimationsRequest): Promise<CreateFacialAnimationsResponse>;
2083
+ /**
2084
+ * 该接口用于创建驱动数字人表情、动作及语音的任务。
2085
+ *
2086
+ * Please refer to HUAWEI cloud API Explorer for details.
2087
+ *
2088
+ * @summary 创建语音驱动任务
2089
+ * @param {CreateTTSAReq} createTTSARequestBody 数字人语音驱动任务创建请求。
2090
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2091
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2092
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2093
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2094
+ * @param {*} [options] Override http request option.
2095
+ * @throws {RequiredError}
2096
+ */
2097
+ createTtsa(createTtsaRequest?: CreateTtsaRequest): Promise<CreateTtsaResponse>;
2098
+ /**
2099
+ * 该接口用于获取生成的数字人表情驱动数据
2100
+ *
2101
+ * Please refer to HUAWEI cloud API Explorer for details.
2102
+ *
2103
+ * @summary 获取语音驱动表情数据
2104
+ * @param {string} jobId 表情驱动任务ID
2105
+ * @param {*} [options] Override http request option.
2106
+ * @throws {RequiredError}
2107
+ */
2108
+ listFacialAnimationsData(listFacialAnimationsDataRequest?: ListFacialAnimationsDataRequest): Promise<ListFacialAnimationsDataResponse>;
2109
+ /**
2110
+ * 该接口用于获取生成的数字人驱动数据,包括语音、表情、动作等。
2111
+ *
2112
+ * Please refer to HUAWEI cloud API Explorer for details.
2113
+ *
2114
+ * @summary 获取语音驱动数据
2115
+ * @param {string} jobId 任务ID。
2116
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2117
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2118
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2119
+ * @param {number} [offset] 偏移量,表示生成内容时间偏移,目前每次返回2秒内容。
2120
+ * @param {*} [options] Override http request option.
2121
+ * @throws {RequiredError}
2122
+ */
2123
+ listTtsaData(listTtsaDataRequest?: ListTtsaDataRequest): Promise<ListTtsaDataResponse>;
2124
+ /**
2125
+ * 该接口用于查询驱动数字人表情、动作及语音的任务列表。
2126
+ *
2127
+ * Please refer to HUAWEI cloud API Explorer for details.
2128
+ *
2129
+ * @summary 获取语音驱动任务列表
2130
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2131
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2132
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2133
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2134
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
2135
+ * @param {number} [limit] 每页显示的条目数量。
2136
+ * @param {*} [options] Override http request option.
2137
+ * @throws {RequiredError}
2138
+ */
2139
+ listTtsaJobs(listTtsaJobsRequest?: ListTtsaJobsRequest): Promise<ListTtsaJobsResponse>;
2140
+ /**
2141
+ * 该接口用于创建生成播报内容的语音试听文件任务。第三方音色试听需要收费,收费标准参考:https://marketplace.huaweicloud.com/product/OFFI919400645308506112#productid&#x3D;OFFI919400645308506112
2142
+ *
2143
+ * Please refer to HUAWEI cloud API Explorer for details.
2144
+ *
2145
+ * @summary 创建TTS试听任务
2146
+ * @param {CreateTtsAuditionRequestBody} createTtsAuditionRequestBody 创建文本转音频试听请求。
2147
+ * @param {string} [xRequestId] 请求requestId,用来标识一路请求,用于问题跟踪定位,建议使用uuId,若不携带,则后台自动生成
2148
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2149
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2150
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2151
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2152
+ * @param {*} [options] Override http request option.
2153
+ * @throws {RequiredError}
2154
+ */
2155
+ createTtsAudition(createTtsAuditionRequest?: CreateTtsAuditionRequest): Promise<CreateTtsAuditionResponse>;
2156
+ /**
2157
+ * 该接口用于获取TTS试听文件下载链接,返回List中包含当前已生产的试听文件。
2158
+ *
2159
+ * Please refer to HUAWEI cloud API Explorer for details.
2160
+ *
2161
+ * @summary 获取TTS试听文件
2162
+ * @param {string} jobId 任务ID。
2163
+ * @param {string} [xRequestId] 请求requestId,用来标识一路请求,用于问题跟踪定位,建议使用uuId,若不携带,则后台自动生成
2164
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2165
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2166
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2167
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2168
+ * @param {*} [options] Override http request option.
2169
+ * @throws {RequiredError}
2170
+ */
2171
+ showTtsAuditionFile(showTtsAuditionFileRequest?: ShowTtsAuditionFileRequest): Promise<ShowTtsAuditionFileResponse>;
2172
+ /**
2173
+ * 该接口用于创建视频驱动任务。
2174
+ *
2175
+ * Please refer to HUAWEI cloud API Explorer for details.
2176
+ *
2177
+ * @summary 创建视频驱动任务
2178
+ * @param {VideoMotionCaptureJobReq} createVideoMotionCaptureJobRequestBody 视频驱动任务创建请求。
2179
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2180
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2181
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2182
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2183
+ * @param {string} [xUserPrivilege] 测试用户判断。
2184
+ * @param {*} [options] Override http request option.
2185
+ * @throws {RequiredError}
2186
+ */
2187
+ createVideoMotionCaptureJob(createVideoMotionCaptureJobRequest?: CreateVideoMotionCaptureJobRequest): Promise<CreateVideoMotionCaptureJobResponse>;
2188
+ /**
2189
+ * 该接口用于控制数字人驱动。
2190
+ *
2191
+ * Please refer to HUAWEI cloud API Explorer for details.
2192
+ *
2193
+ * @summary 控制数字人驱动
2194
+ * @param {string} jobId 任务ID。
2195
+ * @param {ControlDigitalHumanLiveReq} executeVideoMotionCaptureCommandRequestBody 控制数字人驱动。
2196
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2197
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2198
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2199
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2200
+ * @param {*} [options] Override http request option.
2201
+ * @throws {RequiredError}
2202
+ */
2203
+ executeVideoMotionCaptureCommand(executeVideoMotionCaptureCommandRequest?: ExecuteVideoMotionCaptureCommandRequest): Promise<ExecuteVideoMotionCaptureCommandResponse>;
2204
+ /**
2205
+ * 该接口用于查询视频驱动任务列表。
2206
+ *
2207
+ * Please refer to HUAWEI cloud API Explorer for details.
2208
+ *
2209
+ * @summary 查询视频驱动任务列表
2210
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2211
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2212
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2213
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2214
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
2215
+ * @param {number} [limit] 每页显示的条目数量。
2216
+ * @param {*} [options] Override http request option.
2217
+ * @throws {RequiredError}
2218
+ */
2219
+ listVideoMotionCaptureJobs(listVideoMotionCaptureJobsRequest?: ListVideoMotionCaptureJobsRequest): Promise<ListVideoMotionCaptureJobsResponse>;
2220
+ /**
2221
+ * 该接口用于查询视频驱动任务详情。
2222
+ *
2223
+ * Please refer to HUAWEI cloud API Explorer for details.
2224
+ *
2225
+ * @summary 查询视频驱动任务详情
2226
+ * @param {string} jobId 任务ID。
2227
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2228
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2229
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2230
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2231
+ * @param {*} [options] Override http request option.
2232
+ * @throws {RequiredError}
2233
+ */
2234
+ showVideoMotionCaptureJob(showVideoMotionCaptureJobRequest?: ShowVideoMotionCaptureJobRequest): Promise<ShowVideoMotionCaptureJobResponse>;
2235
+ /**
2236
+ * 该接口用于停止视频驱动任务。
2237
+ *
2238
+ * Please refer to HUAWEI cloud API Explorer for details.
2239
+ *
2240
+ * @summary 停止视频驱动任务
2241
+ * @param {string} jobId 任务ID。
2242
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2243
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2244
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2245
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2246
+ * @param {*} [options] Override http request option.
2247
+ * @throws {RequiredError}
2248
+ */
2249
+ stopVideoMotionCaptureJob(stopVideoMotionCaptureJobRequest?: StopVideoMotionCaptureJobRequest): Promise<StopVideoMotionCaptureJobResponse>;
2250
+ /**
2251
+ * 该接口用于复制视频制作剧本。
2252
+ *
2253
+ * Please refer to HUAWEI cloud API Explorer for details.
2254
+ *
2255
+ * @summary 复制视频制作剧本
2256
+ * @param {string} scriptId 剧本ID。
2257
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2258
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2259
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2260
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2261
+ * @param {*} [options] Override http request option.
2262
+ * @throws {RequiredError}
2263
+ */
2264
+ copyVideoScripts(copyVideoScriptsRequest?: CopyVideoScriptsRequest): Promise<CopyVideoScriptsResponse>;
2265
+ /**
2266
+ * 该接口用于创建视频制作剧本。
2267
+ *
2268
+ * Please refer to HUAWEI cloud API Explorer for details.
2269
+ *
2270
+ * @summary 创建视频制作剧本
2271
+ * @param {CreateVideoScriptsReq} createVideoScriptsRequestBody 创建视频制作脚本请求。
2272
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2273
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2274
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2275
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2276
+ * @param {*} [options] Override http request option.
2277
+ * @throws {RequiredError}
2278
+ */
2279
+ createVideoScripts(createVideoScriptsRequest?: CreateVideoScriptsRequest): Promise<CreateVideoScriptsResponse>;
2280
+ /**
2281
+ * 该接口用于删除视频制作剧本。
2282
+ *
2283
+ * Please refer to HUAWEI cloud API Explorer for details.
2284
+ *
2285
+ * @summary 删除视频制作剧本
2286
+ * @param {string} scriptId 剧本ID。
2287
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2288
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2289
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2290
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2291
+ * @param {*} [options] Override http request option.
2292
+ * @throws {RequiredError}
2293
+ */
2294
+ deleteVideoScript(deleteVideoScriptRequest?: DeleteVideoScriptRequest): Promise<DeleteVideoScriptResponse>;
2295
+ /**
2296
+ * 该接口用于查询视频制作剧本列表。
2297
+ *
2298
+ * Please refer to HUAWEI cloud API Explorer for details.
2299
+ *
2300
+ * @summary 查询视频制作剧本列表
2301
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2302
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2303
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2304
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2305
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
2306
+ * @param {number} [limit] 每页显示的条目数量。
2307
+ * @param {string} [name] 按名称模糊查询。
2308
+ * @param {'VIDEO_DRAFT' | 'SYSTEM_VIDEO_TEMPLET'} [scriptCatalog] 剧本类型。默认查询VIDEO_DRAFT。 * VIDEO_DRAFT:视频草稿。 * SYSTEM_VIDEO_TEMPLET: 系统视频模板。
2309
+ * @param {'LANDSCAPE' | 'VERTICAL'} [viewMode] 横竖屏类型(内部参数,不对外开放)。默认值是LANDSCAPE。 * LANDSCAPE:横屏。 * VERTICAL: 竖屏。
2310
+ * @param {*} [options] Override http request option.
2311
+ * @throws {RequiredError}
2312
+ */
2313
+ listVideoScripts(listVideoScriptsRequest?: ListVideoScriptsRequest): Promise<ListVideoScriptsResponse>;
2314
+ /**
2315
+ * 该接口用于查询视频制作剧本详情。
2316
+ *
2317
+ * Please refer to HUAWEI cloud API Explorer for details.
2318
+ *
2319
+ * @summary 查询视频制作剧本详情
2320
+ * @param {string} scriptId 剧本ID。
2321
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2322
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2323
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2324
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2325
+ * @param {*} [options] Override http request option.
2326
+ * @throws {RequiredError}
2327
+ */
2328
+ showVideoScript(showVideoScriptRequest?: ShowVideoScriptRequest): Promise<ShowVideoScriptResponse>;
2329
+ /**
2330
+ * 该接口用于更新视频制作剧本。
2331
+ *
2332
+ * Please refer to HUAWEI cloud API Explorer for details.
2333
+ *
2334
+ * @summary 更新视频制作剧本
2335
+ * @param {string} scriptId 剧本ID。
2336
+ * @param {UpdateVideoScriptsReq} updateVideoScriptRequestBody 更新数字人请求。
2337
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2338
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
2339
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2340
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2341
+ * @param {*} [options] Override http request option.
2342
+ * @throws {RequiredError}
2343
+ */
2344
+ updateVideoScript(updateVideoScriptRequest?: UpdateVideoScriptRequest): Promise<UpdateVideoScriptResponse>;
2345
+ /**
2346
+ * 该接口用于创建欢迎词。
2347
+ *
2348
+ * Please refer to HUAWEI cloud API Explorer for details.
2349
+ *
2350
+ * @summary 创建欢迎词
2351
+ * @param {CreateWelcomeSpeechReq} createWelcomeSpeechRequestBody 创建欢迎词请求。
2352
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2353
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2354
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2355
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2356
+ * @param {*} [options] Override http request option.
2357
+ * @throws {RequiredError}
2358
+ */
2359
+ createWelcomeSpeech(createWelcomeSpeechRequest?: CreateWelcomeSpeechRequest): Promise<CreateWelcomeSpeechResponse>;
2360
+ /**
2361
+ * 该接口用于删除欢迎词。
2362
+ *
2363
+ * Please refer to HUAWEI cloud API Explorer for details.
2364
+ *
2365
+ * @summary 删除欢迎词
2366
+ * @param {Array<string>} deleteWelcomeSpeechRequestBody 欢迎词ID列表
2367
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2368
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2369
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2370
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2371
+ * @param {*} [options] Override http request option.
2372
+ * @throws {RequiredError}
2373
+ */
2374
+ deleteWelcomeSpeech(deleteWelcomeSpeechRequest?: DeleteWelcomeSpeechRequest): Promise<DeleteWelcomeSpeechResponse>;
2375
+ /**
2376
+ * 该接口用于查询欢迎词列表。
2377
+ *
2378
+ * Please refer to HUAWEI cloud API Explorer for details.
2379
+ *
2380
+ * @summary 查询欢迎词列表
2381
+ * @param {string} robotId 应用ID。
2382
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2383
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2384
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2385
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2386
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
2387
+ * @param {number} [limit] 每页显示的条目数量。
2388
+ * @param {*} [options] Override http request option.
2389
+ * @throws {RequiredError}
2390
+ */
2391
+ listWelcomeSpeech(listWelcomeSpeechRequest?: ListWelcomeSpeechRequest): Promise<ListWelcomeSpeechResponse>;
2392
+ /**
2393
+ * 该接口用于查询欢迎词详情。
2394
+ *
2395
+ * Please refer to HUAWEI cloud API Explorer for details.
2396
+ *
2397
+ * @summary 查询欢迎词详情
2398
+ * @param {string} welcomeSpeechId 欢迎词ID。
2399
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2400
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2401
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2402
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2403
+ * @param {*} [options] Override http request option.
2404
+ * @throws {RequiredError}
2405
+ */
2406
+ showWelcomeSpeech(showWelcomeSpeechRequest?: ShowWelcomeSpeechRequest): Promise<ShowWelcomeSpeechResponse>;
2407
+ /**
2408
+ * 该接口用于查询欢迎词功能开关。
2409
+ *
2410
+ * Please refer to HUAWEI cloud API Explorer for details.
2411
+ *
2412
+ * @summary 查询欢迎词功能开关
2413
+ * @param {string} robotId 应用ID。
2414
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2415
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2416
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2417
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2418
+ * @param {*} [options] Override http request option.
2419
+ * @throws {RequiredError}
2420
+ */
2421
+ showWelcomeSpeechSwitch(showWelcomeSpeechSwitchRequest?: ShowWelcomeSpeechSwitchRequest): Promise<ShowWelcomeSpeechSwitchResponse>;
2422
+ /**
2423
+ * 该接口用于修改欢迎词。
2424
+ *
2425
+ * Please refer to HUAWEI cloud API Explorer for details.
2426
+ *
2427
+ * @summary 修改欢迎词
2428
+ * @param {string} welcomeSpeechId 欢迎词ID。
2429
+ * @param {UpdateWelcomeSpeechReq} updateWelcomeSpeechRequestBody 修改欢迎词请求。
2430
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2431
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2432
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2433
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2434
+ * @param {*} [options] Override http request option.
2435
+ * @throws {RequiredError}
2436
+ */
2437
+ updateWelcomeSpeech(updateWelcomeSpeechRequest?: UpdateWelcomeSpeechRequest): Promise<UpdateWelcomeSpeechResponse>;
2438
+ /**
2439
+ * 该接口用于修改欢迎词功能开关。
2440
+ *
2441
+ * Please refer to HUAWEI cloud API Explorer for details.
2442
+ *
2443
+ * @summary 修改欢迎词功能开关
2444
+ * @param {UpdateWelcomeSpeechSwitchReq} updateWelcomeSpeechSwitchRequestBody 修改欢迎词功能开关请求。
2445
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2446
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
2447
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
2448
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
2449
+ * @param {*} [options] Override http request option.
2450
+ * @throws {RequiredError}
2451
+ */
2452
+ updateWelcomeSpeechSwitch(updateWelcomeSpeechSwitchRequest?: UpdateWelcomeSpeechSwitchRequest): Promise<UpdateWelcomeSpeechSwitchResponse>;
2453
+ }
2454
+ export declare const ParamCreater: () => {
2455
+ /**
2456
+ * 该接口用于创建激活码。
2457
+ *
2458
+ * Please refer to HUAWEI cloud API Explorer for details.
2459
+ */
2460
+ createActiveCode(createActiveCodeRequest?: CreateActiveCodeRequest): {
2461
+ method: string;
2462
+ url: string;
2463
+ contentType: string;
2464
+ queryParams: {};
2465
+ pathParams: {};
2466
+ headers: {};
2467
+ data: {};
2468
+ };
2469
+ /**
2470
+ * 该接口用于删除激活码。
2471
+ *
2472
+ * Please refer to HUAWEI cloud API Explorer for details.
2473
+ */
2474
+ deleteActiveCode(deleteActiveCodeRequest?: DeleteActiveCodeRequest): {
2475
+ method: string;
2476
+ url: string;
2477
+ contentType: string;
2478
+ queryParams: {};
2479
+ pathParams: {};
2480
+ headers: {};
2481
+ data: {};
2482
+ };
2483
+ /**
2484
+ * 该接口用于查询激活码列表。
2485
+ *
2486
+ * Please refer to HUAWEI cloud API Explorer for details.
2487
+ */
2488
+ listActiveCode(listActiveCodeRequest?: ListActiveCodeRequest): {
2489
+ method: string;
2490
+ url: string;
2491
+ contentType: string;
2492
+ queryParams: {};
2493
+ pathParams: {};
2494
+ headers: {};
2495
+ };
2496
+ /**
2497
+ * 该接口用于重置激活码。
2498
+ *
2499
+ * Please refer to HUAWEI cloud API Explorer for details.
2500
+ */
2501
+ resetActiveCode(resetActiveCodeRequest?: ResetActiveCodeRequest): {
2502
+ method: string;
2503
+ url: string;
2504
+ contentType: string;
2505
+ queryParams: {};
2506
+ pathParams: {};
2507
+ headers: {};
2508
+ };
2509
+ /**
2510
+ * 该接口用于查询激活码详情。
2511
+ *
2512
+ * Please refer to HUAWEI cloud API Explorer for details.
2513
+ */
2514
+ showActiveCode(showActiveCodeRequest?: ShowActiveCodeRequest): {
2515
+ method: string;
2516
+ url: string;
2517
+ contentType: string;
2518
+ queryParams: {};
2519
+ pathParams: {};
2520
+ headers: {};
2521
+ };
2522
+ /**
2523
+ * 该接口用于修改激活码。
2524
+ *
2525
+ * Please refer to HUAWEI cloud API Explorer for details.
2526
+ */
2527
+ updateActiveCode(updateActiveCodeRequest?: UpdateActiveCodeRequest): {
2528
+ method: string;
2529
+ url: string;
2530
+ contentType: string;
2531
+ queryParams: {};
2532
+ pathParams: {};
2533
+ headers: {};
2534
+ data: {};
2535
+ };
2536
+ /**
2537
+ * 该接口用于创建对话链接。
2538
+ *
2539
+ * Please refer to HUAWEI cloud API Explorer for details.
2540
+ */
2541
+ createDialogUrl(createDialogUrlRequest?: CreateDialogUrlRequest): {
2542
+ method: string;
2543
+ url: string;
2544
+ contentType: string;
2545
+ queryParams: {};
2546
+ pathParams: {};
2547
+ headers: {};
2548
+ data: {};
2549
+ };
2550
+ /**
2551
+ * 该接口用于查询数字人智能交互任务。
2552
+ *
2553
+ * Please refer to HUAWEI cloud API Explorer for details.
2554
+ */
2555
+ showSmartChatJob(showSmartChatJobRequest?: ShowSmartChatJobRequest): {
2556
+ method: string;
2557
+ url: string;
2558
+ contentType: string;
2559
+ queryParams: {};
2560
+ pathParams: {};
2561
+ headers: {};
2562
+ };
2563
+ /**
2564
+ * 该接口用于启动数字人智能交互任务。
2565
+ *
2566
+ * Please refer to HUAWEI cloud API Explorer for details.
2567
+ */
2568
+ startSmartChatJob(startSmartChatJobRequest?: StartSmartChatJobRequest): {
2569
+ method: string;
2570
+ url: string;
2571
+ contentType: string;
2572
+ queryParams: {};
2573
+ pathParams: {};
2574
+ headers: {};
2575
+ };
2576
+ /**
2577
+ * 该接口用于结束数字人智能交互任务。
2578
+ *
2579
+ * Please refer to HUAWEI cloud API Explorer for details.
2580
+ */
2581
+ stopSmartChatJob(stopSmartChatJobRequest?: StopSmartChatJobRequest): {
2582
+ method: string;
2583
+ url: string;
2584
+ contentType: string;
2585
+ queryParams: {};
2586
+ pathParams: {};
2587
+ headers: {};
2588
+ };
2589
+ /**
2590
+ * 该接口用于在Region B复制Region A的指定资产。
2591
+ *
2592
+ * Please refer to HUAWEI cloud API Explorer for details.
2593
+ */
2594
+ createAssetbyReplicationInfo(createAssetbyReplicationInfoRequest?: CreateAssetbyReplicationInfoRequest): {
2595
+ method: string;
2596
+ url: string;
2597
+ contentType: string;
2598
+ queryParams: {};
2599
+ pathParams: {};
2600
+ headers: {};
2601
+ data: {};
2602
+ };
2603
+ /**
2604
+ * 该接口用于在资产库中添加上传新的媒体资产。可上传的资产类型包括:分身数字人模型、背景图片、素材图片、素材视频、PPT等。
2605
+ * &gt; - 资产类型是IMAGE时,通过system_properties来区分背景图片(BACKGROUND_IMG)、素材图片(MATERIAL_IMG)。
2606
+ * &gt; - 资产类型是VIDEO时,通过system_properties来区分素材视频(MATERIAL_VIDEO)、名片视频(BUSSINESS_CARD_VIDEO)。
2607
+ * &gt; - MetaStudio平台生成的视频,system_properties带CREATED_BY_PLATFORM。
2608
+ *
2609
+ * Please refer to HUAWEI cloud API Explorer for details.
2610
+ */
2611
+ createDigitalAsset(createDigitalAssetRequest?: CreateDigitalAssetRequest): {
2612
+ method: string;
2613
+ url: string;
2614
+ contentType: string;
2615
+ queryParams: {};
2616
+ pathParams: {};
2617
+ headers: {};
2618
+ data: {};
2619
+ };
2620
+ /**
2621
+ * 该接口用于删除资产库中的媒体资产。调用该接口删除媒体资产时,媒体资产会放入回收站中,不会彻底删除。如需彻底删除资产,需增加“mode&#x3D;force”参数配置。
2622
+ *
2623
+ * Please refer to HUAWEI cloud API Explorer for details.
2624
+ */
2625
+ deleteAsset(deleteAssetRequest?: DeleteAssetRequest): {
2626
+ method: string;
2627
+ url: string;
2628
+ contentType: string;
2629
+ queryParams: {};
2630
+ pathParams: {};
2631
+ headers: {};
2632
+ };
2633
+ /**
2634
+ * 该接口用于查询媒体资产库中指定的多个资产的概要信息。
2635
+ *
2636
+ * Please refer to HUAWEI cloud API Explorer for details.
2637
+ */
2638
+ listAssetSummary(listAssetSummaryRequest?: ListAssetSummaryRequest): {
2639
+ method: string;
2640
+ url: string;
2641
+ contentType: string;
2642
+ queryParams: {};
2643
+ pathParams: {};
2644
+ headers: {};
2645
+ data: {};
2646
+ };
2647
+ /**
2648
+ * 该接口用于查询资产库中的媒体资产列表。
2649
+ *
2650
+ * Please refer to HUAWEI cloud API Explorer for details.
2651
+ */
2652
+ listAssets(listAssetsRequest?: ListAssetsRequest): {
2653
+ method: string;
2654
+ url: string;
2655
+ contentType: string;
2656
+ queryParams: {};
2657
+ pathParams: {};
2658
+ headers: {};
2659
+ };
2660
+ /**
2661
+ * 该接口用于恢复被删除至回收站的媒体资产。
2662
+ *
2663
+ * Please refer to HUAWEI cloud API Explorer for details.
2664
+ */
2665
+ restoreAsset(restoreAssetRequest?: RestoreAssetRequest): {
2666
+ method: string;
2667
+ url: string;
2668
+ contentType: string;
2669
+ queryParams: {};
2670
+ pathParams: {};
2671
+ headers: {};
2672
+ };
2673
+ /**
2674
+ * 该接口用于查询资产库中指定媒体资产的详情。
2675
+ *
2676
+ * Please refer to HUAWEI cloud API Explorer for details.
2677
+ */
2678
+ showAsset(showAssetRequest?: ShowAssetRequest): {
2679
+ method: string;
2680
+ url: string;
2681
+ contentType: string;
2682
+ queryParams: {};
2683
+ pathParams: {};
2684
+ headers: {};
2685
+ };
2686
+ /**
2687
+ * 当需要将资产从A Region复制到B Region时,先要在A Region调用该接口用于查询资产复制信息。
2688
+ *
2689
+ * Please refer to HUAWEI cloud API Explorer for details.
2690
+ */
2691
+ showAssetReplicationInfo(showAssetReplicationInfoRequest?: ShowAssetReplicationInfoRequest): {
2692
+ method: string;
2693
+ url: string;
2694
+ contentType: string;
2695
+ queryParams: {};
2696
+ pathParams: {};
2697
+ headers: {};
2698
+ };
2699
+ /**
2700
+ * 该接口用于更新资产库中的媒体资产信息。
2701
+ *
2702
+ * Please refer to HUAWEI cloud API Explorer for details.
2703
+ */
2704
+ updateDigitalAsset(updateDigitalAssetRequest?: UpdateDigitalAssetRequest): {
2705
+ method: string;
2706
+ url: string;
2707
+ contentType: string;
2708
+ queryParams: {};
2709
+ pathParams: {};
2710
+ headers: {};
2711
+ data: {};
2712
+ };
2713
+ /**
2714
+ * 该接口用于数字人名片制作任务。
2715
+ *
2716
+ * Please refer to HUAWEI cloud API Explorer for details.
2717
+ */
2718
+ createDigitalHumanBusinessCard(createDigitalHumanBusinessCardRequest?: CreateDigitalHumanBusinessCardRequest): {
2719
+ method: string;
2720
+ url: string;
2721
+ contentType: string;
2722
+ queryParams: {};
2723
+ pathParams: {};
2724
+ headers: {};
2725
+ data: {};
2726
+ };
2727
+ /**
2728
+ * 该接口用于删除数字人名片制作任务。
2729
+ *
2730
+ * Please refer to HUAWEI cloud API Explorer for details.
2731
+ */
2732
+ deleteDigitalHumanBusinessCard(deleteDigitalHumanBusinessCardRequest?: DeleteDigitalHumanBusinessCardRequest): {
2733
+ method: string;
2734
+ url: string;
2735
+ contentType: string;
2736
+ queryParams: {};
2737
+ pathParams: {};
2738
+ headers: {};
2739
+ };
2740
+ /**
2741
+ * 该接口用于查询数字人名片制作任务列表。
2742
+ *
2743
+ * Please refer to HUAWEI cloud API Explorer for details.
2744
+ */
2745
+ listDigitalHumanBusinessCard(listDigitalHumanBusinessCardRequest?: ListDigitalHumanBusinessCardRequest): {
2746
+ method: string;
2747
+ url: string;
2748
+ contentType: string;
2749
+ queryParams: {};
2750
+ pathParams: {};
2751
+ headers: {};
2752
+ };
1862
2753
  /**
1863
- * 该接口用于查询视频制作剧本详情。
2754
+ * 该接口用于查询数字人名片制作任务详情。
1864
2755
  *
1865
2756
  * Please refer to HUAWEI cloud API Explorer for details.
1866
- *
1867
- * @summary 查询视频制作剧本详情
1868
- * @param {string} scriptId 剧本ID。
1869
- * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1870
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1871
- * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1872
- * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1873
- * @param {*} [options] Override http request option.
1874
- * @throws {RequiredError}
1875
2757
  */
1876
- showVideoScript(showVideoScriptRequest?: ShowVideoScriptRequest): Promise<ShowVideoScriptResponse>;
2758
+ showDigitalHumanBusinessCard(showDigitalHumanBusinessCardRequest?: ShowDigitalHumanBusinessCardRequest): {
2759
+ method: string;
2760
+ url: string;
2761
+ contentType: string;
2762
+ queryParams: {};
2763
+ pathParams: {};
2764
+ headers: {};
2765
+ };
1877
2766
  /**
1878
- * 该接口用于更新视频制作剧本。
2767
+ * 该接口用于更新数字人名片制作任务。
1879
2768
  *
1880
2769
  * Please refer to HUAWEI cloud API Explorer for details.
1881
- *
1882
- * @summary 更新视频制作剧本
1883
- * @param {string} scriptId 剧本ID。
1884
- * @param {UpdateVideoScriptsReq} updateVideoScriptRequestBody 更新数字人请求。
1885
- * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1886
- * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1887
- * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1888
- * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
1889
- * @param {*} [options] Override http request option.
1890
- * @throws {RequiredError}
1891
2770
  */
1892
- updateVideoScript(updateVideoScriptRequest?: UpdateVideoScriptRequest): Promise<UpdateVideoScriptResponse>;
1893
- }
1894
- export declare const ParamCreater: () => {
2771
+ updateDigitalHumanBusinessCard(updateDigitalHumanBusinessCardRequest?: UpdateDigitalHumanBusinessCardRequest): {
2772
+ method: string;
2773
+ url: string;
2774
+ contentType: string;
2775
+ queryParams: {};
2776
+ pathParams: {};
2777
+ headers: {};
2778
+ data: {};
2779
+ };
1895
2780
  /**
1896
- * 该接口用于创建激活码。
2781
+ * 该接口用于查询视频制作任务列表。可查询分身数字人视频制作列表,照片数字人视频制作列表等。
1897
2782
  *
1898
2783
  * Please refer to HUAWEI cloud API Explorer for details.
1899
2784
  */
1900
- createActiveCode(createActiveCodeRequest?: CreateActiveCodeRequest): {
2785
+ listDigitalHumanVideo(listDigitalHumanVideoRequest?: ListDigitalHumanVideoRequest): {
1901
2786
  method: string;
1902
2787
  url: string;
1903
2788
  contentType: string;
1904
2789
  queryParams: {};
1905
2790
  pathParams: {};
1906
2791
  headers: {};
1907
- data: {};
1908
2792
  };
1909
2793
  /**
1910
- * 该接口用于删除激活码。
2794
+ * 该接口用于取消等待中的分身数字人视频制作任务。
1911
2795
  *
1912
2796
  * Please refer to HUAWEI cloud API Explorer for details.
1913
2797
  */
1914
- deleteActiveCode(deleteActiveCodeRequest?: DeleteActiveCodeRequest): {
2798
+ cancel2DDigitalHumanVideo(cancel2DDigitalHumanVideoRequest?: Cancel2DDigitalHumanVideoRequest): {
1915
2799
  method: string;
1916
2800
  url: string;
1917
2801
  contentType: string;
1918
2802
  queryParams: {};
1919
2803
  pathParams: {};
1920
2804
  headers: {};
1921
- data: {};
1922
2805
  };
1923
2806
  /**
1924
- * 该接口用于查询激活码列表。
2807
+ * 该接口用于创建分身数字人视频制作任务。
1925
2808
  *
1926
2809
  * Please refer to HUAWEI cloud API Explorer for details.
1927
2810
  */
1928
- listActiveCode(listActiveCodeRequest?: ListActiveCodeRequest): {
2811
+ create2DDigitalHumanVideo(create2DDigitalHumanVideoRequest?: Create2DDigitalHumanVideoRequest): {
1929
2812
  method: string;
1930
2813
  url: string;
1931
2814
  contentType: string;
1932
2815
  queryParams: {};
1933
2816
  pathParams: {};
1934
2817
  headers: {};
2818
+ data: {};
1935
2819
  };
1936
2820
  /**
1937
- * 该接口用于重置激活码。
2821
+ * 该接口用于查询分身数字人视频制作任务详情。
1938
2822
  *
1939
2823
  * Please refer to HUAWEI cloud API Explorer for details.
1940
2824
  */
1941
- resetActiveCode(resetActiveCodeRequest?: ResetActiveCodeRequest): {
2825
+ show2DDigitalHumanVideo(show2DDigitalHumanVideoRequest?: Show2DDigitalHumanVideoRequest): {
1942
2826
  method: string;
1943
2827
  url: string;
1944
2828
  contentType: string;
@@ -1947,11 +2831,11 @@ export declare const ParamCreater: () => {
1947
2831
  headers: {};
1948
2832
  };
1949
2833
  /**
1950
- * 该接口用于查询激活码详情。
2834
+ * 该接口用于取消等待中的照片分身数字人视频制作任务。
1951
2835
  *
1952
2836
  * Please refer to HUAWEI cloud API Explorer for details.
1953
2837
  */
1954
- showActiveCode(showActiveCodeRequest?: ShowActiveCodeRequest): {
2838
+ cancelPhotoDigitalHumanVideo(cancelPhotoDigitalHumanVideoRequest?: CancelPhotoDigitalHumanVideoRequest): {
1955
2839
  method: string;
1956
2840
  url: string;
1957
2841
  contentType: string;
@@ -1960,11 +2844,11 @@ export declare const ParamCreater: () => {
1960
2844
  headers: {};
1961
2845
  };
1962
2846
  /**
1963
- * 该接口用于修改激活码。
2847
+ * 该接口用于创建照片检测任务,检测照片是否满足制作照片数字人的要求。
1964
2848
  *
1965
2849
  * Please refer to HUAWEI cloud API Explorer for details.
1966
2850
  */
1967
- updateActiveCode(updateActiveCodeRequest?: UpdateActiveCodeRequest): {
2851
+ createPhotoDetection(createPhotoDetectionRequest?: CreatePhotoDetectionRequest): {
1968
2852
  method: string;
1969
2853
  url: string;
1970
2854
  contentType: string;
@@ -1974,11 +2858,11 @@ export declare const ParamCreater: () => {
1974
2858
  data: {};
1975
2859
  };
1976
2860
  /**
1977
- * 该接口用于创建对话链接。
2861
+ * 该接口用于创建照片分身数字人视频制作任务。
1978
2862
  *
1979
2863
  * Please refer to HUAWEI cloud API Explorer for details.
1980
2864
  */
1981
- createDialogUrl(createDialogUrlRequest?: CreateDialogUrlRequest): {
2865
+ createPhotoDigitalHumanVideo(createPhotoDigitalHumanVideoRequest?: CreatePhotoDigitalHumanVideoRequest): {
1982
2866
  method: string;
1983
2867
  url: string;
1984
2868
  contentType: string;
@@ -1988,11 +2872,11 @@ export declare const ParamCreater: () => {
1988
2872
  data: {};
1989
2873
  };
1990
2874
  /**
1991
- * 该接口用于查询数字人智能交互任务。
2875
+ * 该接口用于查询照片检测任务详情。
1992
2876
  *
1993
2877
  * Please refer to HUAWEI cloud API Explorer for details.
1994
2878
  */
1995
- showSmartChatJob(showSmartChatJobRequest?: ShowSmartChatJobRequest): {
2879
+ showPhotoDetection(showPhotoDetectionRequest?: ShowPhotoDetectionRequest): {
1996
2880
  method: string;
1997
2881
  url: string;
1998
2882
  contentType: string;
@@ -2001,11 +2885,11 @@ export declare const ParamCreater: () => {
2001
2885
  headers: {};
2002
2886
  };
2003
2887
  /**
2004
- * 该接口用于启动数字人智能交互任务。
2888
+ * 该接口用于查询照片分身数字人视频制作任务详情。
2005
2889
  *
2006
2890
  * Please refer to HUAWEI cloud API Explorer for details.
2007
2891
  */
2008
- startSmartChatJob(startSmartChatJobRequest?: StartSmartChatJobRequest): {
2892
+ showPhotoDigitalHumanVideo(showPhotoDigitalHumanVideoRequest?: ShowPhotoDigitalHumanVideoRequest): {
2009
2893
  method: string;
2010
2894
  url: string;
2011
2895
  contentType: string;
@@ -2014,24 +2898,25 @@ export declare const ParamCreater: () => {
2014
2898
  headers: {};
2015
2899
  };
2016
2900
  /**
2017
- * 该接口用于结束数字人智能交互任务。
2901
+ * 资产文件上传完毕后,通过该接口确认上传完成。
2018
2902
  *
2019
2903
  * Please refer to HUAWEI cloud API Explorer for details.
2020
2904
  */
2021
- stopSmartChatJob(stopSmartChatJobRequest?: StopSmartChatJobRequest): {
2905
+ confirmFileUpload(confirmFileUploadRequest?: ConfirmFileUploadRequest): {
2022
2906
  method: string;
2023
2907
  url: string;
2024
2908
  contentType: string;
2025
2909
  queryParams: {};
2026
2910
  pathParams: {};
2027
2911
  headers: {};
2912
+ data: {};
2028
2913
  };
2029
2914
  /**
2030
- * 该接口用于在Region B复制Region A的指定资产。
2915
+ * 该接口用于创建文件并获取上传URL。
2031
2916
  *
2032
2917
  * Please refer to HUAWEI cloud API Explorer for details.
2033
2918
  */
2034
- createAssetbyReplicationInfo(createAssetbyReplicationInfoRequest?: CreateAssetbyReplicationInfoRequest): {
2919
+ createFile(createFileRequest?: CreateFileRequest): {
2035
2920
  method: string;
2036
2921
  url: string;
2037
2922
  contentType: string;
@@ -2041,14 +2926,11 @@ export declare const ParamCreater: () => {
2041
2926
  data: {};
2042
2927
  };
2043
2928
  /**
2044
- * 该接口用于在资产库中添加上传新的媒体资产。可上传的资产类型包括:分身数字人模型、背景图片、素材图片、素材视频、PPT等。
2045
- * &gt; - 资产类型是IMAGE时,通过system_properties来区分背景图片(BACKGROUND_IMG)、素材图片(MATERIAL_IMG)。
2046
- * &gt; - 资产类型是VIDEO时,通过system_properties来区分素材视频(MATERIAL_VIDEO)、名片视频(BUSSINESS_CARD_VIDEO)。
2047
- * &gt; - MetaStudio平台生成的视频,system_properties带CREATED_BY_PLATFORM。
2929
+ * 该接口用于创建大文件(超过5G),获取分段上传URL。
2048
2930
  *
2049
2931
  * Please refer to HUAWEI cloud API Explorer for details.
2050
2932
  */
2051
- createDigitalAsset(createDigitalAssetRequest?: CreateDigitalAssetRequest): {
2933
+ createLargeFile(createLargeFileRequest?: CreateLargeFileRequest): {
2052
2934
  method: string;
2053
2935
  url: string;
2054
2936
  contentType: string;
@@ -2058,11 +2940,11 @@ export declare const ParamCreater: () => {
2058
2940
  data: {};
2059
2941
  };
2060
2942
  /**
2061
- * 该接口用于删除资产库中的媒体资产。调用该接口删除媒体资产时,媒体资产会放入回收站中,不会彻底删除。如需彻底删除资产,需增加“mode&#x3D;force”参数配置。
2943
+ * 该接口用于删除媒体资产库中指定的文件。
2062
2944
  *
2063
2945
  * Please refer to HUAWEI cloud API Explorer for details.
2064
2946
  */
2065
- deleteAsset(deleteAssetRequest?: DeleteAssetRequest): {
2947
+ deleteFile(deleteFileRequest?: DeleteFileRequest): {
2066
2948
  method: string;
2067
2949
  url: string;
2068
2950
  contentType: string;
@@ -2071,11 +2953,11 @@ export declare const ParamCreater: () => {
2071
2953
  headers: {};
2072
2954
  };
2073
2955
  /**
2074
- * 该接口用于查询媒体资产库中指定的多个资产的概要信息。
2956
+ * 该接口用于创建热点问题。
2075
2957
  *
2076
2958
  * Please refer to HUAWEI cloud API Explorer for details.
2077
2959
  */
2078
- listAssetSummary(listAssetSummaryRequest?: ListAssetSummaryRequest): {
2960
+ createHotQuestion(createHotQuestionRequest?: CreateHotQuestionRequest): {
2079
2961
  method: string;
2080
2962
  url: string;
2081
2963
  contentType: string;
@@ -2085,24 +2967,25 @@ export declare const ParamCreater: () => {
2085
2967
  data: {};
2086
2968
  };
2087
2969
  /**
2088
- * 该接口用于查询资产库中的媒体资产列表。
2970
+ * 该接口用于删除热点问题。
2089
2971
  *
2090
2972
  * Please refer to HUAWEI cloud API Explorer for details.
2091
2973
  */
2092
- listAssets(listAssetsRequest?: ListAssetsRequest): {
2974
+ deleteHotQuestion(deleteHotQuestionRequest?: DeleteHotQuestionRequest): {
2093
2975
  method: string;
2094
2976
  url: string;
2095
2977
  contentType: string;
2096
2978
  queryParams: {};
2097
2979
  pathParams: {};
2098
2980
  headers: {};
2981
+ data: {};
2099
2982
  };
2100
2983
  /**
2101
- * 该接口用于恢复被删除至回收站的媒体资产。
2984
+ * 该接口用于查询热点问题列表。
2102
2985
  *
2103
2986
  * Please refer to HUAWEI cloud API Explorer for details.
2104
2987
  */
2105
- restoreAsset(restoreAssetRequest?: RestoreAssetRequest): {
2988
+ listHotQuestion(listHotQuestionRequest?: ListHotQuestionRequest): {
2106
2989
  method: string;
2107
2990
  url: string;
2108
2991
  contentType: string;
@@ -2111,11 +2994,11 @@ export declare const ParamCreater: () => {
2111
2994
  headers: {};
2112
2995
  };
2113
2996
  /**
2114
- * 该接口用于查询资产库中指定媒体资产的详情。
2997
+ * 该接口用于查询热点问题详情。
2115
2998
  *
2116
2999
  * Please refer to HUAWEI cloud API Explorer for details.
2117
3000
  */
2118
- showAsset(showAssetRequest?: ShowAssetRequest): {
3001
+ showHotQuestion(showHotQuestionRequest?: ShowHotQuestionRequest): {
2119
3002
  method: string;
2120
3003
  url: string;
2121
3004
  contentType: string;
@@ -2124,24 +3007,25 @@ export declare const ParamCreater: () => {
2124
3007
  headers: {};
2125
3008
  };
2126
3009
  /**
2127
- * 当需要将资产从A Region复制到B Region时,先要在A Region调用该接口用于查询资产复制信息。
3010
+ * 该接口用于修改热点问题。
2128
3011
  *
2129
3012
  * Please refer to HUAWEI cloud API Explorer for details.
2130
3013
  */
2131
- showAssetReplicationInfo(showAssetReplicationInfoRequest?: ShowAssetReplicationInfoRequest): {
3014
+ updateHotQuestion(updateHotQuestionRequest?: UpdateHotQuestionRequest): {
2132
3015
  method: string;
2133
3016
  url: string;
2134
3017
  contentType: string;
2135
3018
  queryParams: {};
2136
3019
  pathParams: {};
2137
3020
  headers: {};
3021
+ data: {};
2138
3022
  };
2139
3023
  /**
2140
- * 该接口用于更新资产库中的媒体资产信息。
3024
+ * 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。
2141
3025
  *
2142
3026
  * Please refer to HUAWEI cloud API Explorer for details.
2143
3027
  */
2144
- updateDigitalAsset(updateDigitalAssetRequest?: UpdateDigitalAssetRequest): {
3028
+ createIntentAndQuestion(createIntentAndQuestionRequest?: CreateIntentAndQuestionRequest): {
2145
3029
  method: string;
2146
3030
  url: string;
2147
3031
  contentType: string;
@@ -2151,11 +3035,11 @@ export declare const ParamCreater: () => {
2151
3035
  data: {};
2152
3036
  };
2153
3037
  /**
2154
- * 该接口用于数字人名片制作任务。
3038
+ * 该接口用于创建知识库意图。一个意图包含一个主题,一个答案,若干个问法等。
2155
3039
  *
2156
3040
  * Please refer to HUAWEI cloud API Explorer for details.
2157
3041
  */
2158
- createDigitalHumanBusinessCard(createDigitalHumanBusinessCardRequest?: CreateDigitalHumanBusinessCardRequest): {
3042
+ createKnowledgeIntent(createKnowledgeIntentRequest?: CreateKnowledgeIntentRequest): {
2159
3043
  method: string;
2160
3044
  url: string;
2161
3045
  contentType: string;
@@ -2165,24 +3049,25 @@ export declare const ParamCreater: () => {
2165
3049
  data: {};
2166
3050
  };
2167
3051
  /**
2168
- * 该接口用于删除数字人名片制作任务。
3052
+ * 该接口用于删除知识库意图。
2169
3053
  *
2170
3054
  * Please refer to HUAWEI cloud API Explorer for details.
2171
3055
  */
2172
- deleteDigitalHumanBusinessCard(deleteDigitalHumanBusinessCardRequest?: DeleteDigitalHumanBusinessCardRequest): {
3056
+ deleteKnowledgeIntent(deleteKnowledgeIntentRequest?: DeleteKnowledgeIntentRequest): {
2173
3057
  method: string;
2174
3058
  url: string;
2175
3059
  contentType: string;
2176
3060
  queryParams: {};
2177
3061
  pathParams: {};
2178
3062
  headers: {};
3063
+ data: {};
2179
3064
  };
2180
3065
  /**
2181
- * 该接口用于查询数字人名片制作任务列表。
3066
+ * 该接口用于查询知识库意图列表。
2182
3067
  *
2183
3068
  * Please refer to HUAWEI cloud API Explorer for details.
2184
3069
  */
2185
- listDigitalHumanBusinessCard(listDigitalHumanBusinessCardRequest?: ListDigitalHumanBusinessCardRequest): {
3070
+ listKnowledgeIntent(listKnowledgeIntentRequest?: ListKnowledgeIntentRequest): {
2186
3071
  method: string;
2187
3072
  url: string;
2188
3073
  contentType: string;
@@ -2191,11 +3076,11 @@ export declare const ParamCreater: () => {
2191
3076
  headers: {};
2192
3077
  };
2193
3078
  /**
2194
- * 该接口用于查询数字人名片制作任务详情。
3079
+ * 该接口用于查询知识库意图详情。
2195
3080
  *
2196
3081
  * Please refer to HUAWEI cloud API Explorer for details.
2197
3082
  */
2198
- showDigitalHumanBusinessCard(showDigitalHumanBusinessCardRequest?: ShowDigitalHumanBusinessCardRequest): {
3083
+ showKnowledgeIntent(showKnowledgeIntentRequest?: ShowKnowledgeIntentRequest): {
2199
3084
  method: string;
2200
3085
  url: string;
2201
3086
  contentType: string;
@@ -2204,11 +3089,11 @@ export declare const ParamCreater: () => {
2204
3089
  headers: {};
2205
3090
  };
2206
3091
  /**
2207
- * 该接口用于更新数字人名片制作任务。
3092
+ * 该接口用于修改知识库意图。
2208
3093
  *
2209
3094
  * Please refer to HUAWEI cloud API Explorer for details.
2210
3095
  */
2211
- updateDigitalHumanBusinessCard(updateDigitalHumanBusinessCardRequest?: UpdateDigitalHumanBusinessCardRequest): {
3096
+ updateKnowledgeIntent(updateKnowledgeIntentRequest?: UpdateKnowledgeIntentRequest): {
2212
3097
  method: string;
2213
3098
  url: string;
2214
3099
  contentType: string;
@@ -2218,37 +3103,39 @@ export declare const ParamCreater: () => {
2218
3103
  data: {};
2219
3104
  };
2220
3105
  /**
2221
- * 该接口用于查询视频制作任务列表。可查询分身数字人视频制作列表,照片数字人视频制作列表等。
3106
+ * 该接口用于批量创建知识库问法。
2222
3107
  *
2223
3108
  * Please refer to HUAWEI cloud API Explorer for details.
2224
3109
  */
2225
- listDigitalHumanVideo(listDigitalHumanVideoRequest?: ListDigitalHumanVideoRequest): {
3110
+ createBatchKnowledgeQuestion(createBatchKnowledgeQuestionRequest?: CreateBatchKnowledgeQuestionRequest): {
2226
3111
  method: string;
2227
3112
  url: string;
2228
3113
  contentType: string;
2229
3114
  queryParams: {};
2230
3115
  pathParams: {};
2231
3116
  headers: {};
3117
+ data: {};
2232
3118
  };
2233
3119
  /**
2234
- * 该接口用于取消等待中的分身数字人视频制作任务。
3120
+ * 该接口用于创建知识库问法。
2235
3121
  *
2236
3122
  * Please refer to HUAWEI cloud API Explorer for details.
2237
3123
  */
2238
- cancel2DDigitalHumanVideo(cancel2DDigitalHumanVideoRequest?: Cancel2DDigitalHumanVideoRequest): {
3124
+ createKnowledgeQuestion(createKnowledgeQuestionRequest?: CreateKnowledgeQuestionRequest): {
2239
3125
  method: string;
2240
3126
  url: string;
2241
3127
  contentType: string;
2242
3128
  queryParams: {};
2243
3129
  pathParams: {};
2244
3130
  headers: {};
3131
+ data: {};
2245
3132
  };
2246
3133
  /**
2247
- * 该接口用于创建分身数字人视频制作任务。
3134
+ * 该接口用于删除知识库问法。
2248
3135
  *
2249
3136
  * Please refer to HUAWEI cloud API Explorer for details.
2250
3137
  */
2251
- create2DDigitalHumanVideo(create2DDigitalHumanVideoRequest?: Create2DDigitalHumanVideoRequest): {
3138
+ deleteKnowledgeQuestion(deleteKnowledgeQuestionRequest?: DeleteKnowledgeQuestionRequest): {
2252
3139
  method: string;
2253
3140
  url: string;
2254
3141
  contentType: string;
@@ -2258,11 +3145,11 @@ export declare const ParamCreater: () => {
2258
3145
  data: {};
2259
3146
  };
2260
3147
  /**
2261
- * 该接口用于查询分身数字人视频制作任务详情。
3148
+ * 该接口用于查询知识库问法列表。
2262
3149
  *
2263
3150
  * Please refer to HUAWEI cloud API Explorer for details.
2264
3151
  */
2265
- show2DDigitalHumanVideo(show2DDigitalHumanVideoRequest?: Show2DDigitalHumanVideoRequest): {
3152
+ listKnowledgeQuestion(listKnowledgeQuestionRequest?: ListKnowledgeQuestionRequest): {
2266
3153
  method: string;
2267
3154
  url: string;
2268
3155
  contentType: string;
@@ -2271,11 +3158,11 @@ export declare const ParamCreater: () => {
2271
3158
  headers: {};
2272
3159
  };
2273
3160
  /**
2274
- * 该接口用于取消等待中的照片分身数字人视频制作任务。
3161
+ * 该接口用于查询知识库问法详情。
2275
3162
  *
2276
3163
  * Please refer to HUAWEI cloud API Explorer for details.
2277
3164
  */
2278
- cancelPhotoDigitalHumanVideo(cancelPhotoDigitalHumanVideoRequest?: CancelPhotoDigitalHumanVideoRequest): {
3165
+ showKnowledgeQuestion(showKnowledgeQuestionRequest?: ShowKnowledgeQuestionRequest): {
2279
3166
  method: string;
2280
3167
  url: string;
2281
3168
  contentType: string;
@@ -2284,11 +3171,11 @@ export declare const ParamCreater: () => {
2284
3171
  headers: {};
2285
3172
  };
2286
3173
  /**
2287
- * 该接口用于创建照片检测任务,检测照片是否满足制作照片数字人的要求。
3174
+ * 该接口用于批量修改知识库问法。
2288
3175
  *
2289
3176
  * Please refer to HUAWEI cloud API Explorer for details.
2290
3177
  */
2291
- createPhotoDetection(createPhotoDetectionRequest?: CreatePhotoDetectionRequest): {
3178
+ updateBatchKnowledgeQuestion(updateBatchKnowledgeQuestionRequest?: UpdateBatchKnowledgeQuestionRequest): {
2292
3179
  method: string;
2293
3180
  url: string;
2294
3181
  contentType: string;
@@ -2298,11 +3185,11 @@ export declare const ParamCreater: () => {
2298
3185
  data: {};
2299
3186
  };
2300
3187
  /**
2301
- * 该接口用于创建照片分身数字人视频制作任务。
3188
+ * 该接口用于修改知识库问法。
2302
3189
  *
2303
3190
  * Please refer to HUAWEI cloud API Explorer for details.
2304
3191
  */
2305
- createPhotoDigitalHumanVideo(createPhotoDigitalHumanVideoRequest?: CreatePhotoDigitalHumanVideoRequest): {
3192
+ updateKnowledgeQuestion(updateKnowledgeQuestionRequest?: UpdateKnowledgeQuestionRequest): {
2306
3193
  method: string;
2307
3194
  url: string;
2308
3195
  contentType: string;
@@ -2312,71 +3199,85 @@ export declare const ParamCreater: () => {
2312
3199
  data: {};
2313
3200
  };
2314
3201
  /**
2315
- * 该接口用于查询照片检测任务详情。
3202
+ * 该接口用于创建知识库技能。一个技能用于特定场景的交互问答,包含若干个意图等。
2316
3203
  *
2317
3204
  * Please refer to HUAWEI cloud API Explorer for details.
2318
3205
  */
2319
- showPhotoDetection(showPhotoDetectionRequest?: ShowPhotoDetectionRequest): {
3206
+ createKnowledgeSkill(createKnowledgeSkillRequest?: CreateKnowledgeSkillRequest): {
2320
3207
  method: string;
2321
3208
  url: string;
2322
3209
  contentType: string;
2323
3210
  queryParams: {};
2324
3211
  pathParams: {};
2325
3212
  headers: {};
3213
+ data: {};
2326
3214
  };
2327
3215
  /**
2328
- * 该接口用于查询照片分身数字人视频制作任务详情。
3216
+ * 该接口用于删除知识库技能。
2329
3217
  *
2330
3218
  * Please refer to HUAWEI cloud API Explorer for details.
2331
3219
  */
2332
- showPhotoDigitalHumanVideo(showPhotoDigitalHumanVideoRequest?: ShowPhotoDigitalHumanVideoRequest): {
3220
+ deleteKnowledgeSkill(deleteKnowledgeSkillRequest?: DeleteKnowledgeSkillRequest): {
2333
3221
  method: string;
2334
3222
  url: string;
2335
3223
  contentType: string;
2336
3224
  queryParams: {};
2337
3225
  pathParams: {};
2338
3226
  headers: {};
3227
+ data: {};
2339
3228
  };
2340
3229
  /**
2341
- * 资产文件上传完毕后,通过该接口确认上传完成。
3230
+ * 该接口用于导出知识库技能。
2342
3231
  *
2343
3232
  * Please refer to HUAWEI cloud API Explorer for details.
2344
3233
  */
2345
- confirmFileUpload(confirmFileUploadRequest?: ConfirmFileUploadRequest): {
3234
+ exportKnowledgeSkill(exportKnowledgeSkillRequest?: ExportKnowledgeSkillRequest): {
2346
3235
  method: string;
2347
3236
  url: string;
2348
3237
  contentType: string;
2349
3238
  queryParams: {};
2350
3239
  pathParams: {};
2351
3240
  headers: {};
2352
- data: {};
2353
3241
  };
2354
3242
  /**
2355
- * 该接口用于创建文件并获取上传URL。
3243
+ * 该接口用于查询知识库技能列表。
2356
3244
  *
2357
3245
  * Please refer to HUAWEI cloud API Explorer for details.
2358
3246
  */
2359
- createFile(createFileRequest?: CreateFileRequest): {
3247
+ listKnowledgeSkill(listKnowledgeSkillRequest?: ListKnowledgeSkillRequest): {
2360
3248
  method: string;
2361
3249
  url: string;
2362
3250
  contentType: string;
2363
3251
  queryParams: {};
2364
3252
  pathParams: {};
2365
3253
  headers: {};
2366
- data: {};
2367
3254
  };
2368
3255
  /**
2369
- * 该接口用于删除媒体资产库中指定的文件。
3256
+ * 该接口用于查询知识库技能详情。
2370
3257
  *
2371
3258
  * Please refer to HUAWEI cloud API Explorer for details.
2372
3259
  */
2373
- deleteFile(deleteFileRequest?: DeleteFileRequest): {
3260
+ showKnowledgeSkill(showKnowledgeSkillRequest?: ShowKnowledgeSkillRequest): {
3261
+ method: string;
3262
+ url: string;
3263
+ contentType: string;
3264
+ queryParams: {};
3265
+ pathParams: {};
3266
+ headers: {};
3267
+ };
3268
+ /**
3269
+ * 该接口用于修改知识库技能。
3270
+ *
3271
+ * Please refer to HUAWEI cloud API Explorer for details.
3272
+ */
3273
+ updateKnowledgeSkill(updateKnowledgeSkillRequest?: UpdateKnowledgeSkillRequest): {
2374
3274
  method: string;
2375
3275
  url: string;
2376
3276
  contentType: string;
2377
3277
  queryParams: {};
2378
3278
  pathParams: {};
2379
3279
  headers: {};
3280
+ data: {};
2380
3281
  };
2381
3282
  /**
2382
3283
  * 该接口用于创建一次性鉴权码,有效期5分钟,鉴权码只能使用一次,每次使用后需要重新获取。
@@ -2835,6 +3736,7 @@ export declare const ParamCreater: () => {
2835
3736
  queryParams: {};
2836
3737
  pathParams: {};
2837
3738
  headers: {};
3739
+ data: {};
2838
3740
  };
2839
3741
  /**
2840
3742
  * 确认在线录音结果。
@@ -3309,6 +4211,101 @@ export declare const ParamCreater: () => {
3309
4211
  headers: {};
3310
4212
  data: {};
3311
4213
  };
4214
+ /**
4215
+ * 该接口用于创建欢迎词。
4216
+ *
4217
+ * Please refer to HUAWEI cloud API Explorer for details.
4218
+ */
4219
+ createWelcomeSpeech(createWelcomeSpeechRequest?: CreateWelcomeSpeechRequest): {
4220
+ method: string;
4221
+ url: string;
4222
+ contentType: string;
4223
+ queryParams: {};
4224
+ pathParams: {};
4225
+ headers: {};
4226
+ data: {};
4227
+ };
4228
+ /**
4229
+ * 该接口用于删除欢迎词。
4230
+ *
4231
+ * Please refer to HUAWEI cloud API Explorer for details.
4232
+ */
4233
+ deleteWelcomeSpeech(deleteWelcomeSpeechRequest?: DeleteWelcomeSpeechRequest): {
4234
+ method: string;
4235
+ url: string;
4236
+ contentType: string;
4237
+ queryParams: {};
4238
+ pathParams: {};
4239
+ headers: {};
4240
+ data: {};
4241
+ };
4242
+ /**
4243
+ * 该接口用于查询欢迎词列表。
4244
+ *
4245
+ * Please refer to HUAWEI cloud API Explorer for details.
4246
+ */
4247
+ listWelcomeSpeech(listWelcomeSpeechRequest?: ListWelcomeSpeechRequest): {
4248
+ method: string;
4249
+ url: string;
4250
+ contentType: string;
4251
+ queryParams: {};
4252
+ pathParams: {};
4253
+ headers: {};
4254
+ };
4255
+ /**
4256
+ * 该接口用于查询欢迎词详情。
4257
+ *
4258
+ * Please refer to HUAWEI cloud API Explorer for details.
4259
+ */
4260
+ showWelcomeSpeech(showWelcomeSpeechRequest?: ShowWelcomeSpeechRequest): {
4261
+ method: string;
4262
+ url: string;
4263
+ contentType: string;
4264
+ queryParams: {};
4265
+ pathParams: {};
4266
+ headers: {};
4267
+ };
4268
+ /**
4269
+ * 该接口用于查询欢迎词功能开关。
4270
+ *
4271
+ * Please refer to HUAWEI cloud API Explorer for details.
4272
+ */
4273
+ showWelcomeSpeechSwitch(showWelcomeSpeechSwitchRequest?: ShowWelcomeSpeechSwitchRequest): {
4274
+ method: string;
4275
+ url: string;
4276
+ contentType: string;
4277
+ queryParams: {};
4278
+ pathParams: {};
4279
+ headers: {};
4280
+ };
4281
+ /**
4282
+ * 该接口用于修改欢迎词。
4283
+ *
4284
+ * Please refer to HUAWEI cloud API Explorer for details.
4285
+ */
4286
+ updateWelcomeSpeech(updateWelcomeSpeechRequest?: UpdateWelcomeSpeechRequest): {
4287
+ method: string;
4288
+ url: string;
4289
+ contentType: string;
4290
+ queryParams: {};
4291
+ pathParams: {};
4292
+ headers: {};
4293
+ data: {};
4294
+ };
4295
+ /**
4296
+ * 该接口用于修改欢迎词功能开关。
4297
+ *
4298
+ * Please refer to HUAWEI cloud API Explorer for details.
4299
+ */
4300
+ updateWelcomeSpeechSwitch(updateWelcomeSpeechSwitchRequest?: UpdateWelcomeSpeechSwitchRequest): {
4301
+ method: string;
4302
+ url: string;
4303
+ contentType: string;
4304
+ queryParams: {};
4305
+ pathParams: {};
4306
+ headers: {};
4307
+ data: {};
4308
+ };
3312
4309
  };
3313
4310
  /**
3314
4311
  *