@huaweicloud/huaweicloud-sdk-metastudio 3.1.141 → 3.1.143

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 (205) hide show
  1. package/package.json +2 -2
  2. package/v1/MetaStudioClient.d.ts +95 -60
  3. package/v1/MetaStudioClient.d.ts.map +1 -1
  4. package/v1/MetaStudioClient.js +169 -75
  5. package/v1/MetaStudioClient.js.map +1 -1
  6. package/v1/model/ActionConfig.d.ts +8 -0
  7. package/v1/model/ActionConfig.d.ts.map +1 -0
  8. package/v1/model/ActionConfig.js +19 -0
  9. package/v1/model/ActionConfig.js.map +1 -0
  10. package/v1/model/ActionTagInfo.d.ts +4 -0
  11. package/v1/model/ActionTagInfo.d.ts.map +1 -1
  12. package/v1/model/ActionTagInfo.js +10 -0
  13. package/v1/model/ActionTagInfo.js.map +1 -1
  14. package/v1/model/BackgroundConfigInfo.d.ts +5 -0
  15. package/v1/model/BackgroundConfigInfo.d.ts.map +1 -1
  16. package/v1/model/BackgroundConfigInfo.js +10 -0
  17. package/v1/model/BackgroundConfigInfo.js.map +1 -1
  18. package/v1/model/BackgroundImageConfig.d.ts +12 -0
  19. package/v1/model/BackgroundImageConfig.d.ts.map +1 -0
  20. package/v1/model/BackgroundImageConfig.js +29 -0
  21. package/v1/model/BackgroundImageConfig.js.map +1 -0
  22. package/v1/model/BoundAssetInfo.d.ts +12 -0
  23. package/v1/model/BoundAssetInfo.d.ts.map +1 -0
  24. package/v1/model/BoundAssetInfo.js +29 -0
  25. package/v1/model/BoundAssetInfo.js.map +1 -0
  26. package/v1/model/ConfirmSmarLiveRoomReq.d.ts +18 -0
  27. package/v1/model/ConfirmSmarLiveRoomReq.d.ts.map +1 -0
  28. package/v1/model/ConfirmSmarLiveRoomReq.js +32 -0
  29. package/v1/model/ConfirmSmarLiveRoomReq.js.map +1 -0
  30. package/v1/model/{ConfirmSmartLiveRoomRequest.d.ts → ConfirmSmarLiveRoomRequest.d.ts} +10 -10
  31. package/v1/model/ConfirmSmarLiveRoomRequest.d.ts.map +1 -0
  32. package/v1/model/{ConfirmSmartLiveRoomRequest.js → ConfirmSmarLiveRoomRequest.js} +4 -4
  33. package/v1/model/ConfirmSmarLiveRoomRequest.js.map +1 -0
  34. package/v1/model/{ConfirmSmartLiveRoomResponse.d.ts → ConfirmSmarLiveRoomResponse.d.ts} +3 -3
  35. package/v1/model/ConfirmSmarLiveRoomResponse.d.ts.map +1 -0
  36. package/v1/model/{ConfirmSmartLiveRoomResponse.js → ConfirmSmarLiveRoomResponse.js} +4 -4
  37. package/v1/model/ConfirmSmarLiveRoomResponse.js.map +1 -0
  38. package/v1/model/ControlSmartLiveReq.d.ts +2 -1
  39. package/v1/model/ControlSmartLiveReq.d.ts.map +1 -1
  40. package/v1/model/ControlSmartLiveReq.js +1 -0
  41. package/v1/model/ControlSmartLiveReq.js.map +1 -1
  42. package/v1/model/Create2DDigitalHumanVideoReq.d.ts +5 -0
  43. package/v1/model/Create2DDigitalHumanVideoReq.d.ts.map +1 -1
  44. package/v1/model/Create2DDigitalHumanVideoReq.js +10 -0
  45. package/v1/model/Create2DDigitalHumanVideoReq.js.map +1 -1
  46. package/v1/model/CreateAsyncTtsJobRequestBody.d.ts +8 -0
  47. package/v1/model/CreateAsyncTtsJobRequestBody.d.ts.map +1 -1
  48. package/v1/model/CreateAsyncTtsJobRequestBody.js +20 -0
  49. package/v1/model/CreateAsyncTtsJobRequestBody.js.map +1 -1
  50. package/v1/model/CreateMetaStudioOrdersReq.d.ts +9 -0
  51. package/v1/model/CreateMetaStudioOrdersReq.d.ts.map +1 -0
  52. package/v1/model/CreateMetaStudioOrdersReq.js +19 -0
  53. package/v1/model/CreateMetaStudioOrdersReq.js.map +1 -0
  54. package/v1/model/CreateMetaStudioOrdersRequest.d.ts +19 -0
  55. package/v1/model/CreateMetaStudioOrdersRequest.d.ts.map +1 -0
  56. package/v1/model/CreateMetaStudioOrdersRequest.js +43 -0
  57. package/v1/model/CreateMetaStudioOrdersRequest.js.map +1 -0
  58. package/v1/model/CreateMetaStudioOrdersResponse.d.ts +13 -0
  59. package/v1/model/CreateMetaStudioOrdersResponse.d.ts.map +1 -0
  60. package/v1/model/CreateMetaStudioOrdersResponse.js +31 -0
  61. package/v1/model/CreateMetaStudioOrdersResponse.js.map +1 -0
  62. package/v1/model/CreateSubtitleFileReq.d.ts +5 -0
  63. package/v1/model/CreateSubtitleFileReq.d.ts.map +1 -1
  64. package/v1/model/CreateSubtitleFileReq.js +10 -0
  65. package/v1/model/CreateSubtitleFileReq.js.map +1 -1
  66. package/v1/model/CreateTtsAuditionRequestBody.d.ts +4 -0
  67. package/v1/model/CreateTtsAuditionRequestBody.d.ts.map +1 -1
  68. package/v1/model/CreateTtsAuditionRequestBody.js +10 -0
  69. package/v1/model/CreateTtsAuditionRequestBody.js.map +1 -1
  70. package/v1/model/CreateVideoScriptsReq.d.ts +10 -0
  71. package/v1/model/CreateVideoScriptsReq.d.ts.map +1 -1
  72. package/v1/model/CreateVideoScriptsReq.js +20 -0
  73. package/v1/model/CreateVideoScriptsReq.js.map +1 -1
  74. package/v1/model/ExecuteSmartLiveCommandResponse.d.ts +2 -1
  75. package/v1/model/ExecuteSmartLiveCommandResponse.d.ts.map +1 -1
  76. package/v1/model/ExecuteSmartLiveCommandResponse.js +1 -0
  77. package/v1/model/ExecuteSmartLiveCommandResponse.js.map +1 -1
  78. package/v1/model/LayerConfig.d.ts +3 -0
  79. package/v1/model/LayerConfig.d.ts.map +1 -1
  80. package/v1/model/LayerConfig.js +4 -0
  81. package/v1/model/LayerConfig.js.map +1 -1
  82. package/v1/model/LayerRotationConfig.d.ts +6 -0
  83. package/v1/model/LayerRotationConfig.d.ts.map +1 -0
  84. package/v1/model/LayerRotationConfig.js +13 -0
  85. package/v1/model/LayerRotationConfig.js.map +1 -0
  86. package/v1/model/ListAssetSummaryRequest.d.ts +4 -0
  87. package/v1/model/ListAssetSummaryRequest.d.ts.map +1 -1
  88. package/v1/model/ListAssetSummaryRequest.js +10 -0
  89. package/v1/model/ListAssetSummaryRequest.js.map +1 -1
  90. package/v1/model/ListAssetsRequest.d.ts +4 -0
  91. package/v1/model/ListAssetsRequest.d.ts.map +1 -1
  92. package/v1/model/ListAssetsRequest.js +10 -0
  93. package/v1/model/ListAssetsRequest.js.map +1 -1
  94. package/v1/model/ListTenantResourcesRequest.d.ts +2 -0
  95. package/v1/model/ListTenantResourcesRequest.d.ts.map +1 -1
  96. package/v1/model/ListTenantResourcesRequest.js +4 -0
  97. package/v1/model/ListTenantResourcesRequest.js.map +1 -1
  98. package/v1/model/LiveExitConfig.d.ts +26 -0
  99. package/v1/model/LiveExitConfig.d.ts.map +1 -0
  100. package/v1/model/LiveExitConfig.js +50 -0
  101. package/v1/model/LiveExitConfig.js.map +1 -0
  102. package/v1/model/LiveJobLog.d.ts +16 -0
  103. package/v1/model/LiveJobLog.d.ts.map +1 -1
  104. package/v1/model/LiveJobLog.js +40 -0
  105. package/v1/model/LiveJobLog.js.map +1 -1
  106. package/v1/model/LiveJobRunConfig.d.ts +21 -0
  107. package/v1/model/LiveJobRunConfig.d.ts.map +1 -0
  108. package/v1/model/LiveJobRunConfig.js +39 -0
  109. package/v1/model/LiveJobRunConfig.js.map +1 -0
  110. package/v1/model/PlayPolicy.d.ts +5 -0
  111. package/v1/model/PlayPolicy.d.ts.map +1 -1
  112. package/v1/model/PlayPolicy.js +10 -0
  113. package/v1/model/PlayPolicy.js.map +1 -1
  114. package/v1/model/PreviewInfo.d.ts +8 -0
  115. package/v1/model/PreviewInfo.d.ts.map +1 -1
  116. package/v1/model/PreviewInfo.js +20 -0
  117. package/v1/model/PreviewInfo.js.map +1 -1
  118. package/v1/model/PublicCloudServiceOrder.d.ts +28 -0
  119. package/v1/model/PublicCloudServiceOrder.d.ts.map +1 -0
  120. package/v1/model/PublicCloudServiceOrder.js +73 -0
  121. package/v1/model/PublicCloudServiceOrder.js.map +1 -0
  122. package/v1/model/ResourceItemInfo.d.ts +7 -0
  123. package/v1/model/ResourceItemInfo.d.ts.map +1 -1
  124. package/v1/model/ResourceItemInfo.js +14 -0
  125. package/v1/model/ResourceItemInfo.js.map +1 -1
  126. package/v1/model/ShootScript.d.ts +4 -0
  127. package/v1/model/ShootScript.d.ts.map +1 -1
  128. package/v1/model/ShootScript.js +10 -0
  129. package/v1/model/ShootScript.js.map +1 -1
  130. package/v1/model/ShootScriptAudioFileItem.d.ts +4 -0
  131. package/v1/model/ShootScriptAudioFileItem.d.ts.map +1 -1
  132. package/v1/model/ShootScriptAudioFileItem.js +10 -0
  133. package/v1/model/ShootScriptAudioFileItem.js.map +1 -1
  134. package/v1/model/ShootScriptDetail.d.ts +4 -0
  135. package/v1/model/ShootScriptDetail.d.ts.map +1 -1
  136. package/v1/model/ShootScriptDetail.js +10 -0
  137. package/v1/model/ShootScriptDetail.js.map +1 -1
  138. package/v1/model/ShowSmartChatJobResponse.d.ts +4 -0
  139. package/v1/model/ShowSmartChatJobResponse.d.ts.map +1 -1
  140. package/v1/model/ShowSmartChatJobResponse.js +10 -0
  141. package/v1/model/ShowSmartChatJobResponse.js.map +1 -1
  142. package/v1/model/ShowSmartLiveResponse.d.ts +13 -0
  143. package/v1/model/ShowSmartLiveResponse.d.ts.map +1 -1
  144. package/v1/model/ShowSmartLiveResponse.js +21 -1
  145. package/v1/model/ShowSmartLiveResponse.js.map +1 -1
  146. package/v1/model/ShowVideoScriptResponse.d.ts +9 -4
  147. package/v1/model/ShowVideoScriptResponse.d.ts.map +1 -1
  148. package/v1/model/ShowVideoScriptResponse.js +20 -10
  149. package/v1/model/ShowVideoScriptResponse.js.map +1 -1
  150. package/v1/model/SmartLiveJob.d.ts +13 -0
  151. package/v1/model/SmartLiveJob.d.ts.map +1 -1
  152. package/v1/model/SmartLiveJob.js +21 -1
  153. package/v1/model/SmartLiveJob.js.map +1 -1
  154. package/v1/model/StartSmartChatJobResponse.d.ts +4 -0
  155. package/v1/model/StartSmartChatJobResponse.d.ts.map +1 -1
  156. package/v1/model/StartSmartChatJobResponse.js +10 -0
  157. package/v1/model/StartSmartChatJobResponse.js.map +1 -1
  158. package/v1/model/StartSmartLiveReq.d.ts +5 -0
  159. package/v1/model/StartSmartLiveReq.d.ts.map +1 -1
  160. package/v1/model/StartSmartLiveReq.js +10 -0
  161. package/v1/model/StartSmartLiveReq.js.map +1 -1
  162. package/v1/model/StartSmartLiveResponse.d.ts +4 -0
  163. package/v1/model/StartSmartLiveResponse.d.ts.map +1 -1
  164. package/v1/model/StartSmartLiveResponse.js +10 -0
  165. package/v1/model/StartSmartLiveResponse.js.map +1 -1
  166. package/v1/model/SubtitleConfig.d.ts +18 -4
  167. package/v1/model/SubtitleConfig.d.ts.map +1 -1
  168. package/v1/model/SubtitleConfig.js +38 -4
  169. package/v1/model/SubtitleConfig.js.map +1 -1
  170. package/v1/model/UpdateVideoScriptsReq.d.ts +10 -0
  171. package/v1/model/UpdateVideoScriptsReq.d.ts.map +1 -1
  172. package/v1/model/UpdateVideoScriptsReq.js +20 -0
  173. package/v1/model/UpdateVideoScriptsReq.js.map +1 -1
  174. package/v1/model/VideoConfig.d.ts +3 -2
  175. package/v1/model/VideoConfig.d.ts.map +1 -1
  176. package/v1/model/VideoConfig.js +2 -2
  177. package/v1/model/VideoConfig.js.map +1 -1
  178. package/v1/model/VideoLayerConfig.d.ts +8 -0
  179. package/v1/model/VideoLayerConfig.d.ts.map +1 -1
  180. package/v1/model/VideoLayerConfig.js +20 -0
  181. package/v1/model/VideoLayerConfig.js.map +1 -1
  182. package/v1/model/VideoScriptsCreateInfo.d.ts +10 -0
  183. package/v1/model/VideoScriptsCreateInfo.d.ts.map +1 -1
  184. package/v1/model/VideoScriptsCreateInfo.js +20 -0
  185. package/v1/model/VideoScriptsCreateInfo.js.map +1 -1
  186. package/v1/model/VideoScriptsShowInfo.d.ts +10 -0
  187. package/v1/model/VideoScriptsShowInfo.d.ts.map +1 -1
  188. package/v1/model/VideoScriptsShowInfo.js +20 -0
  189. package/v1/model/VideoScriptsShowInfo.js.map +1 -1
  190. package/v1/model/VideoScriptsSimpleInfo.d.ts +10 -0
  191. package/v1/model/VideoScriptsSimpleInfo.d.ts.map +1 -1
  192. package/v1/model/VideoScriptsSimpleInfo.js +20 -0
  193. package/v1/model/VideoScriptsSimpleInfo.js.map +1 -1
  194. package/v1/public-api.d.ts +13 -3
  195. package/v1/public-api.d.ts.map +1 -1
  196. package/v1/public-api.js +13 -3
  197. package/v1/public-api.js.map +1 -1
  198. package/v1/model/ConfirmSmartLiveRoomReq.d.ts +0 -18
  199. package/v1/model/ConfirmSmartLiveRoomReq.d.ts.map +0 -1
  200. package/v1/model/ConfirmSmartLiveRoomReq.js +0 -32
  201. package/v1/model/ConfirmSmartLiveRoomReq.js.map +0 -1
  202. package/v1/model/ConfirmSmartLiveRoomRequest.d.ts.map +0 -1
  203. package/v1/model/ConfirmSmartLiveRoomRequest.js.map +0 -1
  204. package/v1/model/ConfirmSmartLiveRoomResponse.d.ts.map +0 -1
  205. package/v1/model/ConfirmSmartLiveRoomResponse.js.map +0 -1
@@ -13,7 +13,7 @@ const Cancel2DDigitalHumanVideoRequest_1 = require("./model/Cancel2DDigitalHuman
13
13
  const CancelPhotoDigitalHumanVideoRequest_1 = require("./model/CancelPhotoDigitalHumanVideoRequest");
14
14
  const CommitVoiceTrainingJobRequest_1 = require("./model/CommitVoiceTrainingJobRequest");
15
15
  const ConfirmFileUploadRequest_1 = require("./model/ConfirmFileUploadRequest");
16
- const ConfirmSmartLiveRoomRequest_1 = require("./model/ConfirmSmartLiveRoomRequest");
16
+ const ConfirmSmarLiveRoomRequest_1 = require("./model/ConfirmSmarLiveRoomRequest");
17
17
  const ConfirmTrainingSegmentRequest_1 = require("./model/ConfirmTrainingSegmentRequest");
18
18
  const CopyVideoScriptsRequest_1 = require("./model/CopyVideoScriptsRequest");
19
19
  const CountTenantResourcesRequest_1 = require("./model/CountTenantResourcesRequest");
@@ -38,6 +38,7 @@ const CreateKnowledgeQuestionRequest_1 = require("./model/CreateKnowledgeQuestio
38
38
  const CreateKnowledgeSkillRequest_1 = require("./model/CreateKnowledgeSkillRequest");
39
39
  const CreateLargeFileRequest_1 = require("./model/CreateLargeFileRequest");
40
40
  const CreateLivePlatformRequest_1 = require("./model/CreateLivePlatformRequest");
41
+ const CreateMetaStudioOrdersRequest_1 = require("./model/CreateMetaStudioOrdersRequest");
41
42
  const CreateOnceCodeRequest_1 = require("./model/CreateOnceCodeRequest");
42
43
  const CreatePacifyWordsRequest_1 = require("./model/CreatePacifyWordsRequest");
43
44
  const CreatePhotoDetectionRequest_1 = require("./model/CreatePhotoDetectionRequest");
@@ -500,9 +501,10 @@ class MetaStudioClient {
500
501
  }
501
502
  /**
502
503
  * 该接口用于在资产库中添加上传新的媒体资产。可上传的资产类型包括:分身数字人模型、背景图片、素材图片、素材视频、PPT等。
504
+ * > 上传的图片、视频和背景图片,如果需要在视频制作素材中可见,需要设置system_properties。
503
505
  * > - 资产类型是IMAGE时,通过system_properties来区分背景图片(BACKGROUND_IMG)、素材图片(MATERIAL_IMG)。
504
506
  * > - 资产类型是VIDEO时,通过system_properties来区分素材视频(MATERIAL_VIDEO)、名片视频(BUSSINESS_CARD_VIDEO)。
505
- * > - MetaStudio平台生成的视频,system_properties带CREATED_BY_PLATFORM。
507
+ * > MetaStudio平台生成的视频,system_properties带CREATED_BY_PLATFORM。
506
508
  *
507
509
  * Please refer to HUAWEI cloud API Explorer for details.
508
510
  *
@@ -550,6 +552,7 @@ class MetaStudioClient {
550
552
  * @param {ListAssetSummarysReq} listAssetSummaryRequestBody 资产概要查询。
551
553
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
552
554
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
555
+ * @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
553
556
  * @param {*} [options] Override http request option.
554
557
  * @throws {RequiredError}
555
558
  */
@@ -597,6 +600,7 @@ class MetaStudioClient {
597
600
  * @param {string} [includeDeviceName] 资产已执行的任务名称
598
601
  * @param {string} [excludeDeviceName] 资产已执行的任务名称
599
602
  * @param {'VIDEO_2D' | 'LIVE_2D' | 'CHAT_2D'} [supportedService] 资产支持的业务类型。默认查询所有资产。 * VIDEO_2D:分身数字人视频制作 * LIVE_2D:分身数字人直播 * CHAT_2D:分身数字人智能交互
603
+ * @param {string} [appUserId] 第三方用户ID。不允许输入中文。
600
604
  * @param {*} [options] Override http request option.
601
605
  * @throws {RequiredError}
602
606
  */
@@ -1313,7 +1317,7 @@ class MetaStudioClient {
1313
1317
  return this.hcClient.sendRequest(options);
1314
1318
  }
1315
1319
  /**
1316
- * 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。
1320
+ * 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1317
1321
  *
1318
1322
  * Please refer to HUAWEI cloud API Explorer for details.
1319
1323
  *
@@ -1333,7 +1337,7 @@ class MetaStudioClient {
1333
1337
  return this.hcClient.sendRequest(options);
1334
1338
  }
1335
1339
  /**
1336
- * 该接口用于创建知识库意图。一个意图包含一个主题,一个答案,若干个问法等。
1340
+ * 该接口用于创建知识库意图。一个意图包含一个主题,一个答案,若干个问法等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1337
1341
  *
1338
1342
  * Please refer to HUAWEI cloud API Explorer for details.
1339
1343
  *
@@ -1353,7 +1357,7 @@ class MetaStudioClient {
1353
1357
  return this.hcClient.sendRequest(options);
1354
1358
  }
1355
1359
  /**
1356
- * 该接口用于删除知识库意图。
1360
+ * 该接口用于删除知识库意图。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1357
1361
  *
1358
1362
  * Please refer to HUAWEI cloud API Explorer for details.
1359
1363
  *
@@ -1373,7 +1377,7 @@ class MetaStudioClient {
1373
1377
  return this.hcClient.sendRequest(options);
1374
1378
  }
1375
1379
  /**
1376
- * 该接口用于查询知识库意图列表。
1380
+ * 该接口用于查询知识库意图列表。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1377
1381
  *
1378
1382
  * Please refer to HUAWEI cloud API Explorer for details.
1379
1383
  *
@@ -1395,7 +1399,7 @@ class MetaStudioClient {
1395
1399
  return this.hcClient.sendRequest(options);
1396
1400
  }
1397
1401
  /**
1398
- * 该接口用于查询知识库意图详情。
1402
+ * 该接口用于查询知识库意图详情。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1399
1403
  *
1400
1404
  * Please refer to HUAWEI cloud API Explorer for details.
1401
1405
  *
@@ -1415,7 +1419,7 @@ class MetaStudioClient {
1415
1419
  return this.hcClient.sendRequest(options);
1416
1420
  }
1417
1421
  /**
1418
- * 该接口用于修改知识库意图。
1422
+ * 该接口用于修改知识库意图。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1419
1423
  *
1420
1424
  * Please refer to HUAWEI cloud API Explorer for details.
1421
1425
  *
@@ -1436,7 +1440,7 @@ class MetaStudioClient {
1436
1440
  return this.hcClient.sendRequest(options);
1437
1441
  }
1438
1442
  /**
1439
- * 该接口用于批量创建知识库问法。
1443
+ * 该接口用于批量创建知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1440
1444
  *
1441
1445
  * Please refer to HUAWEI cloud API Explorer for details.
1442
1446
  *
@@ -1456,7 +1460,7 @@ class MetaStudioClient {
1456
1460
  return this.hcClient.sendRequest(options);
1457
1461
  }
1458
1462
  /**
1459
- * 该接口用于创建知识库问法。
1463
+ * 该接口用于创建知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1460
1464
  *
1461
1465
  * Please refer to HUAWEI cloud API Explorer for details.
1462
1466
  *
@@ -1476,7 +1480,7 @@ class MetaStudioClient {
1476
1480
  return this.hcClient.sendRequest(options);
1477
1481
  }
1478
1482
  /**
1479
- * 该接口用于删除知识库问法。
1483
+ * 该接口用于删除知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1480
1484
  *
1481
1485
  * Please refer to HUAWEI cloud API Explorer for details.
1482
1486
  *
@@ -1496,7 +1500,7 @@ class MetaStudioClient {
1496
1500
  return this.hcClient.sendRequest(options);
1497
1501
  }
1498
1502
  /**
1499
- * 该接口用于查询知识库问法列表。
1503
+ * 该接口用于查询知识库问法列表。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1500
1504
  *
1501
1505
  * Please refer to HUAWEI cloud API Explorer for details.
1502
1506
  *
@@ -1518,7 +1522,7 @@ class MetaStudioClient {
1518
1522
  return this.hcClient.sendRequest(options);
1519
1523
  }
1520
1524
  /**
1521
- * 该接口用于查询知识库问法详情。
1525
+ * 该接口用于查询知识库问法详情。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1522
1526
  *
1523
1527
  * Please refer to HUAWEI cloud API Explorer for details.
1524
1528
  *
@@ -1538,7 +1542,7 @@ class MetaStudioClient {
1538
1542
  return this.hcClient.sendRequest(options);
1539
1543
  }
1540
1544
  /**
1541
- * 该接口用于批量修改知识库问法。
1545
+ * 该接口用于批量修改知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1542
1546
  *
1543
1547
  * Please refer to HUAWEI cloud API Explorer for details.
1544
1548
  *
@@ -1558,7 +1562,7 @@ class MetaStudioClient {
1558
1562
  return this.hcClient.sendRequest(options);
1559
1563
  }
1560
1564
  /**
1561
- * 该接口用于修改知识库问法。
1565
+ * 该接口用于修改知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1562
1566
  *
1563
1567
  * Please refer to HUAWEI cloud API Explorer for details.
1564
1568
  *
@@ -1579,7 +1583,7 @@ class MetaStudioClient {
1579
1583
  return this.hcClient.sendRequest(options);
1580
1584
  }
1581
1585
  /**
1582
- * 该接口用于创建知识库技能。一个技能用于特定场景的交互问答,包含若干个意图等。
1586
+ * 该接口用于创建知识库技能。一个技能用于特定场景的交互问答,包含若干个意图等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1583
1587
  *
1584
1588
  * Please refer to HUAWEI cloud API Explorer for details.
1585
1589
  *
@@ -1599,7 +1603,7 @@ class MetaStudioClient {
1599
1603
  return this.hcClient.sendRequest(options);
1600
1604
  }
1601
1605
  /**
1602
- * 该接口用于删除知识库技能。
1606
+ * 该接口用于删除知识库技能。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1603
1607
  *
1604
1608
  * Please refer to HUAWEI cloud API Explorer for details.
1605
1609
  *
@@ -1619,7 +1623,7 @@ class MetaStudioClient {
1619
1623
  return this.hcClient.sendRequest(options);
1620
1624
  }
1621
1625
  /**
1622
- * 该接口用于导出知识库技能。
1626
+ * 该接口用于导出知识库技能。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1623
1627
  *
1624
1628
  * Please refer to HUAWEI cloud API Explorer for details.
1625
1629
  *
@@ -1640,7 +1644,7 @@ class MetaStudioClient {
1640
1644
  return this.hcClient.sendRequest(options);
1641
1645
  }
1642
1646
  /**
1643
- * 该接口用于查询知识库技能列表。
1647
+ * 该接口用于查询知识库技能列表。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1644
1648
  *
1645
1649
  * Please refer to HUAWEI cloud API Explorer for details.
1646
1650
  *
@@ -1661,7 +1665,7 @@ class MetaStudioClient {
1661
1665
  return this.hcClient.sendRequest(options);
1662
1666
  }
1663
1667
  /**
1664
- * 该接口用于查询知识库技能详情。
1668
+ * 该接口用于查询知识库技能详情。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1665
1669
  *
1666
1670
  * Please refer to HUAWEI cloud API Explorer for details.
1667
1671
  *
@@ -1681,7 +1685,7 @@ class MetaStudioClient {
1681
1685
  return this.hcClient.sendRequest(options);
1682
1686
  }
1683
1687
  /**
1684
- * 该接口用于修改知识库技能。
1688
+ * 该接口用于修改知识库技能。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
1685
1689
  *
1686
1690
  * Please refer to HUAWEI cloud API Explorer for details.
1687
1691
  *
@@ -1845,6 +1849,25 @@ class MetaStudioClient {
1845
1849
  options['responseHeaders'] = ['X-Request-Id'];
1846
1850
  return this.hcClient.sendRequest(options);
1847
1851
  }
1852
+ /**
1853
+ * 该接口用于订购MetaStudio服务的包周期,一次性,按需套餐包产品
1854
+ *
1855
+ * Please refer to HUAWEI cloud API Explorer for details.
1856
+ *
1857
+ * @summary 订购metastudio云服务产品
1858
+ * @param {CreateMetaStudioOrdersReq} createMetaStudioOrdersRequestBody 创建云服务请求
1859
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1860
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
1861
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1862
+ * @param {*} [options] Override http request option.
1863
+ * @throws {RequiredError}
1864
+ */
1865
+ createMetaStudioOrders(createMetaStudioOrdersRequest) {
1866
+ const options = (0, exports.ParamCreater)().createMetaStudioOrders(createMetaStudioOrdersRequest);
1867
+ // @ts-ignore
1868
+ options['responseHeaders'] = ['X-Request-Id'];
1869
+ return this.hcClient.sendRequest(options);
1870
+ }
1848
1871
  /**
1849
1872
  * 该接口用于批量删除安抚话术。
1850
1873
  *
@@ -2528,7 +2551,7 @@ class MetaStudioClient {
2528
2551
  * Please refer to HUAWEI cloud API Explorer for details.
2529
2552
  *
2530
2553
  * @summary 批量确认命令
2531
- * @param {string} roomId 剧本ID。
2554
+ * @param {string} roomId 直播间ID。
2532
2555
  * @param {string} jobId 任务ID。
2533
2556
  * @param {BatchConfirmLiveCommandsReq} batchConfirmLiveCommandsRequestBody 批量确认剧本命令。
2534
2557
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
@@ -2550,7 +2573,7 @@ class MetaStudioClient {
2550
2573
  * Please refer to HUAWEI cloud API Explorer for details.
2551
2574
  *
2552
2575
  * @summary 控制数字人直播过程
2553
- * @param {string} roomId 剧本ID。
2576
+ * @param {string} roomId 直播间ID。
2554
2577
  * @param {string} jobId 任务ID。
2555
2578
  * @param {ControlSmartLiveReq} executeSmartLiveCommandRequestBody 控制数字人直播请求。
2556
2579
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
@@ -2572,7 +2595,7 @@ class MetaStudioClient {
2572
2595
  * Please refer to HUAWEI cloud API Explorer for details.
2573
2596
  *
2574
2597
  * @summary 查询某个智能直播间下直播任务列表
2575
- * @param {string} roomId 剧本ID。
2598
+ * @param {string} roomId 直播间ID。
2576
2599
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2577
2600
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
2578
2601
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -2670,7 +2693,7 @@ class MetaStudioClient {
2670
2693
  * Please refer to HUAWEI cloud API Explorer for details.
2671
2694
  *
2672
2695
  * @summary 上报直播间事件
2673
- * @param {string} roomId 剧本ID。
2696
+ * @param {string} roomId 直播间ID。
2674
2697
  * @param {string} jobId 任务ID。
2675
2698
  * @param {ReportLiveEventReq} liveEventReportRequestBody 上报直播间事件请求。
2676
2699
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
@@ -2695,7 +2718,7 @@ class MetaStudioClient {
2695
2718
  * Please refer to HUAWEI cloud API Explorer for details.
2696
2719
  *
2697
2720
  * @summary 查询数字人智能直播任务详情
2698
- * @param {string} roomId 剧本ID。
2721
+ * @param {string} roomId 直播间ID。
2699
2722
  * @param {string} jobId 任务ID。
2700
2723
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2701
2724
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
@@ -2716,7 +2739,7 @@ class MetaStudioClient {
2716
2739
  * Please refer to HUAWEI cloud API Explorer for details.
2717
2740
  *
2718
2741
  * @summary 启动数字人智能直播任务
2719
- * @param {string} roomId 剧本ID。
2742
+ * @param {string} roomId 直播间ID。
2720
2743
  * @param {StartSmartLiveReq} startSmartLiveRequestBody 数字人智能直播任务创建请求。
2721
2744
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2722
2745
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
@@ -2737,7 +2760,7 @@ class MetaStudioClient {
2737
2760
  * Please refer to HUAWEI cloud API Explorer for details.
2738
2761
  *
2739
2762
  * @summary 结束数字人智能直播任务
2740
- * @param {string} roomId 剧本ID。
2763
+ * @param {string} roomId 直播间ID。
2741
2764
  * @param {string} jobId 任务ID。
2742
2765
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2743
2766
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
@@ -2758,8 +2781,8 @@ class MetaStudioClient {
2758
2781
  * Please refer to HUAWEI cloud API Explorer for details.
2759
2782
  *
2760
2783
  * @summary 直播间确认
2761
- * @param {string} roomId 剧本ID。
2762
- * @param {ConfirmSmartLiveRoomReq} confirmSmartLiveRoomRequestBody 剧本确认请求
2784
+ * @param {string} roomId 直播间ID。
2785
+ * @param {ConfirmSmarLiveRoomReq} confirmSmarLiveRoomRequestBody 剧本确认请求
2763
2786
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2764
2787
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
2765
2788
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -2767,8 +2790,8 @@ class MetaStudioClient {
2767
2790
  * @param {*} [options] Override http request option.
2768
2791
  * @throws {RequiredError}
2769
2792
  */
2770
- confirmSmartLiveRoom(confirmSmartLiveRoomRequest) {
2771
- const options = (0, exports.ParamCreater)().confirmSmartLiveRoom(confirmSmartLiveRoomRequest);
2793
+ confirmSmarLiveRoom(confirmSmarLiveRoomRequest) {
2794
+ const options = (0, exports.ParamCreater)().confirmSmarLiveRoom(confirmSmarLiveRoomRequest);
2772
2795
  // @ts-ignore
2773
2796
  options['responseHeaders'] = ['X-Request-Id'];
2774
2797
  return this.hcClient.sendRequest(options);
@@ -2839,7 +2862,7 @@ class MetaStudioClient {
2839
2862
  * Please refer to HUAWEI cloud API Explorer for details.
2840
2863
  *
2841
2864
  * @summary 删除智能直播间
2842
- * @param {string} roomId 剧本ID。
2865
+ * @param {string} roomId 直播间ID。
2843
2866
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2844
2867
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
2845
2868
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -2913,7 +2936,7 @@ class MetaStudioClient {
2913
2936
  * Please refer to HUAWEI cloud API Explorer for details.
2914
2937
  *
2915
2938
  * @summary 查询智能直播剧本详情
2916
- * @param {string} roomId 剧本ID。
2939
+ * @param {string} roomId 直播间ID。
2917
2940
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2918
2941
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
2919
2942
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
@@ -2954,7 +2977,7 @@ class MetaStudioClient {
2954
2977
  * Please refer to HUAWEI cloud API Explorer for details.
2955
2978
  *
2956
2979
  * @summary 更新智能直播间信息
2957
- * @param {string} roomId 剧本ID。
2980
+ * @param {string} roomId 直播间ID。
2958
2981
  * @param {CreateSmartLiveRoomReq} updateSmartLiveRoomRequestBody 更新智能直播间请求。
2959
2982
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
2960
2983
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
@@ -3058,7 +3081,7 @@ class MetaStudioClient {
3058
3081
  }
3059
3082
  /**
3060
3083
  * 查看租户资源列表。
3061
- * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询。[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
3084
+ * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
3062
3085
  * > 各种资源的计费方式请参考[计费说明](https://support.huaweicloud.com/productdesc-metastudio/metastudio_01_0006.html)。
3063
3086
  *
3064
3087
  * Please refer to HUAWEI cloud API Explorer for details.
@@ -3078,6 +3101,7 @@ class MetaStudioClient {
3078
3101
  * @param {string} [resourceExpireStartTime] 资源过期时间段 开始时间。格式遵循:RFC 3339 如\"2021-01-10T08:43:17Z\"
3079
3102
  * @param {string} [resourceExpireEndTime] 资源过期时间段 结束时间。格式遵循:RFC 3339 如\"2021-01-10T08:43:17Z\"
3080
3103
  * @param {string} [subResource] 子资源类型。当前只有flexus套餐包存在该字段 * voice_clone_flexus: 语音克隆Flexus版 * modeling_count_2d_model_flexus: 分身数字人形象制作Flexus版 * video_time_flexus_2d_model: 分身数字人Flexus版本视频制作
3104
+ * @param {number} [status] 资源状态。
3081
3105
  * @param {*} [options] Override http request option.
3082
3106
  * @throws {RequiredError}
3083
3107
  */
@@ -3089,7 +3113,7 @@ class MetaStudioClient {
3089
3113
  }
3090
3114
  /**
3091
3115
  * 查询租户一次性和包周期(包年/包月)资源用量信息。
3092
- * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询。[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
3116
+ * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
3093
3117
  * > 各种资源的计费方式请参考[计费说明](https://support.huaweicloud.com/productdesc-metastudio/metastudio_01_0006.html)。
3094
3118
  *
3095
3119
  * Please refer to HUAWEI cloud API Explorer for details.
@@ -4988,9 +5012,10 @@ const ParamCreater = function () {
4988
5012
  },
4989
5013
  /**
4990
5014
  * 该接口用于在资产库中添加上传新的媒体资产。可上传的资产类型包括:分身数字人模型、背景图片、素材图片、素材视频、PPT等。
5015
+ * > 上传的图片、视频和背景图片,如果需要在视频制作素材中可见,需要设置system_properties。
4991
5016
  * > - 资产类型是IMAGE时,通过system_properties来区分背景图片(BACKGROUND_IMG)、素材图片(MATERIAL_IMG)。
4992
5017
  * > - 资产类型是VIDEO时,通过system_properties来区分素材视频(MATERIAL_VIDEO)、名片视频(BUSSINESS_CARD_VIDEO)。
4993
- * > - MetaStudio平台生成的视频,system_properties带CREATED_BY_PLATFORM。
5018
+ * > MetaStudio平台生成的视频,system_properties带CREATED_BY_PLATFORM。
4994
5019
  *
4995
5020
  * Please refer to HUAWEI cloud API Explorer for details.
4996
5021
  */
@@ -5122,16 +5147,19 @@ const ParamCreater = function () {
5122
5147
  let body;
5123
5148
  let authorization;
5124
5149
  let xSdkDate;
5150
+ let xAppUserId;
5125
5151
  if (listAssetSummaryRequest !== null && listAssetSummaryRequest !== undefined) {
5126
5152
  if (listAssetSummaryRequest instanceof ListAssetSummaryRequest_1.ListAssetSummaryRequest) {
5127
5153
  body = listAssetSummaryRequest.body;
5128
5154
  authorization = listAssetSummaryRequest.authorization;
5129
5155
  xSdkDate = listAssetSummaryRequest.xSdkDate;
5156
+ xAppUserId = listAssetSummaryRequest.xAppUserId;
5130
5157
  }
5131
5158
  else {
5132
5159
  body = listAssetSummaryRequest['body'];
5133
5160
  authorization = listAssetSummaryRequest['Authorization'];
5134
5161
  xSdkDate = listAssetSummaryRequest['X-Sdk-Date'];
5162
+ xAppUserId = listAssetSummaryRequest['X-App-UserId'];
5135
5163
  }
5136
5164
  }
5137
5165
  if (body === null || body === undefined) {
@@ -5143,6 +5171,9 @@ const ParamCreater = function () {
5143
5171
  if (xSdkDate !== undefined && xSdkDate !== null) {
5144
5172
  localVarHeaderParameter['X-Sdk-Date'] = String(xSdkDate);
5145
5173
  }
5174
+ if (xAppUserId !== undefined && xAppUserId !== null) {
5175
+ localVarHeaderParameter['X-App-UserId'] = String(xAppUserId);
5176
+ }
5146
5177
  localVarHeaderParameter['Content-Type'] = 'application/json';
5147
5178
  options.data = body !== undefined ? body : {};
5148
5179
  options.headers = localVarHeaderParameter;
@@ -5196,6 +5227,7 @@ const ParamCreater = function () {
5196
5227
  let includeDeviceName;
5197
5228
  let excludeDeviceName;
5198
5229
  let supportedService;
5230
+ let appUserId;
5199
5231
  if (listAssetsRequest !== null && listAssetsRequest !== undefined) {
5200
5232
  if (listAssetsRequest instanceof ListAssetsRequest_1.ListAssetsRequest) {
5201
5233
  authorization = listAssetsRequest.authorization;
@@ -5230,6 +5262,7 @@ const ParamCreater = function () {
5230
5262
  includeDeviceName = listAssetsRequest.includeDeviceName;
5231
5263
  excludeDeviceName = listAssetsRequest.excludeDeviceName;
5232
5264
  supportedService = listAssetsRequest.supportedService;
5265
+ appUserId = listAssetsRequest.appUserId;
5233
5266
  }
5234
5267
  else {
5235
5268
  authorization = listAssetsRequest['Authorization'];
@@ -5264,6 +5297,7 @@ const ParamCreater = function () {
5264
5297
  includeDeviceName = listAssetsRequest['include_device_name'];
5265
5298
  excludeDeviceName = listAssetsRequest['exclude_device_name'];
5266
5299
  supportedService = listAssetsRequest['supported_service'];
5300
+ appUserId = listAssetsRequest['app_user_id'];
5267
5301
  }
5268
5302
  }
5269
5303
  if (limit !== null && limit !== undefined) {
@@ -5353,6 +5387,9 @@ const ParamCreater = function () {
5353
5387
  if (supportedService !== null && supportedService !== undefined) {
5354
5388
  localVarQueryParameter['supported_service'] = supportedService;
5355
5389
  }
5390
+ if (appUserId !== null && appUserId !== undefined) {
5391
+ localVarQueryParameter['app_user_id'] = appUserId;
5392
+ }
5356
5393
  if (authorization !== undefined && authorization !== null) {
5357
5394
  localVarHeaderParameter['Authorization'] = String(authorization);
5358
5395
  }
@@ -7441,7 +7478,7 @@ const ParamCreater = function () {
7441
7478
  return options;
7442
7479
  },
7443
7480
  /**
7444
- * 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。
7481
+ * 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7445
7482
  *
7446
7483
  * Please refer to HUAWEI cloud API Explorer for details.
7447
7484
  */
@@ -7498,7 +7535,7 @@ const ParamCreater = function () {
7498
7535
  return options;
7499
7536
  },
7500
7537
  /**
7501
- * 该接口用于创建知识库意图。一个意图包含一个主题,一个答案,若干个问法等。
7538
+ * 该接口用于创建知识库意图。一个意图包含一个主题,一个答案,若干个问法等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7502
7539
  *
7503
7540
  * Please refer to HUAWEI cloud API Explorer for details.
7504
7541
  */
@@ -7555,7 +7592,7 @@ const ParamCreater = function () {
7555
7592
  return options;
7556
7593
  },
7557
7594
  /**
7558
- * 该接口用于删除知识库意图。
7595
+ * 该接口用于删除知识库意图。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7559
7596
  *
7560
7597
  * Please refer to HUAWEI cloud API Explorer for details.
7561
7598
  */
@@ -7612,7 +7649,7 @@ const ParamCreater = function () {
7612
7649
  return options;
7613
7650
  },
7614
7651
  /**
7615
- * 该接口用于查询知识库意图列表。
7652
+ * 该接口用于查询知识库意图列表。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7616
7653
  *
7617
7654
  * Please refer to HUAWEI cloud API Explorer for details.
7618
7655
  */
@@ -7683,7 +7720,7 @@ const ParamCreater = function () {
7683
7720
  return options;
7684
7721
  },
7685
7722
  /**
7686
- * 该接口用于查询知识库意图详情。
7723
+ * 该接口用于查询知识库意图详情。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7687
7724
  *
7688
7725
  * Please refer to HUAWEI cloud API Explorer for details.
7689
7726
  */
@@ -7738,7 +7775,7 @@ const ParamCreater = function () {
7738
7775
  return options;
7739
7776
  },
7740
7777
  /**
7741
- * 该接口用于修改知识库意图。
7778
+ * 该接口用于修改知识库意图。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7742
7779
  *
7743
7780
  * Please refer to HUAWEI cloud API Explorer for details.
7744
7781
  */
@@ -7802,7 +7839,7 @@ const ParamCreater = function () {
7802
7839
  return options;
7803
7840
  },
7804
7841
  /**
7805
- * 该接口用于批量创建知识库问法。
7842
+ * 该接口用于批量创建知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7806
7843
  *
7807
7844
  * Please refer to HUAWEI cloud API Explorer for details.
7808
7845
  */
@@ -7859,7 +7896,7 @@ const ParamCreater = function () {
7859
7896
  return options;
7860
7897
  },
7861
7898
  /**
7862
- * 该接口用于创建知识库问法。
7899
+ * 该接口用于创建知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7863
7900
  *
7864
7901
  * Please refer to HUAWEI cloud API Explorer for details.
7865
7902
  */
@@ -7916,7 +7953,7 @@ const ParamCreater = function () {
7916
7953
  return options;
7917
7954
  },
7918
7955
  /**
7919
- * 该接口用于删除知识库问法。
7956
+ * 该接口用于删除知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7920
7957
  *
7921
7958
  * Please refer to HUAWEI cloud API Explorer for details.
7922
7959
  */
@@ -7973,7 +8010,7 @@ const ParamCreater = function () {
7973
8010
  return options;
7974
8011
  },
7975
8012
  /**
7976
- * 该接口用于查询知识库问法列表。
8013
+ * 该接口用于查询知识库问法列表。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
7977
8014
  *
7978
8015
  * Please refer to HUAWEI cloud API Explorer for details.
7979
8016
  */
@@ -8044,7 +8081,7 @@ const ParamCreater = function () {
8044
8081
  return options;
8045
8082
  },
8046
8083
  /**
8047
- * 该接口用于查询知识库问法详情。
8084
+ * 该接口用于查询知识库问法详情。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8048
8085
  *
8049
8086
  * Please refer to HUAWEI cloud API Explorer for details.
8050
8087
  */
@@ -8099,7 +8136,7 @@ const ParamCreater = function () {
8099
8136
  return options;
8100
8137
  },
8101
8138
  /**
8102
- * 该接口用于批量修改知识库问法。
8139
+ * 该接口用于批量修改知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8103
8140
  *
8104
8141
  * Please refer to HUAWEI cloud API Explorer for details.
8105
8142
  */
@@ -8156,7 +8193,7 @@ const ParamCreater = function () {
8156
8193
  return options;
8157
8194
  },
8158
8195
  /**
8159
- * 该接口用于修改知识库问法。
8196
+ * 该接口用于修改知识库问法。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8160
8197
  *
8161
8198
  * Please refer to HUAWEI cloud API Explorer for details.
8162
8199
  */
@@ -8220,7 +8257,7 @@ const ParamCreater = function () {
8220
8257
  return options;
8221
8258
  },
8222
8259
  /**
8223
- * 该接口用于创建知识库技能。一个技能用于特定场景的交互问答,包含若干个意图等。
8260
+ * 该接口用于创建知识库技能。一个技能用于特定场景的交互问答,包含若干个意图等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8224
8261
  *
8225
8262
  * Please refer to HUAWEI cloud API Explorer for details.
8226
8263
  */
@@ -8277,7 +8314,7 @@ const ParamCreater = function () {
8277
8314
  return options;
8278
8315
  },
8279
8316
  /**
8280
- * 该接口用于删除知识库技能。
8317
+ * 该接口用于删除知识库技能。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8281
8318
  *
8282
8319
  * Please refer to HUAWEI cloud API Explorer for details.
8283
8320
  */
@@ -8334,7 +8371,7 @@ const ParamCreater = function () {
8334
8371
  return options;
8335
8372
  },
8336
8373
  /**
8337
- * 该接口用于导出知识库技能。
8374
+ * 该接口用于导出知识库技能。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8338
8375
  *
8339
8376
  * Please refer to HUAWEI cloud API Explorer for details.
8340
8377
  */
@@ -8400,7 +8437,7 @@ const ParamCreater = function () {
8400
8437
  return options;
8401
8438
  },
8402
8439
  /**
8403
- * 该接口用于查询知识库技能列表。
8440
+ * 该接口用于查询知识库技能列表。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8404
8441
  *
8405
8442
  * Please refer to HUAWEI cloud API Explorer for details.
8406
8443
  */
@@ -8462,7 +8499,7 @@ const ParamCreater = function () {
8462
8499
  return options;
8463
8500
  },
8464
8501
  /**
8465
- * 该接口用于查询知识库技能详情。
8502
+ * 该接口用于查询知识库技能详情。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8466
8503
  *
8467
8504
  * Please refer to HUAWEI cloud API Explorer for details.
8468
8505
  */
@@ -8517,7 +8554,7 @@ const ParamCreater = function () {
8517
8554
  return options;
8518
8555
  },
8519
8556
  /**
8520
- * 该接口用于修改知识库技能。
8557
+ * 该接口用于修改知识库技能。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
8521
8558
  *
8522
8559
  * Please refer to HUAWEI cloud API Explorer for details.
8523
8560
  */
@@ -8990,6 +9027,57 @@ const ParamCreater = function () {
8990
9027
  options.headers = localVarHeaderParameter;
8991
9028
  return options;
8992
9029
  },
9030
+ /**
9031
+ * 该接口用于订购MetaStudio服务的包周期,一次性,按需套餐包产品
9032
+ *
9033
+ * Please refer to HUAWEI cloud API Explorer for details.
9034
+ */
9035
+ createMetaStudioOrders(createMetaStudioOrdersRequest) {
9036
+ const options = {
9037
+ method: "POST",
9038
+ url: "/v1/{project_id}/mss/public/orders",
9039
+ contentType: "application/json",
9040
+ queryParams: {},
9041
+ pathParams: {},
9042
+ headers: {},
9043
+ data: {}
9044
+ };
9045
+ const localVarHeaderParameter = {};
9046
+ let body;
9047
+ let authorization;
9048
+ let xSdkDate;
9049
+ let xProjectId;
9050
+ if (createMetaStudioOrdersRequest !== null && createMetaStudioOrdersRequest !== undefined) {
9051
+ if (createMetaStudioOrdersRequest instanceof CreateMetaStudioOrdersRequest_1.CreateMetaStudioOrdersRequest) {
9052
+ body = createMetaStudioOrdersRequest.body;
9053
+ authorization = createMetaStudioOrdersRequest.authorization;
9054
+ xSdkDate = createMetaStudioOrdersRequest.xSdkDate;
9055
+ xProjectId = createMetaStudioOrdersRequest.xProjectId;
9056
+ }
9057
+ else {
9058
+ body = createMetaStudioOrdersRequest['body'];
9059
+ authorization = createMetaStudioOrdersRequest['Authorization'];
9060
+ xSdkDate = createMetaStudioOrdersRequest['X-Sdk-Date'];
9061
+ xProjectId = createMetaStudioOrdersRequest['X-Project-Id'];
9062
+ }
9063
+ }
9064
+ if (body === null || body === undefined) {
9065
+ throw new RequiredError('body', 'Required parameter body was null or undefined when calling body.');
9066
+ }
9067
+ if (authorization !== undefined && authorization !== null) {
9068
+ localVarHeaderParameter['Authorization'] = String(authorization);
9069
+ }
9070
+ if (xSdkDate !== undefined && xSdkDate !== null) {
9071
+ localVarHeaderParameter['X-Sdk-Date'] = String(xSdkDate);
9072
+ }
9073
+ if (xProjectId !== undefined && xProjectId !== null) {
9074
+ localVarHeaderParameter['X-Project-Id'] = String(xProjectId);
9075
+ }
9076
+ localVarHeaderParameter['Content-Type'] = 'application/json';
9077
+ options.data = body !== undefined ? body : {};
9078
+ options.headers = localVarHeaderParameter;
9079
+ return options;
9080
+ },
8993
9081
  /**
8994
9082
  * 该接口用于批量删除安抚话术。
8995
9083
  *
@@ -11801,7 +11889,7 @@ const ParamCreater = function () {
11801
11889
  *
11802
11890
  * Please refer to HUAWEI cloud API Explorer for details.
11803
11891
  */
11804
- confirmSmartLiveRoom(confirmSmartLiveRoomRequest) {
11892
+ confirmSmarLiveRoom(confirmSmarLiveRoomRequest) {
11805
11893
  const options = {
11806
11894
  method: "POST",
11807
11895
  url: "/v1/{project_id}/smart-live-rooms/{room_id}/confirm",
@@ -11818,26 +11906,26 @@ const ParamCreater = function () {
11818
11906
  let xSdkDate;
11819
11907
  let xProjectId;
11820
11908
  let xAppUserId;
11821
- if (confirmSmartLiveRoomRequest !== null && confirmSmartLiveRoomRequest !== undefined) {
11822
- if (confirmSmartLiveRoomRequest instanceof ConfirmSmartLiveRoomRequest_1.ConfirmSmartLiveRoomRequest) {
11823
- roomId = confirmSmartLiveRoomRequest.roomId;
11824
- body = confirmSmartLiveRoomRequest.body;
11825
- authorization = confirmSmartLiveRoomRequest.authorization;
11826
- xSdkDate = confirmSmartLiveRoomRequest.xSdkDate;
11827
- xProjectId = confirmSmartLiveRoomRequest.xProjectId;
11828
- xAppUserId = confirmSmartLiveRoomRequest.xAppUserId;
11909
+ if (confirmSmarLiveRoomRequest !== null && confirmSmarLiveRoomRequest !== undefined) {
11910
+ if (confirmSmarLiveRoomRequest instanceof ConfirmSmarLiveRoomRequest_1.ConfirmSmarLiveRoomRequest) {
11911
+ roomId = confirmSmarLiveRoomRequest.roomId;
11912
+ body = confirmSmarLiveRoomRequest.body;
11913
+ authorization = confirmSmarLiveRoomRequest.authorization;
11914
+ xSdkDate = confirmSmarLiveRoomRequest.xSdkDate;
11915
+ xProjectId = confirmSmarLiveRoomRequest.xProjectId;
11916
+ xAppUserId = confirmSmarLiveRoomRequest.xAppUserId;
11829
11917
  }
11830
11918
  else {
11831
- roomId = confirmSmartLiveRoomRequest['room_id'];
11832
- body = confirmSmartLiveRoomRequest['body'];
11833
- authorization = confirmSmartLiveRoomRequest['Authorization'];
11834
- xSdkDate = confirmSmartLiveRoomRequest['X-Sdk-Date'];
11835
- xProjectId = confirmSmartLiveRoomRequest['X-Project-Id'];
11836
- xAppUserId = confirmSmartLiveRoomRequest['X-App-UserId'];
11919
+ roomId = confirmSmarLiveRoomRequest['room_id'];
11920
+ body = confirmSmarLiveRoomRequest['body'];
11921
+ authorization = confirmSmarLiveRoomRequest['Authorization'];
11922
+ xSdkDate = confirmSmarLiveRoomRequest['X-Sdk-Date'];
11923
+ xProjectId = confirmSmarLiveRoomRequest['X-Project-Id'];
11924
+ xAppUserId = confirmSmarLiveRoomRequest['X-App-UserId'];
11837
11925
  }
11838
11926
  }
11839
11927
  if (roomId === null || roomId === undefined) {
11840
- throw new RequiredError('roomId', 'Required parameter roomId was null or undefined when calling confirmSmartLiveRoom.');
11928
+ throw new RequiredError('roomId', 'Required parameter roomId was null or undefined when calling confirmSmarLiveRoom.');
11841
11929
  }
11842
11930
  if (body === null || body === undefined) {
11843
11931
  throw new RequiredError('body', 'Required parameter body was null or undefined when calling body.');
@@ -12731,7 +12819,7 @@ const ParamCreater = function () {
12731
12819
  },
12732
12820
  /**
12733
12821
  * 查看租户资源列表。
12734
- * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询。[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
12822
+ * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
12735
12823
  * > 各种资源的计费方式请参考[计费说明](https://support.huaweicloud.com/productdesc-metastudio/metastudio_01_0006.html)。
12736
12824
  *
12737
12825
  * Please refer to HUAWEI cloud API Explorer for details.
@@ -12761,6 +12849,7 @@ const ParamCreater = function () {
12761
12849
  let resourceExpireStartTime;
12762
12850
  let resourceExpireEndTime;
12763
12851
  let subResource;
12852
+ let status;
12764
12853
  if (listTenantResourcesRequest !== null && listTenantResourcesRequest !== undefined) {
12765
12854
  if (listTenantResourcesRequest instanceof ListTenantResourcesRequest_1.ListTenantResourcesRequest) {
12766
12855
  resourceSource = listTenantResourcesRequest.resourceSource;
@@ -12777,6 +12866,7 @@ const ParamCreater = function () {
12777
12866
  resourceExpireStartTime = listTenantResourcesRequest.resourceExpireStartTime;
12778
12867
  resourceExpireEndTime = listTenantResourcesRequest.resourceExpireEndTime;
12779
12868
  subResource = listTenantResourcesRequest.subResource;
12869
+ status = listTenantResourcesRequest.status;
12780
12870
  }
12781
12871
  else {
12782
12872
  resourceSource = listTenantResourcesRequest['resource_source'];
@@ -12793,6 +12883,7 @@ const ParamCreater = function () {
12793
12883
  resourceExpireStartTime = listTenantResourcesRequest['resource_expire_start_time'];
12794
12884
  resourceExpireEndTime = listTenantResourcesRequest['resource_expire_end_time'];
12795
12885
  subResource = listTenantResourcesRequest['sub_resource'];
12886
+ status = listTenantResourcesRequest['status'];
12796
12887
  }
12797
12888
  }
12798
12889
  if (resourceSource === null || resourceSource === undefined) {
@@ -12831,6 +12922,9 @@ const ParamCreater = function () {
12831
12922
  if (subResource !== null && subResource !== undefined) {
12832
12923
  localVarQueryParameter['sub_resource'] = subResource;
12833
12924
  }
12925
+ if (status !== null && status !== undefined) {
12926
+ localVarQueryParameter['status'] = status;
12927
+ }
12834
12928
  if (authorization !== undefined && authorization !== null) {
12835
12929
  localVarHeaderParameter['Authorization'] = String(authorization);
12836
12930
  }
@@ -12846,7 +12940,7 @@ const ParamCreater = function () {
12846
12940
  },
12847
12941
  /**
12848
12942
  * 查询租户一次性和包周期(包年/包月)资源用量信息。
12849
- * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询。[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
12943
+ * > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
12850
12944
  * > 各种资源的计费方式请参考[计费说明](https://support.huaweicloud.com/productdesc-metastudio/metastudio_01_0006.html)。
12851
12945
  *
12852
12946
  * Please refer to HUAWEI cloud API Explorer for details.