java.lang.Object
com.bytedesk.kbase.settings_intention.intention.IntentionResult
public class IntentionResult
extends Object
-
Field Summary
Fields
private boolean
private boolean
private boolean
private double
private int
private double
private boolean
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
primaryIntention
private String primaryIntention
主要意图
-
primaryConfidence
private double primaryConfidence
主要意图的置信度
-
-
subConfidence
private double subConfidence
子意图置信度
-
-
recommendedResponse
private String recommendedResponse
推荐回复
-
needClarification
private boolean needClarification
是否需要澄清
-
clarificationQuestion
private String clarificationQuestion
推荐的澄清问题
-
entities
相关的意图实体(如订单编号、产品名称等)
-
-
priority
private int priority
意图优先级
-
suggestHumanTransfer
private boolean suggestHumanTransfer
是否建议转人工
-
isConfident
private boolean isConfident
意图是否确定
当主意图置信度高于阈值时为true
-
isIntentionChanged
private boolean isIntentionChanged
意图是否改变
与上一次检测结果相比是否改变
-
Constructor Details
-
IntentionResult
public IntentionResult()