-
- All Implemented Interfaces:
-
ai.tock.bot.engine.nlp.NlpListener
public class OpenDataNlpListener implements NlpListenerEvaluate place entity values.
-
-
Field Summary
Fields Modifier and Type Field Description public final static OpenDataNlpListenerINSTANCE
-
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
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.open.data.OpenDataNlpListener
error, findIntent, handleKeyword, mergeEntityValues, sortEntitiesToMerge, success -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
evaluateEntities
List<EntityValue> evaluateEntities(UserTimeline userTimeline, Dialog dialog, Event event, NlpResult nlpResult)
-
-
-
-