Uses of Interface
org.apache.nlpcraft.model.NCRequest
-
Packages that use NCRequest Package Description org.apache.nlpcraft.model Contains main API for defining data models. -
-
Uses of NCRequest in org.apache.nlpcraft.model
Methods in org.apache.nlpcraft.model that return NCRequest Modifier and Type Method Description NCRequest
NCContext. getRequest()
Gets supplemental information about user request.NCRequest
NCTokenPredicateContext. getRequest()
Gets information about the user request.Methods in org.apache.nlpcraft.model with parameters of type NCRequest Modifier and Type Method Description List<NCCustomElement>
NCCustomParser. parse(NCRequest req, NCModelView mdl, List<NCCustomWord> words, List<NCCustomElement> elements)
Analyses user input provided as a list ofNCCustomWord
objects and returns a list ofNCCustomElement
objects.
-