Uses of Class
org.apache.nlpcraft.model.NCRejection
-
Packages that use NCRejection Package Description org.apache.nlpcraft.model Contains main API for defining data models. -
-
Uses of NCRejection in org.apache.nlpcraft.model
Methods in org.apache.nlpcraft.model with parameters of type NCRejection Modifier and Type Method Description default NCResult
NCModel. onRejection(NCIntentMatch ctx, NCRejection e)
A callback that is called when intent callback threwNCRejection
exception.Methods in org.apache.nlpcraft.model that throw NCRejection 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 boolean
NCModel. onMatchedIntent(NCIntentMatch ctx)
A callback that is called when intent was successfully matched but right before its callback is called.
-