Package 

Interface IntentSelector


  • 
    public interface IntentSelector
    
                        

    To select the best intent match - default take the highest probability.

    • Method Summary

      Modifier and Type Method Description
      abstract Pair<Intent, Double> selectIntent(IntentClassification classification)
      • Methods inherited from class ai.tock.nlp.core.IntentSelector

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait