Uses of Class
com.logicaldoc.ai.AIException
Packages that use AIException
Package
Description
Artificial Intelligence module
AI models based on Natural Language Processing
-
Uses of AIException in com.logicaldoc.ai
Methods in com.logicaldoc.ai that throw AIExceptionModifier and TypeMethodDescriptionfinal QueryResult
<S> AIModel.query
(List<F> features, AIModelHistory transaction) Queries the model with the given features -
Uses of AIException in com.logicaldoc.ai.nlp
Methods in com.logicaldoc.ai.nlp that throw AIExceptionModifier and TypeMethodDescriptionabstract QueryResult
<String> Concrete implementations must give a prediction from a single sentence -
Uses of AIException in com.logicaldoc.robot
Methods in com.logicaldoc.robot that throw AIExceptionModifier and TypeMethodDescriptionRobot.ask
(String question, RobotHistory transaction) Ask a question or give a command to the robot -
Uses of AIException in com.logicaldoc.robot.webswervice.soap
Methods in com.logicaldoc.robot.webswervice.soap that throw AIException -
Uses of AIException in com.logicaldoc.robot.webswervice.soap.client
Methods in com.logicaldoc.robot.webswervice.soap.client that throw AIException -
Uses of AIException in com.logicaldoc.robot.webswervice.soap.endpoint
Methods in com.logicaldoc.robot.webswervice.soap.endpoint that throw AIException