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