@alicloud/quanmiaolightapp20240801 2.5.4 → 2.6.0

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
@@ -2889,6 +3203,81 @@ export declare class RunVideoAnalysisResponseBodyPayload extends $dara.Model {
2889
3203
  [key: string]: any;
2890
3204
  });
2891
3205
  }
3206
+ export declare class SubmitEnterpriseVocAnalysisTaskRequestContents extends $dara.Model {
3207
+ /**
3208
+ * @example
3209
+ * id-xxxxx
3210
+ */
3211
+ id?: string;
3212
+ /**
3213
+ * @example
3214
+ * xxxx
3215
+ */
3216
+ text?: string;
3217
+ static names(): {
3218
+ [key: string]: string;
3219
+ };
3220
+ static types(): {
3221
+ [key: string]: any;
3222
+ };
3223
+ validate(): void;
3224
+ constructor(map?: {
3225
+ [key: string]: any;
3226
+ });
3227
+ }
3228
+ export declare class SubmitEnterpriseVocAnalysisTaskRequestFilterTags extends $dara.Model {
3229
+ tagDefinePrompt?: string;
3230
+ tagName?: string;
3231
+ static names(): {
3232
+ [key: string]: string;
3233
+ };
3234
+ static types(): {
3235
+ [key: string]: any;
3236
+ };
3237
+ validate(): void;
3238
+ constructor(map?: {
3239
+ [key: string]: any;
3240
+ });
3241
+ }
3242
+ export declare class SubmitEnterpriseVocAnalysisTaskRequestTags extends $dara.Model {
3243
+ /**
3244
+ * @example
3245
+ * xxxx
3246
+ */
3247
+ tagDefinePrompt?: string;
3248
+ /**
3249
+ * @example
3250
+ * xxxx
3251
+ */
3252
+ tagName?: string;
3253
+ static names(): {
3254
+ [key: string]: string;
3255
+ };
3256
+ static types(): {
3257
+ [key: string]: any;
3258
+ };
3259
+ validate(): void;
3260
+ constructor(map?: {
3261
+ [key: string]: any;
3262
+ });
3263
+ }
3264
+ export declare class SubmitEnterpriseVocAnalysisTaskResponseBodyData extends $dara.Model {
3265
+ /**
3266
+ * @example
3267
+ * a0cc71ec-fe07-47e5-bf12-6e1c46081c98
3268
+ */
3269
+ taskId?: string;
3270
+ static names(): {
3271
+ [key: string]: string;
3272
+ };
3273
+ static types(): {
3274
+ [key: string]: any;
3275
+ };
3276
+ validate(): void;
3277
+ constructor(map?: {
3278
+ [key: string]: any;
3279
+ });
3280
+ }
2892
3281
  export declare class SubmitTagMiningAnalysisTaskRequestTags extends $dara.Model {
2893
3282
  /**
2894
3283
  * @example
@@ -3002,12 +3391,12 @@ export declare class SubmitVideoAnalysisTaskResponseBodyData extends $dara.Model
3002
3391
  [key: string]: any;
3003
3392
  });
3004
3393
  }
3005
- export declare class GenerateBroadcastNewsRequest extends $dara.Model {
3394
+ export declare class CancelAsyncTaskRequest extends $dara.Model {
3006
3395
  /**
3007
- * @remarks
3008
- * This parameter is required.
3396
+ * @example
3397
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3009
3398
  */
3010
- prompt?: string;
3399
+ taskId?: string;
3011
3400
  static names(): {
3012
3401
  [key: string]: string;
3013
3402
  };
@@ -3019,31 +3408,207 @@ export declare class GenerateBroadcastNewsRequest extends $dara.Model {
3019
3408
  [key: string]: any;
3020
3409
  });
3021
3410
  }
3022
- export declare class GenerateBroadcastNewsResponseBody extends $dara.Model {
3411
+ export declare class CancelAsyncTaskResponseBody extends $dara.Model {
3023
3412
  /**
3024
3413
  * @example
3025
- * xx
3414
+ * NoPermission
3026
3415
  */
3027
3416
  code?: string;
3028
- data?: GenerateBroadcastNewsResponseBodyData;
3029
3417
  /**
3030
3418
  * @example
3031
- * 200
3419
+ * true
3032
3420
  */
3033
- httpStatusCode?: number;
3421
+ data?: boolean;
3034
3422
  /**
3035
3423
  * @example
3036
- * success
3424
+ * 403
3037
3425
  */
3426
+ httpStatusCode?: number;
3038
3427
  message?: string;
3039
3428
  /**
3429
+ * @remarks
3430
+ * Id of the request
3431
+ *
3040
3432
  * @example
3041
3433
  * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
3042
3434
  */
3043
3435
  requestId?: string;
3044
3436
  /**
3045
3437
  * @example
3046
- * True
3438
+ * false
3439
+ */
3440
+ success?: boolean;
3441
+ static names(): {
3442
+ [key: string]: string;
3443
+ };
3444
+ static types(): {
3445
+ [key: string]: any;
3446
+ };
3447
+ validate(): void;
3448
+ constructor(map?: {
3449
+ [key: string]: any;
3450
+ });
3451
+ }
3452
+ export declare class CancelAsyncTaskResponse extends $dara.Model {
3453
+ headers?: {
3454
+ [key: string]: string;
3455
+ };
3456
+ statusCode?: number;
3457
+ body?: CancelAsyncTaskResponseBody;
3458
+ static names(): {
3459
+ [key: string]: string;
3460
+ };
3461
+ static types(): {
3462
+ [key: string]: any;
3463
+ };
3464
+ validate(): void;
3465
+ constructor(map?: {
3466
+ [key: string]: any;
3467
+ });
3468
+ }
3469
+ export declare class ExportAnalysisTagDetailByTaskIdRequest extends $dara.Model {
3470
+ categories?: string[];
3471
+ category?: string;
3472
+ /**
3473
+ * @remarks
3474
+ * This parameter is required.
3475
+ *
3476
+ * @example
3477
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3478
+ */
3479
+ taskId?: string;
3480
+ static names(): {
3481
+ [key: string]: string;
3482
+ };
3483
+ static types(): {
3484
+ [key: string]: any;
3485
+ };
3486
+ validate(): void;
3487
+ constructor(map?: {
3488
+ [key: string]: any;
3489
+ });
3490
+ }
3491
+ export declare class ExportAnalysisTagDetailByTaskIdShrinkRequest extends $dara.Model {
3492
+ categoriesShrink?: string;
3493
+ category?: string;
3494
+ /**
3495
+ * @remarks
3496
+ * This parameter is required.
3497
+ *
3498
+ * @example
3499
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3500
+ */
3501
+ taskId?: string;
3502
+ static names(): {
3503
+ [key: string]: string;
3504
+ };
3505
+ static types(): {
3506
+ [key: string]: any;
3507
+ };
3508
+ validate(): void;
3509
+ constructor(map?: {
3510
+ [key: string]: any;
3511
+ });
3512
+ }
3513
+ export declare class ExportAnalysisTagDetailByTaskIdResponseBody extends $dara.Model {
3514
+ /**
3515
+ * @example
3516
+ * xx
3517
+ */
3518
+ code?: string;
3519
+ /**
3520
+ * @example
3521
+ * http://www.example.com/xxxx.xlsx
3522
+ */
3523
+ data?: string;
3524
+ /**
3525
+ * @example
3526
+ * 200
3527
+ */
3528
+ httpStatusCode?: number;
3529
+ /**
3530
+ * @example
3531
+ * ok
3532
+ */
3533
+ message?: string;
3534
+ /**
3535
+ * @remarks
3536
+ * Id of the request
3537
+ *
3538
+ * @example
3539
+ * 085BE2D2-BB7E-59A6-B688-F2CB32124E7F
3540
+ */
3541
+ requestId?: string;
3542
+ static names(): {
3543
+ [key: string]: string;
3544
+ };
3545
+ static types(): {
3546
+ [key: string]: any;
3547
+ };
3548
+ validate(): void;
3549
+ constructor(map?: {
3550
+ [key: string]: any;
3551
+ });
3552
+ }
3553
+ export declare class ExportAnalysisTagDetailByTaskIdResponse extends $dara.Model {
3554
+ headers?: {
3555
+ [key: string]: string;
3556
+ };
3557
+ statusCode?: number;
3558
+ body?: ExportAnalysisTagDetailByTaskIdResponseBody;
3559
+ static names(): {
3560
+ [key: string]: string;
3561
+ };
3562
+ static types(): {
3563
+ [key: string]: any;
3564
+ };
3565
+ validate(): void;
3566
+ constructor(map?: {
3567
+ [key: string]: any;
3568
+ });
3569
+ }
3570
+ export declare class GenerateBroadcastNewsRequest extends $dara.Model {
3571
+ /**
3572
+ * @remarks
3573
+ * This parameter is required.
3574
+ */
3575
+ prompt?: string;
3576
+ static names(): {
3577
+ [key: string]: string;
3578
+ };
3579
+ static types(): {
3580
+ [key: string]: any;
3581
+ };
3582
+ validate(): void;
3583
+ constructor(map?: {
3584
+ [key: string]: any;
3585
+ });
3586
+ }
3587
+ export declare class GenerateBroadcastNewsResponseBody extends $dara.Model {
3588
+ /**
3589
+ * @example
3590
+ * xx
3591
+ */
3592
+ code?: string;
3593
+ data?: GenerateBroadcastNewsResponseBodyData;
3594
+ /**
3595
+ * @example
3596
+ * 200
3597
+ */
3598
+ httpStatusCode?: number;
3599
+ /**
3600
+ * @example
3601
+ * success
3602
+ */
3603
+ message?: string;
3604
+ /**
3605
+ * @example
3606
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
3607
+ */
3608
+ requestId?: string;
3609
+ /**
3610
+ * @example
3611
+ * True
3047
3612
  */
3048
3613
  success?: boolean;
3049
3614
  static names(): {
@@ -3206,6 +3771,77 @@ export declare class GenerateOutputFormatResponse extends $dara.Model {
3206
3771
  [key: string]: any;
3207
3772
  });
3208
3773
  }
3774
+ export declare class GetEnterpriseVocAnalysisTaskRequest extends $dara.Model {
3775
+ /**
3776
+ * @example
3777
+ * a3d1c2ac-f086-4a21-9069-f5631542f5a2
3778
+ */
3779
+ taskId?: string;
3780
+ static names(): {
3781
+ [key: string]: string;
3782
+ };
3783
+ static types(): {
3784
+ [key: string]: any;
3785
+ };
3786
+ validate(): void;
3787
+ constructor(map?: {
3788
+ [key: string]: any;
3789
+ });
3790
+ }
3791
+ export declare class GetEnterpriseVocAnalysisTaskResponseBody extends $dara.Model {
3792
+ /**
3793
+ * @example
3794
+ * NoPermission
3795
+ */
3796
+ code?: string;
3797
+ data?: GetEnterpriseVocAnalysisTaskResponseBodyData;
3798
+ /**
3799
+ * @example
3800
+ * 403
3801
+ */
3802
+ httpStatusCode?: number;
3803
+ message?: string;
3804
+ /**
3805
+ * @remarks
3806
+ * Id of the request
3807
+ *
3808
+ * @example
3809
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
3810
+ */
3811
+ requestId?: string;
3812
+ /**
3813
+ * @example
3814
+ * false
3815
+ */
3816
+ success?: boolean;
3817
+ static names(): {
3818
+ [key: string]: string;
3819
+ };
3820
+ static types(): {
3821
+ [key: string]: any;
3822
+ };
3823
+ validate(): void;
3824
+ constructor(map?: {
3825
+ [key: string]: any;
3826
+ });
3827
+ }
3828
+ export declare class GetEnterpriseVocAnalysisTaskResponse extends $dara.Model {
3829
+ headers?: {
3830
+ [key: string]: string;
3831
+ };
3832
+ statusCode?: number;
3833
+ body?: GetEnterpriseVocAnalysisTaskResponseBody;
3834
+ static names(): {
3835
+ [key: string]: string;
3836
+ };
3837
+ static types(): {
3838
+ [key: string]: any;
3839
+ };
3840
+ validate(): void;
3841
+ constructor(map?: {
3842
+ [key: string]: any;
3843
+ });
3844
+ }
3209
3845
  export declare class GetTagMiningAnalysisTaskRequest extends $dara.Model {
3210
3846
  /**
3211
3847
  * @example
@@ -3365,23 +4001,125 @@ export declare class GetVideoAnalysisTaskResponseBody extends $dara.Model {
3365
4001
  * successful
3366
4002
  */
3367
4003
  code?: string;
3368
- data?: GetVideoAnalysisTaskResponseBodyData;
4004
+ data?: GetVideoAnalysisTaskResponseBodyData;
4005
+ /**
4006
+ * @example
4007
+ * 200
4008
+ */
4009
+ httpStatusCode?: number;
4010
+ /**
4011
+ * @example
4012
+ * success
4013
+ */
4014
+ message?: string;
4015
+ /**
4016
+ * @remarks
4017
+ * Id of the request
4018
+ *
4019
+ * @example
4020
+ * 5D0E915E-655D-59A8-894F-93873F73AAE5
4021
+ */
4022
+ requestId?: string;
4023
+ /**
4024
+ * @example
4025
+ * True
4026
+ */
4027
+ success?: boolean;
4028
+ static names(): {
4029
+ [key: string]: string;
4030
+ };
4031
+ static types(): {
4032
+ [key: string]: any;
4033
+ };
4034
+ validate(): void;
4035
+ constructor(map?: {
4036
+ [key: string]: any;
4037
+ });
4038
+ }
4039
+ export declare class GetVideoAnalysisTaskResponse extends $dara.Model {
4040
+ headers?: {
4041
+ [key: string]: string;
4042
+ };
4043
+ statusCode?: number;
4044
+ body?: GetVideoAnalysisTaskResponseBody;
4045
+ static names(): {
4046
+ [key: string]: string;
4047
+ };
4048
+ static types(): {
4049
+ [key: string]: any;
4050
+ };
4051
+ validate(): void;
4052
+ constructor(map?: {
4053
+ [key: string]: any;
4054
+ });
4055
+ }
4056
+ export declare class ListHotTopicSummariesRequest extends $dara.Model {
4057
+ /**
4058
+ * @example
4059
+ * xx
4060
+ */
4061
+ category?: string;
4062
+ /**
4063
+ * @example
4064
+ * xx
4065
+ */
4066
+ hotTopic?: string;
4067
+ /**
4068
+ * @example
4069
+ * 2024-09-13_12
4070
+ */
4071
+ hotTopicVersion?: string;
4072
+ /**
4073
+ * @example
4074
+ * 20
4075
+ */
4076
+ maxResults?: number;
4077
+ /**
4078
+ * @example
4079
+ * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4080
+ */
4081
+ nextToken?: string;
4082
+ static names(): {
4083
+ [key: string]: string;
4084
+ };
4085
+ static types(): {
4086
+ [key: string]: any;
4087
+ };
4088
+ validate(): void;
4089
+ constructor(map?: {
4090
+ [key: string]: any;
4091
+ });
4092
+ }
4093
+ export declare class ListHotTopicSummariesResponseBody extends $dara.Model {
4094
+ /**
4095
+ * @example
4096
+ * xx
4097
+ */
4098
+ code?: string;
4099
+ data?: ListHotTopicSummariesResponseBodyData[];
3369
4100
  /**
3370
4101
  * @example
3371
4102
  * 200
3372
4103
  */
3373
4104
  httpStatusCode?: number;
4105
+ /**
4106
+ * @example
4107
+ * 20
4108
+ */
4109
+ maxResults?: number;
3374
4110
  /**
3375
4111
  * @example
3376
4112
  * success
3377
4113
  */
3378
4114
  message?: string;
3379
4115
  /**
3380
- * @remarks
3381
- * Id of the request
3382
- *
3383
4116
  * @example
3384
- * 5D0E915E-655D-59A8-894F-93873F73AAE5
4117
+ * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4118
+ */
4119
+ nextToken?: string;
4120
+ /**
4121
+ * @example
4122
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
3385
4123
  */
3386
4124
  requestId?: string;
3387
4125
  /**
@@ -3389,6 +4127,11 @@ export declare class GetVideoAnalysisTaskResponseBody extends $dara.Model {
3389
4127
  * True
3390
4128
  */
3391
4129
  success?: boolean;
4130
+ /**
4131
+ * @example
4132
+ * 200
4133
+ */
4134
+ totalCount?: number;
3392
4135
  static names(): {
3393
4136
  [key: string]: string;
3394
4137
  };
@@ -3400,12 +4143,12 @@ export declare class GetVideoAnalysisTaskResponseBody extends $dara.Model {
3400
4143
  [key: string]: any;
3401
4144
  });
3402
4145
  }
3403
- export declare class GetVideoAnalysisTaskResponse extends $dara.Model {
4146
+ export declare class ListHotTopicSummariesResponse extends $dara.Model {
3404
4147
  headers?: {
3405
4148
  [key: string]: string;
3406
4149
  };
3407
4150
  statusCode?: number;
3408
- body?: GetVideoAnalysisTaskResponseBody;
4151
+ body?: ListHotTopicSummariesResponseBody;
3409
4152
  static names(): {
3410
4153
  [key: string]: string;
3411
4154
  };
@@ -3417,32 +4160,50 @@ export declare class GetVideoAnalysisTaskResponse extends $dara.Model {
3417
4160
  [key: string]: any;
3418
4161
  });
3419
4162
  }
3420
- export declare class ListHotTopicSummariesRequest extends $dara.Model {
4163
+ export declare class RunEnterpriseVocAnalysisRequest extends $dara.Model {
3421
4164
  /**
4165
+ * @remarks
4166
+ * 需要进行VOC分析的文本内容(content、contents、url、fileKey 四选一。优先级从小到大)
4167
+ *
3422
4168
  * @example
3423
- * xx
4169
+ * 这是一段需要分析的文本内容
3424
4170
  */
3425
- category?: string;
4171
+ content?: string;
4172
+ extraInfo?: string;
3426
4173
  /**
3427
- * @example
3428
- * xx
4174
+ * @remarks
4175
+ * 过滤标签,用于筛选符合条件的内容。
3429
4176
  */
3430
- hotTopic?: string;
4177
+ filterTags?: RunEnterpriseVocAnalysisRequestFilterTags[];
3431
4178
  /**
3432
4179
  * @example
3433
- * 2024-09-13_12
4180
+ * qwen-max
3434
4181
  */
3435
- hotTopicVersion?: string;
4182
+ modelId?: string;
3436
4183
  /**
4184
+ * @remarks
4185
+ * 指定返回结果的格式,支持json或text
4186
+ *
3437
4187
  * @example
3438
- * 20
4188
+ * 按照如下格式输出:{"text1": "xxxx", "text2": "xxxx"}
3439
4189
  */
3440
- maxResults?: number;
4190
+ outputFormat?: string;
4191
+ /**
4192
+ * @remarks
4193
+ * 业务标签体系,用于对文本内容进行分类和分析。
4194
+ */
4195
+ tags?: RunEnterpriseVocAnalysisRequestTags[];
3441
4196
  /**
3442
4197
  * @example
3443
- * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4198
+ * 你是一名经验丰富的数据分析师,擅长从文本评论中提取结构化信息。你需要从用户评论列表中识别和提取出与以下四个维度相关的关键词和短语:
4199
+ *
4200
+ * 索引:输入评论JSON数组中的索引(从零开始)表示针对该条索引抽取的维度。
4201
+ * 购买动机:描述用户购买产品的原因、需求或驱动力的关键词或短语。
4202
+ * 未满足需求点:用户在使用产品过程中提到的未满足需求或问题的关键词或短语。
4203
+ * 使用场景:用户提到的具体使用场景、使用方式或环境的关键词或短语。
4204
+ * 正负面观点:明确表示用户对产品或服务的正面或负面看法的关键词或短语。
3444
4205
  */
3445
- nextToken?: string;
4206
+ taskDescription?: string;
3446
4207
  static names(): {
3447
4208
  [key: string]: string;
3448
4209
  };
@@ -3454,48 +4215,72 @@ export declare class ListHotTopicSummariesRequest extends $dara.Model {
3454
4215
  [key: string]: any;
3455
4216
  });
3456
4217
  }
3457
- export declare class ListHotTopicSummariesResponseBody extends $dara.Model {
3458
- /**
3459
- * @example
3460
- * xx
3461
- */
3462
- code?: string;
3463
- data?: ListHotTopicSummariesResponseBodyData[];
4218
+ export declare class RunEnterpriseVocAnalysisShrinkRequest extends $dara.Model {
3464
4219
  /**
4220
+ * @remarks
4221
+ * 需要进行VOC分析的文本内容(content、contents、url、fileKey 四选一。优先级从小到大)
4222
+ *
3465
4223
  * @example
3466
- * 200
4224
+ * 这是一段需要分析的文本内容
3467
4225
  */
3468
- httpStatusCode?: number;
4226
+ content?: string;
4227
+ extraInfo?: string;
3469
4228
  /**
3470
- * @example
3471
- * 20
4229
+ * @remarks
4230
+ * 过滤标签,用于筛选符合条件的内容。
3472
4231
  */
3473
- maxResults?: number;
4232
+ filterTagsShrink?: string;
3474
4233
  /**
3475
4234
  * @example
3476
- * success
4235
+ * qwen-max
3477
4236
  */
3478
- message?: string;
4237
+ modelId?: string;
3479
4238
  /**
4239
+ * @remarks
4240
+ * 指定返回结果的格式,支持json或text
4241
+ *
3480
4242
  * @example
3481
- * JlroP3CjgQh5PQDlH3ArzADkBTPZgVqo+64jhZRglNq0mEYoV5SlGb/Juvo8CdfYE9rlwEr2pIJQwdaYotak9g==
4243
+ * 按照如下格式输出:{"text1": "xxxx", "text2": "xxxx"}
3482
4244
  */
3483
- nextToken?: string;
4245
+ outputFormat?: string;
3484
4246
  /**
3485
- * @example
3486
- * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
4247
+ * @remarks
4248
+ * 业务标签体系,用于对文本内容进行分类和分析。
3487
4249
  */
3488
- requestId?: string;
4250
+ tagsShrink?: string;
3489
4251
  /**
3490
4252
  * @example
3491
- * True
4253
+ * 你是一名经验丰富的数据分析师,擅长从文本评论中提取结构化信息。你需要从用户评论列表中识别和提取出与以下四个维度相关的关键词和短语:
4254
+ *
4255
+ * 索引:输入评论JSON数组中的索引(从零开始)表示针对该条索引抽取的维度。
4256
+ * 购买动机:描述用户购买产品的原因、需求或驱动力的关键词或短语。
4257
+ * 未满足需求点:用户在使用产品过程中提到的未满足需求或问题的关键词或短语。
4258
+ * 使用场景:用户提到的具体使用场景、使用方式或环境的关键词或短语。
4259
+ * 正负面观点:明确表示用户对产品或服务的正面或负面看法的关键词或短语。
3492
4260
  */
3493
- success?: boolean;
4261
+ taskDescription?: string;
4262
+ static names(): {
4263
+ [key: string]: string;
4264
+ };
4265
+ static types(): {
4266
+ [key: string]: any;
4267
+ };
4268
+ validate(): void;
4269
+ constructor(map?: {
4270
+ [key: string]: any;
4271
+ });
4272
+ }
4273
+ export declare class RunEnterpriseVocAnalysisResponseBody extends $dara.Model {
4274
+ header?: RunEnterpriseVocAnalysisResponseBodyHeader;
4275
+ payload?: RunEnterpriseVocAnalysisResponseBodyPayload;
3494
4276
  /**
4277
+ * @remarks
4278
+ * Id of the request
4279
+ *
3495
4280
  * @example
3496
- * 200
4281
+ * 49483FFC-0CB9-5163-8D3E-234E276E6DA8
3497
4282
  */
3498
- totalCount?: number;
4283
+ requestId?: string;
3499
4284
  static names(): {
3500
4285
  [key: string]: string;
3501
4286
  };
@@ -3507,12 +4292,12 @@ export declare class ListHotTopicSummariesResponseBody extends $dara.Model {
3507
4292
  [key: string]: any;
3508
4293
  });
3509
4294
  }
3510
- export declare class ListHotTopicSummariesResponse extends $dara.Model {
4295
+ export declare class RunEnterpriseVocAnalysisResponse extends $dara.Model {
3511
4296
  headers?: {
3512
4297
  [key: string]: string;
3513
4298
  };
3514
4299
  statusCode?: number;
3515
- body?: ListHotTopicSummariesResponseBody;
4300
+ body?: RunEnterpriseVocAnalysisResponseBody;
3516
4301
  static names(): {
3517
4302
  [key: string]: string;
3518
4303
  };
@@ -4350,6 +5135,7 @@ export declare class RunStyleWritingResponse extends $dara.Model {
4350
5135
  });
4351
5136
  }
4352
5137
  export declare class RunTagMiningAnalysisRequest extends $dara.Model {
5138
+ apiKey?: string;
4353
5139
  /**
4354
5140
  * @example
4355
5141
  * clueMining
@@ -4396,6 +5182,7 @@ export declare class RunTagMiningAnalysisRequest extends $dara.Model {
4396
5182
  });
4397
5183
  }
4398
5184
  export declare class RunTagMiningAnalysisShrinkRequest extends $dara.Model {
5185
+ apiKey?: string;
4399
5186
  /**
4400
5187
  * @example
4401
5188
  * clueMining
@@ -4642,7 +5429,128 @@ export declare class RunVideoAnalysisResponse extends $dara.Model {
4642
5429
  [key: string]: any;
4643
5430
  });
4644
5431
  }
5432
+ export declare class SubmitEnterpriseVocAnalysisTaskRequest extends $dara.Model {
5433
+ contents?: SubmitEnterpriseVocAnalysisTaskRequestContents[];
5434
+ extraInfo?: string;
5435
+ /**
5436
+ * @example
5437
+ * oss://default/aimiaobi-service-prod/aimiaobi/temp/public/government_service_experience_feedback_summary.txt
5438
+ */
5439
+ fileKey?: string;
5440
+ filterTags?: SubmitEnterpriseVocAnalysisTaskRequestFilterTags[];
5441
+ /**
5442
+ * @example
5443
+ * qwen-max
5444
+ */
5445
+ modelId?: string;
5446
+ outputFormat?: string;
5447
+ tags?: SubmitEnterpriseVocAnalysisTaskRequestTags[];
5448
+ taskDescription?: string;
5449
+ /**
5450
+ * @example
5451
+ * http://www.example.com/xxxx.txt
5452
+ */
5453
+ url?: string;
5454
+ static names(): {
5455
+ [key: string]: string;
5456
+ };
5457
+ static types(): {
5458
+ [key: string]: any;
5459
+ };
5460
+ validate(): void;
5461
+ constructor(map?: {
5462
+ [key: string]: any;
5463
+ });
5464
+ }
5465
+ export declare class SubmitEnterpriseVocAnalysisTaskShrinkRequest extends $dara.Model {
5466
+ contentsShrink?: string;
5467
+ extraInfo?: string;
5468
+ /**
5469
+ * @example
5470
+ * oss://default/aimiaobi-service-prod/aimiaobi/temp/public/government_service_experience_feedback_summary.txt
5471
+ */
5472
+ fileKey?: string;
5473
+ filterTagsShrink?: string;
5474
+ /**
5475
+ * @example
5476
+ * qwen-max
5477
+ */
5478
+ modelId?: string;
5479
+ outputFormat?: string;
5480
+ tagsShrink?: string;
5481
+ taskDescription?: string;
5482
+ /**
5483
+ * @example
5484
+ * http://www.example.com/xxxx.txt
5485
+ */
5486
+ url?: string;
5487
+ static names(): {
5488
+ [key: string]: string;
5489
+ };
5490
+ static types(): {
5491
+ [key: string]: any;
5492
+ };
5493
+ validate(): void;
5494
+ constructor(map?: {
5495
+ [key: string]: any;
5496
+ });
5497
+ }
5498
+ export declare class SubmitEnterpriseVocAnalysisTaskResponseBody extends $dara.Model {
5499
+ /**
5500
+ * @example
5501
+ * NoPermission
5502
+ */
5503
+ code?: string;
5504
+ data?: SubmitEnterpriseVocAnalysisTaskResponseBodyData;
5505
+ /**
5506
+ * @example
5507
+ * 403
5508
+ */
5509
+ httpStatusCode?: number;
5510
+ message?: string;
5511
+ /**
5512
+ * @remarks
5513
+ * Id of the request
5514
+ *
5515
+ * @example
5516
+ * 117F5ABE-CF02-5502-9A3F-E56BC9081A64
5517
+ */
5518
+ requestId?: string;
5519
+ /**
5520
+ * @example
5521
+ * false
5522
+ */
5523
+ success?: boolean;
5524
+ static names(): {
5525
+ [key: string]: string;
5526
+ };
5527
+ static types(): {
5528
+ [key: string]: any;
5529
+ };
5530
+ validate(): void;
5531
+ constructor(map?: {
5532
+ [key: string]: any;
5533
+ });
5534
+ }
5535
+ export declare class SubmitEnterpriseVocAnalysisTaskResponse extends $dara.Model {
5536
+ headers?: {
5537
+ [key: string]: string;
5538
+ };
5539
+ statusCode?: number;
5540
+ body?: SubmitEnterpriseVocAnalysisTaskResponseBody;
5541
+ static names(): {
5542
+ [key: string]: string;
5543
+ };
5544
+ static types(): {
5545
+ [key: string]: any;
5546
+ };
5547
+ validate(): void;
5548
+ constructor(map?: {
5549
+ [key: string]: any;
5550
+ });
5551
+ }
4645
5552
  export declare class SubmitTagMiningAnalysisTaskRequest extends $dara.Model {
5553
+ apiKey?: string;
4646
5554
  /**
4647
5555
  * @example
4648
5556
  * clueMining
@@ -4687,6 +5595,7 @@ export declare class SubmitTagMiningAnalysisTaskRequest extends $dara.Model {
4687
5595
  });
4688
5596
  }
4689
5597
  export declare class SubmitTagMiningAnalysisTaskShrinkRequest extends $dara.Model {
5598
+ apiKey?: string;
4690
5599
  /**
4691
5600
  * @example
4692
5601
  * clueMining
@@ -5055,6 +5964,42 @@ export default class Client extends OpenApi {
5055
5964
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
5056
5965
  [key: string]: string;
5057
5966
  }, endpoint: string): string;
5967
+ /**
5968
+ * 取消异步任务
5969
+ *
5970
+ * @param request - CancelAsyncTaskRequest
5971
+ * @param headers - map
5972
+ * @param runtime - runtime options for this request RuntimeOptions
5973
+ * @returns CancelAsyncTaskResponse
5974
+ */
5975
+ cancelAsyncTaskWithOptions(workspaceId: string, request: CancelAsyncTaskRequest, headers: {
5976
+ [key: string]: string;
5977
+ }, runtime: $dara.RuntimeOptions): Promise<CancelAsyncTaskResponse>;
5978
+ /**
5979
+ * 取消异步任务
5980
+ *
5981
+ * @param request - CancelAsyncTaskRequest
5982
+ * @returns CancelAsyncTaskResponse
5983
+ */
5984
+ cancelAsyncTask(workspaceId: string, request: CancelAsyncTaskRequest): Promise<CancelAsyncTaskResponse>;
5985
+ /**
5986
+ * 导出挖掘任务明细
5987
+ *
5988
+ * @param tmpReq - ExportAnalysisTagDetailByTaskIdRequest
5989
+ * @param headers - map
5990
+ * @param runtime - runtime options for this request RuntimeOptions
5991
+ * @returns ExportAnalysisTagDetailByTaskIdResponse
5992
+ */
5993
+ exportAnalysisTagDetailByTaskIdWithOptions(workspaceId: string, tmpReq: ExportAnalysisTagDetailByTaskIdRequest, headers: {
5994
+ [key: string]: string;
5995
+ }, runtime: $dara.RuntimeOptions): Promise<ExportAnalysisTagDetailByTaskIdResponse>;
5996
+ /**
5997
+ * 导出挖掘任务明细
5998
+ *
5999
+ * @param request - ExportAnalysisTagDetailByTaskIdRequest
6000
+ * @returns ExportAnalysisTagDetailByTaskIdResponse
6001
+ */
6002
+ exportAnalysisTagDetailByTaskId(workspaceId: string, request: ExportAnalysisTagDetailByTaskIdRequest): Promise<ExportAnalysisTagDetailByTaskIdResponse>;
5058
6003
  /**
5059
6004
  * 新闻播报-抽取分类获取播报热点
5060
6005
  *
@@ -5091,6 +6036,24 @@ export default class Client extends OpenApi {
5091
6036
  * @returns GenerateOutputFormatResponse
5092
6037
  */
5093
6038
  generateOutputFormat(workspaceId: string, request: GenerateOutputFormatRequest): Promise<GenerateOutputFormatResponse>;
6039
+ /**
6040
+ * 获取企业VOC分析任务结果
6041
+ *
6042
+ * @param request - GetEnterpriseVocAnalysisTaskRequest
6043
+ * @param headers - map
6044
+ * @param runtime - runtime options for this request RuntimeOptions
6045
+ * @returns GetEnterpriseVocAnalysisTaskResponse
6046
+ */
6047
+ getEnterpriseVocAnalysisTaskWithOptions(workspaceId: string, request: GetEnterpriseVocAnalysisTaskRequest, headers: {
6048
+ [key: string]: string;
6049
+ }, runtime: $dara.RuntimeOptions): Promise<GetEnterpriseVocAnalysisTaskResponse>;
6050
+ /**
6051
+ * 获取企业VOC分析任务结果
6052
+ *
6053
+ * @param request - GetEnterpriseVocAnalysisTaskRequest
6054
+ * @returns GetEnterpriseVocAnalysisTaskResponse
6055
+ */
6056
+ getEnterpriseVocAnalysisTask(workspaceId: string, request: GetEnterpriseVocAnalysisTaskRequest): Promise<GetEnterpriseVocAnalysisTaskResponse>;
5094
6057
  /**
5095
6058
  * 获取挖掘分析任务结果
5096
6059
  *
@@ -5160,6 +6123,24 @@ export default class Client extends OpenApi {
5160
6123
  * @returns ListHotTopicSummariesResponse
5161
6124
  */
5162
6125
  listHotTopicSummaries(workspaceId: string, request: ListHotTopicSummariesRequest): Promise<ListHotTopicSummariesResponse>;
6126
+ /**
6127
+ * 企业VOC分析
6128
+ *
6129
+ * @param tmpReq - RunEnterpriseVocAnalysisRequest
6130
+ * @param headers - map
6131
+ * @param runtime - runtime options for this request RuntimeOptions
6132
+ * @returns RunEnterpriseVocAnalysisResponse
6133
+ */
6134
+ runEnterpriseVocAnalysisWithOptions(workspaceId: string, tmpReq: RunEnterpriseVocAnalysisRequest, headers: {
6135
+ [key: string]: string;
6136
+ }, runtime: $dara.RuntimeOptions): Promise<RunEnterpriseVocAnalysisResponse>;
6137
+ /**
6138
+ * 企业VOC分析
6139
+ *
6140
+ * @param request - RunEnterpriseVocAnalysisRequest
6141
+ * @returns RunEnterpriseVocAnalysisResponse
6142
+ */
6143
+ runEnterpriseVocAnalysis(workspaceId: string, request: RunEnterpriseVocAnalysisRequest): Promise<RunEnterpriseVocAnalysisResponse>;
5163
6144
  /**
5164
6145
  * 轻应用-热点播报-问答
5165
6146
  *
@@ -5376,6 +6357,24 @@ export default class Client extends OpenApi {
5376
6357
  * @returns RunVideoAnalysisResponse
5377
6358
  */
5378
6359
  runVideoAnalysis(workspaceId: string, request: RunVideoAnalysisRequest): Promise<RunVideoAnalysisResponse>;
6360
+ /**
6361
+ * 提交企业VOC异步任务
6362
+ *
6363
+ * @param tmpReq - SubmitEnterpriseVocAnalysisTaskRequest
6364
+ * @param headers - map
6365
+ * @param runtime - runtime options for this request RuntimeOptions
6366
+ * @returns SubmitEnterpriseVocAnalysisTaskResponse
6367
+ */
6368
+ submitEnterpriseVocAnalysisTaskWithOptions(workspaceId: string, tmpReq: SubmitEnterpriseVocAnalysisTaskRequest, headers: {
6369
+ [key: string]: string;
6370
+ }, runtime: $dara.RuntimeOptions): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
6371
+ /**
6372
+ * 提交企业VOC异步任务
6373
+ *
6374
+ * @param request - SubmitEnterpriseVocAnalysisTaskRequest
6375
+ * @returns SubmitEnterpriseVocAnalysisTaskResponse
6376
+ */
6377
+ submitEnterpriseVocAnalysisTask(workspaceId: string, request: SubmitEnterpriseVocAnalysisTaskRequest): Promise<SubmitEnterpriseVocAnalysisTaskResponse>;
5379
6378
  /**
5380
6379
  * 轻应用-标签挖掘
5381
6380
  *