tencentcloud-sdk-nodejs-lke 4.1.200 → 4.1.203
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
|
@@ -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
|
/**
|
|
@@ -3139,6 +3140,10 @@ export interface CreateWorkflowRunRequest {
|
|
|
3139
3140
|
* API参数配置
|
|
3140
3141
|
*/
|
|
3141
3142
|
CustomVariables?: Array<CustomVariable>;
|
|
3143
|
+
/**
|
|
3144
|
+
* 用户ID
|
|
3145
|
+
*/
|
|
3146
|
+
VisitorId?: string;
|
|
3142
3147
|
}
|
|
3143
3148
|
/**
|
|
3144
3149
|
* DescribeQA请求参数结构体
|