@alicloud/aimiaobi20230801 1.8.4 → 1.9.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
@@ -1986,6 +1986,86 @@ export declare class GenerateViewPointResponse extends $tea.Model {
1986
1986
  [key: string]: any;
1987
1987
  });
1988
1988
  }
1989
+ export declare class GetCustomHotTopicBroadcastJobRequest extends $tea.Model {
1990
+ /**
1991
+ * @remarks
1992
+ * This parameter is required.
1993
+ *
1994
+ * @example
1995
+ * 2e27abb32cb64f80a0c6e829b6c87a09
1996
+ */
1997
+ taskId?: string;
1998
+ /**
1999
+ * @remarks
2000
+ * This parameter is required.
2001
+ *
2002
+ * @example
2003
+ * xxxx
2004
+ */
2005
+ workspaceId?: string;
2006
+ static names(): {
2007
+ [key: string]: string;
2008
+ };
2009
+ static types(): {
2010
+ [key: string]: any;
2011
+ };
2012
+ constructor(map?: {
2013
+ [key: string]: any;
2014
+ });
2015
+ }
2016
+ export declare class GetCustomHotTopicBroadcastJobResponseBody extends $tea.Model {
2017
+ /**
2018
+ * @example
2019
+ * NoData
2020
+ */
2021
+ code?: string;
2022
+ data?: GetCustomHotTopicBroadcastJobResponseBodyData;
2023
+ /**
2024
+ * @example
2025
+ * 200
2026
+ */
2027
+ httpStatusCode?: number;
2028
+ /**
2029
+ * @example
2030
+ * success
2031
+ */
2032
+ message?: string;
2033
+ /**
2034
+ * @example
2035
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
2036
+ */
2037
+ requestId?: string;
2038
+ /**
2039
+ * @example
2040
+ * true
2041
+ */
2042
+ success?: boolean;
2043
+ static names(): {
2044
+ [key: string]: string;
2045
+ };
2046
+ static types(): {
2047
+ [key: string]: any;
2048
+ };
2049
+ constructor(map?: {
2050
+ [key: string]: any;
2051
+ });
2052
+ }
2053
+ export declare class GetCustomHotTopicBroadcastJobResponse extends $tea.Model {
2054
+ headers?: {
2055
+ [key: string]: string;
2056
+ };
2057
+ statusCode?: number;
2058
+ body?: GetCustomHotTopicBroadcastJobResponseBody;
2059
+ static names(): {
2060
+ [key: string]: string;
2061
+ };
2062
+ static types(): {
2063
+ [key: string]: any;
2064
+ };
2065
+ constructor(map?: {
2066
+ [key: string]: any;
2067
+ });
2068
+ }
1989
2069
  export declare class GetCustomTextRequest extends $tea.Model {
1990
2070
  /**
1991
2071
  * @remarks
@@ -2391,6 +2471,161 @@ export declare class GetGeneratedContentResponse extends $tea.Model {
2391
2471
  [key: string]: any;
2392
2472
  });
2393
2473
  }
2474
+ export declare class GetHotTopicBroadcastRequest extends $tea.Model {
2475
+ /**
2476
+ * @example
2477
+ * false
2478
+ */
2479
+ calcTotalToken?: boolean;
2480
+ /**
2481
+ * @example
2482
+ * 分类筛选
2483
+ */
2484
+ category?: string;
2485
+ /**
2486
+ * @example
2487
+ * 1
2488
+ */
2489
+ current?: number;
2490
+ /**
2491
+ * @example
2492
+ * 2024-10-11_13
2493
+ */
2494
+ hotTopicVersion?: string;
2495
+ /**
2496
+ * @example
2497
+ * 5
2498
+ */
2499
+ size?: number;
2500
+ stepForCustomSummaryStyleConfig?: GetHotTopicBroadcastRequestStepForCustomSummaryStyleConfig;
2501
+ stepForNewsBroadcastContentConfig?: GetHotTopicBroadcastRequestStepForNewsBroadcastContentConfig;
2502
+ /**
2503
+ * @example
2504
+ * ["主题1","主题2"]
2505
+ */
2506
+ topics?: string[];
2507
+ /**
2508
+ * @remarks
2509
+ * This parameter is required.
2510
+ *
2511
+ * @example
2512
+ * xxxx
2513
+ */
2514
+ workspaceId?: string;
2515
+ static names(): {
2516
+ [key: string]: string;
2517
+ };
2518
+ static types(): {
2519
+ [key: string]: any;
2520
+ };
2521
+ constructor(map?: {
2522
+ [key: string]: any;
2523
+ });
2524
+ }
2525
+ export declare class GetHotTopicBroadcastShrinkRequest extends $tea.Model {
2526
+ /**
2527
+ * @example
2528
+ * false
2529
+ */
2530
+ calcTotalToken?: boolean;
2531
+ /**
2532
+ * @example
2533
+ * 分类筛选
2534
+ */
2535
+ category?: string;
2536
+ /**
2537
+ * @example
2538
+ * 1
2539
+ */
2540
+ current?: number;
2541
+ /**
2542
+ * @example
2543
+ * 2024-10-11_13
2544
+ */
2545
+ hotTopicVersion?: string;
2546
+ /**
2547
+ * @example
2548
+ * 5
2549
+ */
2550
+ size?: number;
2551
+ stepForCustomSummaryStyleConfigShrink?: string;
2552
+ stepForNewsBroadcastContentConfigShrink?: string;
2553
+ /**
2554
+ * @example
2555
+ * ["主题1","主题2"]
2556
+ */
2557
+ topicsShrink?: string;
2558
+ /**
2559
+ * @remarks
2560
+ * This parameter is required.
2561
+ *
2562
+ * @example
2563
+ * xxxx
2564
+ */
2565
+ workspaceId?: string;
2566
+ static names(): {
2567
+ [key: string]: string;
2568
+ };
2569
+ static types(): {
2570
+ [key: string]: any;
2571
+ };
2572
+ constructor(map?: {
2573
+ [key: string]: any;
2574
+ });
2575
+ }
2576
+ export declare class GetHotTopicBroadcastResponseBody extends $tea.Model {
2577
+ /**
2578
+ * @example
2579
+ * NoData
2580
+ */
2581
+ code?: string;
2582
+ data?: GetHotTopicBroadcastResponseBodyData;
2583
+ /**
2584
+ * @example
2585
+ * 200
2586
+ */
2587
+ httpStatusCode?: number;
2588
+ /**
2589
+ * @example
2590
+ * success
2591
+ */
2592
+ message?: string;
2593
+ /**
2594
+ * @example
2595
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
2596
+ */
2597
+ requestId?: string;
2598
+ /**
2599
+ * @example
2600
+ * true
2601
+ */
2602
+ success?: boolean;
2603
+ static names(): {
2604
+ [key: string]: string;
2605
+ };
2606
+ static types(): {
2607
+ [key: string]: any;
2608
+ };
2609
+ constructor(map?: {
2610
+ [key: string]: any;
2611
+ });
2612
+ }
2613
+ export declare class GetHotTopicBroadcastResponse extends $tea.Model {
2614
+ headers?: {
2615
+ [key: string]: string;
2616
+ };
2617
+ statusCode?: number;
2618
+ body?: GetHotTopicBroadcastResponseBody;
2619
+ static names(): {
2620
+ [key: string]: string;
2621
+ };
2622
+ static types(): {
2623
+ [key: string]: any;
2624
+ };
2625
+ constructor(map?: {
2626
+ [key: string]: any;
2627
+ });
2628
+ }
2394
2629
  export declare class GetInterveneGlobalReplyRequest extends $tea.Model {
2395
2630
  /**
2396
2631
  * @remarks
@@ -7936,29 +8171,26 @@ export declare class SubmitAsyncTaskResponse extends $tea.Model {
7936
8171
  [key: string]: any;
7937
8172
  });
7938
8173
  }
7939
- export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest extends $tea.Model {
8174
+ export declare class SubmitCustomHotTopicBroadcastJobRequest extends $tea.Model {
7940
8175
  /**
7941
8176
  * @remarks
7942
8177
  * This parameter is required.
7943
- *
8178
+ */
8179
+ hotTopicBroadcastConfig?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfig;
8180
+ /**
7944
8181
  * @example
7945
- * xxxxx_p_efm
8182
+ * 热点版本
7946
8183
  */
7947
- agentKey?: string;
7948
- documents?: SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments[];
8184
+ hotTopicVersion?: string;
8185
+ topics?: string[];
7949
8186
  /**
7950
8187
  * @remarks
7951
8188
  * This parameter is required.
7952
8189
  *
7953
8190
  * @example
7954
- * 自定义观点的输入Prompt
7955
- */
7956
- prompt?: string;
7957
- /**
7958
- * @example
7959
- * 待分析的主题名(documents与topic二者至少传一个)
8191
+ * xxxx
7960
8192
  */
7961
- topic?: string;
8193
+ workspaceId?: string;
7962
8194
  static names(): {
7963
8195
  [key: string]: string;
7964
8196
  };
@@ -7969,29 +8201,26 @@ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest ex
7969
8201
  [key: string]: any;
7970
8202
  });
7971
8203
  }
7972
- export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest extends $tea.Model {
8204
+ export declare class SubmitCustomHotTopicBroadcastJobShrinkRequest extends $tea.Model {
7973
8205
  /**
7974
8206
  * @remarks
7975
8207
  * This parameter is required.
7976
- *
8208
+ */
8209
+ hotTopicBroadcastConfigShrink?: string;
8210
+ /**
7977
8211
  * @example
7978
- * xxxxx_p_efm
8212
+ * 热点版本
7979
8213
  */
7980
- agentKey?: string;
7981
- documentsShrink?: string;
8214
+ hotTopicVersion?: string;
8215
+ topicsShrink?: string;
7982
8216
  /**
7983
8217
  * @remarks
7984
8218
  * This parameter is required.
7985
8219
  *
7986
8220
  * @example
7987
- * 自定义观点的输入Prompt
7988
- */
7989
- prompt?: string;
7990
- /**
7991
- * @example
7992
- * 待分析的主题名(documents与topic二者至少传一个)
8221
+ * xxxx
7993
8222
  */
7994
- topic?: string;
8223
+ workspaceId?: string;
7995
8224
  static names(): {
7996
8225
  [key: string]: string;
7997
8226
  };
@@ -8002,13 +8231,13 @@ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequ
8002
8231
  [key: string]: any;
8003
8232
  });
8004
8233
  }
8005
- export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody extends $tea.Model {
8234
+ export declare class SubmitCustomHotTopicBroadcastJobResponseBody extends $tea.Model {
8006
8235
  /**
8007
8236
  * @example
8008
8237
  * NoData
8009
8238
  */
8010
8239
  code?: string;
8011
- data?: SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData;
8240
+ data?: SubmitCustomHotTopicBroadcastJobResponseBodyData;
8012
8241
  /**
8013
8242
  * @example
8014
8243
  * 200
@@ -8039,12 +8268,12 @@ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBo
8039
8268
  [key: string]: any;
8040
8269
  });
8041
8270
  }
8042
- export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponse extends $tea.Model {
8271
+ export declare class SubmitCustomHotTopicBroadcastJobResponse extends $tea.Model {
8043
8272
  headers?: {
8044
8273
  [key: string]: string;
8045
8274
  };
8046
8275
  statusCode?: number;
8047
- body?: SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody;
8276
+ body?: SubmitCustomHotTopicBroadcastJobResponseBody;
8048
8277
  static names(): {
8049
8278
  [key: string]: string;
8050
8279
  };
@@ -8055,7 +8284,7 @@ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponse e
8055
8284
  [key: string]: any;
8056
8285
  });
8057
8286
  }
8058
- export declare class SubmitDocClusterTaskRequest extends $tea.Model {
8287
+ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequest extends $tea.Model {
8059
8288
  /**
8060
8289
  * @remarks
8061
8290
  * This parameter is required.
@@ -8064,16 +8293,135 @@ export declare class SubmitDocClusterTaskRequest extends $tea.Model {
8064
8293
  * xxxxx_p_efm
8065
8294
  */
8066
8295
  agentKey?: string;
8296
+ documents?: SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments[];
8067
8297
  /**
8068
8298
  * @remarks
8069
8299
  * This parameter is required.
8070
- */
8071
- documents?: SubmitDocClusterTaskRequestDocuments[];
8072
- /**
8300
+ *
8073
8301
  * @example
8074
- * 49
8302
+ * 自定义观点的输入Prompt
8075
8303
  */
8076
- summaryLength?: number;
8304
+ prompt?: string;
8305
+ /**
8306
+ * @example
8307
+ * 待分析的主题名(documents与topic二者至少传一个)
8308
+ */
8309
+ topic?: string;
8310
+ static names(): {
8311
+ [key: string]: string;
8312
+ };
8313
+ static types(): {
8314
+ [key: string]: any;
8315
+ };
8316
+ constructor(map?: {
8317
+ [key: string]: any;
8318
+ });
8319
+ }
8320
+ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskShrinkRequest extends $tea.Model {
8321
+ /**
8322
+ * @remarks
8323
+ * This parameter is required.
8324
+ *
8325
+ * @example
8326
+ * xxxxx_p_efm
8327
+ */
8328
+ agentKey?: string;
8329
+ documentsShrink?: string;
8330
+ /**
8331
+ * @remarks
8332
+ * This parameter is required.
8333
+ *
8334
+ * @example
8335
+ * 自定义观点的输入Prompt
8336
+ */
8337
+ prompt?: string;
8338
+ /**
8339
+ * @example
8340
+ * 待分析的主题名(documents与topic二者至少传一个)
8341
+ */
8342
+ topic?: string;
8343
+ static names(): {
8344
+ [key: string]: string;
8345
+ };
8346
+ static types(): {
8347
+ [key: string]: any;
8348
+ };
8349
+ constructor(map?: {
8350
+ [key: string]: any;
8351
+ });
8352
+ }
8353
+ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody extends $tea.Model {
8354
+ /**
8355
+ * @example
8356
+ * NoData
8357
+ */
8358
+ code?: string;
8359
+ data?: SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData;
8360
+ /**
8361
+ * @example
8362
+ * 200
8363
+ */
8364
+ httpStatusCode?: number;
8365
+ /**
8366
+ * @example
8367
+ * success
8368
+ */
8369
+ message?: string;
8370
+ /**
8371
+ * @example
8372
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
8373
+ */
8374
+ requestId?: string;
8375
+ /**
8376
+ * @example
8377
+ * true
8378
+ */
8379
+ success?: boolean;
8380
+ static names(): {
8381
+ [key: string]: string;
8382
+ };
8383
+ static types(): {
8384
+ [key: string]: any;
8385
+ };
8386
+ constructor(map?: {
8387
+ [key: string]: any;
8388
+ });
8389
+ }
8390
+ export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponse extends $tea.Model {
8391
+ headers?: {
8392
+ [key: string]: string;
8393
+ };
8394
+ statusCode?: number;
8395
+ body?: SubmitCustomTopicSelectionPerspectiveAnalysisTaskResponseBody;
8396
+ static names(): {
8397
+ [key: string]: string;
8398
+ };
8399
+ static types(): {
8400
+ [key: string]: any;
8401
+ };
8402
+ constructor(map?: {
8403
+ [key: string]: any;
8404
+ });
8405
+ }
8406
+ export declare class SubmitDocClusterTaskRequest extends $tea.Model {
8407
+ /**
8408
+ * @remarks
8409
+ * This parameter is required.
8410
+ *
8411
+ * @example
8412
+ * xxxxx_p_efm
8413
+ */
8414
+ agentKey?: string;
8415
+ /**
8416
+ * @remarks
8417
+ * This parameter is required.
8418
+ */
8419
+ documents?: SubmitDocClusterTaskRequestDocuments[];
8420
+ /**
8421
+ * @example
8422
+ * 49
8423
+ */
8424
+ summaryLength?: number;
8077
8425
  /**
8078
8426
  * @example
8079
8427
  * 69
@@ -9063,6 +9411,32 @@ export declare class GenerateViewPointResponseBodyData extends $tea.Model {
9063
9411
  [key: string]: any;
9064
9412
  });
9065
9413
  }
9414
+ export declare class GetCustomHotTopicBroadcastJobResponseBodyData extends $tea.Model {
9415
+ /**
9416
+ * @example
9417
+ * 错误信息
9418
+ */
9419
+ errorMessage?: string;
9420
+ /**
9421
+ * @example
9422
+ * 热点话题版本号标识
9423
+ */
9424
+ hotTopicVersion?: string;
9425
+ /**
9426
+ * @example
9427
+ * RUNNING
9428
+ */
9429
+ status?: string;
9430
+ static names(): {
9431
+ [key: string]: string;
9432
+ };
9433
+ static types(): {
9434
+ [key: string]: any;
9435
+ };
9436
+ constructor(map?: {
9437
+ [key: string]: any;
9438
+ });
9439
+ }
9066
9440
  export declare class GetCustomTextResponseBodyData extends $tea.Model {
9067
9441
  /**
9068
9442
  * @example
@@ -9165,10 +9539,375 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
9165
9539
  attitudeType?: string;
9166
9540
  /**
9167
9541
  * @example
9168
- * 当前观点占比
9542
+ * 当前观点占比
9543
+ */
9544
+ ratio?: string;
9545
+ viewPoints?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPoints[];
9546
+ static names(): {
9547
+ [key: string]: string;
9548
+ };
9549
+ static types(): {
9550
+ [key: string]: any;
9551
+ };
9552
+ constructor(map?: {
9553
+ [key: string]: any;
9554
+ });
9555
+ }
9556
+ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResult extends $tea.Model {
9557
+ attitudes?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudes[];
9558
+ /**
9559
+ * @example
9560
+ * 热点主题事件
9561
+ */
9562
+ topic?: string;
9563
+ static names(): {
9564
+ [key: string]: string;
9565
+ };
9566
+ static types(): {
9567
+ [key: string]: any;
9568
+ };
9569
+ constructor(map?: {
9570
+ [key: string]: any;
9571
+ });
9572
+ }
9573
+ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData extends $tea.Model {
9574
+ customViewPointsResult?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResult;
9575
+ /**
9576
+ * @example
9577
+ * 错误信息
9578
+ */
9579
+ errorMessage?: string;
9580
+ /**
9581
+ * @example
9582
+ * FAILED
9583
+ */
9584
+ status?: string;
9585
+ static names(): {
9586
+ [key: string]: string;
9587
+ };
9588
+ static types(): {
9589
+ [key: string]: any;
9590
+ };
9591
+ constructor(map?: {
9592
+ [key: string]: any;
9593
+ });
9594
+ }
9595
+ export declare class GetDataSourceOrderConfigResponseBodyDataUserConfigDataSourceList extends $tea.Model {
9596
+ /**
9597
+ * @example
9598
+ * QuarkCommonNews
9599
+ */
9600
+ code?: string;
9601
+ name?: string;
9602
+ /**
9603
+ * @example
9604
+ * 20
9605
+ */
9606
+ number?: number;
9607
+ /**
9608
+ * @example
9609
+ * SystemSearch
9610
+ */
9611
+ type?: string;
9612
+ static names(): {
9613
+ [key: string]: string;
9614
+ };
9615
+ static types(): {
9616
+ [key: string]: any;
9617
+ };
9618
+ constructor(map?: {
9619
+ [key: string]: any;
9620
+ });
9621
+ }
9622
+ export declare class GetDataSourceOrderConfigResponseBodyData extends $tea.Model {
9623
+ userConfigDataSourceList?: GetDataSourceOrderConfigResponseBodyDataUserConfigDataSourceList[];
9624
+ static names(): {
9625
+ [key: string]: string;
9626
+ };
9627
+ static types(): {
9628
+ [key: string]: any;
9629
+ };
9630
+ constructor(map?: {
9631
+ [key: string]: any;
9632
+ });
9633
+ }
9634
+ export declare class GetDocClusterTaskResponseBodyDataTopics extends $tea.Model {
9635
+ docIds?: string[];
9636
+ /**
9637
+ * @example
9638
+ * 聚类主题摘要
9639
+ */
9640
+ summary?: string;
9641
+ /**
9642
+ * @example
9643
+ * 聚类主题名
9644
+ */
9645
+ title?: string;
9646
+ static names(): {
9647
+ [key: string]: string;
9648
+ };
9649
+ static types(): {
9650
+ [key: string]: any;
9651
+ };
9652
+ constructor(map?: {
9653
+ [key: string]: any;
9654
+ });
9655
+ }
9656
+ export declare class GetDocClusterTaskResponseBodyData extends $tea.Model {
9657
+ /**
9658
+ * @example
9659
+ * 错误信息
9660
+ */
9661
+ errorMessage?: string;
9662
+ /**
9663
+ * @example
9664
+ * PENDING
9665
+ */
9666
+ status?: string;
9667
+ topics?: GetDocClusterTaskResponseBodyDataTopics[];
9668
+ static names(): {
9669
+ [key: string]: string;
9670
+ };
9671
+ static types(): {
9672
+ [key: string]: any;
9673
+ };
9674
+ constructor(map?: {
9675
+ [key: string]: any;
9676
+ });
9677
+ }
9678
+ export declare class GetGeneratedContentResponseBodyData extends $tea.Model {
9679
+ content?: string;
9680
+ /**
9681
+ * @example
9682
+ * media
9683
+ */
9684
+ contentDomain?: string;
9685
+ contentText?: string;
9686
+ /**
9687
+ * @example
9688
+ * 2024-01-04 11:46:07
9689
+ */
9690
+ createTime?: string;
9691
+ /**
9692
+ * @example
9693
+ * 1
9694
+ */
9695
+ createUser?: string;
9696
+ /**
9697
+ * @example
9698
+ * xxx
9699
+ */
9700
+ deviceId?: string;
9701
+ /**
9702
+ * @example
9703
+ * 86
9704
+ */
9705
+ id?: number;
9706
+ keywordList?: string[];
9707
+ keywords?: string;
9708
+ prompt?: string;
9709
+ /**
9710
+ * @example
9711
+ * 3f7045e099474ba28ceca1b4eb6d6e21
9712
+ */
9713
+ taskId?: string;
9714
+ title?: string;
9715
+ /**
9716
+ * @example
9717
+ * 2024-01-04 11:46:07
9718
+ */
9719
+ updateTime?: string;
9720
+ /**
9721
+ * @example
9722
+ * 1
9723
+ */
9724
+ updateUser?: string;
9725
+ /**
9726
+ * @example
9727
+ * 0961a514-2e26-4aa6-b22b-f592d145fe47
9728
+ */
9729
+ uuid?: string;
9730
+ static names(): {
9731
+ [key: string]: string;
9732
+ };
9733
+ static types(): {
9734
+ [key: string]: any;
9735
+ };
9736
+ constructor(map?: {
9737
+ [key: string]: any;
9738
+ });
9739
+ }
9740
+ export declare class GetHotTopicBroadcastRequestStepForCustomSummaryStyleConfig extends $tea.Model {
9741
+ /**
9742
+ * @example
9743
+ * 90
9744
+ */
9745
+ summaryImageCount?: number;
9746
+ /**
9747
+ * @remarks
9748
+ * This parameter is required.
9749
+ *
9750
+ * @example
9751
+ * 摘要模型
9752
+ */
9753
+ summaryModel?: string;
9754
+ /**
9755
+ * @example
9756
+ * 摘要-自定义Prompt
9757
+ */
9758
+ summaryPrompt?: string;
9759
+ static names(): {
9760
+ [key: string]: string;
9761
+ };
9762
+ static types(): {
9763
+ [key: string]: any;
9764
+ };
9765
+ constructor(map?: {
9766
+ [key: string]: any;
9767
+ });
9768
+ }
9769
+ export declare class GetHotTopicBroadcastRequestStepForNewsBroadcastContentConfigCustomHotValueWeights extends $tea.Model {
9770
+ /**
9771
+ * @example
9772
+ * views
9773
+ */
9774
+ dimension?: string;
9775
+ /**
9776
+ * @example
9777
+ * 1
9778
+ */
9779
+ weight?: number;
9780
+ static names(): {
9781
+ [key: string]: string;
9782
+ };
9783
+ static types(): {
9784
+ [key: string]: any;
9785
+ };
9786
+ constructor(map?: {
9787
+ [key: string]: any;
9788
+ });
9789
+ }
9790
+ export declare class GetHotTopicBroadcastRequestStepForNewsBroadcastContentConfig extends $tea.Model {
9791
+ /**
9792
+ * @example
9793
+ * ["科技","经济","时政","娱乐"]
9794
+ */
9795
+ categories?: string[];
9796
+ customHotValueWeights?: GetHotTopicBroadcastRequestStepForNewsBroadcastContentConfigCustomHotValueWeights[];
9797
+ /**
9798
+ * @example
9799
+ * 10
9800
+ */
9801
+ topicCount?: number;
9802
+ static names(): {
9803
+ [key: string]: string;
9804
+ };
9805
+ static types(): {
9806
+ [key: string]: any;
9807
+ };
9808
+ constructor(map?: {
9809
+ [key: string]: any;
9810
+ });
9811
+ }
9812
+ export declare class GetHotTopicBroadcastResponseBodyDataDataImages extends $tea.Model {
9813
+ /**
9814
+ * @example
9815
+ * http://www.example.com/a.png
9816
+ */
9817
+ url?: string;
9818
+ static names(): {
9819
+ [key: string]: string;
9820
+ };
9821
+ static types(): {
9822
+ [key: string]: any;
9823
+ };
9824
+ constructor(map?: {
9825
+ [key: string]: any;
9826
+ });
9827
+ }
9828
+ export declare class GetHotTopicBroadcastResponseBodyDataDataNewsComments extends $tea.Model {
9829
+ /**
9830
+ * @example
9831
+ * 评论内容
9832
+ */
9833
+ text?: string;
9834
+ /**
9835
+ * @example
9836
+ * 评论用户名
9837
+ */
9838
+ username?: string;
9839
+ static names(): {
9840
+ [key: string]: string;
9841
+ };
9842
+ static types(): {
9843
+ [key: string]: any;
9844
+ };
9845
+ constructor(map?: {
9846
+ [key: string]: any;
9847
+ });
9848
+ }
9849
+ export declare class GetHotTopicBroadcastResponseBodyDataDataNews extends $tea.Model {
9850
+ analysisCategory?: string;
9851
+ /**
9852
+ * @example
9853
+ * 聚合后热点名称
9854
+ */
9855
+ analysisTopic?: string;
9856
+ author?: string;
9857
+ category?: string[];
9858
+ comments?: GetHotTopicBroadcastResponseBodyDataDataNewsComments[];
9859
+ content?: string;
9860
+ /**
9861
+ * @example
9862
+ * 2024-06-13 08:45:05
9863
+ */
9864
+ createTime?: string;
9865
+ domain?: string;
9866
+ /**
9867
+ * @example
9868
+ * 2024111110
9869
+ */
9870
+ dt?: string;
9871
+ /**
9872
+ * @example
9873
+ * 原始热点名称
9874
+ */
9875
+ hotTopic?: string;
9876
+ imgList?: string[];
9877
+ /**
9878
+ * @remarks
9879
+ * logo
9880
+ *
9881
+ * @example
9882
+ * https://www.example.com/a.png
9883
+ */
9884
+ logo?: string;
9885
+ /**
9886
+ * @example
9887
+ * 2024-10-10 12:12:00
9888
+ */
9889
+ pubTime?: string;
9890
+ /**
9891
+ * @example
9892
+ * 摘要
9893
+ */
9894
+ summary?: string;
9895
+ title?: string;
9896
+ /**
9897
+ * @example
9898
+ * http://www.example.com/a.png
9899
+ */
9900
+ url?: string;
9901
+ /**
9902
+ * @example
9903
+ * 主键ID
9904
+ */
9905
+ uuid?: string;
9906
+ /**
9907
+ * @example
9908
+ * 网站
9169
9909
  */
9170
- ratio?: string;
9171
- viewPoints?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudesViewPoints[];
9910
+ website?: string;
9172
9911
  static names(): {
9173
9912
  [key: string]: string;
9174
9913
  };
@@ -9179,13 +9918,17 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
9179
9918
  [key: string]: any;
9180
9919
  });
9181
9920
  }
9182
- export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResult extends $tea.Model {
9183
- attitudes?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResultAttitudes[];
9921
+ export declare class GetHotTopicBroadcastResponseBodyDataDataSummarySummaries extends $tea.Model {
9184
9922
  /**
9185
9923
  * @example
9186
- * 热点主题事件
9924
+ * 摘要
9187
9925
  */
9188
- topic?: string;
9926
+ summary?: string;
9927
+ /**
9928
+ * @example
9929
+ * 标题
9930
+ */
9931
+ title?: string;
9189
9932
  static names(): {
9190
9933
  [key: string]: string;
9191
9934
  };
@@ -9196,18 +9939,18 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
9196
9939
  [key: string]: any;
9197
9940
  });
9198
9941
  }
9199
- export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyData extends $tea.Model {
9200
- customViewPointsResult?: GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyDataCustomViewPointsResult;
9942
+ export declare class GetHotTopicBroadcastResponseBodyDataDataSummary extends $tea.Model {
9201
9943
  /**
9202
9944
  * @example
9203
- * 错误信息
9945
+ * 17
9204
9946
  */
9205
- errorMessage?: string;
9947
+ inputToken?: number;
9206
9948
  /**
9207
9949
  * @example
9208
- * FAILED
9950
+ * 41
9209
9951
  */
9210
- status?: string;
9952
+ outputToken?: number;
9953
+ summaries?: GetHotTopicBroadcastResponseBodyDataDataSummarySummaries[];
9211
9954
  static names(): {
9212
9955
  [key: string]: string;
9213
9956
  };
@@ -9218,141 +9961,114 @@ export declare class GetCustomTopicSelectionPerspectiveAnalysisTaskResponseBodyD
9218
9961
  [key: string]: any;
9219
9962
  });
9220
9963
  }
9221
- export declare class GetDataSourceOrderConfigResponseBodyDataUserConfigDataSourceList extends $tea.Model {
9964
+ export declare class GetHotTopicBroadcastResponseBodyDataData extends $tea.Model {
9222
9965
  /**
9223
9966
  * @example
9224
- * QuarkCommonNews
9967
+ * 热点话题分类
9225
9968
  */
9226
- code?: string;
9227
- name?: string;
9969
+ category?: string;
9228
9970
  /**
9229
9971
  * @example
9230
- * 20
9972
+ * 创建时间
9231
9973
  */
9232
- number?: number;
9974
+ createTime?: string;
9233
9975
  /**
9234
9976
  * @example
9235
- * SystemSearch
9977
+ * 34.7905341705522
9236
9978
  */
9237
- type?: string;
9238
- static names(): {
9239
- [key: string]: string;
9240
- };
9241
- static types(): {
9242
- [key: string]: any;
9243
- };
9244
- constructor(map?: {
9245
- [key: string]: any;
9246
- });
9247
- }
9248
- export declare class GetDataSourceOrderConfigResponseBodyData extends $tea.Model {
9249
- userConfigDataSourceList?: GetDataSourceOrderConfigResponseBodyDataUserConfigDataSourceList[];
9250
- static names(): {
9251
- [key: string]: string;
9252
- };
9253
- static types(): {
9254
- [key: string]: any;
9255
- };
9256
- constructor(map?: {
9257
- [key: string]: any;
9258
- });
9259
- }
9260
- export declare class GetDocClusterTaskResponseBodyDataTopics extends $tea.Model {
9261
- docIds?: string[];
9979
+ customHotValue?: number;
9262
9980
  /**
9263
9981
  * @example
9264
- * 聚类主题摘要
9982
+ * 自定义热点话题文本摘要
9265
9983
  */
9266
- summary?: string;
9984
+ customTextSummary?: string;
9267
9985
  /**
9268
9986
  * @example
9269
- * 聚类主题名
9987
+ * 热点话题名称
9270
9988
  */
9271
- title?: string;
9272
- static names(): {
9273
- [key: string]: string;
9274
- };
9275
- static types(): {
9276
- [key: string]: any;
9277
- };
9278
- constructor(map?: {
9279
- [key: string]: any;
9280
- });
9281
- }
9282
- export declare class GetDocClusterTaskResponseBodyData extends $tea.Model {
9989
+ hotTopic?: string;
9283
9990
  /**
9284
9991
  * @example
9285
- * 错误信息
9992
+ * 热点话题摘要版本
9286
9993
  */
9287
- errorMessage?: string;
9994
+ hotTopicVersion?: string;
9288
9995
  /**
9289
9996
  * @example
9290
- * PENDING
9997
+ * 1.4120480606282884
9291
9998
  */
9292
- status?: string;
9293
- topics?: GetDocClusterTaskResponseBodyDataTopics[];
9294
- static names(): {
9295
- [key: string]: string;
9296
- };
9297
- static types(): {
9298
- [key: string]: any;
9299
- };
9300
- constructor(map?: {
9301
- [key: string]: any;
9302
- });
9303
- }
9304
- export declare class GetGeneratedContentResponseBodyData extends $tea.Model {
9305
- content?: string;
9999
+ hotValue?: number;
9306
10000
  /**
9307
10001
  * @example
9308
- * media
10002
+ * 热点话题ID
9309
10003
  */
9310
- contentDomain?: string;
9311
- contentText?: string;
10004
+ id?: string;
10005
+ images?: GetHotTopicBroadcastResponseBodyDataDataImages[];
9312
10006
  /**
9313
10007
  * @example
9314
- * 2024-01-04 11:46:07
10008
+ * 29
9315
10009
  */
9316
- createTime?: string;
10010
+ inputToken?: number;
10011
+ news?: GetHotTopicBroadcastResponseBodyDataDataNews[];
9317
10012
  /**
9318
10013
  * @example
9319
- * 1
10014
+ * 22
9320
10015
  */
9321
- createUser?: string;
10016
+ outputToken?: number;
10017
+ summary?: GetHotTopicBroadcastResponseBodyDataDataSummary;
9322
10018
  /**
9323
10019
  * @example
9324
- * xxx
10020
+ * 热点话题文本摘要
9325
10021
  */
9326
- deviceId?: string;
10022
+ textSummary?: string;
10023
+ static names(): {
10024
+ [key: string]: string;
10025
+ };
10026
+ static types(): {
10027
+ [key: string]: any;
10028
+ };
10029
+ constructor(map?: {
10030
+ [key: string]: any;
10031
+ });
10032
+ }
10033
+ export declare class GetHotTopicBroadcastResponseBodyDataTotalTokenInfo extends $tea.Model {
9327
10034
  /**
9328
10035
  * @example
9329
- * 86
10036
+ * 100
9330
10037
  */
9331
- id?: number;
9332
- keywordList?: string[];
9333
- keywords?: string;
9334
- prompt?: string;
10038
+ hotTopicCount?: number;
9335
10039
  /**
9336
10040
  * @example
9337
- * 3f7045e099474ba28ceca1b4eb6d6e21
10041
+ * 100
9338
10042
  */
9339
- taskId?: string;
9340
- title?: string;
10043
+ inputTokens?: number;
9341
10044
  /**
9342
10045
  * @example
9343
- * 2024-01-04 11:46:07
10046
+ * 100
9344
10047
  */
9345
- updateTime?: string;
10048
+ outputTokens?: number;
9346
10049
  /**
9347
10050
  * @example
9348
- * 1
10051
+ * 100
9349
10052
  */
9350
- updateUser?: string;
10053
+ wordCount?: number;
10054
+ static names(): {
10055
+ [key: string]: string;
10056
+ };
10057
+ static types(): {
10058
+ [key: string]: any;
10059
+ };
10060
+ constructor(map?: {
10061
+ [key: string]: any;
10062
+ });
10063
+ }
10064
+ export declare class GetHotTopicBroadcastResponseBodyData extends $tea.Model {
10065
+ data?: GetHotTopicBroadcastResponseBodyDataData[];
9351
10066
  /**
9352
10067
  * @example
9353
- * 0961a514-2e26-4aa6-b22b-f592d145fe47
10068
+ * 100
9354
10069
  */
9355
- uuid?: string;
10070
+ totalCount?: number;
10071
+ totalTokenInfo?: GetHotTopicBroadcastResponseBodyDataTotalTokenInfo;
9356
10072
  static names(): {
9357
10073
  [key: string]: string;
9358
10074
  };
@@ -14363,6 +15079,120 @@ export declare class SubmitAsyncTaskResponseBodyData extends $tea.Model {
14363
15079
  [key: string]: any;
14364
15080
  });
14365
15081
  }
15082
+ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForCustomSummaryStyleConfig extends $tea.Model {
15083
+ /**
15084
+ * @example
15085
+ * 3
15086
+ */
15087
+ summaryImageCount?: number;
15088
+ /**
15089
+ * @remarks
15090
+ * This parameter is required.
15091
+ *
15092
+ * @example
15093
+ * qwen-max
15094
+ */
15095
+ summaryModel?: string;
15096
+ /**
15097
+ * @example
15098
+ * xxxx
15099
+ */
15100
+ summaryPrompt?: string;
15101
+ static names(): {
15102
+ [key: string]: string;
15103
+ };
15104
+ static types(): {
15105
+ [key: string]: any;
15106
+ };
15107
+ constructor(map?: {
15108
+ [key: string]: any;
15109
+ });
15110
+ }
15111
+ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfigCustomHotValueWeights extends $tea.Model {
15112
+ /**
15113
+ * @example
15114
+ * views
15115
+ */
15116
+ dimension?: string;
15117
+ /**
15118
+ * @example
15119
+ * 维度名称
15120
+ */
15121
+ dimensionName?: string;
15122
+ /**
15123
+ * @example
15124
+ * 1
15125
+ */
15126
+ weight?: number;
15127
+ static names(): {
15128
+ [key: string]: string;
15129
+ };
15130
+ static types(): {
15131
+ [key: string]: any;
15132
+ };
15133
+ constructor(map?: {
15134
+ [key: string]: any;
15135
+ });
15136
+ }
15137
+ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfig extends $tea.Model {
15138
+ /**
15139
+ * @example
15140
+ * ["科技","经济","时政","娱乐"]
15141
+ */
15142
+ categories?: string[];
15143
+ customHotValueWeights?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfigCustomHotValueWeights[];
15144
+ /**
15145
+ * @example
15146
+ * 10
15147
+ */
15148
+ topicCount?: number;
15149
+ static names(): {
15150
+ [key: string]: string;
15151
+ };
15152
+ static types(): {
15153
+ [key: string]: any;
15154
+ };
15155
+ constructor(map?: {
15156
+ [key: string]: any;
15157
+ });
15158
+ }
15159
+ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfig extends $tea.Model {
15160
+ /**
15161
+ * @remarks
15162
+ * This parameter is required.
15163
+ */
15164
+ stepForCustomSummaryStyleConfig?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForCustomSummaryStyleConfig;
15165
+ /**
15166
+ * @remarks
15167
+ * This parameter is required.
15168
+ */
15169
+ stepForNewsBroadcastContentConfig?: SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastConfigStepForNewsBroadcastContentConfig;
15170
+ static names(): {
15171
+ [key: string]: string;
15172
+ };
15173
+ static types(): {
15174
+ [key: string]: any;
15175
+ };
15176
+ constructor(map?: {
15177
+ [key: string]: any;
15178
+ });
15179
+ }
15180
+ export declare class SubmitCustomHotTopicBroadcastJobResponseBodyData extends $tea.Model {
15181
+ /**
15182
+ * @example
15183
+ * 3f7045e099474ba28ceca1b4eb6d6e21
15184
+ */
15185
+ taskId?: string;
15186
+ static names(): {
15187
+ [key: string]: string;
15188
+ };
15189
+ static types(): {
15190
+ [key: string]: any;
15191
+ };
15192
+ constructor(map?: {
15193
+ [key: string]: any;
15194
+ });
15195
+ }
14366
15196
  export declare class SubmitCustomTopicSelectionPerspectiveAnalysisTaskRequestDocuments extends $tea.Model {
14367
15197
  /**
14368
15198
  * @example
@@ -14862,6 +15692,21 @@ export default class Client extends OpenApi {
14862
15692
  * @returns GenerateViewPointResponse
14863
15693
  */
14864
15694
  generateViewPoint(request: GenerateViewPointRequest): Promise<GenerateViewPointResponse>;
15695
+ /**
15696
+ * 获取自定义播报单任务结果
15697
+ *
15698
+ * @param request - GetCustomHotTopicBroadcastJobRequest
15699
+ * @param runtime - runtime options for this request RuntimeOptions
15700
+ * @returns GetCustomHotTopicBroadcastJobResponse
15701
+ */
15702
+ getCustomHotTopicBroadcastJobWithOptions(request: GetCustomHotTopicBroadcastJobRequest, runtime: $Util.RuntimeOptions): Promise<GetCustomHotTopicBroadcastJobResponse>;
15703
+ /**
15704
+ * 获取自定义播报单任务结果
15705
+ *
15706
+ * @param request - GetCustomHotTopicBroadcastJobRequest
15707
+ * @returns GetCustomHotTopicBroadcastJobResponse
15708
+ */
15709
+ getCustomHotTopicBroadcastJob(request: GetCustomHotTopicBroadcastJobRequest): Promise<GetCustomHotTopicBroadcastJobResponse>;
14865
15710
  /**
14866
15711
  * 获取自定义文本
14867
15712
  *
@@ -14937,6 +15782,21 @@ export default class Client extends OpenApi {
14937
15782
  * @returns GetGeneratedContentResponse
14938
15783
  */
14939
15784
  getGeneratedContent(request: GetGeneratedContentRequest): Promise<GetGeneratedContentResponse>;
15785
+ /**
15786
+ * 查询新闻播报单
15787
+ *
15788
+ * @param tmpReq - GetHotTopicBroadcastRequest
15789
+ * @param runtime - runtime options for this request RuntimeOptions
15790
+ * @returns GetHotTopicBroadcastResponse
15791
+ */
15792
+ getHotTopicBroadcastWithOptions(tmpReq: GetHotTopicBroadcastRequest, runtime: $Util.RuntimeOptions): Promise<GetHotTopicBroadcastResponse>;
15793
+ /**
15794
+ * 查询新闻播报单
15795
+ *
15796
+ * @param request - GetHotTopicBroadcastRequest
15797
+ * @returns GetHotTopicBroadcastResponse
15798
+ */
15799
+ getHotTopicBroadcast(request: GetHotTopicBroadcastRequest): Promise<GetHotTopicBroadcastResponse>;
14940
15800
  /**
14941
15801
  * 获得干预全局回复
14942
15802
  *
@@ -15747,6 +16607,21 @@ export default class Client extends OpenApi {
15747
16607
  * @returns SubmitAsyncTaskResponse
15748
16608
  */
15749
16609
  submitAsyncTask(request: SubmitAsyncTaskRequest): Promise<SubmitAsyncTaskResponse>;
16610
+ /**
16611
+ * 提交自定义播报单任务
16612
+ *
16613
+ * @param tmpReq - SubmitCustomHotTopicBroadcastJobRequest
16614
+ * @param runtime - runtime options for this request RuntimeOptions
16615
+ * @returns SubmitCustomHotTopicBroadcastJobResponse
16616
+ */
16617
+ submitCustomHotTopicBroadcastJobWithOptions(tmpReq: SubmitCustomHotTopicBroadcastJobRequest, runtime: $Util.RuntimeOptions): Promise<SubmitCustomHotTopicBroadcastJobResponse>;
16618
+ /**
16619
+ * 提交自定义播报单任务
16620
+ *
16621
+ * @param request - SubmitCustomHotTopicBroadcastJobRequest
16622
+ * @returns SubmitCustomHotTopicBroadcastJobResponse
16623
+ */
16624
+ submitCustomHotTopicBroadcastJob(request: SubmitCustomHotTopicBroadcastJobRequest): Promise<SubmitCustomHotTopicBroadcastJobResponse>;
15750
16625
  /**
15751
16626
  * 提交自定义热点选题视角分析任务
15752
16627
  *