tencentcloud-sdk-nodejs-lke 4.1.199 → 4.1.200

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lke",
3
- "version": "4.1.199",
3
+ "version": "4.1.200",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -228,6 +228,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
228
228
  知识库相关背景知识介绍
229
229
  “知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
230
230
  “标签”文档:https://cloud.tencent.com/document/product/1759/112956
231
+ 单个知识库内支持创建的分类数量上限为 2000 个。
231
232
  */
232
233
  CreateQACate(req: CreateQACateRequest, cb?: (error: string, rep: CreateQACateResponse) => void): Promise<CreateQACateResponse>;
233
234
  /**
@@ -264,7 +265,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
264
265
  ListDoc(req: ListDocRequest, cb?: (error: string, rep: ListDocResponse) => void): Promise<ListDocResponse>;
265
266
  /**
266
267
  * 本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
267
- 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
268
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,才能创建成功。
268
269
  */
269
270
  CreateWorkflowRun(req: CreateWorkflowRunRequest, cb?: (error: string, rep: CreateWorkflowRunResponse) => void): Promise<CreateWorkflowRunResponse>;
270
271
  /**
@@ -354,6 +354,7 @@ class Client extends TencentCloudCommon.AbstractClient {
354
354
  知识库相关背景知识介绍
355
355
  “知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
356
356
  “标签”文档:https://cloud.tencent.com/document/product/1759/112956
357
+ 单个知识库内支持创建的分类数量上限为 2000 个。
357
358
  */
358
359
  async CreateQACate(req, cb) {
359
360
  return this.request("CreateQACate", req, cb);
@@ -408,7 +409,7 @@ class Client extends TencentCloudCommon.AbstractClient {
408
409
  }
409
410
  /**
410
411
  * 本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
411
- 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
412
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,才能创建成功。
412
413
  */
413
414
  async CreateWorkflowRun(req, cb) {
414
415
  return this.request("CreateWorkflowRun", req, cb);
@@ -74,7 +74,8 @@ export interface DeleteDocRequest {
74
74
  */
75
75
  DocBizIds: Array<string>;
76
76
  /**
77
- * 应用ID
77
+ * 应用ID
78
+ 删除知识库文档时,该参数填入知识库ID。
78
79
  */
79
80
  BotBizId: string;
80
81
  }
@@ -999,7 +1000,9 @@ export interface ClarificationConfig {
999
1000
  */
1000
1001
  export interface SaveDocRequest {
1001
1002
  /**
1002
- * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
1003
+ * 应用ID。应用ID 获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
1004
+ 导入知识库文档时,该参数填入知识库 ID。
1005
+
1003
1006
  */
1004
1007
  BotBizId: string;
1005
1008
  /**
@@ -7286,6 +7289,7 @@ export interface DescribeSharedKnowledgeRequest {
7286
7289
  export interface ModifyDocRequest {
7287
7290
  /**
7288
7291
  * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
7292
+ 修改知识库文档时,该参数填入知识库ID。
7289
7293
  */
7290
7294
  BotBizId: string;
7291
7295
  /**
@@ -8422,7 +8426,8 @@ export interface CreateQACateResponse {
8422
8426
  */
8423
8427
  export interface ListDocRequest {
8424
8428
  /**
8425
- * 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
8429
+ * 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
8430
+ 查询知识库下文档时,该参数填入知识库ID。
8426
8431
  */
8427
8432
  BotBizId: string;
8428
8433
  /**