buerokratt / Training-Module

MIT License
2 stars 20 forks source link

REST service to fetch a list of all Rasa forms #83

Open turnerrainer opened 1 year ago

turnerrainer commented 1 year ago

AS AN Architect I WANT to have a REST service to fetch all Rasa forms SO THAT there wouldn't be duplicate services for it

Acceptance Criteria

Temporary list of endpoints - https://github.com/buerokratt/Buerokratt-onboarding/issues/8

Example of input and output

forms of domain.yml as a raw input

forms:
  custom_fallback_form:
    required_slots:
        - affirm_deny
  direct_to_customer_support_form:
    required_slots:
        - affirm_deny

Output for /rasa/forms

["custom_fallback_form", "direct_to_customer_support_form"]
turnerrainer commented 1 year ago

@janyprus please link this issue with an appropriate pull request.

janyprus commented 1 year ago

Pull request #144

ExiRain commented 9 months ago

Pull request.

ValterAro commented 8 months ago

Seems to work as intended!