-
- All Implemented Interfaces:
public final class NlpIntentQualifierEach allowed intent if NlpQuery.intentsSubset is set.
-
-
Constructor Summary
Constructors Constructor Description NlpIntentQualifier(String intent, Double modifier)
-
Method Summary
Modifier and Type Method Description final StringgetIntent()The intent. final DoublegetModifier()The probability modifier. -
-
Method Detail
-
getModifier
final Double getModifier()
The probability modifier. if positive, the probability of the intent is increased. If negative, the probability of the intent is decreased.
-
-
-
-