tencentcloud-sdk-tms 3.0.451 → 3.0.453
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/v20201229/models.rb +7 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b875b8292f5f03e4a540c2b67193a3ddf2880bb
|
4
|
+
data.tar.gz: 6a28dba55ecfa583abcd5f4a595a13270ccb874f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f68a834b401e3b8b227e3e0e6c32f48f4996d4706a47374f2485d6628e74c4aeb8971e1fbd53d9846fdf0a135b77c2022fc571f93f0bf3a2da3da1acdfd3d01
|
7
|
+
data.tar.gz: ec0d3fed58718ee2f768dac4fcb5c2a4f4fc557983b4da8a1aaa59365906f10ffa7bd87a070066d6f66f246f2c39ed3bbaf3ed88acc066a205fe148ee3f08770
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.453
|
data/lib/v20201229/models.rb
CHANGED
@@ -235,12 +235,15 @@ module TencentCloud
|
|
235
235
|
# @param SubLabel: 该字段用于返回当前标签(Label)下的二级标签。
|
236
236
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
237
237
|
# @type SubLabel: String
|
238
|
+
# @param ContextText: 该字段用于返回上下文关联文本
|
239
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
240
|
+
# @type ContextText: String
|
238
241
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
239
242
|
# @type RequestId: String
|
240
243
|
|
241
|
-
attr_accessor :BizType, :Label, :Suggestion, :Keywords, :Score, :DetailResults, :RiskDetails, :Extra, :DataId, :SubLabel, :RequestId
|
244
|
+
attr_accessor :BizType, :Label, :Suggestion, :Keywords, :Score, :DetailResults, :RiskDetails, :Extra, :DataId, :SubLabel, :ContextText, :RequestId
|
242
245
|
|
243
|
-
def initialize(biztype=nil, label=nil, suggestion=nil, keywords=nil, score=nil, detailresults=nil, riskdetails=nil, extra=nil, dataid=nil, sublabel=nil, requestid=nil)
|
246
|
+
def initialize(biztype=nil, label=nil, suggestion=nil, keywords=nil, score=nil, detailresults=nil, riskdetails=nil, extra=nil, dataid=nil, sublabel=nil, contexttext=nil, requestid=nil)
|
244
247
|
@BizType = biztype
|
245
248
|
@Label = label
|
246
249
|
@Suggestion = suggestion
|
@@ -251,6 +254,7 @@ module TencentCloud
|
|
251
254
|
@Extra = extra
|
252
255
|
@DataId = dataid
|
253
256
|
@SubLabel = sublabel
|
257
|
+
@ContextText = contexttext
|
254
258
|
@RequestId = requestid
|
255
259
|
end
|
256
260
|
|
@@ -279,6 +283,7 @@ module TencentCloud
|
|
279
283
|
@Extra = params['Extra']
|
280
284
|
@DataId = params['DataId']
|
281
285
|
@SubLabel = params['SubLabel']
|
286
|
+
@ContextText = params['ContextText']
|
282
287
|
@RequestId = params['RequestId']
|
283
288
|
end
|
284
289
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.453
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20200713/models.rb
|
37
|
-
- lib/v20200713/client.rb
|
38
36
|
- lib/tencentcloud-sdk-tms.rb
|
39
|
-
- lib/
|
37
|
+
- lib/v20200713/client.rb
|
38
|
+
- lib/v20200713/models.rb
|
40
39
|
- lib/v20201229/client.rb
|
40
|
+
- lib/v20201229/models.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|