tencentcloud-sdk-lke 3.0.1050 → 3.0.1051
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/models.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a40b579ac33b53dd37bcb2ab18c7e2a44d0e775a
|
4
|
+
data.tar.gz: 29939702b5d11cee394ee506f95a22465fb5ccfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fd43bd823c6c8090c4000fdcdcc729c57b783c1a4c2b6ba3987b5f661c3dd34d1a9cb53fc48b8668e950e5e8223744c787c0ebb984b2384b43e67ec153f1a4f
|
7
|
+
data.tar.gz: f6f56f3521ab2e572209e475163b75e8e3ac4471b67ea3408bdf7aab2d72f07f8d48f02ff31065da510a374dec843f8449c1b84c5055adbe491d804d2f107cb8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1051
|
data/lib/v20231130/models.rb
CHANGED
@@ -4620,6 +4620,7 @@ module TencentCloud
|
|
4620
4620
|
# @param BotAppKey: 应用AppKey </br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
|
4621
4621
|
# @type BotAppKey: String
|
4622
4622
|
# @param VisitorBizId: 访客ID(外部输入,建议唯一,标识当前接入会话的用户)
|
4623
|
+
# 长度限制: string(64)
|
4623
4624
|
# @type VisitorBizId: String
|
4624
4625
|
# @param VisitorLabels: 知识标签,用于知识库中知识的检索过滤。该字段即将下线,请使用对话端接口中的 custom_variables 字段替代该字段。
|
4625
4626
|
# @type VisitorLabels: Array
|