Class RuleIdConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.RuleIdConfig
-
public class RuleIdConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RuleIdConfig()
RuleIdConfig(RuleIdConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getIntentionRecognition()
Get 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。Long
getIntentionType()
Get 意愿核身类型,默认为0: 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段; 1:点头模式,DetectAuth接口需要传入IntentionActions字段;void
setIntentionRecognition(Boolean IntentionRecognition)
Set 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。void
setIntentionType(Long IntentionType)
Set 意愿核身类型,默认为0: 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段; 1:点头模式,DetectAuth接口需要传入IntentionActions字段;void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RuleIdConfig
public RuleIdConfig()
-
RuleIdConfig
public RuleIdConfig(RuleIdConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getIntentionRecognition
public Boolean getIntentionRecognition()
Get 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。- Returns:
- IntentionRecognition 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
-
setIntentionRecognition
public void setIntentionRecognition(Boolean IntentionRecognition)
Set 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。- Parameters:
IntentionRecognition
- 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
-
getIntentionType
public Long getIntentionType()
Get 意愿核身类型,默认为0: 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段; 1:点头模式,DetectAuth接口需要传入IntentionActions字段;- Returns:
- IntentionType 意愿核身类型,默认为0: 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段; 1:点头模式,DetectAuth接口需要传入IntentionActions字段;
-
setIntentionType
public void setIntentionType(Long IntentionType)
Set 意愿核身类型,默认为0: 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段; 1:点头模式,DetectAuth接口需要传入IntentionActions字段;- Parameters:
IntentionType
- 意愿核身类型,默认为0: 0:问答模式,DetectAuth接口需要传入IntentionQuestions字段; 1:点头模式,DetectAuth接口需要传入IntentionActions字段;
-
-