Package com.t4a.api

Class JavaMethodExecutor

java.lang.Object
com.t4a.api.JavaActionExecutor
com.t4a.api.JavaMethodExecutor
All Implemented Interfaces:
AIActionExecutor

public class JavaMethodExecutor extends JavaActionExecutor
This is one of the main classes which is part of processing logic. IT does alll the mapping of actions to predicted options and creates the instance of action class. It is also responsible for invoking the correct action and pass back the response.