@alicloud/aimiaobi20230801 1.18.0 → 1.19.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
@@ -5180,6 +5180,43 @@ export declare class ListSearchTasksResponseBodyData extends $dara.Model {
5180
5180
  [key: string]: any;
5181
5181
  });
5182
5182
  }
5183
+ export declare class ListStyleLearningResultResponseBodyData extends $dara.Model {
5184
+ /**
5185
+ * @example
5186
+ * AIGC 生成的内容
5187
+ */
5188
+ aigcResult?: string;
5189
+ /**
5190
+ * @example
5191
+ * 70
5192
+ */
5193
+ id?: number;
5194
+ /**
5195
+ * @example
5196
+ * 用户修订后内容
5197
+ */
5198
+ rewriteResult?: string;
5199
+ /**
5200
+ * @example
5201
+ * 文体风格名称
5202
+ */
5203
+ styleName?: string;
5204
+ /**
5205
+ * @example
5206
+ * 3f7045e099474ba28ceca1b4eb6d6e21
5207
+ */
5208
+ taskId?: string;
5209
+ static names(): {
5210
+ [key: string]: string;
5211
+ };
5212
+ static types(): {
5213
+ [key: string]: any;
5214
+ };
5215
+ validate(): void;
5216
+ constructor(map?: {
5217
+ [key: string]: any;
5218
+ });
5219
+ }
5183
5220
  export declare class ListTimedViewAttitudeResponseBodyDataViewPointsOutlines extends $dara.Model {
5184
5221
  /**
5185
5222
  * @example
@@ -5831,6 +5868,98 @@ export declare class RunBookSmartCardResponseBodyPayload extends $dara.Model {
5831
5868
  [key: string]: any;
5832
5869
  });
5833
5870
  }
5871
+ export declare class RunCommentGenerationResponseBodyHeader extends $dara.Model {
5872
+ /**
5873
+ * @example
5874
+ * result-generated
5875
+ */
5876
+ event?: string;
5877
+ eventInfo?: string;
5878
+ /**
5879
+ * @example
5880
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
5881
+ */
5882
+ requestId?: string;
5883
+ /**
5884
+ * @example
5885
+ * 3f7045e099474ba28ceca1b4eb6d6e21
5886
+ */
5887
+ sessionId?: string;
5888
+ /**
5889
+ * @example
5890
+ * 3f7045e099474ba28ceca1b4eb6d6e21
5891
+ */
5892
+ taskId?: string;
5893
+ /**
5894
+ * @example
5895
+ * 0bd58ea2-dc38-45da-ac02-17f05cb9040b
5896
+ */
5897
+ traceId?: string;
5898
+ static names(): {
5899
+ [key: string]: string;
5900
+ };
5901
+ static types(): {
5902
+ [key: string]: any;
5903
+ };
5904
+ validate(): void;
5905
+ constructor(map?: {
5906
+ [key: string]: any;
5907
+ });
5908
+ }
5909
+ export declare class RunCommentGenerationResponseBodyPayloadOutput extends $dara.Model {
5910
+ text?: string;
5911
+ static names(): {
5912
+ [key: string]: string;
5913
+ };
5914
+ static types(): {
5915
+ [key: string]: any;
5916
+ };
5917
+ validate(): void;
5918
+ constructor(map?: {
5919
+ [key: string]: any;
5920
+ });
5921
+ }
5922
+ export declare class RunCommentGenerationResponseBodyPayloadUsage extends $dara.Model {
5923
+ /**
5924
+ * @example
5925
+ * 1
5926
+ */
5927
+ inputTokens?: number;
5928
+ /**
5929
+ * @example
5930
+ * 2
5931
+ */
5932
+ outputTokens?: number;
5933
+ /**
5934
+ * @example
5935
+ * 3
5936
+ */
5937
+ totalTokens?: number;
5938
+ static names(): {
5939
+ [key: string]: string;
5940
+ };
5941
+ static types(): {
5942
+ [key: string]: any;
5943
+ };
5944
+ validate(): void;
5945
+ constructor(map?: {
5946
+ [key: string]: any;
5947
+ });
5948
+ }
5949
+ export declare class RunCommentGenerationResponseBodyPayload extends $dara.Model {
5950
+ output?: RunCommentGenerationResponseBodyPayloadOutput;
5951
+ usage?: RunCommentGenerationResponseBodyPayloadUsage;
5952
+ static names(): {
5953
+ [key: string]: string;
5954
+ };
5955
+ static types(): {
5956
+ [key: string]: any;
5957
+ };
5958
+ validate(): void;
5959
+ constructor(map?: {
5960
+ [key: string]: any;
5961
+ });
5962
+ }
5834
5963
  export declare class RunContinueContentResponseBodyHeader extends $dara.Model {
5835
5964
  /**
5836
5965
  * @example
@@ -7244,6 +7373,118 @@ export declare class RunKeywordsExtractionGenerationResponseBodyPayload extends
7244
7373
  [key: string]: any;
7245
7374
  });
7246
7375
  }
7376
+ export declare class RunMultiDocIntroductionResponseBodyHeader extends $dara.Model {
7377
+ /**
7378
+ * @example
7379
+ * 200
7380
+ */
7381
+ errorCode?: string;
7382
+ /**
7383
+ * @example
7384
+ * Message does not exist.
7385
+ */
7386
+ errorMessage?: string;
7387
+ /**
7388
+ * @example
7389
+ * finished
7390
+ */
7391
+ event?: string;
7392
+ eventInfo?: string;
7393
+ /**
7394
+ * @example
7395
+ * 92e16ccb-92b6-4894-abbf-fc6e2929a0df
7396
+ */
7397
+ sessionId?: string;
7398
+ /**
7399
+ * @example
7400
+ * b057f2fa-2277-477b-babf-cbc062307828
7401
+ */
7402
+ taskId?: string;
7403
+ /**
7404
+ * @example
7405
+ * 46e5c2b5-0877-4f09-bd91-ab0cf314e48b
7406
+ */
7407
+ traceId?: string;
7408
+ static names(): {
7409
+ [key: string]: string;
7410
+ };
7411
+ static types(): {
7412
+ [key: string]: any;
7413
+ };
7414
+ validate(): void;
7415
+ constructor(map?: {
7416
+ [key: string]: any;
7417
+ });
7418
+ }
7419
+ export declare class RunMultiDocIntroductionResponseBodyPayloadOutputKeyPoints extends $dara.Model {
7420
+ keyPoint?: string;
7421
+ source?: string;
7422
+ static names(): {
7423
+ [key: string]: string;
7424
+ };
7425
+ static types(): {
7426
+ [key: string]: any;
7427
+ };
7428
+ validate(): void;
7429
+ constructor(map?: {
7430
+ [key: string]: any;
7431
+ });
7432
+ }
7433
+ export declare class RunMultiDocIntroductionResponseBodyPayloadOutput extends $dara.Model {
7434
+ keyPoints?: RunMultiDocIntroductionResponseBodyPayloadOutputKeyPoints[];
7435
+ summary?: string;
7436
+ static names(): {
7437
+ [key: string]: string;
7438
+ };
7439
+ static types(): {
7440
+ [key: string]: any;
7441
+ };
7442
+ validate(): void;
7443
+ constructor(map?: {
7444
+ [key: string]: any;
7445
+ });
7446
+ }
7447
+ export declare class RunMultiDocIntroductionResponseBodyPayloadUsage extends $dara.Model {
7448
+ /**
7449
+ * @example
7450
+ * 65
7451
+ */
7452
+ inputTokens?: number;
7453
+ /**
7454
+ * @example
7455
+ * 100
7456
+ */
7457
+ outputTokens?: number;
7458
+ /**
7459
+ * @example
7460
+ * 165
7461
+ */
7462
+ totalTokens?: number;
7463
+ static names(): {
7464
+ [key: string]: string;
7465
+ };
7466
+ static types(): {
7467
+ [key: string]: any;
7468
+ };
7469
+ validate(): void;
7470
+ constructor(map?: {
7471
+ [key: string]: any;
7472
+ });
7473
+ }
7474
+ export declare class RunMultiDocIntroductionResponseBodyPayload extends $dara.Model {
7475
+ output?: RunMultiDocIntroductionResponseBodyPayloadOutput;
7476
+ usage?: RunMultiDocIntroductionResponseBodyPayloadUsage;
7477
+ static names(): {
7478
+ [key: string]: string;
7479
+ };
7480
+ static types(): {
7481
+ [key: string]: any;
7482
+ };
7483
+ validate(): void;
7484
+ constructor(map?: {
7485
+ [key: string]: any;
7486
+ });
7487
+ }
7247
7488
  export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResultSearchResult extends $dara.Model {
7248
7489
  chunks?: string[];
7249
7490
  /**
@@ -20703,7 +20944,7 @@ export declare class ListSearchTasksResponse extends $dara.Model {
20703
20944
  [key: string]: any;
20704
20945
  });
20705
20946
  }
20706
- export declare class ListTimedViewAttitudeRequest extends $dara.Model {
20947
+ export declare class ListStyleLearningResultRequest extends $dara.Model {
20707
20948
  /**
20708
20949
  * @remarks
20709
20950
  * This parameter is required.
@@ -20714,30 +20955,14 @@ export declare class ListTimedViewAttitudeRequest extends $dara.Model {
20714
20955
  agentKey?: string;
20715
20956
  /**
20716
20957
  * @example
20717
- * 53
20718
- */
20719
- maxResults?: number;
20720
- /**
20721
- * @example
20722
- * 下一页的token
20723
- */
20724
- nextToken?: string;
20725
- /**
20726
- * @remarks
20727
- * This parameter is required.
20728
- *
20729
- * @example
20730
- * 热榜主题
20958
+ * 1
20731
20959
  */
20732
- topic?: string;
20960
+ current?: number;
20733
20961
  /**
20734
- * @remarks
20735
- * This parameter is required.
20736
- *
20737
20962
  * @example
20738
- * 热榜源
20963
+ * 10
20739
20964
  */
20740
- topicSource?: string;
20965
+ size?: number;
20741
20966
  static names(): {
20742
20967
  [key: string]: string;
20743
20968
  };
@@ -20749,23 +20974,23 @@ export declare class ListTimedViewAttitudeRequest extends $dara.Model {
20749
20974
  [key: string]: any;
20750
20975
  });
20751
20976
  }
20752
- export declare class ListTimedViewAttitudeResponseBody extends $dara.Model {
20977
+ export declare class ListStyleLearningResultResponseBody extends $dara.Model {
20753
20978
  /**
20754
20979
  * @example
20755
20980
  * NoData
20756
20981
  */
20757
20982
  code?: string;
20758
- data?: ListTimedViewAttitudeResponseBodyData[];
20759
20983
  /**
20760
20984
  * @example
20761
- * 200
20985
+ * 1
20762
20986
  */
20763
- httpStatusCode?: number;
20987
+ current?: number;
20988
+ data?: ListStyleLearningResultResponseBodyData[];
20764
20989
  /**
20765
20990
  * @example
20766
- * 15
20991
+ * 200
20767
20992
  */
20768
- maxResults?: number;
20993
+ httpStatusCode?: number;
20769
20994
  /**
20770
20995
  * @example
20771
20996
  * success
@@ -20773,7 +20998,123 @@ export declare class ListTimedViewAttitudeResponseBody extends $dara.Model {
20773
20998
  message?: string;
20774
20999
  /**
20775
21000
  * @example
20776
- * 下一页的token
21001
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
21002
+ */
21003
+ requestId?: string;
21004
+ /**
21005
+ * @example
21006
+ * 10
21007
+ */
21008
+ size?: number;
21009
+ /**
21010
+ * @example
21011
+ * true
21012
+ */
21013
+ success?: boolean;
21014
+ /**
21015
+ * @example
21016
+ * 100
21017
+ */
21018
+ total?: number;
21019
+ static names(): {
21020
+ [key: string]: string;
21021
+ };
21022
+ static types(): {
21023
+ [key: string]: any;
21024
+ };
21025
+ validate(): void;
21026
+ constructor(map?: {
21027
+ [key: string]: any;
21028
+ });
21029
+ }
21030
+ export declare class ListStyleLearningResultResponse extends $dara.Model {
21031
+ headers?: {
21032
+ [key: string]: string;
21033
+ };
21034
+ statusCode?: number;
21035
+ body?: ListStyleLearningResultResponseBody;
21036
+ static names(): {
21037
+ [key: string]: string;
21038
+ };
21039
+ static types(): {
21040
+ [key: string]: any;
21041
+ };
21042
+ validate(): void;
21043
+ constructor(map?: {
21044
+ [key: string]: any;
21045
+ });
21046
+ }
21047
+ export declare class ListTimedViewAttitudeRequest extends $dara.Model {
21048
+ /**
21049
+ * @remarks
21050
+ * This parameter is required.
21051
+ *
21052
+ * @example
21053
+ * xxxxx_p_efm
21054
+ */
21055
+ agentKey?: string;
21056
+ /**
21057
+ * @example
21058
+ * 53
21059
+ */
21060
+ maxResults?: number;
21061
+ /**
21062
+ * @example
21063
+ * 下一页的token
21064
+ */
21065
+ nextToken?: string;
21066
+ /**
21067
+ * @remarks
21068
+ * This parameter is required.
21069
+ *
21070
+ * @example
21071
+ * 热榜主题
21072
+ */
21073
+ topic?: string;
21074
+ /**
21075
+ * @remarks
21076
+ * This parameter is required.
21077
+ *
21078
+ * @example
21079
+ * 热榜源
21080
+ */
21081
+ topicSource?: string;
21082
+ static names(): {
21083
+ [key: string]: string;
21084
+ };
21085
+ static types(): {
21086
+ [key: string]: any;
21087
+ };
21088
+ validate(): void;
21089
+ constructor(map?: {
21090
+ [key: string]: any;
21091
+ });
21092
+ }
21093
+ export declare class ListTimedViewAttitudeResponseBody extends $dara.Model {
21094
+ /**
21095
+ * @example
21096
+ * NoData
21097
+ */
21098
+ code?: string;
21099
+ data?: ListTimedViewAttitudeResponseBodyData[];
21100
+ /**
21101
+ * @example
21102
+ * 200
21103
+ */
21104
+ httpStatusCode?: number;
21105
+ /**
21106
+ * @example
21107
+ * 15
21108
+ */
21109
+ maxResults?: number;
21110
+ /**
21111
+ * @example
21112
+ * success
21113
+ */
21114
+ message?: string;
21115
+ /**
21116
+ * @example
21117
+ * 下一页的token
20777
21118
  */
20778
21119
  nextToken?: string;
20779
21120
  /**
@@ -21510,6 +21851,190 @@ export declare class RunBookSmartCardResponse extends $dara.Model {
21510
21851
  [key: string]: any;
21511
21852
  });
21512
21853
  }
21854
+ export declare class RunCommentGenerationRequest extends $dara.Model {
21855
+ /**
21856
+ * @example
21857
+ * true
21858
+ */
21859
+ allowEmoji?: boolean;
21860
+ extraInfo?: string;
21861
+ /**
21862
+ * @example
21863
+ * 20
21864
+ */
21865
+ length?: string;
21866
+ /**
21867
+ * @remarks
21868
+ * This parameter is required.
21869
+ *
21870
+ * @example
21871
+ * {"short":"50","long":“50”}
21872
+ */
21873
+ lengthRange?: {
21874
+ [key: string]: any;
21875
+ };
21876
+ /**
21877
+ * @remarks
21878
+ * This parameter is required.
21879
+ *
21880
+ * @example
21881
+ * 10
21882
+ */
21883
+ numComments?: string;
21884
+ /**
21885
+ * @remarks
21886
+ * This parameter is required.
21887
+ *
21888
+ * @example
21889
+ * {"positive":"50","negative":"50"}
21890
+ */
21891
+ sentiment?: {
21892
+ [key: string]: any;
21893
+ };
21894
+ /**
21895
+ * @remarks
21896
+ * This parameter is required.
21897
+ */
21898
+ sourceMaterial?: string;
21899
+ style?: string;
21900
+ /**
21901
+ * @remarks
21902
+ * This parameter is required.
21903
+ *
21904
+ * @example
21905
+ * {"emotion":"50","opinion":"50"}
21906
+ */
21907
+ type?: {
21908
+ [key: string]: any;
21909
+ };
21910
+ /**
21911
+ * @remarks
21912
+ * This parameter is required.
21913
+ *
21914
+ * @example
21915
+ * llm-3kcs1w3lltrtbfkr
21916
+ */
21917
+ workspaceId?: string;
21918
+ static names(): {
21919
+ [key: string]: string;
21920
+ };
21921
+ static types(): {
21922
+ [key: string]: any;
21923
+ };
21924
+ validate(): void;
21925
+ constructor(map?: {
21926
+ [key: string]: any;
21927
+ });
21928
+ }
21929
+ export declare class RunCommentGenerationShrinkRequest extends $dara.Model {
21930
+ /**
21931
+ * @example
21932
+ * true
21933
+ */
21934
+ allowEmoji?: boolean;
21935
+ extraInfo?: string;
21936
+ /**
21937
+ * @example
21938
+ * 20
21939
+ */
21940
+ length?: string;
21941
+ /**
21942
+ * @remarks
21943
+ * This parameter is required.
21944
+ *
21945
+ * @example
21946
+ * {"short":"50","long":“50”}
21947
+ */
21948
+ lengthRangeShrink?: string;
21949
+ /**
21950
+ * @remarks
21951
+ * This parameter is required.
21952
+ *
21953
+ * @example
21954
+ * 10
21955
+ */
21956
+ numComments?: string;
21957
+ /**
21958
+ * @remarks
21959
+ * This parameter is required.
21960
+ *
21961
+ * @example
21962
+ * {"positive":"50","negative":"50"}
21963
+ */
21964
+ sentimentShrink?: string;
21965
+ /**
21966
+ * @remarks
21967
+ * This parameter is required.
21968
+ */
21969
+ sourceMaterial?: string;
21970
+ style?: string;
21971
+ /**
21972
+ * @remarks
21973
+ * This parameter is required.
21974
+ *
21975
+ * @example
21976
+ * {"emotion":"50","opinion":"50"}
21977
+ */
21978
+ typeShrink?: string;
21979
+ /**
21980
+ * @remarks
21981
+ * This parameter is required.
21982
+ *
21983
+ * @example
21984
+ * llm-3kcs1w3lltrtbfkr
21985
+ */
21986
+ workspaceId?: string;
21987
+ static names(): {
21988
+ [key: string]: string;
21989
+ };
21990
+ static types(): {
21991
+ [key: string]: any;
21992
+ };
21993
+ validate(): void;
21994
+ constructor(map?: {
21995
+ [key: string]: any;
21996
+ });
21997
+ }
21998
+ export declare class RunCommentGenerationResponseBody extends $dara.Model {
21999
+ end?: boolean;
22000
+ header?: RunCommentGenerationResponseBodyHeader;
22001
+ payload?: RunCommentGenerationResponseBodyPayload;
22002
+ /**
22003
+ * @remarks
22004
+ * Id of the request
22005
+ *
22006
+ * @example
22007
+ * 3f7045e099474ba28ceca1b4eb6d6e21
22008
+ */
22009
+ requestId?: string;
22010
+ static names(): {
22011
+ [key: string]: string;
22012
+ };
22013
+ static types(): {
22014
+ [key: string]: any;
22015
+ };
22016
+ validate(): void;
22017
+ constructor(map?: {
22018
+ [key: string]: any;
22019
+ });
22020
+ }
22021
+ export declare class RunCommentGenerationResponse extends $dara.Model {
22022
+ headers?: {
22023
+ [key: string]: string;
22024
+ };
22025
+ statusCode?: number;
22026
+ body?: RunCommentGenerationResponseBody;
22027
+ static names(): {
22028
+ [key: string]: string;
22029
+ };
22030
+ static types(): {
22031
+ [key: string]: any;
22032
+ };
22033
+ validate(): void;
22034
+ constructor(map?: {
22035
+ [key: string]: any;
22036
+ });
22037
+ }
21513
22038
  export declare class RunContinueContentRequest extends $dara.Model {
21514
22039
  /**
21515
22040
  * @remarks
@@ -22421,6 +22946,115 @@ export declare class RunKeywordsExtractionGenerationResponse extends $dara.Model
22421
22946
  [key: string]: any;
22422
22947
  });
22423
22948
  }
22949
+ export declare class RunMultiDocIntroductionRequest extends $dara.Model {
22950
+ /**
22951
+ * @remarks
22952
+ * This parameter is required.
22953
+ */
22954
+ docIds?: string[];
22955
+ keyPointPrompt?: string;
22956
+ /**
22957
+ * @remarks
22958
+ * This parameter is required.
22959
+ *
22960
+ * @example
22961
+ * 75bf82fa-b71b-45d7-ae40-0b00e496cd9e
22962
+ */
22963
+ sessionId?: string;
22964
+ summaryPrompt?: string;
22965
+ /**
22966
+ * @remarks
22967
+ * This parameter is required.
22968
+ *
22969
+ * @example
22970
+ * llm-2setzb9x4ewsd
22971
+ */
22972
+ workspaceId?: string;
22973
+ static names(): {
22974
+ [key: string]: string;
22975
+ };
22976
+ static types(): {
22977
+ [key: string]: any;
22978
+ };
22979
+ validate(): void;
22980
+ constructor(map?: {
22981
+ [key: string]: any;
22982
+ });
22983
+ }
22984
+ export declare class RunMultiDocIntroductionShrinkRequest extends $dara.Model {
22985
+ /**
22986
+ * @remarks
22987
+ * This parameter is required.
22988
+ */
22989
+ docIdsShrink?: string;
22990
+ keyPointPrompt?: string;
22991
+ /**
22992
+ * @remarks
22993
+ * This parameter is required.
22994
+ *
22995
+ * @example
22996
+ * 75bf82fa-b71b-45d7-ae40-0b00e496cd9e
22997
+ */
22998
+ sessionId?: string;
22999
+ summaryPrompt?: string;
23000
+ /**
23001
+ * @remarks
23002
+ * This parameter is required.
23003
+ *
23004
+ * @example
23005
+ * llm-2setzb9x4ewsd
23006
+ */
23007
+ workspaceId?: string;
23008
+ static names(): {
23009
+ [key: string]: string;
23010
+ };
23011
+ static types(): {
23012
+ [key: string]: any;
23013
+ };
23014
+ validate(): void;
23015
+ constructor(map?: {
23016
+ [key: string]: any;
23017
+ });
23018
+ }
23019
+ export declare class RunMultiDocIntroductionResponseBody extends $dara.Model {
23020
+ header?: RunMultiDocIntroductionResponseBodyHeader;
23021
+ payload?: RunMultiDocIntroductionResponseBodyPayload;
23022
+ /**
23023
+ * @remarks
23024
+ * Id of the request
23025
+ *
23026
+ * @example
23027
+ * 3f7045e099474ba28ceca1b4eb6d6e21
23028
+ */
23029
+ requestId?: string;
23030
+ static names(): {
23031
+ [key: string]: string;
23032
+ };
23033
+ static types(): {
23034
+ [key: string]: any;
23035
+ };
23036
+ validate(): void;
23037
+ constructor(map?: {
23038
+ [key: string]: any;
23039
+ });
23040
+ }
23041
+ export declare class RunMultiDocIntroductionResponse extends $dara.Model {
23042
+ headers?: {
23043
+ [key: string]: string;
23044
+ };
23045
+ statusCode?: number;
23046
+ body?: RunMultiDocIntroductionResponseBody;
23047
+ static names(): {
23048
+ [key: string]: string;
23049
+ };
23050
+ static types(): {
23051
+ [key: string]: any;
23052
+ };
23053
+ validate(): void;
23054
+ constructor(map?: {
23055
+ [key: string]: any;
23056
+ });
23057
+ }
22424
23058
  export declare class RunSearchGenerationRequest extends $dara.Model {
22425
23059
  agentContext?: RunSearchGenerationRequestAgentContext;
22426
23060
  /**
@@ -27123,6 +27757,21 @@ export default class Client extends OpenApi {
27123
27757
  * @returns ListSearchTasksResponse
27124
27758
  */
27125
27759
  listSearchTasks(request: ListSearchTasksRequest): Promise<ListSearchTasksResponse>;
27760
+ /**
27761
+ * 获取文体学习分析结果列表
27762
+ *
27763
+ * @param request - ListStyleLearningResultRequest
27764
+ * @param runtime - runtime options for this request RuntimeOptions
27765
+ * @returns ListStyleLearningResultResponse
27766
+ */
27767
+ listStyleLearningResultWithOptions(request: ListStyleLearningResultRequest, runtime: $dara.RuntimeOptions): Promise<ListStyleLearningResultResponse>;
27768
+ /**
27769
+ * 获取文体学习分析结果列表
27770
+ *
27771
+ * @param request - ListStyleLearningResultRequest
27772
+ * @returns ListStyleLearningResultResponse
27773
+ */
27774
+ listStyleLearningResult(request: ListStyleLearningResultRequest): Promise<ListStyleLearningResultResponse>;
27126
27775
  /**
27127
27776
  * 时效性视角列表
27128
27777
  *
@@ -27258,6 +27907,21 @@ export default class Client extends OpenApi {
27258
27907
  * @returns RunBookSmartCardResponse
27259
27908
  */
27260
27909
  runBookSmartCard(request: RunBookSmartCardRequest): Promise<RunBookSmartCardResponse>;
27910
+ /**
27911
+ * 客户之声预测
27912
+ *
27913
+ * @param tmpReq - RunCommentGenerationRequest
27914
+ * @param runtime - runtime options for this request RuntimeOptions
27915
+ * @returns RunCommentGenerationResponse
27916
+ */
27917
+ runCommentGenerationWithOptions(tmpReq: RunCommentGenerationRequest, runtime: $dara.RuntimeOptions): Promise<RunCommentGenerationResponse>;
27918
+ /**
27919
+ * 客户之声预测
27920
+ *
27921
+ * @param request - RunCommentGenerationRequest
27922
+ * @returns RunCommentGenerationResponse
27923
+ */
27924
+ runCommentGeneration(request: RunCommentGenerationRequest): Promise<RunCommentGenerationResponse>;
27261
27925
  /**
27262
27926
  * 内容续写
27263
27927
  *
@@ -27423,6 +28087,21 @@ export default class Client extends OpenApi {
27423
28087
  * @returns RunKeywordsExtractionGenerationResponse
27424
28088
  */
27425
28089
  runKeywordsExtractionGeneration(request: RunKeywordsExtractionGenerationRequest): Promise<RunKeywordsExtractionGenerationResponse>;
28090
+ /**
28091
+ * 文档批量导读
28092
+ *
28093
+ * @param tmpReq - RunMultiDocIntroductionRequest
28094
+ * @param runtime - runtime options for this request RuntimeOptions
28095
+ * @returns RunMultiDocIntroductionResponse
28096
+ */
28097
+ runMultiDocIntroductionWithOptions(tmpReq: RunMultiDocIntroductionRequest, runtime: $dara.RuntimeOptions): Promise<RunMultiDocIntroductionResponse>;
28098
+ /**
28099
+ * 文档批量导读
28100
+ *
28101
+ * @param request - RunMultiDocIntroductionRequest
28102
+ * @returns RunMultiDocIntroductionResponse
28103
+ */
28104
+ runMultiDocIntroduction(request: RunMultiDocIntroductionRequest): Promise<RunMultiDocIntroductionResponse>;
27426
28105
  /**
27427
28106
  * AI妙搜-智能搜索生成
27428
28107
  *