Custom action class for validating slots with one custom action #6819
Labels
area:rasa-sdk 🧑💻
Everything that touches our python Rasa SDK
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Milestone
This is actually an SDK issue but I added it here so we can add it to the milestone.
Description of Problem:
Docs specify that all slot validations for a given form is happening as a single function, which is confusing because validation is always unique for each slot. Users will still have to define separate validation functions, but they'll also have to write the logic inside run() for calling each validate method.
Also see the long discussions here
Overview of the Solution:
Some magic class ala
Definition of Done:
The text was updated successfully, but these errors were encountered: