Uses of Interface
org.apache.nlpcraft.model.NCIntentMatch
-
Packages that use NCIntentMatch Package Description org.apache.nlpcraft.model Contains main API for defining data models. -
-
Uses of NCIntentMatch in org.apache.nlpcraft.model
Methods in org.apache.nlpcraft.model with parameters of type NCIntentMatch Modifier and Type Method Description default boolean
NCModel. onMatchedIntent(NCIntentMatch ctx)
A callback that is called when intent was successfully matched but right before its callback is called.default NCResult
NCModel. onRejection(NCIntentMatch ctx, NCRejection e)
A callback that is called when intent callback threwNCRejection
exception.default NCResult
NCModel. onResult(NCIntentMatch ctx, NCResult res)
A callback that is called when successful result is obtained from the intent callback and right before sending it back to the caller.
-