Uses of Interface
org.apache.nlpcraft.model.NCContext
-
Packages that use NCContext Package Description org.apache.nlpcraft.model Contains main API for defining data models. -
-
Uses of NCContext in org.apache.nlpcraft.model
Methods in org.apache.nlpcraft.model that return NCContext Modifier and Type Method Description NCContext
NCIntentMatch. getContext()
Gets context of the user input query.Methods in org.apache.nlpcraft.model with parameters of type NCContext Modifier and Type Method Description default NCResult
NCModel. onContext(NCContext ctx)
A callback that is called when a fully assembled query context is ready.default NCResult
NCModel. onError(NCContext ctx, Throwable e)
A callback that is called when intent callback failed with unexpected exception.
-