Interface IntentSelector

  • All Implemented Interfaces:

    
    public interface IntentSelector
    
                        

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Pair<Intent, Double> selectIntent(IntentClassification classification)
      • Methods inherited from class java.lang.Object

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