Interface AIResponseCallback


public interface AIResponseCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(AIResponse aiResponse, AIRequest aiRequest)
    Callback fired when a response is received from an AI engine.
  • Method Details

    • execute

      void execute(AIResponse aiResponse, AIRequest aiRequest)
      Callback fired when a response is received from an AI engine.
      Parameters:
      aiResponse - The response.
      aiRequest - The original request.