Package com.smartgwt.client.docs
Interface AnswerEngine
public interface AnswerEngine
Answer Engine
The Smart GWT Answer Engine employs AI to navigate your data to answer any natural language question (a data question). After obtaining an answer, AI will then prepare a dashboard – grids and charts – to visually explain its answer.- See Also:
-
AI.askDataQuestion(java.lang.String, com.smartgwt.client.data.DataSource[], com.smartgwt.client.ai.DataQuestionSettings, com.smartgwt.client.callbacks.AskDataQuestionResultCallback)
AI.cancelDataQuestion(java.lang.String)
AI.pauseDataQuestion(java.lang.String)
AI.resumeDataQuestion(java.lang.String)
DataQuestionSettings
DataQuestion
com.smartgwt.client.ai.AI#maxActiveAnswerEngineOperations