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.aiMethods 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.nlpMethods 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.robotMethods 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.soapMethods in com.logicaldoc.robot.webswervice.soap that throw AIException
- 
Uses of AIException in com.logicaldoc.robot.webswervice.soap.clientMethods in com.logicaldoc.robot.webswervice.soap.client that throw AIException
- 
Uses of AIException in com.logicaldoc.robot.webswervice.soap.endpointMethods in com.logicaldoc.robot.webswervice.soap.endpoint that throw AIException