Package com.smartgwt.client.callbacks
Interface AskDataQuestionResultCallback
public interface AskDataQuestionResultCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(DataQuestionResult result, DataQuestion dataQuestion) Callback fired with the result of asking AI to answer a data question.
- 
Method Details- 
executeCallback fired with the result of asking AI to answer a data question.- Parameters:
- result- The result.
- dataQuestion- The data question.
 
 
-