Class RhinoInference


  • public class RhinoInference
    extends java.lang.Object
    Class that contains inference results returned from Rhino.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIntent()  
      boolean getIsUnderstood()  
      java.util.Map<java.lang.String,​java.lang.String> getSlots()  
      • Methods inherited from class java.lang.Object

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

      • getIsUnderstood

        public boolean getIsUnderstood()
      • getIntent

        public java.lang.String getIntent()
      • getSlots

        public java.util.Map<java.lang.String,​java.lang.String> getSlots()