@alicloud/aimiaobi20230801 1.19.0 → 1.20.2

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
@@ -1691,9 +1691,6 @@ export declare class GetHotTopicBroadcastRequestStepForCustomSummaryStyleConfig
1691
1691
  */
1692
1692
  summaryImageCount?: number;
1693
1693
  /**
1694
- * @remarks
1695
- * This parameter is required.
1696
- *
1697
1694
  * @example
1698
1695
  * 摘要模型
1699
1696
  */
@@ -7151,6 +7148,98 @@ export declare class RunDocTranslationResponseBodyPayload extends $dara.Model {
7151
7148
  [key: string]: any;
7152
7149
  });
7153
7150
  }
7151
+ export declare class RunDocWashingResponseBodyHeader extends $dara.Model {
7152
+ /**
7153
+ * @example
7154
+ * task-finished
7155
+ */
7156
+ event?: string;
7157
+ eventInfo?: string;
7158
+ /**
7159
+ * @example
7160
+ * 3f7045e099474ba28ceca1b4eb6d6e21
7161
+ */
7162
+ requestId?: string;
7163
+ /**
7164
+ * @example
7165
+ * 20247a52-23e2-46fb-943d-309cdee2bc6d
7166
+ */
7167
+ sessionId?: string;
7168
+ /**
7169
+ * @example
7170
+ * 3f7045e099474ba28ceca1b4eb6d6e21
7171
+ */
7172
+ taskId?: string;
7173
+ /**
7174
+ * @example
7175
+ * 2150451a17191950923411783e2927
7176
+ */
7177
+ traceId?: string;
7178
+ static names(): {
7179
+ [key: string]: string;
7180
+ };
7181
+ static types(): {
7182
+ [key: string]: any;
7183
+ };
7184
+ validate(): void;
7185
+ constructor(map?: {
7186
+ [key: string]: any;
7187
+ });
7188
+ }
7189
+ export declare class RunDocWashingResponseBodyPayloadOutput extends $dara.Model {
7190
+ text?: string;
7191
+ static names(): {
7192
+ [key: string]: string;
7193
+ };
7194
+ static types(): {
7195
+ [key: string]: any;
7196
+ };
7197
+ validate(): void;
7198
+ constructor(map?: {
7199
+ [key: string]: any;
7200
+ });
7201
+ }
7202
+ export declare class RunDocWashingResponseBodyPayloadUsage extends $dara.Model {
7203
+ /**
7204
+ * @example
7205
+ * 100
7206
+ */
7207
+ inputTokens?: number;
7208
+ /**
7209
+ * @example
7210
+ * 100
7211
+ */
7212
+ outputTokens?: number;
7213
+ /**
7214
+ * @example
7215
+ * 200
7216
+ */
7217
+ totalTokens?: number;
7218
+ static names(): {
7219
+ [key: string]: string;
7220
+ };
7221
+ static types(): {
7222
+ [key: string]: any;
7223
+ };
7224
+ validate(): void;
7225
+ constructor(map?: {
7226
+ [key: string]: any;
7227
+ });
7228
+ }
7229
+ export declare class RunDocWashingResponseBodyPayload extends $dara.Model {
7230
+ output?: RunDocWashingResponseBodyPayloadOutput;
7231
+ usage?: RunDocWashingResponseBodyPayloadUsage;
7232
+ static names(): {
7233
+ [key: string]: string;
7234
+ };
7235
+ static types(): {
7236
+ [key: string]: any;
7237
+ };
7238
+ validate(): void;
7239
+ constructor(map?: {
7240
+ [key: string]: any;
7241
+ });
7242
+ }
7154
7243
  export declare class RunExpandContentResponseBodyHeader extends $dara.Model {
7155
7244
  /**
7156
7245
  * @example
@@ -7256,6 +7345,200 @@ export declare class RunExpandContentResponseBodyPayload extends $dara.Model {
7256
7345
  [key: string]: any;
7257
7346
  });
7258
7347
  }
7348
+ export declare class RunGenerateQuestionsResponseBodyHeader extends $dara.Model {
7349
+ /**
7350
+ * @example
7351
+ * 200
7352
+ */
7353
+ errorCode?: string;
7354
+ /**
7355
+ * @example
7356
+ * success
7357
+ */
7358
+ errorMessage?: string;
7359
+ /**
7360
+ * @example
7361
+ * finished
7362
+ */
7363
+ event?: string;
7364
+ eventInfo?: string;
7365
+ /**
7366
+ * @example
7367
+ * 3cd10828-0e42-471c-8f1a-931cde20b035
7368
+ */
7369
+ sessionId?: string;
7370
+ /**
7371
+ * @example
7372
+ * d3be9981-ca2d-4e17-bf31-1c0a628e9f99
7373
+ */
7374
+ taskId?: string;
7375
+ /**
7376
+ * @example
7377
+ * 0bc3b4b417362160345997589e5f6e
7378
+ */
7379
+ traceId?: string;
7380
+ static names(): {
7381
+ [key: string]: string;
7382
+ };
7383
+ static types(): {
7384
+ [key: string]: any;
7385
+ };
7386
+ validate(): void;
7387
+ constructor(map?: {
7388
+ [key: string]: any;
7389
+ });
7390
+ }
7391
+ export declare class RunGenerateQuestionsResponseBodyPayloadOutput extends $dara.Model {
7392
+ content?: string;
7393
+ static names(): {
7394
+ [key: string]: string;
7395
+ };
7396
+ static types(): {
7397
+ [key: string]: any;
7398
+ };
7399
+ validate(): void;
7400
+ constructor(map?: {
7401
+ [key: string]: any;
7402
+ });
7403
+ }
7404
+ export declare class RunGenerateQuestionsResponseBodyPayloadUsage extends $dara.Model {
7405
+ /**
7406
+ * @example
7407
+ * 100
7408
+ */
7409
+ inputTokens?: number;
7410
+ /**
7411
+ * @example
7412
+ * 100
7413
+ */
7414
+ outputTokens?: number;
7415
+ /**
7416
+ * @example
7417
+ * 200
7418
+ */
7419
+ totalTokens?: number;
7420
+ static names(): {
7421
+ [key: string]: string;
7422
+ };
7423
+ static types(): {
7424
+ [key: string]: any;
7425
+ };
7426
+ validate(): void;
7427
+ constructor(map?: {
7428
+ [key: string]: any;
7429
+ });
7430
+ }
7431
+ export declare class RunGenerateQuestionsResponseBodyPayload extends $dara.Model {
7432
+ output?: RunGenerateQuestionsResponseBodyPayloadOutput;
7433
+ usage?: RunGenerateQuestionsResponseBodyPayloadUsage;
7434
+ static names(): {
7435
+ [key: string]: string;
7436
+ };
7437
+ static types(): {
7438
+ [key: string]: any;
7439
+ };
7440
+ validate(): void;
7441
+ constructor(map?: {
7442
+ [key: string]: any;
7443
+ });
7444
+ }
7445
+ export declare class RunHotwordResponseBodyHeader extends $dara.Model {
7446
+ /**
7447
+ * @example
7448
+ * 200
7449
+ */
7450
+ errorCode?: string;
7451
+ /**
7452
+ * @example
7453
+ * success
7454
+ */
7455
+ errorMessage?: string;
7456
+ /**
7457
+ * @example
7458
+ * finished
7459
+ */
7460
+ event?: string;
7461
+ eventInfo?: string;
7462
+ /**
7463
+ * @example
7464
+ * 92e16ccb-92b6-4894-abbf-fc6e2929a0df
7465
+ */
7466
+ sessionId?: string;
7467
+ /**
7468
+ * @example
7469
+ * 3f7045e099474ba28ceca1b4eb6d6e21
7470
+ */
7471
+ taskId?: string;
7472
+ /**
7473
+ * @example
7474
+ * 0abb7e3217356108993888059ee72b
7475
+ */
7476
+ traceId?: string;
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
+ }
7488
+ export declare class RunHotwordResponseBodyPayloadOutput extends $dara.Model {
7489
+ content?: string;
7490
+ static names(): {
7491
+ [key: string]: string;
7492
+ };
7493
+ static types(): {
7494
+ [key: string]: any;
7495
+ };
7496
+ validate(): void;
7497
+ constructor(map?: {
7498
+ [key: string]: any;
7499
+ });
7500
+ }
7501
+ export declare class RunHotwordResponseBodyPayloadUsage extends $dara.Model {
7502
+ /**
7503
+ * @example
7504
+ * 100
7505
+ */
7506
+ inputTokens?: number;
7507
+ /**
7508
+ * @example
7509
+ * 1
7510
+ */
7511
+ outputTokens?: number;
7512
+ /**
7513
+ * @example
7514
+ * 101
7515
+ */
7516
+ totalTokens?: number;
7517
+ static names(): {
7518
+ [key: string]: string;
7519
+ };
7520
+ static types(): {
7521
+ [key: string]: any;
7522
+ };
7523
+ validate(): void;
7524
+ constructor(map?: {
7525
+ [key: string]: any;
7526
+ });
7527
+ }
7528
+ export declare class RunHotwordResponseBodyPayload extends $dara.Model {
7529
+ output?: RunHotwordResponseBodyPayloadOutput;
7530
+ usage?: RunHotwordResponseBodyPayloadUsage;
7531
+ static names(): {
7532
+ [key: string]: string;
7533
+ };
7534
+ static types(): {
7535
+ [key: string]: any;
7536
+ };
7537
+ validate(): void;
7538
+ constructor(map?: {
7539
+ [key: string]: any;
7540
+ });
7541
+ }
7259
7542
  export declare class RunKeywordsExtractionGenerationRequestReferenceData extends $dara.Model {
7260
7543
  /**
7261
7544
  * @remarks
@@ -7611,6 +7894,7 @@ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalM
7611
7894
  }
7612
7895
  export declare class RunSearchGenerationRequestAgentContextBizContext extends $dara.Model {
7613
7896
  multimodalMediaSelection?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelection;
7897
+ skipCurrentSupplement?: boolean;
7614
7898
  static names(): {
7615
7899
  [key: string]: string;
7616
7900
  };
@@ -9716,6 +10000,7 @@ export declare class RunSearchSimilarArticlesRequestChatConfigSearchParamSearchS
9716
10000
  * SystemSearch
9717
10001
  */
9718
10002
  code?: string;
10003
+ datasetName?: string;
9719
10004
  name?: string;
9720
10005
  static names(): {
9721
10006
  [key: string]: string;
@@ -9792,6 +10077,7 @@ export declare class RunSearchSimilarArticlesResponseBodyHeader extends $dara.Mo
9792
10077
  });
9793
10078
  }
9794
10079
  export declare class RunSearchSimilarArticlesResponseBodyPayloadOutputArticles extends $dara.Model {
10080
+ docId?: string;
9795
10081
  /**
9796
10082
  * @example
9797
10083
  * a26c2c1
@@ -11519,9 +11805,6 @@ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastCon
11519
11805
  */
11520
11806
  summaryImageCount?: number;
11521
11807
  /**
11522
- * @remarks
11523
- * This parameter is required.
11524
- *
11525
11808
  * @example
11526
11809
  * qwen-max
11527
11810
  */
@@ -21710,6 +21993,7 @@ export declare class RunBookIntroductionRequest extends $dara.Model {
21710
21993
  * 3YQRatoe8phnpIsIE6z7DTPknhG8Fj
21711
21994
  */
21712
21995
  docId?: string;
21996
+ keyPointPrompt?: string;
21713
21997
  /**
21714
21998
  * @remarks
21715
21999
  * This parameter is required.
@@ -21718,6 +22002,7 @@ export declare class RunBookIntroductionRequest extends $dara.Model {
21718
22002
  * 0f56f98a-f2d8-47ec-98e9-1cbdcffa9539
21719
22003
  */
21720
22004
  sessionId?: string;
22005
+ summaryPrompt?: string;
21721
22006
  /**
21722
22007
  * @remarks
21723
22008
  * This parameter is required.
@@ -21891,6 +22176,7 @@ export declare class RunCommentGenerationRequest extends $dara.Model {
21891
22176
  sentiment?: {
21892
22177
  [key: string]: any;
21893
22178
  };
22179
+ sessionId?: string;
21894
22180
  /**
21895
22181
  * @remarks
21896
22182
  * This parameter is required.
@@ -21962,6 +22248,7 @@ export declare class RunCommentGenerationShrinkRequest extends $dara.Model {
21962
22248
  * {"positive":"50","negative":"50"}
21963
22249
  */
21964
22250
  sentimentShrink?: string;
22251
+ sessionId?: string;
21965
22252
  /**
21966
22253
  * @remarks
21967
22254
  * This parameter is required.
@@ -22294,6 +22581,7 @@ export declare class RunCustomHotTopicViewPointAnalysisResponse extends $dara.Mo
22294
22581
  });
22295
22582
  }
22296
22583
  export declare class RunDocBrainmapRequest extends $dara.Model {
22584
+ cleanCache?: boolean;
22297
22585
  /**
22298
22586
  * @remarks
22299
22587
  * This parameter is required.
@@ -22302,6 +22590,8 @@ export declare class RunDocBrainmapRequest extends $dara.Model {
22302
22590
  * 12345
22303
22591
  */
22304
22592
  docId?: string;
22593
+ nodeNumber?: number;
22594
+ prompt?: string;
22305
22595
  /**
22306
22596
  * @remarks
22307
22597
  * This parameter is required.
@@ -22310,6 +22600,7 @@ export declare class RunDocBrainmapRequest extends $dara.Model {
22310
22600
  * 3f7045e099474ba28ceca1b4eb6d6e21
22311
22601
  */
22312
22602
  sessionId?: string;
22603
+ wordNumber?: number;
22313
22604
  /**
22314
22605
  * @remarks
22315
22606
  * This parameter is required.
@@ -22366,6 +22657,7 @@ export declare class RunDocBrainmapResponse extends $dara.Model {
22366
22657
  });
22367
22658
  }
22368
22659
  export declare class RunDocIntroductionRequest extends $dara.Model {
22660
+ cleanCache?: boolean;
22369
22661
  /**
22370
22662
  * @remarks
22371
22663
  * This parameter is required.
@@ -22374,6 +22666,8 @@ export declare class RunDocIntroductionRequest extends $dara.Model {
22374
22666
  * 12345
22375
22667
  */
22376
22668
  docId?: string;
22669
+ introductionPrompt?: string;
22670
+ keyPointPrompt?: string;
22377
22671
  /**
22378
22672
  * @remarks
22379
22673
  * This parameter is required.
@@ -22382,6 +22676,7 @@ export declare class RunDocIntroductionRequest extends $dara.Model {
22382
22676
  * a3b5eb35-6b28-4cf9-ac09-1dec25ab4df6
22383
22677
  */
22384
22678
  sessionId?: string;
22679
+ summaryPrompt?: string;
22385
22680
  /**
22386
22681
  * @remarks
22387
22682
  * This parameter is required.
@@ -22639,6 +22934,7 @@ export declare class RunDocSmartCardResponse extends $dara.Model {
22639
22934
  });
22640
22935
  }
22641
22936
  export declare class RunDocSummaryRequest extends $dara.Model {
22937
+ cleanCache?: boolean;
22642
22938
  /**
22643
22939
  * @example
22644
22940
  * 12345
@@ -22710,6 +23006,7 @@ export declare class RunDocSummaryResponse extends $dara.Model {
22710
23006
  });
22711
23007
  }
22712
23008
  export declare class RunDocTranslationRequest extends $dara.Model {
23009
+ cleanCache?: boolean;
22713
23010
  /**
22714
23011
  * @example
22715
23012
  * 12345
@@ -22785,6 +23082,85 @@ export declare class RunDocTranslationResponse extends $dara.Model {
22785
23082
  [key: string]: any;
22786
23083
  });
22787
23084
  }
23085
+ export declare class RunDocWashingRequest extends $dara.Model {
23086
+ prompt?: string;
23087
+ /**
23088
+ * @remarks
23089
+ * This parameter is required.
23090
+ */
23091
+ referenceContent?: string;
23092
+ sessionId?: string;
23093
+ topic?: string;
23094
+ /**
23095
+ * @example
23096
+ * 500
23097
+ */
23098
+ wordNumber?: number;
23099
+ /**
23100
+ * @remarks
23101
+ * This parameter is required.
23102
+ *
23103
+ * @example
23104
+ * llm-2setzb9x4ewsd
23105
+ */
23106
+ workspaceId?: string;
23107
+ writingTypeName?: string;
23108
+ writingTypeRefDoc?: string;
23109
+ static names(): {
23110
+ [key: string]: string;
23111
+ };
23112
+ static types(): {
23113
+ [key: string]: any;
23114
+ };
23115
+ validate(): void;
23116
+ constructor(map?: {
23117
+ [key: string]: any;
23118
+ });
23119
+ }
23120
+ export declare class RunDocWashingResponseBody extends $dara.Model {
23121
+ /**
23122
+ * @example
23123
+ * false
23124
+ */
23125
+ end?: boolean;
23126
+ header?: RunDocWashingResponseBodyHeader;
23127
+ payload?: RunDocWashingResponseBodyPayload;
23128
+ /**
23129
+ * @remarks
23130
+ * Id of the request
23131
+ *
23132
+ * @example
23133
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
23134
+ */
23135
+ requestId?: string;
23136
+ static names(): {
23137
+ [key: string]: string;
23138
+ };
23139
+ static types(): {
23140
+ [key: string]: any;
23141
+ };
23142
+ validate(): void;
23143
+ constructor(map?: {
23144
+ [key: string]: any;
23145
+ });
23146
+ }
23147
+ export declare class RunDocWashingResponse extends $dara.Model {
23148
+ headers?: {
23149
+ [key: string]: string;
23150
+ };
23151
+ statusCode?: number;
23152
+ body?: RunDocWashingResponseBody;
23153
+ static names(): {
23154
+ [key: string]: string;
23155
+ };
23156
+ static types(): {
23157
+ [key: string]: any;
23158
+ };
23159
+ validate(): void;
23160
+ constructor(map?: {
23161
+ [key: string]: any;
23162
+ });
23163
+ }
22788
23164
  export declare class RunExpandContentRequest extends $dara.Model {
22789
23165
  /**
22790
23166
  * @remarks
@@ -22850,6 +23226,147 @@ export declare class RunExpandContentResponse extends $dara.Model {
22850
23226
  [key: string]: any;
22851
23227
  });
22852
23228
  }
23229
+ export declare class RunGenerateQuestionsRequest extends $dara.Model {
23230
+ /**
23231
+ * @example
23232
+ * oOgIwodFANW1u5MnqxysOh1rtld3xn
23233
+ */
23234
+ docId?: string;
23235
+ referenceContent?: string;
23236
+ /**
23237
+ * @example
23238
+ * f486c4e2-b773-4d65-88f8-2ba540610456
23239
+ */
23240
+ sessionId?: string;
23241
+ /**
23242
+ * @remarks
23243
+ * This parameter is required.
23244
+ *
23245
+ * @example
23246
+ * llm-w335gauzlbba2vze
23247
+ */
23248
+ workspaceId?: string;
23249
+ static names(): {
23250
+ [key: string]: string;
23251
+ };
23252
+ static types(): {
23253
+ [key: string]: any;
23254
+ };
23255
+ validate(): void;
23256
+ constructor(map?: {
23257
+ [key: string]: any;
23258
+ });
23259
+ }
23260
+ export declare class RunGenerateQuestionsResponseBody extends $dara.Model {
23261
+ header?: RunGenerateQuestionsResponseBodyHeader;
23262
+ payload?: RunGenerateQuestionsResponseBodyPayload;
23263
+ /**
23264
+ * @remarks
23265
+ * Id of the request
23266
+ *
23267
+ * @example
23268
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
23269
+ */
23270
+ requestId?: string;
23271
+ static names(): {
23272
+ [key: string]: string;
23273
+ };
23274
+ static types(): {
23275
+ [key: string]: any;
23276
+ };
23277
+ validate(): void;
23278
+ constructor(map?: {
23279
+ [key: string]: any;
23280
+ });
23281
+ }
23282
+ export declare class RunGenerateQuestionsResponse extends $dara.Model {
23283
+ headers?: {
23284
+ [key: string]: string;
23285
+ };
23286
+ statusCode?: number;
23287
+ body?: RunGenerateQuestionsResponseBody;
23288
+ static names(): {
23289
+ [key: string]: string;
23290
+ };
23291
+ static types(): {
23292
+ [key: string]: any;
23293
+ };
23294
+ validate(): void;
23295
+ constructor(map?: {
23296
+ [key: string]: any;
23297
+ });
23298
+ }
23299
+ export declare class RunHotwordRequest extends $dara.Model {
23300
+ /**
23301
+ * @example
23302
+ * 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
23303
+ */
23304
+ docId?: string;
23305
+ prompt?: string;
23306
+ referenceContent?: string;
23307
+ /**
23308
+ * @example
23309
+ * e32a1a3f-1f7e-41dd-b888-ef1d91b96d1e
23310
+ */
23311
+ sessionId?: string;
23312
+ /**
23313
+ * @remarks
23314
+ * This parameter is required.
23315
+ *
23316
+ * @example
23317
+ * llm-baw8as25ll3wnzjr
23318
+ */
23319
+ workspaceId?: string;
23320
+ static names(): {
23321
+ [key: string]: string;
23322
+ };
23323
+ static types(): {
23324
+ [key: string]: any;
23325
+ };
23326
+ validate(): void;
23327
+ constructor(map?: {
23328
+ [key: string]: any;
23329
+ });
23330
+ }
23331
+ export declare class RunHotwordResponseBody extends $dara.Model {
23332
+ header?: RunHotwordResponseBodyHeader;
23333
+ payload?: RunHotwordResponseBodyPayload;
23334
+ /**
23335
+ * @remarks
23336
+ * Id of the request
23337
+ *
23338
+ * @example
23339
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
23340
+ */
23341
+ requestId?: string;
23342
+ static names(): {
23343
+ [key: string]: string;
23344
+ };
23345
+ static types(): {
23346
+ [key: string]: any;
23347
+ };
23348
+ validate(): void;
23349
+ constructor(map?: {
23350
+ [key: string]: any;
23351
+ });
23352
+ }
23353
+ export declare class RunHotwordResponse extends $dara.Model {
23354
+ headers?: {
23355
+ [key: string]: string;
23356
+ };
23357
+ statusCode?: number;
23358
+ body?: RunHotwordResponseBody;
23359
+ static names(): {
23360
+ [key: string]: string;
23361
+ };
23362
+ static types(): {
23363
+ [key: string]: any;
23364
+ };
23365
+ validate(): void;
23366
+ constructor(map?: {
23367
+ [key: string]: any;
23368
+ });
23369
+ }
22853
23370
  export declare class RunKeywordsExtractionGenerationRequest extends $dara.Model {
22854
23371
  /**
22855
23372
  * @remarks
@@ -28057,6 +28574,21 @@ export default class Client extends OpenApi {
28057
28574
  * @returns RunDocTranslationResponse
28058
28575
  */
28059
28576
  runDocTranslation(request: RunDocTranslationRequest): Promise<RunDocTranslationResponse>;
28577
+ /**
28578
+ * 文档改写
28579
+ *
28580
+ * @param request - RunDocWashingRequest
28581
+ * @param runtime - runtime options for this request RuntimeOptions
28582
+ * @returns RunDocWashingResponse
28583
+ */
28584
+ runDocWashingWithOptions(request: RunDocWashingRequest, runtime: $dara.RuntimeOptions): Promise<RunDocWashingResponse>;
28585
+ /**
28586
+ * 文档改写
28587
+ *
28588
+ * @param request - RunDocWashingRequest
28589
+ * @returns RunDocWashingResponse
28590
+ */
28591
+ runDocWashing(request: RunDocWashingRequest): Promise<RunDocWashingResponse>;
28060
28592
  /**
28061
28593
  * 内容扩写
28062
28594
  *
@@ -28072,6 +28604,36 @@ export default class Client extends OpenApi {
28072
28604
  * @returns RunExpandContentResponse
28073
28605
  */
28074
28606
  runExpandContent(request: RunExpandContentRequest): Promise<RunExpandContentResponse>;
28607
+ /**
28608
+ * 妙读猜你想问接口
28609
+ *
28610
+ * @param request - RunGenerateQuestionsRequest
28611
+ * @param runtime - runtime options for this request RuntimeOptions
28612
+ * @returns RunGenerateQuestionsResponse
28613
+ */
28614
+ runGenerateQuestionsWithOptions(request: RunGenerateQuestionsRequest, runtime: $dara.RuntimeOptions): Promise<RunGenerateQuestionsResponse>;
28615
+ /**
28616
+ * 妙读猜你想问接口
28617
+ *
28618
+ * @param request - RunGenerateQuestionsRequest
28619
+ * @returns RunGenerateQuestionsResponse
28620
+ */
28621
+ runGenerateQuestions(request: RunGenerateQuestionsRequest): Promise<RunGenerateQuestionsResponse>;
28622
+ /**
28623
+ * 妙读文档关键词抽取接口
28624
+ *
28625
+ * @param request - RunHotwordRequest
28626
+ * @param runtime - runtime options for this request RuntimeOptions
28627
+ * @returns RunHotwordResponse
28628
+ */
28629
+ runHotwordWithOptions(request: RunHotwordRequest, runtime: $dara.RuntimeOptions): Promise<RunHotwordResponse>;
28630
+ /**
28631
+ * 妙读文档关键词抽取接口
28632
+ *
28633
+ * @param request - RunHotwordRequest
28634
+ * @returns RunHotwordResponse
28635
+ */
28636
+ runHotword(request: RunHotwordRequest): Promise<RunHotwordResponse>;
28075
28637
  /**
28076
28638
  * AI妙笔-创作-抽取关键词
28077
28639
  *