@huaweicloud/huaweicloud-sdk-metastudio 3.1.74 → 3.1.75

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 (185) hide show
  1. package/package.json +2 -2
  2. package/v1/MetaStudioClient.d.ts +535 -68
  3. package/v1/MetaStudioClient.d.ts.map +1 -1
  4. package/v1/MetaStudioClient.js +1333 -96
  5. package/v1/MetaStudioClient.js.map +1 -1
  6. package/v1/model/ChatSubtitleConfig.d.ts +12 -0
  7. package/v1/model/ChatSubtitleConfig.d.ts.map +1 -0
  8. package/v1/model/ChatSubtitleConfig.js +25 -0
  9. package/v1/model/ChatSubtitleConfig.js.map +1 -0
  10. package/v1/model/ChatVideoConfigRsp.d.ts +8 -0
  11. package/v1/model/ChatVideoConfigRsp.d.ts.map +1 -0
  12. package/v1/model/ChatVideoConfigRsp.js +17 -0
  13. package/v1/model/ChatVideoConfigRsp.js.map +1 -0
  14. package/v1/model/CreateDialogUrlReq.d.ts +12 -0
  15. package/v1/model/CreateDialogUrlReq.d.ts.map +1 -0
  16. package/v1/model/CreateDialogUrlReq.js +31 -0
  17. package/v1/model/CreateDialogUrlReq.js.map +1 -0
  18. package/v1/model/CreateDialogUrlRequest.d.ts +23 -0
  19. package/v1/model/CreateDialogUrlRequest.d.ts.map +1 -0
  20. package/v1/model/CreateDialogUrlRequest.js +53 -0
  21. package/v1/model/CreateDialogUrlRequest.js.map +1 -0
  22. package/v1/model/CreateDialogUrlResponse.d.ts +11 -0
  23. package/v1/model/CreateDialogUrlResponse.d.ts.map +1 -0
  24. package/v1/model/CreateDialogUrlResponse.js +25 -0
  25. package/v1/model/CreateDialogUrlResponse.js.map +1 -0
  26. package/v1/model/CreateOnceCodeRequest.d.ts +20 -0
  27. package/v1/model/CreateOnceCodeRequest.d.ts.map +1 -0
  28. package/v1/model/CreateOnceCodeRequest.js +49 -0
  29. package/v1/model/CreateOnceCodeRequest.js.map +1 -0
  30. package/v1/model/CreateOnceCodeResponse.d.ts +13 -0
  31. package/v1/model/CreateOnceCodeResponse.d.ts.map +1 -0
  32. package/v1/model/CreateOnceCodeResponse.js +31 -0
  33. package/v1/model/CreateOnceCodeResponse.js.map +1 -0
  34. package/v1/model/CreateRobotReq.d.ts +27 -0
  35. package/v1/model/CreateRobotReq.d.ts.map +1 -0
  36. package/v1/model/CreateRobotReq.js +60 -0
  37. package/v1/model/CreateRobotReq.js.map +1 -0
  38. package/v1/model/CreateRobotRequest.d.ts +23 -0
  39. package/v1/model/CreateRobotRequest.d.ts.map +1 -0
  40. package/v1/model/CreateRobotRequest.js +53 -0
  41. package/v1/model/CreateRobotRequest.js.map +1 -0
  42. package/v1/model/CreateRobotResponse.d.ts +13 -0
  43. package/v1/model/CreateRobotResponse.d.ts.map +1 -0
  44. package/v1/model/CreateRobotResponse.js +31 -0
  45. package/v1/model/CreateRobotResponse.js.map +1 -0
  46. package/v1/model/CreateSmartChatRoomReq.d.ts +52 -0
  47. package/v1/model/CreateSmartChatRoomReq.d.ts.map +1 -0
  48. package/v1/model/CreateSmartChatRoomReq.js +115 -0
  49. package/v1/model/CreateSmartChatRoomReq.js.map +1 -0
  50. package/v1/model/CreateSmartChatRoomRequest.d.ts +23 -0
  51. package/v1/model/CreateSmartChatRoomRequest.d.ts.map +1 -0
  52. package/v1/model/CreateSmartChatRoomRequest.js +53 -0
  53. package/v1/model/CreateSmartChatRoomRequest.js.map +1 -0
  54. package/v1/model/CreateSmartChatRoomResponse.d.ts +13 -0
  55. package/v1/model/CreateSmartChatRoomResponse.d.ts.map +1 -0
  56. package/v1/model/CreateSmartChatRoomResponse.js +31 -0
  57. package/v1/model/CreateSmartChatRoomResponse.js.map +1 -0
  58. package/v1/model/DeleteRobotRequest.d.ts +22 -0
  59. package/v1/model/DeleteRobotRequest.d.ts.map +1 -0
  60. package/v1/model/DeleteRobotRequest.js +53 -0
  61. package/v1/model/DeleteRobotRequest.js.map +1 -0
  62. package/v1/model/DeleteRobotResponse.d.ts +9 -0
  63. package/v1/model/DeleteRobotResponse.d.ts.map +1 -0
  64. package/v1/model/DeleteRobotResponse.js +21 -0
  65. package/v1/model/DeleteRobotResponse.js.map +1 -0
  66. package/v1/model/DeleteSmartChatRoomRequest.d.ts +24 -0
  67. package/v1/model/DeleteSmartChatRoomRequest.d.ts.map +1 -0
  68. package/v1/model/DeleteSmartChatRoomRequest.js +60 -0
  69. package/v1/model/DeleteSmartChatRoomRequest.js.map +1 -0
  70. package/v1/model/DeleteSmartChatRoomResponse.d.ts +9 -0
  71. package/v1/model/DeleteSmartChatRoomResponse.d.ts.map +1 -0
  72. package/v1/model/DeleteSmartChatRoomResponse.js +21 -0
  73. package/v1/model/DeleteSmartChatRoomResponse.js.map +1 -0
  74. package/v1/model/HuaweiEiCbs.d.ts +14 -0
  75. package/v1/model/HuaweiEiCbs.d.ts.map +1 -0
  76. package/v1/model/HuaweiEiCbs.js +33 -0
  77. package/v1/model/HuaweiEiCbs.js.map +1 -0
  78. package/v1/model/IflytekAiuiConfig.d.ts +16 -0
  79. package/v1/model/IflytekAiuiConfig.d.ts.map +1 -0
  80. package/v1/model/IflytekAiuiConfig.js +39 -0
  81. package/v1/model/IflytekAiuiConfig.js.map +1 -0
  82. package/v1/model/IflytekSpark.d.ts +16 -0
  83. package/v1/model/IflytekSpark.d.ts.map +1 -0
  84. package/v1/model/IflytekSpark.js +39 -0
  85. package/v1/model/IflytekSpark.js.map +1 -0
  86. package/v1/model/ListDigitalHumanVideoRequest.d.ts +4 -0
  87. package/v1/model/ListDigitalHumanVideoRequest.d.ts.map +1 -1
  88. package/v1/model/ListDigitalHumanVideoRequest.js +10 -0
  89. package/v1/model/ListDigitalHumanVideoRequest.js.map +1 -1
  90. package/v1/model/ListRobotRequest.d.ts +24 -0
  91. package/v1/model/ListRobotRequest.d.ts.map +1 -0
  92. package/v1/model/ListRobotRequest.js +57 -0
  93. package/v1/model/ListRobotRequest.js.map +1 -0
  94. package/v1/model/ListRobotResponse.d.ts +18 -0
  95. package/v1/model/ListRobotResponse.d.ts.map +1 -0
  96. package/v1/model/ListRobotResponse.js +37 -0
  97. package/v1/model/ListRobotResponse.js.map +1 -0
  98. package/v1/model/ListSmartChatRoomsRequest.d.ts +40 -0
  99. package/v1/model/ListSmartChatRoomsRequest.d.ts.map +1 -0
  100. package/v1/model/ListSmartChatRoomsRequest.js +97 -0
  101. package/v1/model/ListSmartChatRoomsRequest.js.map +1 -0
  102. package/v1/model/ListSmartChatRoomsResponse.d.ts +16 -0
  103. package/v1/model/ListSmartChatRoomsResponse.d.ts.map +1 -0
  104. package/v1/model/ListSmartChatRoomsResponse.js +35 -0
  105. package/v1/model/ListSmartChatRoomsResponse.js.map +1 -0
  106. package/v1/model/Pages.d.ts +10 -0
  107. package/v1/model/Pages.d.ts.map +1 -0
  108. package/v1/model/Pages.js +21 -0
  109. package/v1/model/Pages.js.map +1 -0
  110. package/v1/model/RobotInfo.d.ts +34 -0
  111. package/v1/model/RobotInfo.d.ts.map +1 -0
  112. package/v1/model/RobotInfo.js +81 -0
  113. package/v1/model/RobotInfo.js.map +1 -0
  114. package/v1/model/ShowRobotRequest.d.ts +24 -0
  115. package/v1/model/ShowRobotRequest.d.ts.map +1 -0
  116. package/v1/model/ShowRobotRequest.js +60 -0
  117. package/v1/model/ShowRobotRequest.js.map +1 -0
  118. package/v1/model/ShowRobotResponse.d.ts +39 -0
  119. package/v1/model/ShowRobotResponse.d.ts.map +1 -0
  120. package/v1/model/ShowRobotResponse.js +93 -0
  121. package/v1/model/ShowRobotResponse.js.map +1 -0
  122. package/v1/model/ShowSmartChatJobRequest.d.ts +28 -0
  123. package/v1/model/ShowSmartChatJobRequest.d.ts.map +1 -0
  124. package/v1/model/ShowSmartChatJobRequest.js +71 -0
  125. package/v1/model/ShowSmartChatJobRequest.js.map +1 -0
  126. package/v1/model/ShowSmartChatJobResponse.d.ts +65 -0
  127. package/v1/model/ShowSmartChatJobResponse.d.ts.map +1 -0
  128. package/v1/model/ShowSmartChatJobResponse.js +132 -0
  129. package/v1/model/ShowSmartChatJobResponse.js.map +1 -0
  130. package/v1/model/ShowSmartChatRoomRequest.d.ts +24 -0
  131. package/v1/model/ShowSmartChatRoomRequest.d.ts.map +1 -0
  132. package/v1/model/ShowSmartChatRoomRequest.js +60 -0
  133. package/v1/model/ShowSmartChatRoomRequest.js.map +1 -0
  134. package/v1/model/ShowSmartChatRoomResponse.d.ts +73 -0
  135. package/v1/model/ShowSmartChatRoomResponse.d.ts.map +1 -0
  136. package/v1/model/ShowSmartChatRoomResponse.js +167 -0
  137. package/v1/model/ShowSmartChatRoomResponse.js.map +1 -0
  138. package/v1/model/SmartChatRoomBaseInfo.d.ts +42 -0
  139. package/v1/model/SmartChatRoomBaseInfo.d.ts.map +1 -0
  140. package/v1/model/SmartChatRoomBaseInfo.js +99 -0
  141. package/v1/model/SmartChatRoomBaseInfo.js.map +1 -0
  142. package/v1/model/SmartLiveRoomBaseInfo.d.ts +2 -1
  143. package/v1/model/SmartLiveRoomBaseInfo.d.ts.map +1 -1
  144. package/v1/model/SmartLiveRoomBaseInfo.js +1 -0
  145. package/v1/model/SmartLiveRoomBaseInfo.js.map +1 -1
  146. package/v1/model/StartSmartChatJobRequest.d.ts +28 -0
  147. package/v1/model/StartSmartChatJobRequest.d.ts.map +1 -0
  148. package/v1/model/StartSmartChatJobRequest.js +71 -0
  149. package/v1/model/StartSmartChatJobRequest.js.map +1 -0
  150. package/v1/model/StartSmartChatJobResponse.d.ts +28 -0
  151. package/v1/model/StartSmartChatJobResponse.d.ts.map +1 -0
  152. package/v1/model/StartSmartChatJobResponse.js +61 -0
  153. package/v1/model/StartSmartChatJobResponse.js.map +1 -0
  154. package/v1/model/StopSmartChatJobRequest.d.ts +28 -0
  155. package/v1/model/StopSmartChatJobRequest.d.ts.map +1 -0
  156. package/v1/model/StopSmartChatJobRequest.js +71 -0
  157. package/v1/model/StopSmartChatJobRequest.js.map +1 -0
  158. package/v1/model/StopSmartChatJobResponse.d.ts +9 -0
  159. package/v1/model/StopSmartChatJobResponse.d.ts.map +1 -0
  160. package/v1/model/StopSmartChatJobResponse.js +21 -0
  161. package/v1/model/StopSmartChatJobResponse.js.map +1 -0
  162. package/v1/model/UpdateRobotReq.d.ts +27 -0
  163. package/v1/model/UpdateRobotReq.d.ts.map +1 -0
  164. package/v1/model/UpdateRobotReq.js +57 -0
  165. package/v1/model/UpdateRobotReq.js.map +1 -0
  166. package/v1/model/UpdateRobotRequest.d.ts +27 -0
  167. package/v1/model/UpdateRobotRequest.d.ts.map +1 -0
  168. package/v1/model/UpdateRobotRequest.js +64 -0
  169. package/v1/model/UpdateRobotRequest.js.map +1 -0
  170. package/v1/model/UpdateRobotResponse.d.ts +9 -0
  171. package/v1/model/UpdateRobotResponse.d.ts.map +1 -0
  172. package/v1/model/UpdateRobotResponse.js +21 -0
  173. package/v1/model/UpdateRobotResponse.js.map +1 -0
  174. package/v1/model/UpdateSmartChatRoomRequest.d.ts +27 -0
  175. package/v1/model/UpdateSmartChatRoomRequest.d.ts.map +1 -0
  176. package/v1/model/UpdateSmartChatRoomRequest.js +64 -0
  177. package/v1/model/UpdateSmartChatRoomRequest.js.map +1 -0
  178. package/v1/model/UpdateSmartChatRoomResponse.d.ts +73 -0
  179. package/v1/model/UpdateSmartChatRoomResponse.d.ts.map +1 -0
  180. package/v1/model/UpdateSmartChatRoomResponse.js +167 -0
  181. package/v1/model/UpdateSmartChatRoomResponse.js.map +1 -0
  182. package/v1/public-api.d.ts +42 -0
  183. package/v1/public-api.d.ts.map +1 -1
  184. package/v1/public-api.js +42 -0
  185. package/v1/public-api.js.map +1 -1
@@ -16,6 +16,8 @@ import { Create2DDigitalHumanVideoRequest } from './model/Create2DDigitalHumanVi
16
16
  import { Create2DDigitalHumanVideoResponse } from './model/Create2DDigitalHumanVideoResponse';
17
17
  import { Create2dModelTrainingJobRequest } from './model/Create2dModelTrainingJobRequest';
18
18
  import { Create2dModelTrainingJobResponse } from './model/Create2dModelTrainingJobResponse';
19
+ import { CreateDialogUrlRequest } from './model/CreateDialogUrlRequest';
20
+ import { CreateDialogUrlResponse } from './model/CreateDialogUrlResponse';
19
21
  import { CreateDigitalAssetRequest } from './model/CreateDigitalAssetRequest';
20
22
  import { CreateDigitalAssetResponse } from './model/CreateDigitalAssetResponse';
21
23
  import { CreateDigitalHumanBusinessCardRequest } from './model/CreateDigitalHumanBusinessCardRequest';
@@ -26,6 +28,8 @@ import { CreateFileRequest } from './model/CreateFileRequest';
26
28
  import { CreateFileResponse } from './model/CreateFileResponse';
27
29
  import { CreateInteractionRuleGroupRequest } from './model/CreateInteractionRuleGroupRequest';
28
30
  import { CreateInteractionRuleGroupResponse } from './model/CreateInteractionRuleGroupResponse';
31
+ import { CreateOnceCodeRequest } from './model/CreateOnceCodeRequest';
32
+ import { CreateOnceCodeResponse } from './model/CreateOnceCodeResponse';
29
33
  import { CreatePhotoDetectionRequest } from './model/CreatePhotoDetectionRequest';
30
34
  import { CreatePhotoDetectionResponse } from './model/CreatePhotoDetectionResponse';
31
35
  import { CreatePhotoDigitalHumanVideoRequest } from './model/CreatePhotoDigitalHumanVideoRequest';
@@ -34,6 +38,10 @@ import { CreatePictureModelingByUrlJobRequest } from './model/CreatePictureModel
34
38
  import { CreatePictureModelingByUrlJobResponse } from './model/CreatePictureModelingByUrlJobResponse';
35
39
  import { CreatePictureModelingJobRequest } from './model/CreatePictureModelingJobRequest';
36
40
  import { CreatePictureModelingJobResponse } from './model/CreatePictureModelingJobResponse';
41
+ import { CreateRobotRequest } from './model/CreateRobotRequest';
42
+ import { CreateRobotResponse } from './model/CreateRobotResponse';
43
+ import { CreateSmartChatRoomRequest } from './model/CreateSmartChatRoomRequest';
44
+ import { CreateSmartChatRoomResponse } from './model/CreateSmartChatRoomResponse';
37
45
  import { CreateSmartLiveRoomRequest } from './model/CreateSmartLiveRoomRequest';
38
46
  import { CreateSmartLiveRoomResponse } from './model/CreateSmartLiveRoomResponse';
39
47
  import { CreateTrainingAdvanceJobRequest } from './model/CreateTrainingAdvanceJobRequest';
@@ -60,6 +68,10 @@ import { DeleteFileRequest } from './model/DeleteFileRequest';
60
68
  import { DeleteFileResponse } from './model/DeleteFileResponse';
61
69
  import { DeleteInteractionRuleGroupRequest } from './model/DeleteInteractionRuleGroupRequest';
62
70
  import { DeleteInteractionRuleGroupResponse } from './model/DeleteInteractionRuleGroupResponse';
71
+ import { DeleteRobotRequest } from './model/DeleteRobotRequest';
72
+ import { DeleteRobotResponse } from './model/DeleteRobotResponse';
73
+ import { DeleteSmartChatRoomRequest } from './model/DeleteSmartChatRoomRequest';
74
+ import { DeleteSmartChatRoomResponse } from './model/DeleteSmartChatRoomResponse';
63
75
  import { DeleteSmartLiveRoomRequest } from './model/DeleteSmartLiveRoomRequest';
64
76
  import { DeleteSmartLiveRoomResponse } from './model/DeleteSmartLiveRoomResponse';
65
77
  import { DeleteVideoScriptRequest } from './model/DeleteVideoScriptRequest';
@@ -88,6 +100,10 @@ import { ListInteractionRuleGroupsRequest } from './model/ListInteractionRuleGro
88
100
  import { ListInteractionRuleGroupsResponse } from './model/ListInteractionRuleGroupsResponse';
89
101
  import { ListPictureModelingJobsRequest } from './model/ListPictureModelingJobsRequest';
90
102
  import { ListPictureModelingJobsResponse } from './model/ListPictureModelingJobsResponse';
103
+ import { ListRobotRequest } from './model/ListRobotRequest';
104
+ import { ListRobotResponse } from './model/ListRobotResponse';
105
+ import { ListSmartChatRoomsRequest } from './model/ListSmartChatRoomsRequest';
106
+ import { ListSmartChatRoomsResponse } from './model/ListSmartChatRoomsResponse';
91
107
  import { ListSmartLiveRequest } from './model/ListSmartLiveRequest';
92
108
  import { ListSmartLiveResponse } from './model/ListSmartLiveResponse';
93
109
  import { ListSmartLiveRoomsRequest } from './model/ListSmartLiveRoomsRequest';
@@ -126,6 +142,12 @@ import { ShowPhotoDigitalHumanVideoRequest } from './model/ShowPhotoDigitalHuman
126
142
  import { ShowPhotoDigitalHumanVideoResponse } from './model/ShowPhotoDigitalHumanVideoResponse';
127
143
  import { ShowPictureModelingJobRequest } from './model/ShowPictureModelingJobRequest';
128
144
  import { ShowPictureModelingJobResponse } from './model/ShowPictureModelingJobResponse';
145
+ import { ShowRobotRequest } from './model/ShowRobotRequest';
146
+ import { ShowRobotResponse } from './model/ShowRobotResponse';
147
+ import { ShowSmartChatJobRequest } from './model/ShowSmartChatJobRequest';
148
+ import { ShowSmartChatJobResponse } from './model/ShowSmartChatJobResponse';
149
+ import { ShowSmartChatRoomRequest } from './model/ShowSmartChatRoomRequest';
150
+ import { ShowSmartChatRoomResponse } from './model/ShowSmartChatRoomResponse';
129
151
  import { ShowSmartLiveRequest } from './model/ShowSmartLiveRequest';
130
152
  import { ShowSmartLiveResponse } from './model/ShowSmartLiveResponse';
131
153
  import { ShowSmartLiveRoomRequest } from './model/ShowSmartLiveRoomRequest';
@@ -140,8 +162,12 @@ import { ShowVideoScriptRequest } from './model/ShowVideoScriptRequest';
140
162
  import { ShowVideoScriptResponse } from './model/ShowVideoScriptResponse';
141
163
  import { ShowVoiceTrainingJobRequest } from './model/ShowVoiceTrainingJobRequest';
142
164
  import { ShowVoiceTrainingJobResponse } from './model/ShowVoiceTrainingJobResponse';
165
+ import { StartSmartChatJobRequest } from './model/StartSmartChatJobRequest';
166
+ import { StartSmartChatJobResponse } from './model/StartSmartChatJobResponse';
143
167
  import { StartSmartLiveRequest } from './model/StartSmartLiveRequest';
144
168
  import { StartSmartLiveResponse } from './model/StartSmartLiveResponse';
169
+ import { StopSmartChatJobRequest } from './model/StopSmartChatJobRequest';
170
+ import { StopSmartChatJobResponse } from './model/StopSmartChatJobResponse';
145
171
  import { StopSmartLiveRequest } from './model/StopSmartLiveRequest';
146
172
  import { StopSmartLiveResponse } from './model/StopSmartLiveResponse';
147
173
  import { StopVideoMotionCaptureJobRequest } from './model/StopVideoMotionCaptureJobRequest';
@@ -154,6 +180,10 @@ import { UpdateDigitalHumanBusinessCardRequest } from './model/UpdateDigitalHuma
154
180
  import { UpdateDigitalHumanBusinessCardResponse } from './model/UpdateDigitalHumanBusinessCardResponse';
155
181
  import { UpdateInteractionRuleGroupRequest } from './model/UpdateInteractionRuleGroupRequest';
156
182
  import { UpdateInteractionRuleGroupResponse } from './model/UpdateInteractionRuleGroupResponse';
183
+ import { UpdateRobotRequest } from './model/UpdateRobotRequest';
184
+ import { UpdateRobotResponse } from './model/UpdateRobotResponse';
185
+ import { UpdateSmartChatRoomRequest } from './model/UpdateSmartChatRoomRequest';
186
+ import { UpdateSmartChatRoomResponse } from './model/UpdateSmartChatRoomResponse';
157
187
  import { UpdateSmartLiveRoomRequest } from './model/UpdateSmartLiveRoomRequest';
158
188
  import { UpdateSmartLiveRoomResponse } from './model/UpdateSmartLiveRoomResponse';
159
189
  import { UpdateVideoScriptRequest } from './model/UpdateVideoScriptRequest';
@@ -163,6 +193,69 @@ export declare class MetaStudioClient {
163
193
  private hcClient;
164
194
  constructor(client: HcClient);
165
195
  getPath(): string;
196
+ /**
197
+ * 该接口用于创建对话链接。
198
+ *
199
+ * Please refer to HUAWEI cloud API Explorer for details.
200
+ *
201
+ * @summary 创建对话链接
202
+ * @param {CreateDialogUrlReq} createDialogUrlRequestBody 创建对话链接请求。
203
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
204
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
205
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
206
+ * @param {string} [xAppUserId] 第三方用户ID。 > * 不允许输入中文。
207
+ * @param {*} [options] Override http request option.
208
+ * @throws {RequiredError}
209
+ */
210
+ createDialogUrl(createDialogUrlRequest?: CreateDialogUrlRequest): Promise<CreateDialogUrlResponse>;
211
+ /**
212
+ * 该接口用于查询数字人智能交互任务。
213
+ *
214
+ * Please refer to HUAWEI cloud API Explorer for details.
215
+ *
216
+ * @summary 查询数字人智能交互任务
217
+ * @param {string} roomId 直播间ID。
218
+ * @param {string} jobId 任务ID。
219
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
220
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
221
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
222
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
223
+ * @param {*} [options] Override http request option.
224
+ * @throws {RequiredError}
225
+ */
226
+ showSmartChatJob(showSmartChatJobRequest?: ShowSmartChatJobRequest): Promise<ShowSmartChatJobResponse>;
227
+ /**
228
+ * 该接口用于启动数字人智能交互任务。
229
+ *
230
+ * Please refer to HUAWEI cloud API Explorer for details.
231
+ *
232
+ * @summary 启动数字人智能交互任务
233
+ * @param {string} roomId 直播间ID。
234
+ * @param {string} robotId 机器人ID。
235
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
236
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
237
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
238
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
239
+ * @param {*} [options] Override http request option.
240
+ * @throws {RequiredError}
241
+ */
242
+ startSmartChatJob(startSmartChatJobRequest?: StartSmartChatJobRequest): Promise<StartSmartChatJobResponse>;
243
+ /**
244
+ * 该接口用于结束数字人智能交互任务。
245
+ *
246
+ * Please refer to HUAWEI cloud API Explorer for details.
247
+ *
248
+ * @summary 结束数字人智能交互任务
249
+ * @param {string} roomId 直播间ID。
250
+ * @param {string} jobId 任务ID。
251
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
252
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
253
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
254
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
255
+ * @param {*} [options] Override http request option.
256
+ * @throws {RequiredError}
257
+ */
258
+ stopSmartChatJob(stopSmartChatJobRequest?: StopSmartChatJobRequest): Promise<StopSmartChatJobResponse>;
166
259
  /**
167
260
  * 该接口用于在资产库中添加上传新的媒体资产。可上传的资产类型包括:分身数字人模型、背景图片、素材图片、素材视频、PPT等。
168
261
  * * &gt; 资产类型是IMAGE时,通过system_properties来区分背景图片(BACKGROUND_IMG)、素材图片(MATERIAL_IMG)。
@@ -175,7 +268,7 @@ export declare class MetaStudioClient {
175
268
  * @param {CreateDigitalAssetRequestBody} createDigitalAssetRequestBody 创建资产
176
269
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
177
270
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
178
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
271
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
179
272
  * @param {*} [options] Override http request option.
180
273
  * @throws {RequiredError}
181
274
  */
@@ -189,7 +282,7 @@ export declare class MetaStudioClient {
189
282
  * @param {string} assetId 资产ID。
190
283
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
191
284
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
192
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
285
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
193
286
  * @param {string} [mode] 删除模式
194
287
  * @param {*} [options] Override http request option.
195
288
  * @throws {RequiredError}
@@ -216,7 +309,7 @@ export declare class MetaStudioClient {
216
309
  * @summary 查询资产列表
217
310
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
218
311
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
219
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
312
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
220
313
  * @param {number} [limit] 每页显示的条目数量。
221
314
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
222
315
  * @param {string} [name] 按名称模糊查询。
@@ -247,7 +340,7 @@ export declare class MetaStudioClient {
247
340
  * @param {string} assetId 资产ID。
248
341
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
249
342
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
250
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
343
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
251
344
  * @param {*} [options] Override http request option.
252
345
  * @throws {RequiredError}
253
346
  */
@@ -261,7 +354,7 @@ export declare class MetaStudioClient {
261
354
  * @param {string} assetId 资产ID。
262
355
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
263
356
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
264
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
357
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
265
358
  * @param {*} [options] Override http request option.
266
359
  * @throws {RequiredError}
267
360
  */
@@ -276,7 +369,7 @@ export declare class MetaStudioClient {
276
369
  * @param {UpdateDigitalAssetRequestBody} updateDigitalAssetRequestBody 创建资产
277
370
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
278
371
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
279
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
372
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
280
373
  * @param {*} [options] Override http request option.
281
374
  * @throws {RequiredError}
282
375
  */
@@ -291,7 +384,7 @@ export declare class MetaStudioClient {
291
384
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
292
385
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
293
386
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
294
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
387
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
295
388
  * @param {*} [options] Override http request option.
296
389
  * @throws {RequiredError}
297
390
  */
@@ -306,7 +399,7 @@ export declare class MetaStudioClient {
306
399
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
307
400
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
308
401
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
309
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
402
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
310
403
  * @param {*} [options] Override http request option.
311
404
  * @throws {RequiredError}
312
405
  */
@@ -320,7 +413,7 @@ export declare class MetaStudioClient {
320
413
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
321
414
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
322
415
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
323
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
416
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
324
417
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
325
418
  * @param {number} [limit] 每页显示的条目数量。
326
419
  * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
@@ -343,7 +436,7 @@ export declare class MetaStudioClient {
343
436
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
344
437
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
345
438
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
346
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
439
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
347
440
  * @param {*} [options] Override http request option.
348
441
  * @throws {RequiredError}
349
442
  */
@@ -359,7 +452,7 @@ export declare class MetaStudioClient {
359
452
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
360
453
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
361
454
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
362
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
455
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
363
456
  * @param {*} [options] Override http request option.
364
457
  * @throws {RequiredError}
365
458
  */
@@ -373,7 +466,7 @@ export declare class MetaStudioClient {
373
466
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
374
467
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
375
468
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
376
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
469
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
377
470
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
378
471
  * @param {number} [limit] 每页显示的条目数量。
379
472
  * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
@@ -383,6 +476,7 @@ export declare class MetaStudioClient {
383
476
  * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
384
477
  * @param {string} [scriptId] 剧本ID。
385
478
  * @param {string} [assetName] 输出视频资产名称。
479
+ * @param {string} [jobType] 任务类型。 * 2D_DIGITAL_HUMAN_VIDEO: 分身数字人视频制作任务 * PHOTO_DIGITAL_HUMAN_VIDEO: 照片数字人视频制作任务
386
480
  * @param {*} [options] Override http request option.
387
481
  * @throws {RequiredError}
388
482
  */
@@ -397,7 +491,7 @@ export declare class MetaStudioClient {
397
491
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
398
492
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
399
493
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
400
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
494
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
401
495
  * @param {*} [options] Override http request option.
402
496
  * @throws {RequiredError}
403
497
  */
@@ -412,7 +506,7 @@ export declare class MetaStudioClient {
412
506
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
413
507
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
414
508
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
415
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
509
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
416
510
  * @param {*} [options] Override http request option.
417
511
  * @throws {RequiredError}
418
512
  */
@@ -427,7 +521,7 @@ export declare class MetaStudioClient {
427
521
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
428
522
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
429
523
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
430
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
524
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
431
525
  * @param {boolean} [showScript] 是否需要返回剧本参数配置。
432
526
  * @param {*} [options] Override http request option.
433
527
  * @throws {RequiredError}
@@ -443,7 +537,7 @@ export declare class MetaStudioClient {
443
537
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
444
538
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
445
539
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
446
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
540
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
447
541
  * @param {*} [options] Override http request option.
448
542
  * @throws {RequiredError}
449
543
  */
@@ -458,7 +552,7 @@ export declare class MetaStudioClient {
458
552
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
459
553
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
460
554
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
461
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
555
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
462
556
  * @param {*} [options] Override http request option.
463
557
  * @throws {RequiredError}
464
558
  */
@@ -473,7 +567,7 @@ export declare class MetaStudioClient {
473
567
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
474
568
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
475
569
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
476
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
570
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
477
571
  * @param {*} [options] Override http request option.
478
572
  * @throws {RequiredError}
479
573
  */
@@ -488,7 +582,7 @@ export declare class MetaStudioClient {
488
582
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
489
583
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
490
584
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
491
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
585
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
492
586
  * @param {*} [options] Override http request option.
493
587
  * @throws {RequiredError}
494
588
  */
@@ -503,7 +597,7 @@ export declare class MetaStudioClient {
503
597
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
504
598
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
505
599
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
506
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
600
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
507
601
  * @param {boolean} [showScript] 是否需要返回剧本参数配置。
508
602
  * @param {*} [options] Override http request option.
509
603
  * @throws {RequiredError}
@@ -519,7 +613,7 @@ export declare class MetaStudioClient {
519
613
  * @param {ConfirmFileUploadRequestBody} confirmFileUploadRequestBody 确认媒资上传
520
614
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
521
615
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
522
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
616
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
523
617
  * @param {*} [options] Override http request option.
524
618
  * @throws {RequiredError}
525
619
  */
@@ -533,7 +627,7 @@ export declare class MetaStudioClient {
533
627
  * @param {FilesCreateReq} createFileRequestBody 创建文件请求。
534
628
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
535
629
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
536
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
630
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
537
631
  * @param {*} [options] Override http request option.
538
632
  * @throws {RequiredError}
539
633
  */
@@ -547,11 +641,25 @@ export declare class MetaStudioClient {
547
641
  * @param {string} fileId 文件ID。
548
642
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
549
643
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
550
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
644
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
551
645
  * @param {*} [options] Override http request option.
552
646
  * @throws {RequiredError}
553
647
  */
554
648
  deleteFile(deleteFileRequest?: DeleteFileRequest): Promise<DeleteFileResponse>;
649
+ /**
650
+ * 该接口用于创建一次性鉴权码。
651
+ *
652
+ * Please refer to HUAWEI cloud API Explorer for details.
653
+ *
654
+ * @summary 创建一次性鉴权码
655
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
656
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
657
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
658
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
659
+ * @param {*} [options] Override http request option.
660
+ * @throws {RequiredError}
661
+ */
662
+ createOnceCode(createOnceCodeRequest?: CreateOnceCodeRequest): Promise<CreateOnceCodeResponse>;
555
663
  /**
556
664
  * 该接口用于从URL中获取图片进行照片建模任务。
557
665
  *
@@ -562,7 +670,7 @@ export declare class MetaStudioClient {
562
670
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
563
671
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
564
672
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
565
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
673
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
566
674
  * @param {*} [options] Override http request option.
567
675
  * @throws {RequiredError}
568
676
  */
@@ -579,7 +687,7 @@ export declare class MetaStudioClient {
579
687
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
580
688
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
581
689
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
582
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
690
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
583
691
  * @param {string} [notifyUrl] 照片建模任务结束的回调地址。
584
692
  * @param {*} [options] Override http request option.
585
693
  * @throws {RequiredError}
@@ -594,7 +702,7 @@ export declare class MetaStudioClient {
594
702
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
595
703
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
596
704
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
597
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
705
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
598
706
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
599
707
  * @param {number} [limit] 每页显示的条目数量。
600
708
  * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
@@ -616,11 +724,169 @@ export declare class MetaStudioClient {
616
724
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
617
725
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
618
726
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
619
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
727
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
620
728
  * @param {*} [options] Override http request option.
621
729
  * @throws {RequiredError}
622
730
  */
623
731
  showPictureModelingJob(showPictureModelingJobRequest?: ShowPictureModelingJobRequest): Promise<ShowPictureModelingJobResponse>;
732
+ /**
733
+ * 该接口用于创建应用。
734
+ *
735
+ * Please refer to HUAWEI cloud API Explorer for details.
736
+ *
737
+ * @summary 创建应用
738
+ * @param {CreateRobotReq} createRobotRequestBody 创建应用请求。
739
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
740
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
741
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
742
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
743
+ * @param {*} [options] Override http request option.
744
+ * @throws {RequiredError}
745
+ */
746
+ createRobot(createRobotRequest?: CreateRobotRequest): Promise<CreateRobotResponse>;
747
+ /**
748
+ * 该接口用于删除应用。
749
+ *
750
+ * Please refer to HUAWEI cloud API Explorer for details.
751
+ *
752
+ * @summary 删除应用
753
+ * @param {Array<string>} deleteRobotRequestBody 应用ID列表
754
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
755
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
756
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
757
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
758
+ * @param {*} [options] Override http request option.
759
+ * @throws {RequiredError}
760
+ */
761
+ deleteRobot(deleteRobotRequest?: DeleteRobotRequest): Promise<DeleteRobotResponse>;
762
+ /**
763
+ * 该接口用于查询应用列表。
764
+ *
765
+ * Please refer to HUAWEI cloud API Explorer for details.
766
+ *
767
+ * @summary 查询应用列表
768
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
769
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
770
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
771
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
772
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
773
+ * @param {number} [limit] 每页显示的条目数量。
774
+ * @param {*} [options] Override http request option.
775
+ * @throws {RequiredError}
776
+ */
777
+ listRobot(listRobotRequest?: ListRobotRequest): Promise<ListRobotResponse>;
778
+ /**
779
+ * 该接口用于查询应用详情。
780
+ *
781
+ * Please refer to HUAWEI cloud API Explorer for details.
782
+ *
783
+ * @summary 查询应用详情
784
+ * @param {string} robotId 应用ID。
785
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
786
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
787
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
788
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
789
+ * @param {*} [options] Override http request option.
790
+ * @throws {RequiredError}
791
+ */
792
+ showRobot(showRobotRequest?: ShowRobotRequest): Promise<ShowRobotResponse>;
793
+ /**
794
+ * 该接口用于修改应用。
795
+ *
796
+ * Please refer to HUAWEI cloud API Explorer for details.
797
+ *
798
+ * @summary 修改应用
799
+ * @param {string} robotId 应用ID。
800
+ * @param {UpdateRobotReq} updateRobotRequestBody 修改应用请求。
801
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
802
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
803
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
804
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
805
+ * @param {*} [options] Override http request option.
806
+ * @throws {RequiredError}
807
+ */
808
+ updateRobot(updateRobotRequest?: UpdateRobotRequest): Promise<UpdateRobotResponse>;
809
+ /**
810
+ * 该接口用于创建智能交互对话直播间。
811
+ *
812
+ * Please refer to HUAWEI cloud API Explorer for details.
813
+ *
814
+ * @summary 创建智能交互对话直播间
815
+ * @param {CreateSmartChatRoomReq} createSmartChatRoomRequestBody 创建智能交互对话直播间请求。
816
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
817
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
818
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
819
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
820
+ * @param {*} [options] Override http request option.
821
+ * @throws {RequiredError}
822
+ */
823
+ createSmartChatRoom(createSmartChatRoomRequest?: CreateSmartChatRoomRequest): Promise<CreateSmartChatRoomResponse>;
824
+ /**
825
+ * 该接口用于删除智能交互对话直播间。
826
+ *
827
+ * Please refer to HUAWEI cloud API Explorer for details.
828
+ *
829
+ * @summary 删除智能交互对话直播间
830
+ * @param {string} roomId 剧本ID。
831
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
832
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
833
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
834
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
835
+ * @param {*} [options] Override http request option.
836
+ * @throws {RequiredError}
837
+ */
838
+ deleteSmartChatRoom(deleteSmartChatRoomRequest?: DeleteSmartChatRoomRequest): Promise<DeleteSmartChatRoomResponse>;
839
+ /**
840
+ * 该接口用于智能交互对话直播间列表。
841
+ *
842
+ * Please refer to HUAWEI cloud API Explorer for details.
843
+ *
844
+ * @summary 查询智能交互对话直播间列表
845
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
846
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
847
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
848
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
849
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
850
+ * @param {number} [limit] 每页显示的条目数量。
851
+ * @param {string} [roomName] 按智能交互对话直播间名称模糊查询。
852
+ * @param {string} [modelName] 按形象名称模糊查询。
853
+ * @param {string} [startTime] 最近智能交互对话任务起始时间。格式遵循:RFC 3339 如\&quot;2021-01-10T08:43:17Z\&quot;。
854
+ * @param {string} [endTime] 最近智能交互对话任务结束时间。格式遵循:RFC 3339 如\&quot;2021-01-10T10:43:17Z\&quot;。
855
+ * @param {*} [options] Override http request option.
856
+ * @throws {RequiredError}
857
+ */
858
+ listSmartChatRooms(listSmartChatRoomsRequest?: ListSmartChatRoomsRequest): Promise<ListSmartChatRoomsResponse>;
859
+ /**
860
+ * 该接口用于查询智能交互对话直播间详情。
861
+ *
862
+ * Please refer to HUAWEI cloud API Explorer for details.
863
+ *
864
+ * @summary 查询智能交互对话直播间详情
865
+ * @param {string} roomId 剧本ID。
866
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
867
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
868
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
869
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
870
+ * @param {*} [options] Override http request option.
871
+ * @throws {RequiredError}
872
+ */
873
+ showSmartChatRoom(showSmartChatRoomRequest?: ShowSmartChatRoomRequest): Promise<ShowSmartChatRoomResponse>;
874
+ /**
875
+ * 该接口用于智能交互对话直播间信息。
876
+ *
877
+ * Please refer to HUAWEI cloud API Explorer for details.
878
+ *
879
+ * @summary 更新智能交互对话直播间信息
880
+ * @param {string} roomId 剧本ID。
881
+ * @param {CreateSmartChatRoomReq} updateSmartChatRoomRequestBody 更新智能交互对话直播间请求。
882
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
883
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
884
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
885
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
886
+ * @param {*} [options] Override http request option.
887
+ * @throws {RequiredError}
888
+ */
889
+ updateSmartChatRoom(updateSmartChatRoomRequest?: UpdateSmartChatRoomRequest): Promise<UpdateSmartChatRoomResponse>;
624
890
  /**
625
891
  * 该接口用于控制数字人直播过程。
626
892
  *
@@ -633,7 +899,7 @@ export declare class MetaStudioClient {
633
899
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
634
900
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
635
901
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
636
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
902
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
637
903
  * @param {*} [options] Override http request option.
638
904
  * @throws {RequiredError}
639
905
  */
@@ -648,7 +914,7 @@ export declare class MetaStudioClient {
648
914
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
649
915
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
650
916
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
651
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
917
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
652
918
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
653
919
  * @param {number} [limit] 每页显示的条目数量。
654
920
  * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
@@ -672,7 +938,7 @@ export declare class MetaStudioClient {
672
938
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
673
939
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
674
940
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
675
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
941
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
676
942
  * @param {string} [authKey] 鉴权Key。通过HmacSHA256生成的鉴权key
677
943
  * @param {number} [expiresTime] 鉴权key过期时间。从1970年1月1日(UTC/GMT的午夜)开始所经过的豪秒数。
678
944
  * @param {boolean} [refreshUrl] 是否刷新URL
@@ -691,7 +957,7 @@ export declare class MetaStudioClient {
691
957
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
692
958
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
693
959
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
694
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
960
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
695
961
  * @param {*} [options] Override http request option.
696
962
  * @throws {RequiredError}
697
963
  */
@@ -707,7 +973,7 @@ export declare class MetaStudioClient {
707
973
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
708
974
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
709
975
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
710
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
976
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
711
977
  * @param {*} [options] Override http request option.
712
978
  * @throws {RequiredError}
713
979
  */
@@ -723,7 +989,7 @@ export declare class MetaStudioClient {
723
989
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
724
990
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
725
991
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
726
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
992
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
727
993
  * @param {*} [options] Override http request option.
728
994
  * @throws {RequiredError}
729
995
  */
@@ -749,7 +1015,7 @@ export declare class MetaStudioClient {
749
1015
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
750
1016
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
751
1017
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
752
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1018
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
753
1019
  * @param {*} [options] Override http request option.
754
1020
  * @throws {RequiredError}
755
1021
  */
@@ -764,7 +1030,7 @@ export declare class MetaStudioClient {
764
1030
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
765
1031
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
766
1032
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
767
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1033
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
768
1034
  * @param {*} [options] Override http request option.
769
1035
  * @throws {RequiredError}
770
1036
  */
@@ -779,7 +1045,7 @@ export declare class MetaStudioClient {
779
1045
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
780
1046
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
781
1047
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
782
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1048
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
783
1049
  * @param {*} [options] Override http request option.
784
1050
  * @throws {RequiredError}
785
1051
  */
@@ -794,7 +1060,7 @@ export declare class MetaStudioClient {
794
1060
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
795
1061
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
796
1062
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
797
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1063
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
798
1064
  * @param {*} [options] Override http request option.
799
1065
  * @throws {RequiredError}
800
1066
  */
@@ -808,7 +1074,7 @@ export declare class MetaStudioClient {
808
1074
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
809
1075
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
810
1076
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
811
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1077
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
812
1078
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
813
1079
  * @param {number} [limit] 每页显示的条目数量。
814
1080
  * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
@@ -827,7 +1093,7 @@ export declare class MetaStudioClient {
827
1093
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
828
1094
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
829
1095
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
830
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1096
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
831
1097
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
832
1098
  * @param {number} [limit] 每页显示的条目数量。
833
1099
  * @param {string} [roomName] 按直播间名称模糊查询。
@@ -851,7 +1117,7 @@ export declare class MetaStudioClient {
851
1117
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
852
1118
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
853
1119
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
854
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1120
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
855
1121
  * @param {*} [options] Override http request option.
856
1122
  * @throws {RequiredError}
857
1123
  */
@@ -867,7 +1133,7 @@ export declare class MetaStudioClient {
867
1133
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
868
1134
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
869
1135
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
870
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1136
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
871
1137
  * @param {*} [options] Override http request option.
872
1138
  * @throws {RequiredError}
873
1139
  */
@@ -883,7 +1149,7 @@ export declare class MetaStudioClient {
883
1149
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
884
1150
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
885
1151
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
886
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1152
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
887
1153
  * @param {*} [options] Override http request option.
888
1154
  * @throws {RequiredError}
889
1155
  */
@@ -897,7 +1163,7 @@ export declare class MetaStudioClient {
897
1163
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
898
1164
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
899
1165
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
900
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1166
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
901
1167
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
902
1168
  * @param {number} [limit] 每页显示的条目数量。
903
1169
  * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
@@ -919,7 +1185,7 @@ export declare class MetaStudioClient {
919
1185
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
920
1186
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
921
1187
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
922
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1188
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
923
1189
  * @param {*} [options] Override http request option.
924
1190
  * @throws {RequiredError}
925
1191
  */
@@ -947,7 +1213,7 @@ export declare class MetaStudioClient {
947
1213
  *
948
1214
  * @summary 创建高级版语音训练任务
949
1215
  * @param {CreateTrainingJobReq} createTrainingAdvanceJobRequestBody 创建任务请求。
950
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1216
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
951
1217
  * @param {*} [options] Override http request option.
952
1218
  * @throws {RequiredError}
953
1219
  */
@@ -967,7 +1233,7 @@ export declare class MetaStudioClient {
967
1233
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
968
1234
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
969
1235
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
970
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1236
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
971
1237
  * @param {*} [options] Override http request option.
972
1238
  * @throws {RequiredError}
973
1239
  */
@@ -987,7 +1253,7 @@ export declare class MetaStudioClient {
987
1253
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
988
1254
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
989
1255
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
990
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1256
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
991
1257
  * @param {*} [options] Override http request option.
992
1258
  * @throws {RequiredError}
993
1259
  */
@@ -1002,7 +1268,7 @@ export declare class MetaStudioClient {
1002
1268
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1003
1269
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1004
1270
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1005
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1271
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1006
1272
  * @param {*} [options] Override http request option.
1007
1273
  * @throws {RequiredError}
1008
1274
  */
@@ -1017,7 +1283,7 @@ export declare class MetaStudioClient {
1017
1283
  * @param {number} [limit] 每页显示的条目数量。
1018
1284
  * @param {string} [createUntil] 过滤创建时间&lt;&#x3D;输入时间的记录。
1019
1285
  * @param {string} [createSince] 过滤创建时间&gt;&#x3D;输入时间的记录。
1020
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1286
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1021
1287
  * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;FAILED,WAITING
1022
1288
  * @param {string} [jobId] 任务id。
1023
1289
  * @param {string} [voiceName] 声音名称。
@@ -1069,7 +1335,7 @@ export declare class MetaStudioClient {
1069
1335
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1070
1336
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1071
1337
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1072
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1338
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1073
1339
  * @param {*} [options] Override http request option.
1074
1340
  * @throws {RequiredError}
1075
1341
  */
@@ -1084,7 +1350,7 @@ export declare class MetaStudioClient {
1084
1350
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1085
1351
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1086
1352
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1087
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1353
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1088
1354
  * @param {*} [options] Override http request option.
1089
1355
  * @throws {RequiredError}
1090
1356
  */
@@ -1100,7 +1366,7 @@ export declare class MetaStudioClient {
1100
1366
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1101
1367
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1102
1368
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1103
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1369
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1104
1370
  * @param {*} [options] Override http request option.
1105
1371
  * @throws {RequiredError}
1106
1372
  */
@@ -1116,7 +1382,7 @@ export declare class MetaStudioClient {
1116
1382
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1117
1383
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1118
1384
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1119
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1385
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1120
1386
  * @param {*} [options] Override http request option.
1121
1387
  * @throws {RequiredError}
1122
1388
  */
@@ -1130,7 +1396,7 @@ export declare class MetaStudioClient {
1130
1396
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1131
1397
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1132
1398
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1133
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1399
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1134
1400
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1135
1401
  * @param {number} [limit] 每页显示的条目数量。
1136
1402
  * @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state&#x3D;CREATING,PUBLISHED
@@ -1156,7 +1422,7 @@ export declare class MetaStudioClient {
1156
1422
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1157
1423
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1158
1424
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1159
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1425
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1160
1426
  * @param {*} [options] Override http request option.
1161
1427
  * @throws {RequiredError}
1162
1428
  */
@@ -1173,7 +1439,7 @@ export declare class MetaStudioClient {
1173
1439
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1174
1440
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1175
1441
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1176
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1442
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1177
1443
  * @param {*} [options] Override http request option.
1178
1444
  * @throws {RequiredError}
1179
1445
  */
@@ -1199,7 +1465,7 @@ export declare class MetaStudioClient {
1199
1465
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1200
1466
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1201
1467
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1202
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1468
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1203
1469
  * @param {*} [options] Override http request option.
1204
1470
  * @throws {RequiredError}
1205
1471
  */
@@ -1239,7 +1505,7 @@ export declare class MetaStudioClient {
1239
1505
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1240
1506
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1241
1507
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1242
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1508
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1243
1509
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1244
1510
  * @param {number} [limit] 每页显示的条目数量。
1245
1511
  * @param {*} [options] Override http request option.
@@ -1288,7 +1554,7 @@ export declare class MetaStudioClient {
1288
1554
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1289
1555
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1290
1556
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1291
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1557
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1292
1558
  * @param {string} [xUserPrivilege] 测试用户判断。
1293
1559
  * @param {*} [options] Override http request option.
1294
1560
  * @throws {RequiredError}
@@ -1305,7 +1571,7 @@ export declare class MetaStudioClient {
1305
1571
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1306
1572
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1307
1573
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1308
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1574
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1309
1575
  * @param {*} [options] Override http request option.
1310
1576
  * @throws {RequiredError}
1311
1577
  */
@@ -1319,7 +1585,7 @@ export declare class MetaStudioClient {
1319
1585
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1320
1586
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1321
1587
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1322
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1588
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1323
1589
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1324
1590
  * @param {number} [limit] 每页显示的条目数量。
1325
1591
  * @param {*} [options] Override http request option.
@@ -1336,7 +1602,7 @@ export declare class MetaStudioClient {
1336
1602
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1337
1603
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1338
1604
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1339
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1605
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1340
1606
  * @param {*} [options] Override http request option.
1341
1607
  * @throws {RequiredError}
1342
1608
  */
@@ -1351,7 +1617,7 @@ export declare class MetaStudioClient {
1351
1617
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1352
1618
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1353
1619
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1354
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1620
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1355
1621
  * @param {*} [options] Override http request option.
1356
1622
  * @throws {RequiredError}
1357
1623
  */
@@ -1366,7 +1632,7 @@ export declare class MetaStudioClient {
1366
1632
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1367
1633
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1368
1634
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1369
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1635
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1370
1636
  * @param {*} [options] Override http request option.
1371
1637
  * @throws {RequiredError}
1372
1638
  */
@@ -1381,7 +1647,7 @@ export declare class MetaStudioClient {
1381
1647
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1382
1648
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1383
1649
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1384
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1650
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1385
1651
  * @param {*} [options] Override http request option.
1386
1652
  * @throws {RequiredError}
1387
1653
  */
@@ -1395,7 +1661,7 @@ export declare class MetaStudioClient {
1395
1661
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1396
1662
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1397
1663
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1398
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1664
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1399
1665
  * @param {number} [offset] 偏移量,表示从此偏移量开始查询。
1400
1666
  * @param {number} [limit] 每页显示的条目数量。
1401
1667
  * @param {string} [name] 按名称模糊查询。
@@ -1415,7 +1681,7 @@ export declare class MetaStudioClient {
1415
1681
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1416
1682
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1417
1683
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1418
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1684
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1419
1685
  * @param {*} [options] Override http request option.
1420
1686
  * @throws {RequiredError}
1421
1687
  */
@@ -1431,13 +1697,66 @@ export declare class MetaStudioClient {
1431
1697
  * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
1432
1698
  * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\&#39;T\&#39;HHMMSS\&#39;Z\&#39;)。
1433
1699
  * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
1434
- * @param {string} [xAppUserId] 第三方用户ID。 &gt; *不允许输入中文。
1700
+ * @param {string} [xAppUserId] 第三方用户ID。 &gt; * 不允许输入中文。
1435
1701
  * @param {*} [options] Override http request option.
1436
1702
  * @throws {RequiredError}
1437
1703
  */
1438
1704
  updateVideoScript(updateVideoScriptRequest?: UpdateVideoScriptRequest): Promise<UpdateVideoScriptResponse>;
1439
1705
  }
1440
1706
  export declare const ParamCreater: () => {
1707
+ /**
1708
+ * 该接口用于创建对话链接。
1709
+ *
1710
+ * Please refer to HUAWEI cloud API Explorer for details.
1711
+ */
1712
+ createDialogUrl(createDialogUrlRequest?: CreateDialogUrlRequest): {
1713
+ method: string;
1714
+ url: string;
1715
+ contentType: string;
1716
+ queryParams: {};
1717
+ pathParams: {};
1718
+ headers: {};
1719
+ data: {};
1720
+ };
1721
+ /**
1722
+ * 该接口用于查询数字人智能交互任务。
1723
+ *
1724
+ * Please refer to HUAWEI cloud API Explorer for details.
1725
+ */
1726
+ showSmartChatJob(showSmartChatJobRequest?: ShowSmartChatJobRequest): {
1727
+ method: string;
1728
+ url: string;
1729
+ contentType: string;
1730
+ queryParams: {};
1731
+ pathParams: {};
1732
+ headers: {};
1733
+ };
1734
+ /**
1735
+ * 该接口用于启动数字人智能交互任务。
1736
+ *
1737
+ * Please refer to HUAWEI cloud API Explorer for details.
1738
+ */
1739
+ startSmartChatJob(startSmartChatJobRequest?: StartSmartChatJobRequest): {
1740
+ method: string;
1741
+ url: string;
1742
+ contentType: string;
1743
+ queryParams: {};
1744
+ pathParams: {};
1745
+ headers: {};
1746
+ };
1747
+ /**
1748
+ * 该接口用于结束数字人智能交互任务。
1749
+ *
1750
+ * Please refer to HUAWEI cloud API Explorer for details.
1751
+ */
1752
+ stopSmartChatJob(stopSmartChatJobRequest?: StopSmartChatJobRequest): {
1753
+ method: string;
1754
+ url: string;
1755
+ contentType: string;
1756
+ queryParams: {};
1757
+ pathParams: {};
1758
+ headers: {};
1759
+ };
1441
1760
  /**
1442
1761
  * 该接口用于在资产库中添加上传新的媒体资产。可上传的资产类型包括:分身数字人模型、背景图片、素材图片、素材视频、PPT等。
1443
1762
  * * &gt; 资产类型是IMAGE时,通过system_properties来区分背景图片(BACKGROUND_IMG)、素材图片(MATERIAL_IMG)。
@@ -1763,6 +2082,19 @@ export declare const ParamCreater: () => {
1763
2082
  pathParams: {};
1764
2083
  headers: {};
1765
2084
  };
2085
+ /**
2086
+ * 该接口用于创建一次性鉴权码。
2087
+ *
2088
+ * Please refer to HUAWEI cloud API Explorer for details.
2089
+ */
2090
+ createOnceCode(createOnceCodeRequest?: CreateOnceCodeRequest): {
2091
+ method: string;
2092
+ url: string;
2093
+ contentType: string;
2094
+ queryParams: {};
2095
+ pathParams: {};
2096
+ headers: {};
2097
+ };
1766
2098
  /**
1767
2099
  * 该接口用于从URL中获取图片进行照片建模任务。
1768
2100
  *
@@ -1817,6 +2149,141 @@ export declare const ParamCreater: () => {
1817
2149
  pathParams: {};
1818
2150
  headers: {};
1819
2151
  };
2152
+ /**
2153
+ * 该接口用于创建应用。
2154
+ *
2155
+ * Please refer to HUAWEI cloud API Explorer for details.
2156
+ */
2157
+ createRobot(createRobotRequest?: CreateRobotRequest): {
2158
+ method: string;
2159
+ url: string;
2160
+ contentType: string;
2161
+ queryParams: {};
2162
+ pathParams: {};
2163
+ headers: {};
2164
+ data: {};
2165
+ };
2166
+ /**
2167
+ * 该接口用于删除应用。
2168
+ *
2169
+ * Please refer to HUAWEI cloud API Explorer for details.
2170
+ */
2171
+ deleteRobot(deleteRobotRequest?: DeleteRobotRequest): {
2172
+ method: string;
2173
+ url: string;
2174
+ contentType: string;
2175
+ queryParams: {};
2176
+ pathParams: {};
2177
+ headers: {};
2178
+ data: {};
2179
+ };
2180
+ /**
2181
+ * 该接口用于查询应用列表。
2182
+ *
2183
+ * Please refer to HUAWEI cloud API Explorer for details.
2184
+ */
2185
+ listRobot(listRobotRequest?: ListRobotRequest): {
2186
+ method: string;
2187
+ url: string;
2188
+ contentType: string;
2189
+ queryParams: {};
2190
+ pathParams: {};
2191
+ headers: {};
2192
+ };
2193
+ /**
2194
+ * 该接口用于查询应用详情。
2195
+ *
2196
+ * Please refer to HUAWEI cloud API Explorer for details.
2197
+ */
2198
+ showRobot(showRobotRequest?: ShowRobotRequest): {
2199
+ method: string;
2200
+ url: string;
2201
+ contentType: string;
2202
+ queryParams: {};
2203
+ pathParams: {};
2204
+ headers: {};
2205
+ };
2206
+ /**
2207
+ * 该接口用于修改应用。
2208
+ *
2209
+ * Please refer to HUAWEI cloud API Explorer for details.
2210
+ */
2211
+ updateRobot(updateRobotRequest?: UpdateRobotRequest): {
2212
+ method: string;
2213
+ url: string;
2214
+ contentType: string;
2215
+ queryParams: {};
2216
+ pathParams: {};
2217
+ headers: {};
2218
+ data: {};
2219
+ };
2220
+ /**
2221
+ * 该接口用于创建智能交互对话直播间。
2222
+ *
2223
+ * Please refer to HUAWEI cloud API Explorer for details.
2224
+ */
2225
+ createSmartChatRoom(createSmartChatRoomRequest?: CreateSmartChatRoomRequest): {
2226
+ method: string;
2227
+ url: string;
2228
+ contentType: string;
2229
+ queryParams: {};
2230
+ pathParams: {};
2231
+ headers: {};
2232
+ data: {};
2233
+ };
2234
+ /**
2235
+ * 该接口用于删除智能交互对话直播间。
2236
+ *
2237
+ * Please refer to HUAWEI cloud API Explorer for details.
2238
+ */
2239
+ deleteSmartChatRoom(deleteSmartChatRoomRequest?: DeleteSmartChatRoomRequest): {
2240
+ method: string;
2241
+ url: string;
2242
+ contentType: string;
2243
+ queryParams: {};
2244
+ pathParams: {};
2245
+ headers: {};
2246
+ };
2247
+ /**
2248
+ * 该接口用于智能交互对话直播间列表。
2249
+ *
2250
+ * Please refer to HUAWEI cloud API Explorer for details.
2251
+ */
2252
+ listSmartChatRooms(listSmartChatRoomsRequest?: ListSmartChatRoomsRequest): {
2253
+ method: string;
2254
+ url: string;
2255
+ contentType: string;
2256
+ queryParams: {};
2257
+ pathParams: {};
2258
+ headers: {};
2259
+ };
2260
+ /**
2261
+ * 该接口用于查询智能交互对话直播间详情。
2262
+ *
2263
+ * Please refer to HUAWEI cloud API Explorer for details.
2264
+ */
2265
+ showSmartChatRoom(showSmartChatRoomRequest?: ShowSmartChatRoomRequest): {
2266
+ method: string;
2267
+ url: string;
2268
+ contentType: string;
2269
+ queryParams: {};
2270
+ pathParams: {};
2271
+ headers: {};
2272
+ };
2273
+ /**
2274
+ * 该接口用于智能交互对话直播间信息。
2275
+ *
2276
+ * Please refer to HUAWEI cloud API Explorer for details.
2277
+ */
2278
+ updateSmartChatRoom(updateSmartChatRoomRequest?: UpdateSmartChatRoomRequest): {
2279
+ method: string;
2280
+ url: string;
2281
+ contentType: string;
2282
+ queryParams: {};
2283
+ pathParams: {};
2284
+ headers: {};
2285
+ data: {};
2286
+ };
1820
2287
  /**
1821
2288
  * 该接口用于控制数字人直播过程。
1822
2289
  *