tencentcloud-sdk-nodejs-lke 4.1.175 → 4.1.180
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
|
@@ -9287,7 +9287,7 @@ export interface DescribeUnsatisfiedReplyContextResponse {
|
|
|
9287
9287
|
*/
|
|
9288
9288
|
export interface ModifyDocAttrRangeRequest {
|
|
9289
9289
|
/**
|
|
9290
|
-
* 应用ID
|
|
9290
|
+
* 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
9291
9291
|
*/
|
|
9292
9292
|
BotBizId: string;
|
|
9293
9293
|
/**
|
|
@@ -9299,7 +9299,7 @@ export interface ModifyDocAttrRangeRequest {
|
|
|
9299
9299
|
*/
|
|
9300
9300
|
AttrRange: number;
|
|
9301
9301
|
/**
|
|
9302
|
-
*
|
|
9302
|
+
* 属性标签引用,LabelBizIds可通过 DescribeAttributeLabel 接口获取
|
|
9303
9303
|
*/
|
|
9304
9304
|
AttrLabels: Array<AttrLabelRefer>;
|
|
9305
9305
|
}
|