Class RuleIdConfig

    • 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字段;