tencentcloud-sdk-lke 3.0.873 → 3.0.874
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/models.rb +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 077c8cc1a59d38eb2ba51974d406dd060385874d
|
4
|
+
data.tar.gz: 60aeec6734ee0003d4690e3c9b67f2f916accaa2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46a0071fb6955fc74c580947d186a5c1b210c4ba0e56fd8b325a384d5cffe763c1842473261a7577b4375050bad7867e7f82c26189f804bcc07b75ff95fbe6dc
|
7
|
+
data.tar.gz: cb911e4d2485fef190ef9a169a4b46f5dfa1b194a4f102e2bd90081ce8ebe8737bb97559aca4d76c17508381e4510daf900ec552a7e73d71dcc727deddd0fd66
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.874
|
data/lib/v20231130/models.rb
CHANGED
@@ -941,9 +941,9 @@ module TencentCloud
|
|
941
941
|
class CreateReconstructDocumentFlowRequest < TencentCloud::Common::AbstractModel
|
942
942
|
# @param FileType: 文件类型。支持的文件类型:PDF、DOCX、DOC、XLS、XLSX、PPT、PPTX、PNG、JPG、JPEG、CSV
|
943
943
|
# @type FileType: String
|
944
|
-
# @param FileBase64: 文件的 Base64
|
944
|
+
# @param FileBase64: 文件的 Base64 值。支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。支持的图片像素:单边介于20-10000px之间。文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。
|
945
945
|
# @type FileBase64: String
|
946
|
-
# @param FileUrl: 文件的 Url
|
946
|
+
# @param FileUrl: 文件的 Url 地址。支持的文件大小:所下载文件经 Base64 编码后不超过 100M。文件下载时间不超过 15 秒。支持的图片像素:单边介于20-10000px之间。 文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
947
947
|
# @type FileUrl: String
|
948
948
|
# @param FileStartPageNumber: 当传入文件是PDF类型时,用来指定pdf识别的起始页码,识别的页码包含当前值。默认为1,表示从pdf文件的第1页开始识别。
|
949
949
|
# @type FileStartPageNumber: Integer
|
@@ -3256,11 +3256,11 @@ module TencentCloud
|
|
3256
3256
|
class GetWsTokenRequest < TencentCloud::Common::AbstractModel
|
3257
3257
|
# @param Type: 接入类型
|
3258
3258
|
# @type Type: Integer
|
3259
|
-
# @param BotAppKey: 应用AppKey
|
3259
|
+
# @param BotAppKey: 应用AppKey(应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取)
|
3260
3260
|
# @type BotAppKey: String
|
3261
|
-
# @param VisitorBizId:
|
3261
|
+
# @param VisitorBizId: 访客ID(外部输入,建议唯一,标识当前接入会话的用户)
|
3262
3262
|
# @type VisitorBizId: String
|
3263
|
-
# @param VisitorLabels:
|
3263
|
+
# @param VisitorLabels: 知识标签(用于知识库中知识的检索过滤)
|
3264
3264
|
# @type VisitorLabels: Array
|
3265
3265
|
|
3266
3266
|
attr_accessor :Type, :BotAppKey, :VisitorBizId, :VisitorLabels
|
@@ -3289,9 +3289,9 @@ module TencentCloud
|
|
3289
3289
|
|
3290
3290
|
# GetWsToken返回参数结构体
|
3291
3291
|
class GetWsTokenResponse < TencentCloud::Common::AbstractModel
|
3292
|
-
# @param Token: token
|
3292
|
+
# @param Token: token值(有效期60s)
|
3293
3293
|
# @type Token: String
|
3294
|
-
# @param Balance: 余额; 余额大于 0
|
3294
|
+
# @param Balance: 余额; 余额大于 0 时表示有效
|
3295
3295
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3296
3296
|
# @type Balance: Float
|
3297
3297
|
# @param InputLenLimit: 对话窗输入字符限制
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.874
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|