tencentcloud-sdk-faceid 3.0.402 → 3.0.404

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3bb990c34cd310aa505286b3364ad5f209d7773
4
- data.tar.gz: 520549220b7c2bb69c1903b7446c60dbb12f5011
3
+ metadata.gz: bd305326e8fc9c364129906ba57fc26cac2915ea
4
+ data.tar.gz: bd68da1ed142903eadf7ae12bdd7a18534f77c50
5
5
  SHA512:
6
- metadata.gz: 8ea97ae17cb43861f36469cc99faf1f2ba6c4c0be17db9961308b2d19e7058c18b853ffd9cf928fc522a922acb4a17e654d7dfab4226ae68e1c68bba48f46105
7
- data.tar.gz: 66379168bc0c190f6f7ab2b2ba8ca771a3281c8b7f1ff0b83621a398ae338131c845ef489c8907d2dfe104d5b4264856eee84d19afacc5e04b71ab7dc4d21dd2
6
+ metadata.gz: 30d569376d524c9c9b73e5da1ae706840060baf18bb53f938693f6fb3ecb7988289df0723ef1906636b295bf0dcb9764e97f6d44766cfab498d9958fa79f3b55
7
+ data.tar.gz: d17ed062261894ebd1b5192d1d78f1fdd37686de80cf5208f3c1ddff5d416843b64dccaad21ea991dde299c68dddde29d7e5ebf2a8b24957a834aa55f6d0ed61
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.402
1
+ 3.0.404
@@ -1546,15 +1546,18 @@ module TencentCloud
1546
1546
  # @type IntentionVerifyText: String
1547
1547
  # @param IntentionQuestions: 意愿核身问答模式的配置列表。当前仅支持一个问答。
1548
1548
  # @type IntentionQuestions: Array
1549
+ # @param IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
1550
+ # @type IntentionRecognition: Boolean
1549
1551
 
1550
- attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions
1552
+ attr_accessor :InputType, :UseIntentionVerify, :IntentionMode, :IntentionVerifyText, :IntentionQuestions, :IntentionRecognition
1551
1553
 
1552
- def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil)
1554
+ def initialize(inputtype=nil, useintentionverify=nil, intentionmode=nil, intentionverifytext=nil, intentionquestions=nil, intentionrecognition=nil)
1553
1555
  @InputType = inputtype
1554
1556
  @UseIntentionVerify = useintentionverify
1555
1557
  @IntentionMode = intentionmode
1556
1558
  @IntentionVerifyText = intentionverifytext
1557
1559
  @IntentionQuestions = intentionquestions
1560
+ @IntentionRecognition = intentionrecognition
1558
1561
  end
1559
1562
 
1560
1563
  def deserialize(params)
@@ -1570,6 +1573,7 @@ module TencentCloud
1570
1573
  @IntentionQuestions << intentionquestion_tmp
1571
1574
  end
1572
1575
  end
1576
+ @IntentionRecognition = params['IntentionRecognition']
1573
1577
  end
1574
1578
  end
1575
1579
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-faceid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.402
4
+ version: 3.0.404
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-09-01 00:00:00.000000000 Z
11
+ date: 2022-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common