Interface IntentClassification

  • All Implemented Interfaces:
    kotlin.collections.Iterator

    
    public interface IntentClassification
     implements Iterator<Intent>
                        

    Sorted by probability - the first is the better.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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 Double probability() Returns the probability 0..
      • Methods inherited from class kotlin.collections.Iterator

        forEachRemaining, hasNext, next
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • probability

         abstract Double probability()

        Returns the probability 0..1 of the current intent.