Interface BuildUIViaAICustomValidationResultCallback


public interface BuildUIViaAICustomValidationResultCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(BuildUIViaAIResponse workingResponse, Object validationContext)
    This will be provided to a BuildUIViaAICustomValidator() to continue the build-UI process after performing the custom validation.
  • Method Details

    • execute

      void execute(BuildUIViaAIResponse workingResponse, Object validationContext)
      This will be provided to a BuildUIViaAICustomValidator() to continue the build-UI process after performing the custom validation.
      Parameters:
      workingResponse - The working response, modified according to the result of custom validation.
      validationContext - Any object or value to pass to the next invocation of the validator on retry.