public class NlpIntentQualifier
Each allowed intent if NlpQuery.intentsSubset is set.
public NlpIntentQualifier(@NotNull
java.lang.String intent,
double modifier)
Each allowed intent if NlpQuery.intentsSubset is set.
intent - The intent.modifier - The probability modifier.if positive, the probability of the intent is increased.If negative, the probability of the intent is decreased.@NotNull public java.lang.String getIntent()
The intent.
public double getModifier()
The probability modifier.
if positive, the probability of the intent is increased.If negative, the probability of the intent is decreased.
@NotNull public java.lang.String component1()
The intent.
public double component2()
The probability modifier.
if positive, the probability of the intent is increased.If negative, the probability of the intent is decreased.
@NotNull public NlpIntentQualifier copy(@NotNull java.lang.String intent, double modifier)
Each allowed intent if NlpQuery.intentsSubset is set.
@NotNull public java.lang.String toString()
Each allowed intent if NlpQuery.intentsSubset is set.
public int hashCode()
Each allowed intent if NlpQuery.intentsSubset is set.
public boolean equals(@Nullable
java.lang.Object p)
Each allowed intent if NlpQuery.intentsSubset is set.