├── Makefile ├── README.md ├── actions.py ├── domain.yml ├── form_stories.md ├── plan_actions.py ├── restaurant_plan.md └── services ├── __init__.py └── apis.py /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/README.md -------------------------------------------------------------------------------- /actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/actions.py -------------------------------------------------------------------------------- /domain.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/domain.yml -------------------------------------------------------------------------------- /form_stories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/form_stories.md -------------------------------------------------------------------------------- /plan_actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/plan_actions.py -------------------------------------------------------------------------------- /restaurant_plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/restaurant_plan.md -------------------------------------------------------------------------------- /services/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /services/apis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RasaHQ/forms_bot/HEAD/services/apis.py --------------------------------------------------------------------------------