-
public interface IntentSelectorTo select the best intent match - default take the highest probability.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIntentSelector.Companion
-
Method Summary
Modifier and Type Method Description abstract Pair<Intent, Double>selectIntent(IntentClassification classification)-
-
Method Detail
-
selectIntent
abstract Pair<Intent, Double> selectIntent(IntentClassification classification)
-
-
-
-