@alicloud/quanmiaolightapp20240801 2.5.5 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -142,6 +142,135 @@ export declare class GenerateOutputFormatResponseBodyData extends $dara.Model {
142
142
  [key: string]: any;
143
143
  });
144
144
  }
145
+ export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatisticsTagValueCountStatistic extends $dara.Model {
146
+ tagName?: string;
147
+ /**
148
+ * @example
149
+ * 10
150
+ */
151
+ valueCount?: number;
152
+ static names(): {
153
+ [key: string]: string;
154
+ };
155
+ static types(): {
156
+ [key: string]: any;
157
+ };
158
+ validate(): void;
159
+ constructor(map?: {
160
+ [key: string]: any;
161
+ });
162
+ }
163
+ export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatistics extends $dara.Model {
164
+ tagValueCountStatistic?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatisticsTagValueCountStatistic[];
165
+ static names(): {
166
+ [key: string]: string;
167
+ };
168
+ static types(): {
169
+ [key: string]: any;
170
+ };
171
+ validate(): void;
172
+ constructor(map?: {
173
+ [key: string]: any;
174
+ });
175
+ }
176
+ export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatisticsTagValueCountStatistic extends $dara.Model {
177
+ tagName?: string;
178
+ /**
179
+ * @example
180
+ * 10
181
+ */
182
+ valueCount?: number;
183
+ static names(): {
184
+ [key: string]: string;
185
+ };
186
+ static types(): {
187
+ [key: string]: any;
188
+ };
189
+ validate(): void;
190
+ constructor(map?: {
191
+ [key: string]: any;
192
+ });
193
+ }
194
+ export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatistics extends $dara.Model {
195
+ tagValueCountStatistic?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatisticsTagValueCountStatistic[];
196
+ static names(): {
197
+ [key: string]: string;
198
+ };
199
+ static types(): {
200
+ [key: string]: any;
201
+ };
202
+ validate(): void;
203
+ constructor(map?: {
204
+ [key: string]: any;
205
+ });
206
+ }
207
+ export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverview extends $dara.Model {
208
+ /**
209
+ * @example
210
+ * 17
211
+ */
212
+ count?: number;
213
+ filterDimensionStatistics?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewFilterDimensionStatistics;
214
+ tagDimensionStatistics?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverviewTagDimensionStatistics;
215
+ static names(): {
216
+ [key: string]: string;
217
+ };
218
+ static types(): {
219
+ [key: string]: any;
220
+ };
221
+ validate(): void;
222
+ constructor(map?: {
223
+ [key: string]: any;
224
+ });
225
+ }
226
+ export declare class GetEnterpriseVocAnalysisTaskResponseBodyDataUsage extends $dara.Model {
227
+ /**
228
+ * @example
229
+ * 1
230
+ */
231
+ inputTokens?: number;
232
+ /**
233
+ * @example
234
+ * 2
235
+ */
236
+ outputTokens?: number;
237
+ static names(): {
238
+ [key: string]: string;
239
+ };
240
+ static types(): {
241
+ [key: string]: any;
242
+ };
243
+ validate(): void;
244
+ constructor(map?: {
245
+ [key: string]: any;
246
+ });
247
+ }
248
+ export declare class GetEnterpriseVocAnalysisTaskResponseBodyData extends $dara.Model {
249
+ errorMessage?: string;
250
+ /**
251
+ * @example
252
+ * qwen-max
253
+ */
254
+ modelId?: string;
255
+ modelName?: string;
256
+ statisticsOverview?: GetEnterpriseVocAnalysisTaskResponseBodyDataStatisticsOverview;
257
+ /**
258
+ * @example
259
+ * PENDING
260
+ */
261
+ status?: string;
262
+ usage?: GetEnterpriseVocAnalysisTaskResponseBodyDataUsage;
263
+ static names(): {
264
+ [key: string]: string;
265
+ };
266
+ static types(): {
267
+ [key: string]: any;
268
+ };
269
+ validate(): void;
270
+ constructor(map?: {
271
+ [key: string]: any;
272
+ });
273
+ }
145
274
  export declare class GetTagMiningAnalysisTaskResponseBodyDataResultsHeader extends $dara.Model {
146
275
  /**
147
276
  * @example
@@ -925,22 +1054,23 @@ export declare class ListHotTopicSummariesResponseBodyData extends $dara.Model {
925
1054
  [key: string]: any;
926
1055
  });
927
1056
  }
928
- export declare class RunHotTopicChatRequestMessages extends $dara.Model {
929
- /**
930
- * @example
931
- * xxx
932
- */
933
- content?: string;
1057
+ export declare class RunEnterpriseVocAnalysisRequestFilterTags extends $dara.Model {
934
1058
  /**
1059
+ * @remarks
1060
+ * 标签定义提示词
1061
+ *
935
1062
  * @example
936
- * 2024-12-10 18:51:29
1063
+ * 标签定义提示词
937
1064
  */
938
- createTime?: string;
1065
+ tagDefinePrompt?: string;
939
1066
  /**
1067
+ * @remarks
1068
+ * 标签名称
1069
+ *
940
1070
  * @example
941
- * user
1071
+ * 标签名称
942
1072
  */
943
- role?: string;
1073
+ tagName?: string;
944
1074
  static names(): {
945
1075
  [key: string]: string;
946
1076
  };
@@ -952,36 +1082,23 @@ export declare class RunHotTopicChatRequestMessages extends $dara.Model {
952
1082
  [key: string]: any;
953
1083
  });
954
1084
  }
955
- export declare class RunHotTopicChatRequestStepForBroadcastContentConfigCustomHotValueWeights extends $dara.Model {
956
- /**
957
- * @example
958
- * comments
959
- */
960
- dimension?: string;
1085
+ export declare class RunEnterpriseVocAnalysisRequestTags extends $dara.Model {
961
1086
  /**
1087
+ * @remarks
1088
+ * 标签定义提示词
1089
+ *
962
1090
  * @example
963
- * 1
1091
+ * 标签定义提示词
964
1092
  */
965
- weight?: number;
966
- static names(): {
967
- [key: string]: string;
968
- };
969
- static types(): {
970
- [key: string]: any;
971
- };
972
- validate(): void;
973
- constructor(map?: {
974
- [key: string]: any;
975
- });
976
- }
977
- export declare class RunHotTopicChatRequestStepForBroadcastContentConfig extends $dara.Model {
978
- categories?: string[];
979
- customHotValueWeights?: RunHotTopicChatRequestStepForBroadcastContentConfigCustomHotValueWeights[];
1093
+ tagDefinePrompt?: string;
980
1094
  /**
1095
+ * @remarks
1096
+ * 标签名称
1097
+ *
981
1098
  * @example
982
- * 20
1099
+ * 标签名称
983
1100
  */
984
- topicCount?: number;
1101
+ tagName?: string;
985
1102
  static names(): {
986
1103
  [key: string]: string;
987
1104
  };
@@ -993,15 +1110,15 @@ export declare class RunHotTopicChatRequestStepForBroadcastContentConfig extends
993
1110
  [key: string]: any;
994
1111
  });
995
1112
  }
996
- export declare class RunHotTopicChatResponseBodyHeader extends $dara.Model {
1113
+ export declare class RunEnterpriseVocAnalysisResponseBodyHeader extends $dara.Model {
997
1114
  /**
998
1115
  * @example
999
- * InvalidParam
1116
+ * AccessForbidden
1000
1117
  */
1001
1118
  errorCode?: string;
1002
1119
  /**
1003
1120
  * @example
1004
- * xx
1121
+ * 错误信息
1005
1122
  */
1006
1123
  errorMessage?: string;
1007
1124
  /**
@@ -1011,22 +1128,17 @@ export declare class RunHotTopicChatResponseBodyHeader extends $dara.Model {
1011
1128
  event?: string;
1012
1129
  /**
1013
1130
  * @example
1014
- * xx
1015
- */
1016
- eventInfo?: string;
1017
- /**
1018
- * @example
1019
- * xxx
1131
+ * xxxx
1020
1132
  */
1021
1133
  sessionId?: string;
1022
1134
  /**
1023
1135
  * @example
1024
- * d3be9981-ca2d-4e17-bf31-1c0a628e9f99
1136
+ * xxxx
1025
1137
  */
1026
1138
  taskId?: string;
1027
1139
  /**
1028
1140
  * @example
1029
- * 2150451a17191950923411783e2927
1141
+ * xxxxx
1030
1142
  */
1031
1143
  traceId?: string;
1032
1144
  static names(): {
@@ -1040,35 +1152,68 @@ export declare class RunHotTopicChatResponseBodyHeader extends $dara.Model {
1040
1152
  [key: string]: any;
1041
1153
  });
1042
1154
  }
1043
- export declare class RunHotTopicChatResponseBodyPayloadOutputArticles extends $dara.Model {
1044
- /**
1045
- * @example
1046
- * xxx
1047
- */
1048
- content?: string;
1155
+ export declare class RunEnterpriseVocAnalysisResponseBodyPayloadOutputFilterResultFilterResults extends $dara.Model {
1049
1156
  /**
1050
1157
  * @example
1051
- * 2024-09-22 16:45:06
1158
+ * true
1052
1159
  */
1053
- pubTime?: string;
1054
- score?: number;
1055
- searchSourceName?: string;
1056
- select?: boolean;
1160
+ hit?: boolean;
1161
+ tagName?: string;
1162
+ tagValue?: string;
1163
+ static names(): {
1164
+ [key: string]: string;
1165
+ };
1166
+ static types(): {
1167
+ [key: string]: any;
1168
+ };
1169
+ validate(): void;
1170
+ constructor(map?: {
1171
+ [key: string]: any;
1172
+ });
1173
+ }
1174
+ export declare class RunEnterpriseVocAnalysisResponseBodyPayloadOutputFilterResult extends $dara.Model {
1175
+ filterResults?: RunEnterpriseVocAnalysisResponseBodyPayloadOutputFilterResultFilterResults[];
1176
+ static names(): {
1177
+ [key: string]: string;
1178
+ };
1179
+ static types(): {
1180
+ [key: string]: any;
1181
+ };
1182
+ validate(): void;
1183
+ constructor(map?: {
1184
+ [key: string]: any;
1185
+ });
1186
+ }
1187
+ export declare class RunEnterpriseVocAnalysisResponseBodyPayloadOutput extends $dara.Model {
1188
+ filterResult?: RunEnterpriseVocAnalysisResponseBodyPayloadOutputFilterResult;
1189
+ text?: string;
1190
+ static names(): {
1191
+ [key: string]: string;
1192
+ };
1193
+ static types(): {
1194
+ [key: string]: any;
1195
+ };
1196
+ validate(): void;
1197
+ constructor(map?: {
1198
+ [key: string]: any;
1199
+ });
1200
+ }
1201
+ export declare class RunEnterpriseVocAnalysisResponseBodyPayloadUsage extends $dara.Model {
1057
1202
  /**
1058
1203
  * @example
1059
- * xx
1204
+ * 100
1060
1205
  */
1061
- summary?: string;
1206
+ inputTokens?: number;
1062
1207
  /**
1063
1208
  * @example
1064
- * test
1209
+ * 100
1065
1210
  */
1066
- title?: string;
1211
+ outputTokens?: number;
1067
1212
  /**
1068
1213
  * @example
1069
- * http://xxx
1214
+ * 200
1070
1215
  */
1071
- url?: string;
1216
+ totalTokens?: number;
1072
1217
  static names(): {
1073
1218
  [key: string]: string;
1074
1219
  };
@@ -1080,12 +1225,9 @@ export declare class RunHotTopicChatResponseBodyPayloadOutputArticles extends $d
1080
1225
  [key: string]: any;
1081
1226
  });
1082
1227
  }
1083
- export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesImages extends $dara.Model {
1084
- /**
1085
- * @example
1086
- * http://xxx
1087
- */
1088
- url?: string;
1228
+ export declare class RunEnterpriseVocAnalysisResponseBodyPayload extends $dara.Model {
1229
+ output?: RunEnterpriseVocAnalysisResponseBodyPayloadOutput;
1230
+ usage?: RunEnterpriseVocAnalysisResponseBodyPayloadUsage;
1089
1231
  static names(): {
1090
1232
  [key: string]: string;
1091
1233
  };
@@ -1097,17 +1239,22 @@ export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesIm
1097
1239
  [key: string]: any;
1098
1240
  });
1099
1241
  }
1100
- export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesNews extends $dara.Model {
1242
+ export declare class RunHotTopicChatRequestMessages extends $dara.Model {
1101
1243
  /**
1102
1244
  * @example
1103
1245
  * xxx
1104
1246
  */
1105
- title?: string;
1247
+ content?: string;
1106
1248
  /**
1107
1249
  * @example
1108
- * http://xxx
1250
+ * 2024-12-10 18:51:29
1109
1251
  */
1110
- url?: string;
1252
+ createTime?: string;
1253
+ /**
1254
+ * @example
1255
+ * user
1256
+ */
1257
+ role?: string;
1111
1258
  static names(): {
1112
1259
  [key: string]: string;
1113
1260
  };
@@ -1119,12 +1266,179 @@ export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesNe
1119
1266
  [key: string]: any;
1120
1267
  });
1121
1268
  }
1122
- export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummaries extends $dara.Model {
1269
+ export declare class RunHotTopicChatRequestStepForBroadcastContentConfigCustomHotValueWeights extends $dara.Model {
1123
1270
  /**
1124
1271
  * @example
1125
- * 100000
1272
+ * comments
1126
1273
  */
1127
- customHotValue?: number;
1274
+ dimension?: string;
1275
+ /**
1276
+ * @example
1277
+ * 1
1278
+ */
1279
+ weight?: number;
1280
+ static names(): {
1281
+ [key: string]: string;
1282
+ };
1283
+ static types(): {
1284
+ [key: string]: any;
1285
+ };
1286
+ validate(): void;
1287
+ constructor(map?: {
1288
+ [key: string]: any;
1289
+ });
1290
+ }
1291
+ export declare class RunHotTopicChatRequestStepForBroadcastContentConfig extends $dara.Model {
1292
+ categories?: string[];
1293
+ customHotValueWeights?: RunHotTopicChatRequestStepForBroadcastContentConfigCustomHotValueWeights[];
1294
+ /**
1295
+ * @example
1296
+ * 20
1297
+ */
1298
+ topicCount?: number;
1299
+ static names(): {
1300
+ [key: string]: string;
1301
+ };
1302
+ static types(): {
1303
+ [key: string]: any;
1304
+ };
1305
+ validate(): void;
1306
+ constructor(map?: {
1307
+ [key: string]: any;
1308
+ });
1309
+ }
1310
+ export declare class RunHotTopicChatResponseBodyHeader extends $dara.Model {
1311
+ /**
1312
+ * @example
1313
+ * InvalidParam
1314
+ */
1315
+ errorCode?: string;
1316
+ /**
1317
+ * @example
1318
+ * xx
1319
+ */
1320
+ errorMessage?: string;
1321
+ /**
1322
+ * @example
1323
+ * task-finished
1324
+ */
1325
+ event?: string;
1326
+ /**
1327
+ * @example
1328
+ * xx
1329
+ */
1330
+ eventInfo?: string;
1331
+ /**
1332
+ * @example
1333
+ * xxx
1334
+ */
1335
+ sessionId?: string;
1336
+ /**
1337
+ * @example
1338
+ * d3be9981-ca2d-4e17-bf31-1c0a628e9f99
1339
+ */
1340
+ taskId?: string;
1341
+ /**
1342
+ * @example
1343
+ * 2150451a17191950923411783e2927
1344
+ */
1345
+ traceId?: string;
1346
+ static names(): {
1347
+ [key: string]: string;
1348
+ };
1349
+ static types(): {
1350
+ [key: string]: any;
1351
+ };
1352
+ validate(): void;
1353
+ constructor(map?: {
1354
+ [key: string]: any;
1355
+ });
1356
+ }
1357
+ export declare class RunHotTopicChatResponseBodyPayloadOutputArticles extends $dara.Model {
1358
+ /**
1359
+ * @example
1360
+ * xxx
1361
+ */
1362
+ content?: string;
1363
+ /**
1364
+ * @example
1365
+ * 2024-09-22 16:45:06
1366
+ */
1367
+ pubTime?: string;
1368
+ score?: number;
1369
+ searchSourceName?: string;
1370
+ select?: boolean;
1371
+ /**
1372
+ * @example
1373
+ * xx
1374
+ */
1375
+ summary?: string;
1376
+ /**
1377
+ * @example
1378
+ * test
1379
+ */
1380
+ title?: string;
1381
+ /**
1382
+ * @example
1383
+ * http://xxx
1384
+ */
1385
+ url?: string;
1386
+ static names(): {
1387
+ [key: string]: string;
1388
+ };
1389
+ static types(): {
1390
+ [key: string]: any;
1391
+ };
1392
+ validate(): void;
1393
+ constructor(map?: {
1394
+ [key: string]: any;
1395
+ });
1396
+ }
1397
+ export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesImages extends $dara.Model {
1398
+ /**
1399
+ * @example
1400
+ * http://xxx
1401
+ */
1402
+ url?: string;
1403
+ static names(): {
1404
+ [key: string]: string;
1405
+ };
1406
+ static types(): {
1407
+ [key: string]: any;
1408
+ };
1409
+ validate(): void;
1410
+ constructor(map?: {
1411
+ [key: string]: any;
1412
+ });
1413
+ }
1414
+ export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummariesNews extends $dara.Model {
1415
+ /**
1416
+ * @example
1417
+ * xxx
1418
+ */
1419
+ title?: string;
1420
+ /**
1421
+ * @example
1422
+ * http://xxx
1423
+ */
1424
+ url?: string;
1425
+ static names(): {
1426
+ [key: string]: string;
1427
+ };
1428
+ static types(): {
1429
+ [key: string]: any;
1430
+ };
1431
+ validate(): void;
1432
+ constructor(map?: {
1433
+ [key: string]: any;
1434
+ });
1435
+ }
1436
+ export declare class RunHotTopicChatResponseBodyPayloadOutputHotTopicSummaries extends $dara.Model {
1437
+ /**
1438
+ * @example
1439
+ * 100000
1440
+ */
1441
+ customHotValue?: number;
1128
1442
  /**
1129
1443
  * @example
1130
1444
  * xxx
@@ -1466,6 +1780,7 @@ export declare class RunMarketingInformationExtractResponseBodyPayload extends $
1466
1780
  });
1467
1781
  }
1468
1782
  export declare class RunMarketingInformationWritingResponseBodyHeader extends $dara.Model {
1783
+ errorMessage?: string;
1469
1784
  /**
1470
1785
  * @example
1471
1786
  * result-generated
@@ -2889,6 +3204,81 @@ export declare class RunVideoAnalysisResponseBodyPayload extends $dara.Model {
2889
3204
  [key: string]: any;
2890
3205
  });
2891
3206
  }
3207
+ export declare class SubmitEnterpriseVocAnalysisTaskRequestContents extends $dara.Model {
3208
+ /**
3209
+ * @example
3210
+ * id-xxxxx
3211
+ */
3212
+ id?: string;
3213
+ /**
3214
+ * @example
3215
+ * xxxx
3216
+ */
3217
+ text?: string;
3218
+ static names(): {
3219
+ [key: string]: string;
3220
+ };
3221
+ static types(): {
3222
+ [key: string]: any;
3223
+ };
3224
+ validate(): void;
3225
+ constructor(map?: {
3226
+ [key: string]: any;
3227
+ });
3228
+ }
3229
+ export declare class SubmitEnterpriseVocAnalysisTaskRequestFilterTags extends $dara.Model {
3230
+ tagDefinePrompt?: string;
3231
+ tagName?: string;
3232
+ static names(): {
3233
+ [key: string]: string;
3234
+ };
3235
+ static types(): {
3236
+ [key: string]: any;
3237
+ };
3238
+ validate(): void;
3239
+ constructor(map?: {
3240
+ [key: string]: any;
3241
+ });
3242
+ }
3243
+ export declare class SubmitEnterpriseVocAnalysisTaskRequestTags extends $dara.Model {
3244
+ /**
3245
+ * @example
3246
+ * xxxx
3247
+ */
3248
+ tagDefinePrompt?: string;
3249
+ /**
3250
+ * @example
3251
+ * xxxx
3252
+ */
3253
+ tagName?: string;
3254
+ static names(): {
3255
+ [key: string]: string;
3256
+ };
3257
+ static types(): {
3258
+ [key: string]: any;
3259
+ };
3260
+ validate(): void;
3261
+ constructor(map?: {
3262
+ [key: string]: any;
3263
+ });
3264
+ }
3265
+ export declare class SubmitEnterpriseVocAnalysisTaskResponseBodyData extends $dara.Model {
3266
+ /**
3267
+ * @example
3268
+ * a0cc71ec-fe07-47e5-bf12-6e1c46081c98
3269
+ */
3270
+ taskId?: string;
3271
+ static names(): {
3272
+ [key: string]: string;
3273
+ };
3274
+ static types(): {
3275
+ [key: string]: any;
3276
+ };
3277
+ validate(): void;
3278
+ constructor(map?: {
3279
+ [key: string]: any;
3280
+ });
3281
+ }
2892
3282
  export declare class SubmitTagMiningAnalysisTaskRequestTags extends $dara.Model {
2893
3283
  /**
2894
3284
  * @example
@@ -3002,12 +3392,12 @@ export declare class SubmitVideoAnalysisTaskResponseBodyData extends $dara.Model
3002
3392
  [key: string]: any;
3003
3393
  });
3004
3394
  }
3005
- export declare class GenerateBroadcastNewsRequest extends $dara.Model {
3395
+ export declare class CancelAsyncTaskRequest extends $dara.Model {
3006
3396
  /**
3007
- * @remarks
3008
- * This parameter is required.
3397
+ * @example
3398
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3009
3399
  */
3010
- prompt?: string;
3400
+ taskId?: string;
3011
3401
  static names(): {
3012
3402
  [key: string]: string;
3013
3403
  };
@@ -3019,21 +3409,197 @@ export declare class GenerateBroadcastNewsRequest extends $dara.Model {
3019
3409
  [key: string]: any;
3020
3410
  });
3021
3411
  }
3022
- export declare class GenerateBroadcastNewsResponseBody extends $dara.Model {
3412
+ export declare class CancelAsyncTaskResponseBody extends $dara.Model {
3023
3413
  /**
3024
3414
  * @example
3025
- * xx
3415
+ * NoPermission
3026
3416
  */
3027
3417
  code?: string;
3028
- data?: GenerateBroadcastNewsResponseBodyData;
3029
3418
  /**
3030
3419
  * @example
3031
- * 200
3420
+ * true
3032
3421
  */
3033
- httpStatusCode?: number;
3422
+ data?: boolean;
3034
3423
  /**
3035
3424
  * @example
3036
- * success
3425
+ * 403
3426
+ */
3427
+ httpStatusCode?: number;
3428
+ message?: string;
3429
+ /**
3430
+ * @remarks
3431
+ * Id of the request
3432
+ *
3433
+ * @example
3434
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
3435
+ */
3436
+ requestId?: string;
3437
+ /**
3438
+ * @example
3439
+ * false
3440
+ */
3441
+ success?: boolean;
3442
+ static names(): {
3443
+ [key: string]: string;
3444
+ };
3445
+ static types(): {
3446
+ [key: string]: any;
3447
+ };
3448
+ validate(): void;
3449
+ constructor(map?: {
3450
+ [key: string]: any;
3451
+ });
3452
+ }
3453
+ export declare class CancelAsyncTaskResponse extends $dara.Model {
3454
+ headers?: {
3455
+ [key: string]: string;
3456
+ };
3457
+ statusCode?: number;
3458
+ body?: CancelAsyncTaskResponseBody;
3459
+ static names(): {
3460
+ [key: string]: string;
3461
+ };
3462
+ static types(): {
3463
+ [key: string]: any;
3464
+ };
3465
+ validate(): void;
3466
+ constructor(map?: {
3467
+ [key: string]: any;
3468
+ });
3469
+ }
3470
+ export declare class ExportAnalysisTagDetailByTaskIdRequest extends $dara.Model {
3471
+ categories?: string[];
3472
+ category?: string;
3473
+ /**
3474
+ * @remarks
3475
+ * This parameter is required.
3476
+ *
3477
+ * @example
3478
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3479
+ */
3480
+ taskId?: string;
3481
+ static names(): {
3482
+ [key: string]: string;
3483
+ };
3484
+ static types(): {
3485
+ [key: string]: any;
3486
+ };
3487
+ validate(): void;
3488
+ constructor(map?: {
3489
+ [key: string]: any;
3490
+ });
3491
+ }
3492
+ export declare class ExportAnalysisTagDetailByTaskIdShrinkRequest extends $dara.Model {
3493
+ categoriesShrink?: string;
3494
+ category?: string;
3495
+ /**
3496
+ * @remarks
3497
+ * This parameter is required.
3498
+ *
3499
+ * @example
3500
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3501
+ */
3502
+ taskId?: string;
3503
+ static names(): {
3504
+ [key: string]: string;
3505
+ };
3506
+ static types(): {
3507
+ [key: string]: any;
3508
+ };
3509
+ validate(): void;
3510
+ constructor(map?: {
3511
+ [key: string]: any;
3512
+ });
3513
+ }
3514
+ export declare class ExportAnalysisTagDetailByTaskIdResponseBody extends $dara.Model {
3515
+ /**
3516
+ * @example
3517
+ * xx
3518
+ */
3519
+ code?: string;
3520
+ /**
3521
+ * @example
3522
+ * http://www.example.com/xxxx.xlsx
3523
+ */
3524
+ data?: string;
3525
+ /**
3526
+ * @example
3527
+ * 200
3528
+ */
3529
+ httpStatusCode?: number;
3530
+ /**
3531
+ * @example
3532
+ * ok
3533
+ */
3534
+ message?: string;
3535
+ /**
3536
+ * @remarks
3537
+ * Id of the request
3538
+ *
3539
+ * @example
3540
+ * 085BE2D2-BB7E-59A6-B688-F2CB32124E7F
3541
+ */
3542
+ requestId?: string;
3543
+ static names(): {
3544
+ [key: string]: string;
3545
+ };
3546
+ static types(): {
3547
+ [key: string]: any;
3548
+ };
3549
+ validate(): void;
3550
+ constructor(map?: {
3551
+ [key: string]: any;
3552
+ });
3553
+ }
3554
+ export declare class ExportAnalysisTagDetailByTaskIdResponse extends $dara.Model {
3555
+ headers?: {
3556
+ [key: string]: string;
3557
+ };
3558
+ statusCode?: number;
3559
+ body?: ExportAnalysisTagDetailByTaskIdResponseBody;
3560
+ static names(): {
3561
+ [key: string]: string;
3562
+ };
3563
+ static types(): {
3564
+ [key: string]: any;
3565
+ };
3566
+ validate(): void;
3567
+ constructor(map?: {
3568
+ [key: string]: any;
3569
+ });
3570
+ }
3571
+ export declare class GenerateBroadcastNewsRequest extends $dara.Model {
3572
+ /**
3573
+ * @remarks
3574
+ * This parameter is required.
3575
+ */
3576
+ prompt?: string;
3577
+ static names(): {
3578
+ [key: string]: string;
3579
+ };
3580
+ static types(): {
3581
+ [key: string]: any;
3582
+ };
3583
+ validate(): void;
3584
+ constructor(map?: {
3585
+ [key: string]: any;
3586
+ });
3587
+ }
3588
+ export declare class GenerateBroadcastNewsResponseBody extends $dara.Model {
3589
+ /**
3590
+ * @example
3591
+ * xx
3592
+ */
3593
+ code?: string;
3594
+ data?: GenerateBroadcastNewsResponseBodyData;
3595
+ /**
3596
+ * @example
3597
+ * 200
3598
+ */
3599
+ httpStatusCode?: number;
3600
+ /**
3601
+ * @example
3602
+ * success
3037
3603
  */
3038
3604
  message?: string;
3039
3605
  /**
@@ -3206,6 +3772,77 @@ export declare class GenerateOutputFormatResponse extends $dara.Model {
3206
3772
  [key: string]: any;
3207
3773
  });
3208
3774
  }
3775
+ export declare class GetEnterpriseVocAnalysisTaskRequest extends $dara.Model {
3776
+ /**
3777
+ * @example
3778
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3779
+ */
3780
+ taskId?: string;
3781
+ static names(): {
3782
+ [key: string]: string;
3783
+ };
3784
+ static types(): {
3785
+ [key: string]: any;
3786
+ };
3787
+ validate(): void;
3788
+ constructor(map?: {
3789
+ [key: string]: any;
3790
+ });
3791
+ }
3792
+ export declare class GetEnterpriseVocAnalysisTaskResponseBody extends $dara.Model {
3793
+ /**
3794
+ * @example
3795
+ * NoPermission
3796
+ */
3797
+ code?: string;
3798
+ data?: GetEnterpriseVocAnalysisTaskResponseBodyData;
3799
+ /**
3800
+ * @example
3801
+ * 403
3802
+ */
3803
+ httpStatusCode?: number;
3804
+ message?: string;
3805
+ /**
3806
+ * @remarks
3807
+ * Id of the request
3808
+ *
3809
+ * @example
3810
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
3811
+ */
3812
+ requestId?: string;
3813
+ /**
3814
+ * @example
3815
+ * false
3816
+ */
3817
+ success?: boolean;
3818
+ static names(): {
3819
+ [key: string]: string;
3820
+ };
3821
+ static types(): {
3822
+ [key: string]: any;
3823
+ };
3824
+ validate(): void;
3825
+ constructor(map?: {
3826
+ [key: string]: any;
3827
+ });
3828
+ }
3829
+ export declare class GetEnterpriseVocAnalysisTaskResponse extends $dara.Model {
3830
+ headers?: {
3831
+ [key: string]: string;
3832
+ };
3833
+ statusCode?: number;
3834
+ body?: GetEnterpriseVocAnalysisTaskResponseBody;
3835
+ static names(): {
3836
+ [key: string]: string;
3837
+ };
3838
+ static types(): {
3839
+ [key: string]: any;
3840
+ };
3841
+ validate(): void;
3842
+ constructor(map?: {
3843
+ [key: string]: any;
3844
+ });
3845
+ }
3209
3846
  export declare class GetTagMiningAnalysisTaskRequest extends $dara.Model {
3210
3847
  /**
3211
3848
  * @example
@@ -3377,11 +4014,113 @@ export declare class GetVideoAnalysisTaskResponseBody extends $dara.Model {
3377
4014
  */
3378
4015
  message?: string;
3379
4016
  /**
3380
- * @remarks
3381
- * Id of the request
3382
- *
4017
+ * @remarks
4018
+ * Id of the request
4019
+ *
4020
+ * @example
4021
+ * 5D0E915E-655D-59A8-894F-93873F73AAE5
4022
+ */
4023
+ requestId?: string;
4024
+ /**
4025
+ * @example
4026
+ * True
4027
+ */
4028
+ success?: boolean;
4029
+ static names(): {
4030
+ [key: string]: string;
4031
+ };
4032
+ static types(): {
4033
+ [key: string]: any;
4034
+ };
4035
+ validate(): void;
4036
+ constructor(map?: {
4037
+ [key: string]: any;
4038
+ });
4039
+ }
4040
+ export declare class GetVideoAnalysisTaskResponse extends $dara.Model {
4041
+ headers?: {
4042
+ [key: string]: string;
4043
+ };
4044
+ statusCode?: number;
4045
+ body?: GetVideoAnalysisTaskResponseBody;
4046
+ static names(): {
4047
+ [key: string]: string;
4048
+ };
4049
+ static types(): {
4050
+ [key: string]: any;
4051
+ };
4052
+ validate(): void;
4053
+ constructor(map?: {
4054
+ [key: string]: any;
4055
+ });
4056
+ }
4057
+ export declare class ListHotTopicSummariesRequest extends $dara.Model {
4058
+ /**
4059
+ * @example
4060
+ * xx
4061
+ */
4062
+ category?: string;
4063
+ /**
4064
+ * @example
4065
+ * xx
4066
+ */
4067
+ hotTopic?: string;
4068
+ /**
4069
+ * @example
4070
+ * 2024-09-13_12
4071
+ */
4072
+ hotTopicVersion?: string;
4073
+ /**
4074
+ * @example
4075
+ * 20
4076
+ */
4077
+ maxResults?: number;
4078
+ /**
4079
+ * @example
4080
+ * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4081
+ */
4082
+ nextToken?: string;
4083
+ static names(): {
4084
+ [key: string]: string;
4085
+ };
4086
+ static types(): {
4087
+ [key: string]: any;
4088
+ };
4089
+ validate(): void;
4090
+ constructor(map?: {
4091
+ [key: string]: any;
4092
+ });
4093
+ }
4094
+ export declare class ListHotTopicSummariesResponseBody extends $dara.Model {
4095
+ /**
4096
+ * @example
4097
+ * xx
4098
+ */
4099
+ code?: string;
4100
+ data?: ListHotTopicSummariesResponseBodyData[];
4101
+ /**
4102
+ * @example
4103
+ * 200
4104
+ */
4105
+ httpStatusCode?: number;
4106
+ /**
4107
+ * @example
4108
+ * 20
4109
+ */
4110
+ maxResults?: number;
4111
+ /**
4112
+ * @example
4113
+ * success
4114
+ */
4115
+ message?: string;
4116
+ /**
3383
4117
  * @example
3384
- * 5D0E915E-655D-59A8-894F-93873F73AAE5
4118
+ * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4119
+ */
4120
+ nextToken?: string;
4121
+ /**
4122
+ * @example
4123
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
3385
4124
  */
3386
4125
  requestId?: string;
3387
4126
  /**
@@ -3389,6 +4128,11 @@ export declare class GetVideoAnalysisTaskResponseBody extends $dara.Model {
3389
4128
  * True
3390
4129
  */
3391
4130
  success?: boolean;
4131
+ /**
4132
+ * @example
4133
+ * 200
4134
+ */
4135
+ totalCount?: number;
3392
4136
  static names(): {
3393
4137
  [key: string]: string;
3394
4138
  };
@@ -3400,12 +4144,12 @@ export declare class GetVideoAnalysisTaskResponseBody extends $dara.Model {
3400
4144
  [key: string]: any;
3401
4145
  });
3402
4146
  }
3403
- export declare class GetVideoAnalysisTaskResponse extends $dara.Model {
4147
+ export declare class ListHotTopicSummariesResponse extends $dara.Model {
3404
4148
  headers?: {
3405
4149
  [key: string]: string;
3406
4150
  };
3407
4151
  statusCode?: number;
3408
- body?: GetVideoAnalysisTaskResponseBody;
4152
+ body?: ListHotTopicSummariesResponseBody;
3409
4153
  static names(): {
3410
4154
  [key: string]: string;
3411
4155
  };
@@ -3417,32 +4161,52 @@ export declare class GetVideoAnalysisTaskResponse extends $dara.Model {
3417
4161
  [key: string]: any;
3418
4162
  });
3419
4163
  }
3420
- export declare class ListHotTopicSummariesRequest extends $dara.Model {
4164
+ export declare class RunEnterpriseVocAnalysisRequest extends $dara.Model {
4165
+ akProxy?: string;
4166
+ apiKey?: string;
3421
4167
  /**
4168
+ * @remarks
4169
+ * 需要进行VOC分析的文本内容(content、contents、url、fileKey 四选一。优先级从小到大)
4170
+ *
3422
4171
  * @example
3423
- * xx
4172
+ * 这是一段需要分析的文本内容
3424
4173
  */
3425
- category?: string;
4174
+ content?: string;
4175
+ extraInfo?: string;
3426
4176
  /**
3427
- * @example
3428
- * xx
4177
+ * @remarks
4178
+ * 过滤标签,用于筛选符合条件的内容。
3429
4179
  */
3430
- hotTopic?: string;
4180
+ filterTags?: RunEnterpriseVocAnalysisRequestFilterTags[];
3431
4181
  /**
3432
4182
  * @example
3433
- * 2024-09-13_12
4183
+ * qwen-max
3434
4184
  */
3435
- hotTopicVersion?: string;
4185
+ modelId?: string;
3436
4186
  /**
4187
+ * @remarks
4188
+ * 指定返回结果的格式,支持json或text
4189
+ *
3437
4190
  * @example
3438
- * 20
4191
+ * 按照如下格式输出:{"text1": "xxxx", "text2": "xxxx"}
3439
4192
  */
3440
- maxResults?: number;
4193
+ outputFormat?: string;
4194
+ /**
4195
+ * @remarks
4196
+ * 业务标签体系,用于对文本内容进行分类和分析。
4197
+ */
4198
+ tags?: RunEnterpriseVocAnalysisRequestTags[];
3441
4199
  /**
3442
4200
  * @example
3443
- * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4201
+ * 你是一名经验丰富的数据分析师,擅长从文本评论中提取结构化信息。你需要从用户评论列表中识别和提取出与以下四个维度相关的关键词和短语:
4202
+ *
4203
+ * 索引:输入评论JSON数组中的索引(从零开始)表示针对该条索引抽取的维度。
4204
+ * 购买动机:描述用户购买产品的原因、需求或驱动力的关键词或短语。
4205
+ * 未满足需求点:用户在使用产品过程中提到的未满足需求或问题的关键词或短语。
4206
+ * 使用场景:用户提到的具体使用场景、使用方式或环境的关键词或短语。
4207
+ * 正负面观点:明确表示用户对产品或服务的正面或负面看法的关键词或短语。
3444
4208
  */
3445
- nextToken?: string;
4209
+ taskDescription?: string;
3446
4210
  static names(): {
3447
4211
  [key: string]: string;
3448
4212
  };
@@ -3454,48 +4218,74 @@ export declare class ListHotTopicSummariesRequest extends $dara.Model {
3454
4218
  [key: string]: any;
3455
4219
  });
3456
4220
  }
3457
- export declare class ListHotTopicSummariesResponseBody extends $dara.Model {
3458
- /**
3459
- * @example
3460
- * xx
3461
- */
3462
- code?: string;
3463
- data?: ListHotTopicSummariesResponseBodyData[];
4221
+ export declare class RunEnterpriseVocAnalysisShrinkRequest extends $dara.Model {
4222
+ akProxy?: string;
4223
+ apiKey?: string;
3464
4224
  /**
4225
+ * @remarks
4226
+ * 需要进行VOC分析的文本内容(content、contents、url、fileKey 四选一。优先级从小到大)
4227
+ *
3465
4228
  * @example
3466
- * 200
4229
+ * 这是一段需要分析的文本内容
3467
4230
  */
3468
- httpStatusCode?: number;
4231
+ content?: string;
4232
+ extraInfo?: string;
3469
4233
  /**
3470
- * @example
3471
- * 20
4234
+ * @remarks
4235
+ * 过滤标签,用于筛选符合条件的内容。
3472
4236
  */
3473
- maxResults?: number;
4237
+ filterTagsShrink?: string;
3474
4238
  /**
3475
4239
  * @example
3476
- * success
4240
+ * qwen-max
3477
4241
  */
3478
- message?: string;
4242
+ modelId?: string;
3479
4243
  /**
4244
+ * @remarks
4245
+ * 指定返回结果的格式,支持json或text
4246
+ *
3480
4247
  * @example
3481
- * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4248
+ * 按照如下格式输出:{"text1": "xxxx", "text2": "xxxx"}
3482
4249
  */
3483
- nextToken?: string;
4250
+ outputFormat?: string;
3484
4251
  /**
3485
- * @example
3486
- * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
4252
+ * @remarks
4253
+ * 业务标签体系,用于对文本内容进行分类和分析。
3487
4254
  */
3488
- requestId?: string;
4255
+ tagsShrink?: string;
3489
4256
  /**
3490
4257
  * @example
3491
- * True
4258
+ * 你是一名经验丰富的数据分析师,擅长从文本评论中提取结构化信息。你需要从用户评论列表中识别和提取出与以下四个维度相关的关键词和短语:
4259
+ *
4260
+ * 索引:输入评论JSON数组中的索引(从零开始)表示针对该条索引抽取的维度。
4261
+ * 购买动机:描述用户购买产品的原因、需求或驱动力的关键词或短语。
4262
+ * 未满足需求点:用户在使用产品过程中提到的未满足需求或问题的关键词或短语。
4263
+ * 使用场景:用户提到的具体使用场景、使用方式或环境的关键词或短语。
4264
+ * 正负面观点:明确表示用户对产品或服务的正面或负面看法的关键词或短语。
3492
4265
  */
3493
- success?: boolean;
4266
+ taskDescription?: string;
4267
+ static names(): {
4268
+ [key: string]: string;
4269
+ };
4270
+ static types(): {
4271
+ [key: string]: any;
4272
+ };
4273
+ validate(): void;
4274
+ constructor(map?: {
4275
+ [key: string]: any;
4276
+ });
4277
+ }
4278
+ export declare class RunEnterpriseVocAnalysisResponseBody extends $dara.Model {
4279
+ header?: RunEnterpriseVocAnalysisResponseBodyHeader;
4280
+ payload?: RunEnterpriseVocAnalysisResponseBodyPayload;
3494
4281
  /**
4282
+ * @remarks
4283
+ * Id of the request
4284
+ *
3495
4285
  * @example
3496
- * 200
4286
+ * 49483FFC-0CB9-5163-8D3E-234E276E6DA8
3497
4287
  */
3498
- totalCount?: number;
4288
+ requestId?: string;
3499
4289
  static names(): {
3500
4290
  [key: string]: string;
3501
4291
  };
@@ -3507,12 +4297,12 @@ export declare class ListHotTopicSummariesResponseBody extends $dara.Model {
3507
4297
  [key: string]: any;
3508
4298
  });
3509
4299
  }
3510
- export declare class ListHotTopicSummariesResponse extends $dara.Model {
4300
+ export declare class RunEnterpriseVocAnalysisResponse extends $dara.Model {
3511
4301
  headers?: {
3512
4302
  [key: string]: string;
3513
4303
  };
3514
4304
  statusCode?: number;
3515
- body?: ListHotTopicSummariesResponseBody;
4305
+ body?: RunEnterpriseVocAnalysisResponseBody;
3516
4306
  static names(): {
3517
4307
  [key: string]: string;
3518
4308
  };
@@ -3840,6 +4630,7 @@ export declare class RunMarketingInformationExtractResponse extends $dara.Model
3840
4630
  });
3841
4631
  }
3842
4632
  export declare class RunMarketingInformationWritingRequest extends $dara.Model {
4633
+ apiKey?: string;
3843
4634
  customLimitation?: string;
3844
4635
  customPrompt?: string;
3845
4636
  inputExample?: string;
@@ -3900,6 +4691,7 @@ export declare class RunMarketingInformationWritingResponse extends $dara.Model
3900
4691
  });
3901
4692
  }
3902
4693
  export declare class RunNetworkContentAuditRequest extends $dara.Model {
4694
+ apiKey?: string;
3903
4695
  /**
3904
4696
  * @example
3905
4697
  * clueMining
@@ -3946,6 +4738,7 @@ export declare class RunNetworkContentAuditRequest extends $dara.Model {
3946
4738
  });
3947
4739
  }
3948
4740
  export declare class RunNetworkContentAuditShrinkRequest extends $dara.Model {
4741
+ apiKey?: string;
3949
4742
  /**
3950
4743
  * @example
3951
4744
  * clueMining
@@ -4644,6 +5437,128 @@ export declare class RunVideoAnalysisResponse extends $dara.Model {
4644
5437
  [key: string]: any;
4645
5438
  });
4646
5439
  }
5440
+ export declare class SubmitEnterpriseVocAnalysisTaskRequest extends $dara.Model {
5441
+ apiKey?: string;
5442
+ contents?: SubmitEnterpriseVocAnalysisTaskRequestContents[];
5443
+ extraInfo?: string;
5444
+ /**
5445
+ * @example
5446
+ * oss://default/aimiaobi-service-prod/aimiaobi/temp/public/government_service_experience_feedback_summary.txt
5447
+ */
5448
+ fileKey?: string;
5449
+ filterTags?: SubmitEnterpriseVocAnalysisTaskRequestFilterTags[];
5450
+ /**
5451
+ * @example
5452
+ * qwen-max
5453
+ */
5454
+ modelId?: string;
5455
+ outputFormat?: string;
5456
+ tags?: SubmitEnterpriseVocAnalysisTaskRequestTags[];
5457
+ taskDescription?: string;
5458
+ /**
5459
+ * @example
5460
+ * http://www.example.com/xxxx.txt
5461
+ */
5462
+ url?: string;
5463
+ static names(): {
5464
+ [key: string]: string;
5465
+ };
5466
+ static types(): {
5467
+ [key: string]: any;
5468
+ };
5469
+ validate(): void;
5470
+ constructor(map?: {
5471
+ [key: string]: any;
5472
+ });
5473
+ }
5474
+ export declare class SubmitEnterpriseVocAnalysisTaskShrinkRequest extends $dara.Model {
5475
+ apiKey?: string;
5476
+ contentsShrink?: string;
5477
+ extraInfo?: string;
5478
+ /**
5479
+ * @example
5480
+ * oss://default/aimiaobi-service-prod/aimiaobi/temp/public/government_service_experience_feedback_summary.txt
5481
+ */
5482
+ fileKey?: string;
5483
+ filterTagsShrink?: string;
5484
+ /**
5485
+ * @example
5486
+ * qwen-max
5487
+ */
5488
+ modelId?: string;
5489
+ outputFormat?: string;
5490
+ tagsShrink?: string;
5491
+ taskDescription?: string;
5492
+ /**
5493
+ * @example
5494
+ * http://www.example.com/xxxx.txt
5495
+ */
5496
+ url?: string;
5497
+ static names(): {
5498
+ [key: string]: string;
5499
+ };
5500
+ static types(): {
5501
+ [key: string]: any;
5502
+ };
5503
+ validate(): void;
5504
+ constructor(map?: {
5505
+ [key: string]: any;
5506
+ });
5507
+ }
5508
+ export declare class SubmitEnterpriseVocAnalysisTaskResponseBody extends $dara.Model {
5509
+ /**
5510
+ * @example
5511
+ * NoPermission
5512
+ */
5513
+ code?: string;
5514
+ data?: SubmitEnterpriseVocAnalysisTaskResponseBodyData;
5515
+ /**
5516
+ * @example
5517
+ * 403
5518
+ */
5519
+ httpStatusCode?: number;
5520
+ message?: string;
5521
+ /**
5522
+ * @remarks
5523
+ * Id of the request
5524
+ *
5525
+ * @example
5526
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
5527
+ */
5528
+ requestId?: string;
5529
+ /**
5530
+ * @example
5531
+ * false
5532
+ */
5533
+ success?: boolean;
5534
+ static names(): {
5535
+ [key: string]: string;
5536
+ };
5537
+ static types(): {
5538
+ [key: string]: any;
5539
+ };
5540
+ validate(): void;
5541
+ constructor(map?: {
5542
+ [key: string]: any;
5543
+ });
5544
+ }
5545
+ export declare class SubmitEnterpriseVocAnalysisTaskResponse extends $dara.Model {
5546
+ headers?: {
5547
+ [key: string]: string;
5548
+ };
5549
+ statusCode?: number;
5550
+ body?: SubmitEnterpriseVocAnalysisTaskResponseBody;
5551
+ static names(): {
5552
+ [key: string]: string;
5553
+ };
5554
+ static types(): {
5555
+ [key: string]: any;
5556
+ };
5557
+ validate(): void;
5558
+ constructor(map?: {
5559
+ [key: string]: any;
5560
+ });
5561
+ }
4647
5562
  export declare class SubmitTagMiningAnalysisTaskRequest extends $dara.Model {
4648
5563
  apiKey?: string;
4649
5564
  /**
@@ -5059,6 +5974,42 @@ export default class Client extends OpenApi {
5059
5974
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
5060
5975
  [key: string]: string;
5061
5976
  }, endpoint: string): string;
5977
+ /**
5978
+ * 取消异步任务
5979
+ *
5980
+ * @param request - CancelAsyncTaskRequest
5981
+ * @param headers - map
5982
+ * @param runtime - runtime options for this request RuntimeOptions
5983
+ * @returns CancelAsyncTaskResponse
5984
+ */
5985
+ cancelAsyncTaskWithOptions(workspaceId: string, request: CancelAsyncTaskRequest, headers: {
5986
+ [key: string]: string;
5987
+ }, runtime: $dara.RuntimeOptions): Promise<CancelAsyncTaskResponse>;
5988
+ /**
5989
+ * 取消异步任务
5990
+ *
5991
+ * @param request - CancelAsyncTaskRequest
5992
+ * @returns CancelAsyncTaskResponse
5993
+ */
5994
+ cancelAsyncTask(workspaceId: string, request: CancelAsyncTaskRequest): Promise<CancelAsyncTaskResponse>;
5995
+ /**
5996
+ * 导出挖掘任务明细
5997
+ *
5998
+ * @param tmpReq - ExportAnalysisTagDetailByTaskIdRequest
5999
+ * @param headers - map
6000
+ * @param runtime - runtime options for this request RuntimeOptions
6001
+ * @returns ExportAnalysisTagDetailByTaskIdResponse
6002
+ */
6003
+ exportAnalysisTagDetailByTaskIdWithOptions(workspaceId: string, tmpReq: ExportAnalysisTagDetailByTaskIdRequest, headers: {
6004
+ [key: string]: string;
6005
+ }, runtime: $dara.RuntimeOptions): Promise<ExportAnalysisTagDetailByTaskIdResponse>;
6006
+ /**
6007
+ * 导出挖掘任务明细
6008
+ *
6009
+ * @param request - ExportAnalysisTagDetailByTaskIdRequest
6010
+ * @returns ExportAnalysisTagDetailByTaskIdResponse
6011
+ */
6012
+ exportAnalysisTagDetailByTaskId(workspaceId: string, request: ExportAnalysisTagDetailByTaskIdRequest): Promise<ExportAnalysisTagDetailByTaskIdResponse>;
5062
6013
  /**
5063
6014
  * 新闻播报-抽取分类获取播报热点
5064
6015
  *
@@ -5095,6 +6046,24 @@ export default class Client extends OpenApi {
5095
6046
  * @returns GenerateOutputFormatResponse
5096
6047
  */
5097
6048
  generateOutputFormat(workspaceId: string, request: GenerateOutputFormatRequest): Promise<GenerateOutputFormatResponse>;
6049
+ /**
6050
+ * 获取企业VOC分析任务结果
6051
+ *
6052
+ * @param request - GetEnterpriseVocAnalysisTaskRequest
6053
+ * @param headers - map
6054
+ * @param runtime - runtime options for this request RuntimeOptions
6055
+ * @returns GetEnterpriseVocAnalysisTaskResponse
6056
+ */
6057
+ getEnterpriseVocAnalysisTaskWithOptions(workspaceId: string, request: GetEnterpriseVocAnalysisTaskRequest, headers: {
6058
+ [key: string]: string;
6059
+ }, runtime: $dara.RuntimeOptions): Promise<GetEnterpriseVocAnalysisTaskResponse>;
6060
+ /**
6061
+ * 获取企业VOC分析任务结果
6062
+ *
6063
+ * @param request - GetEnterpriseVocAnalysisTaskRequest
6064
+ * @returns GetEnterpriseVocAnalysisTaskResponse
6065
+ */
6066
+ getEnterpriseVocAnalysisTask(workspaceId: string, request: GetEnterpriseVocAnalysisTaskRequest): Promise<GetEnterpriseVocAnalysisTaskResponse>;
5098
6067
  /**
5099
6068
  * 获取挖掘分析任务结果
5100
6069
  *
@@ -5164,6 +6133,24 @@ export default class Client extends OpenApi {
5164
6133
  * @returns ListHotTopicSummariesResponse
5165
6134
  */
5166
6135
  listHotTopicSummaries(workspaceId: string, request: ListHotTopicSummariesRequest): Promise<ListHotTopicSummariesResponse>;
6136
+ /**
6137
+ * 企业VOC分析
6138
+ *
6139
+ * @param tmpReq - RunEnterpriseVocAnalysisRequest
6140
+ * @param headers - map
6141
+ * @param runtime - runtime options for this request RuntimeOptions
6142
+ * @returns RunEnterpriseVocAnalysisResponse
6143
+ */
6144
+ runEnterpriseVocAnalysisWithOptions(workspaceId: string, tmpReq: RunEnterpriseVocAnalysisRequest, headers: {
6145
+ [key: string]: string;
6146
+ }, runtime: $dara.RuntimeOptions): Promise<RunEnterpriseVocAnalysisResponse>;
6147
+ /**
6148
+ * 企业VOC分析
6149
+ *
6150
+ * @param request - RunEnterpriseVocAnalysisRequest
6151
+ * @returns RunEnterpriseVocAnalysisResponse
6152
+ */
6153
+ runEnterpriseVocAnalysis(workspaceId: string, request: RunEnterpriseVocAnalysisRequest): Promise<RunEnterpriseVocAnalysisResponse>;
5167
6154
  /**
5168
6155
  * 轻应用-热点播报-问答
5169
6156
  *
@@ -5380,6 +6367,24 @@ export default class Client extends OpenApi {
5380
6367
  * @returns RunVideoAnalysisResponse
5381
6368
  */
5382
6369
  runVideoAnalysis(workspaceId: string, request: RunVideoAnalysisRequest): Promise<RunVideoAnalysisResponse>;
6370
+ /**
6371
+ * 提交企业VOC异步任务
6372
+ *
6373
+ * @param tmpReq - SubmitEnterpriseVocAnalysisTaskRequest
6374
+ * @param headers - map
6375
+ * @param runtime - runtime options for this request RuntimeOptions
6376
+ * @returns SubmitEnterpriseVocAnalysisTaskResponse
6377
+ */
6378
+ submitEnterpriseVocAnalysisTaskWithOptions(workspaceId: string, tmpReq: SubmitEnterpriseVocAnalysisTaskRequest, headers: {
6379
+ [key: string]: string;
6380
+ }, runtime: $dara.RuntimeOptions): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
6381
+ /**
6382
+ * 提交企业VOC异步任务
6383
+ *
6384
+ * @param request - SubmitEnterpriseVocAnalysisTaskRequest
6385
+ * @returns SubmitEnterpriseVocAnalysisTaskResponse
6386
+ */
6387
+ submitEnterpriseVocAnalysisTask(workspaceId: string, request: SubmitEnterpriseVocAnalysisTaskRequest): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
5383
6388
  /**
5384
6389
  * 轻应用-标签挖掘
5385
6390
  *