@alicloud/aimiaobi20230801 1.19.0 → 1.21.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
@@ -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
@@ -11519,9 +11802,6 @@ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastCon
11519
11802
  */
11520
11803
  summaryImageCount?: number;
11521
11804
  /**
11522
- * @remarks
11523
- * This parameter is required.
11524
- *
11525
11805
  * @example
11526
11806
  * qwen-max
11527
11807
  */
@@ -21710,6 +21990,7 @@ export declare class RunBookIntroductionRequest extends $dara.Model {
21710
21990
  * 3YQRatoe8phnpIsIE6z7DTPknhG8Fj
21711
21991
  */
21712
21992
  docId?: string;
21993
+ keyPointPrompt?: string;
21713
21994
  /**
21714
21995
  * @remarks
21715
21996
  * This parameter is required.
@@ -21718,6 +21999,7 @@ export declare class RunBookIntroductionRequest extends $dara.Model {
21718
21999
  * 0f56f98a-f2d8-47ec-98e9-1cbdcffa9539
21719
22000
  */
21720
22001
  sessionId?: string;
22002
+ summaryPrompt?: string;
21721
22003
  /**
21722
22004
  * @remarks
21723
22005
  * This parameter is required.
@@ -21891,6 +22173,7 @@ export declare class RunCommentGenerationRequest extends $dara.Model {
21891
22173
  sentiment?: {
21892
22174
  [key: string]: any;
21893
22175
  };
22176
+ sessionId?: string;
21894
22177
  /**
21895
22178
  * @remarks
21896
22179
  * This parameter is required.
@@ -21962,6 +22245,7 @@ export declare class RunCommentGenerationShrinkRequest extends $dara.Model {
21962
22245
  * {"positive":"50","negative":"50"}
21963
22246
  */
21964
22247
  sentimentShrink?: string;
22248
+ sessionId?: string;
21965
22249
  /**
21966
22250
  * @remarks
21967
22251
  * This parameter is required.
@@ -22294,6 +22578,7 @@ export declare class RunCustomHotTopicViewPointAnalysisResponse extends $dara.Mo
22294
22578
  });
22295
22579
  }
22296
22580
  export declare class RunDocBrainmapRequest extends $dara.Model {
22581
+ cleanCache?: boolean;
22297
22582
  /**
22298
22583
  * @remarks
22299
22584
  * This parameter is required.
@@ -22302,6 +22587,8 @@ export declare class RunDocBrainmapRequest extends $dara.Model {
22302
22587
  * 12345
22303
22588
  */
22304
22589
  docId?: string;
22590
+ nodeNumber?: number;
22591
+ prompt?: string;
22305
22592
  /**
22306
22593
  * @remarks
22307
22594
  * This parameter is required.
@@ -22310,6 +22597,7 @@ export declare class RunDocBrainmapRequest extends $dara.Model {
22310
22597
  * 3f7045e099474ba28ceca1b4eb6d6e21
22311
22598
  */
22312
22599
  sessionId?: string;
22600
+ wordNumber?: number;
22313
22601
  /**
22314
22602
  * @remarks
22315
22603
  * This parameter is required.
@@ -22366,6 +22654,7 @@ export declare class RunDocBrainmapResponse extends $dara.Model {
22366
22654
  });
22367
22655
  }
22368
22656
  export declare class RunDocIntroductionRequest extends $dara.Model {
22657
+ cleanCache?: boolean;
22369
22658
  /**
22370
22659
  * @remarks
22371
22660
  * This parameter is required.
@@ -22374,6 +22663,8 @@ export declare class RunDocIntroductionRequest extends $dara.Model {
22374
22663
  * 12345
22375
22664
  */
22376
22665
  docId?: string;
22666
+ introductionPrompt?: string;
22667
+ keyPointPrompt?: string;
22377
22668
  /**
22378
22669
  * @remarks
22379
22670
  * This parameter is required.
@@ -22382,6 +22673,7 @@ export declare class RunDocIntroductionRequest extends $dara.Model {
22382
22673
  * a3b5eb35-6b28-4cf9-ac09-1dec25ab4df6
22383
22674
  */
22384
22675
  sessionId?: string;
22676
+ summaryPrompt?: string;
22385
22677
  /**
22386
22678
  * @remarks
22387
22679
  * This parameter is required.
@@ -22639,6 +22931,7 @@ export declare class RunDocSmartCardResponse extends $dara.Model {
22639
22931
  });
22640
22932
  }
22641
22933
  export declare class RunDocSummaryRequest extends $dara.Model {
22934
+ cleanCache?: boolean;
22642
22935
  /**
22643
22936
  * @example
22644
22937
  * 12345
@@ -22710,6 +23003,7 @@ export declare class RunDocSummaryResponse extends $dara.Model {
22710
23003
  });
22711
23004
  }
22712
23005
  export declare class RunDocTranslationRequest extends $dara.Model {
23006
+ cleanCache?: boolean;
22713
23007
  /**
22714
23008
  * @example
22715
23009
  * 12345
@@ -22785,6 +23079,85 @@ export declare class RunDocTranslationResponse extends $dara.Model {
22785
23079
  [key: string]: any;
22786
23080
  });
22787
23081
  }
23082
+ export declare class RunDocWashingRequest extends $dara.Model {
23083
+ prompt?: string;
23084
+ /**
23085
+ * @remarks
23086
+ * This parameter is required.
23087
+ */
23088
+ referenceContent?: string;
23089
+ sessionId?: string;
23090
+ topic?: string;
23091
+ /**
23092
+ * @example
23093
+ * 500
23094
+ */
23095
+ wordNumber?: number;
23096
+ /**
23097
+ * @remarks
23098
+ * This parameter is required.
23099
+ *
23100
+ * @example
23101
+ * llm-2setzb9x4ewsd
23102
+ */
23103
+ workspaceId?: string;
23104
+ writingTypeName?: string;
23105
+ writingTypeRefDoc?: string;
23106
+ static names(): {
23107
+ [key: string]: string;
23108
+ };
23109
+ static types(): {
23110
+ [key: string]: any;
23111
+ };
23112
+ validate(): void;
23113
+ constructor(map?: {
23114
+ [key: string]: any;
23115
+ });
23116
+ }
23117
+ export declare class RunDocWashingResponseBody extends $dara.Model {
23118
+ /**
23119
+ * @example
23120
+ * false
23121
+ */
23122
+ end?: boolean;
23123
+ header?: RunDocWashingResponseBodyHeader;
23124
+ payload?: RunDocWashingResponseBodyPayload;
23125
+ /**
23126
+ * @remarks
23127
+ * Id of the request
23128
+ *
23129
+ * @example
23130
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
23131
+ */
23132
+ requestId?: string;
23133
+ static names(): {
23134
+ [key: string]: string;
23135
+ };
23136
+ static types(): {
23137
+ [key: string]: any;
23138
+ };
23139
+ validate(): void;
23140
+ constructor(map?: {
23141
+ [key: string]: any;
23142
+ });
23143
+ }
23144
+ export declare class RunDocWashingResponse extends $dara.Model {
23145
+ headers?: {
23146
+ [key: string]: string;
23147
+ };
23148
+ statusCode?: number;
23149
+ body?: RunDocWashingResponseBody;
23150
+ static names(): {
23151
+ [key: string]: string;
23152
+ };
23153
+ static types(): {
23154
+ [key: string]: any;
23155
+ };
23156
+ validate(): void;
23157
+ constructor(map?: {
23158
+ [key: string]: any;
23159
+ });
23160
+ }
22788
23161
  export declare class RunExpandContentRequest extends $dara.Model {
22789
23162
  /**
22790
23163
  * @remarks
@@ -22850,6 +23223,147 @@ export declare class RunExpandContentResponse extends $dara.Model {
22850
23223
  [key: string]: any;
22851
23224
  });
22852
23225
  }
23226
+ export declare class RunGenerateQuestionsRequest extends $dara.Model {
23227
+ /**
23228
+ * @example
23229
+ * oOgIwodFANW1u5MnqxysOh1rtld3xn
23230
+ */
23231
+ docId?: string;
23232
+ referenceContent?: string;
23233
+ /**
23234
+ * @example
23235
+ * f486c4e2-b773-4d65-88f8-2ba540610456
23236
+ */
23237
+ sessionId?: string;
23238
+ /**
23239
+ * @remarks
23240
+ * This parameter is required.
23241
+ *
23242
+ * @example
23243
+ * llm-w335gauzlbba2vze
23244
+ */
23245
+ workspaceId?: string;
23246
+ static names(): {
23247
+ [key: string]: string;
23248
+ };
23249
+ static types(): {
23250
+ [key: string]: any;
23251
+ };
23252
+ validate(): void;
23253
+ constructor(map?: {
23254
+ [key: string]: any;
23255
+ });
23256
+ }
23257
+ export declare class RunGenerateQuestionsResponseBody extends $dara.Model {
23258
+ header?: RunGenerateQuestionsResponseBodyHeader;
23259
+ payload?: RunGenerateQuestionsResponseBodyPayload;
23260
+ /**
23261
+ * @remarks
23262
+ * Id of the request
23263
+ *
23264
+ * @example
23265
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
23266
+ */
23267
+ requestId?: string;
23268
+ static names(): {
23269
+ [key: string]: string;
23270
+ };
23271
+ static types(): {
23272
+ [key: string]: any;
23273
+ };
23274
+ validate(): void;
23275
+ constructor(map?: {
23276
+ [key: string]: any;
23277
+ });
23278
+ }
23279
+ export declare class RunGenerateQuestionsResponse extends $dara.Model {
23280
+ headers?: {
23281
+ [key: string]: string;
23282
+ };
23283
+ statusCode?: number;
23284
+ body?: RunGenerateQuestionsResponseBody;
23285
+ static names(): {
23286
+ [key: string]: string;
23287
+ };
23288
+ static types(): {
23289
+ [key: string]: any;
23290
+ };
23291
+ validate(): void;
23292
+ constructor(map?: {
23293
+ [key: string]: any;
23294
+ });
23295
+ }
23296
+ export declare class RunHotwordRequest extends $dara.Model {
23297
+ /**
23298
+ * @example
23299
+ * 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
23300
+ */
23301
+ docId?: string;
23302
+ prompt?: string;
23303
+ referenceContent?: string;
23304
+ /**
23305
+ * @example
23306
+ * e32a1a3f-1f7e-41dd-b888-ef1d91b96d1e
23307
+ */
23308
+ sessionId?: string;
23309
+ /**
23310
+ * @remarks
23311
+ * This parameter is required.
23312
+ *
23313
+ * @example
23314
+ * llm-baw8as25ll3wnzjr
23315
+ */
23316
+ workspaceId?: string;
23317
+ static names(): {
23318
+ [key: string]: string;
23319
+ };
23320
+ static types(): {
23321
+ [key: string]: any;
23322
+ };
23323
+ validate(): void;
23324
+ constructor(map?: {
23325
+ [key: string]: any;
23326
+ });
23327
+ }
23328
+ export declare class RunHotwordResponseBody extends $dara.Model {
23329
+ header?: RunHotwordResponseBodyHeader;
23330
+ payload?: RunHotwordResponseBodyPayload;
23331
+ /**
23332
+ * @remarks
23333
+ * Id of the request
23334
+ *
23335
+ * @example
23336
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
23337
+ */
23338
+ requestId?: string;
23339
+ static names(): {
23340
+ [key: string]: string;
23341
+ };
23342
+ static types(): {
23343
+ [key: string]: any;
23344
+ };
23345
+ validate(): void;
23346
+ constructor(map?: {
23347
+ [key: string]: any;
23348
+ });
23349
+ }
23350
+ export declare class RunHotwordResponse extends $dara.Model {
23351
+ headers?: {
23352
+ [key: string]: string;
23353
+ };
23354
+ statusCode?: number;
23355
+ body?: RunHotwordResponseBody;
23356
+ static names(): {
23357
+ [key: string]: string;
23358
+ };
23359
+ static types(): {
23360
+ [key: string]: any;
23361
+ };
23362
+ validate(): void;
23363
+ constructor(map?: {
23364
+ [key: string]: any;
23365
+ });
23366
+ }
22853
23367
  export declare class RunKeywordsExtractionGenerationRequest extends $dara.Model {
22854
23368
  /**
22855
23369
  * @remarks
@@ -28057,6 +28571,21 @@ export default class Client extends OpenApi {
28057
28571
  * @returns RunDocTranslationResponse
28058
28572
  */
28059
28573
  runDocTranslation(request: RunDocTranslationRequest): Promise<RunDocTranslationResponse>;
28574
+ /**
28575
+ * 文档改写
28576
+ *
28577
+ * @param request - RunDocWashingRequest
28578
+ * @param runtime - runtime options for this request RuntimeOptions
28579
+ * @returns RunDocWashingResponse
28580
+ */
28581
+ runDocWashingWithOptions(request: RunDocWashingRequest, runtime: $dara.RuntimeOptions): Promise<RunDocWashingResponse>;
28582
+ /**
28583
+ * 文档改写
28584
+ *
28585
+ * @param request - RunDocWashingRequest
28586
+ * @returns RunDocWashingResponse
28587
+ */
28588
+ runDocWashing(request: RunDocWashingRequest): Promise<RunDocWashingResponse>;
28060
28589
  /**
28061
28590
  * 内容扩写
28062
28591
  *
@@ -28072,6 +28601,36 @@ export default class Client extends OpenApi {
28072
28601
  * @returns RunExpandContentResponse
28073
28602
  */
28074
28603
  runExpandContent(request: RunExpandContentRequest): Promise<RunExpandContentResponse>;
28604
+ /**
28605
+ * 妙读猜你想问接口
28606
+ *
28607
+ * @param request - RunGenerateQuestionsRequest
28608
+ * @param runtime - runtime options for this request RuntimeOptions
28609
+ * @returns RunGenerateQuestionsResponse
28610
+ */
28611
+ runGenerateQuestionsWithOptions(request: RunGenerateQuestionsRequest, runtime: $dara.RuntimeOptions): Promise<RunGenerateQuestionsResponse>;
28612
+ /**
28613
+ * 妙读猜你想问接口
28614
+ *
28615
+ * @param request - RunGenerateQuestionsRequest
28616
+ * @returns RunGenerateQuestionsResponse
28617
+ */
28618
+ runGenerateQuestions(request: RunGenerateQuestionsRequest): Promise<RunGenerateQuestionsResponse>;
28619
+ /**
28620
+ * 妙读文档关键词抽取接口
28621
+ *
28622
+ * @param request - RunHotwordRequest
28623
+ * @param runtime - runtime options for this request RuntimeOptions
28624
+ * @returns RunHotwordResponse
28625
+ */
28626
+ runHotwordWithOptions(request: RunHotwordRequest, runtime: $dara.RuntimeOptions): Promise<RunHotwordResponse>;
28627
+ /**
28628
+ * 妙读文档关键词抽取接口
28629
+ *
28630
+ * @param request - RunHotwordRequest
28631
+ * @returns RunHotwordResponse
28632
+ */
28633
+ runHotword(request: RunHotwordRequest): Promise<RunHotwordResponse>;
28075
28634
  /**
28076
28635
  * AI妙笔-创作-抽取关键词
28077
28636
  *