tencentcloud-sdk-faceid 3.0.402 → 3.0.404
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/v20180301/models.rb +6 -2
- 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: bd305326e8fc9c364129906ba57fc26cac2915ea
|
4
|
+
data.tar.gz: bd68da1ed142903eadf7ae12bdd7a18534f77c50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30d569376d524c9c9b73e5da1ae706840060baf18bb53f938693f6fb3ecb7988289df0723ef1906636b295bf0dcb9764e97f6d44766cfab498d9958fa79f3b55
|
7
|
+
data.tar.gz: d17ed062261894ebd1b5192d1d78f1fdd37686de80cf5208f3c1ddff5d416843b64dccaad21ea991dde299c68dddde29d7e5ebf2a8b24957a834aa55f6d0ed61
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.404
|
data/lib/v20180301/models.rb
CHANGED
@@ -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.
|
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-
|
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
|