Package 

Object OpenDataNlpListener

  • All Implemented Interfaces:
    ai.tock.bot.engine.nlp.NlpListener

    
    public class OpenDataNlpListener
     implements NlpListener
                        

    Evaluate place entity values.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<EntityValue> evaluateEntities(UserTimeline userTimeline, Dialog dialog, Event event, NlpResult nlpResult)
      • Methods inherited from class ai.tock.bot.engine.nlp.NlpListener

        error, findIntent, handleKeyword, mergeEntityValues, precompute, sortEntitiesToMerge, success, updateQuery
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • evaluateEntities

         List<EntityValue> evaluateEntities(UserTimeline userTimeline, Dialog dialog, Event event, NlpResult nlpResult)