tencentcloud-sdk-nodejs-lke 4.1.200 → 4.1.201

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.200",
3
+ "version": "4.1.201",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -905,7 +905,8 @@ export interface RenameDocRequest {
905
905
  */
906
906
  LoginSubAccountUin?: string;
907
907
  /**
908
- * 应用ID
908
+ * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)。
909
+ 重命名知识库文档时,该参数填入知识库ID。
909
910
  */
910
911
  BotBizId?: string;
911
912
  /**