public interface AskDataQuestionResultCallback | Modifier and Type | Method and Description |
|---|---|
void | execute(DataQuestionResult result, DataQuestion dataQuestion) Callback fired with the result of asking AI to answer a data question. |
void execute(DataQuestionResult result, DataQuestion dataQuestion)
result - The result.dataQuestion - The data question.