Date validation

Hello Everyone, I’m using duckling pipeline for date extraction and its work fine. Now, I want to validate the extracted date. Is there any solution for this…

Hey @seera

As the docs state the duckling extractor produces entities. So in order to verify what was extracted, depending on your setup, you can:

  • create a custom NLU component for the pipeline (if you want to use NLU-only)
  • use slot validations in your custom actions