tencentcloud-sdk-tms 3.0.451 → 3.0.452

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d43d3c5ec83b280673e5c2baa1a3fb5ec535c9b4
4
- data.tar.gz: 998f7d3aade29ff776679fe674f682a1eaac03c4
3
+ metadata.gz: a88378320850cc7f09e15f487aaf0e4e4c430b5b
4
+ data.tar.gz: fd5c608304e5ccdd4e32d3d1aae611d1c2aadd16
5
5
  SHA512:
6
- metadata.gz: 034b1f59418e690ea55974e8f361710bb56258b8031c6053f44f306618bee68467cc394218433178ca54c0c26f0b95e07c8739805da92903b21c80c64576da16
7
- data.tar.gz: b7ac4af2412f7c15098ae0a9d5b883ee37a1ab2dea019e8ac4a62b721623427c79bf15db3f621da30db7cc8fc0374eef7baedb6f8165aa8020409a564275f043
6
+ metadata.gz: b155fc98d097cc84249969f4c9ac95d2f79c4ab42936903bcb382d6c11753bb8a8d2796cb928e4b3e4c38f6d5730ed6f165dd7105fbb79506fe53ea095dcc8df
7
+ data.tar.gz: 346b3a7704c05dceba306421e499433492ec9b8681f8ddec15168cfcde58258b00bff17aaed7c7a1b268679d9e143cefc0dd30bc8a48d32d70e2ee51659256fc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.451
1
+ 3.0.452
@@ -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.451
4
+ version: 3.0.452
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-14 00:00:00.000000000 Z
11
+ date: 2022-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common