Uses of Class
com.tencentcloudapi.faceid.v20180301.models.IntentionQuestion
-
Packages that use IntentionQuestion Package Description com.tencentcloudapi.faceid.v20180301.models -
-
Uses of IntentionQuestion in com.tencentcloudapi.faceid.v20180301.models
Methods in com.tencentcloudapi.faceid.v20180301.models that return IntentionQuestion Modifier and Type Method Description IntentionQuestion[]DetectAuthRequest. getIntentionQuestions()Get 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。IntentionQuestion[]GetEidTokenConfig. getIntentionQuestions()Get 意愿核身问答模式的配置列表。当前仅支持一个问答。Methods in com.tencentcloudapi.faceid.v20180301.models with parameters of type IntentionQuestion Modifier and Type Method Description voidDetectAuthRequest. setIntentionQuestions(IntentionQuestion[] IntentionQuestions)Set 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。voidGetEidTokenConfig. setIntentionQuestions(IntentionQuestion[] IntentionQuestions)Set 意愿核身问答模式的配置列表。当前仅支持一个问答。Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type IntentionQuestion Constructor Description IntentionQuestion(IntentionQuestion 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.
-