Interface AskDataQuestionResultCallback


public interface AskDataQuestionResultCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(DataQuestionResult result, DataQuestion dataQuestion)
    Callback fired with the result of asking AI to answer a data question.
  • Method Details

    • execute

      void execute(DataQuestionResult result, DataQuestion dataQuestion)
      Callback fired with the result of asking AI to answer a data question.
      Parameters:
      result - The result.
      dataQuestion - The data question.