Uses of Interface
org.apache.nlpcraft.model.NCVariant
-
Packages that use NCVariant Package Description org.apache.nlpcraft.model Contains main API for defining data models.org.apache.nlpcraft.model.tools.sqlgen Contains model stub generator for SQL RDBMS. -
-
Uses of NCVariant in org.apache.nlpcraft.model
Methods in org.apache.nlpcraft.model that return NCVariant Modifier and Type Method Description NCVariant
NCIntentMatch. getVariant()
Gets sentence parsing variant that produced the matching for this intent.Methods in org.apache.nlpcraft.model that return types with arguments of type NCVariant Modifier and Type Method Description Collection<? extends NCVariant>
NCContext. getVariants()
Gets collection of all parsing variants for this query.Methods in org.apache.nlpcraft.model with parameters of type NCVariant Modifier and Type Method Description default boolean
NCModel. onParsedVariant(NCVariant var)
A callback to accept or reject a parsed variant. -
Uses of NCVariant in org.apache.nlpcraft.model.tools.sqlgen
Methods in org.apache.nlpcraft.model.tools.sqlgen with parameters of type NCVariant Modifier and Type Method Description static NCSqlExtractor
NCSqlExtractorBuilder. build(NCSqlSchema schema, NCVariant variant)
Builds and returns new SQL extractor for given SQL schema and parsing variant.
-