A simple Rasa UI implemented with Bootstrap 3
- Init Rasa
rasa init
- Run Rasa API (Allow cross-domain)
rasa run --enable-api --cors "*"
- Directly open
index.html
utter_greet in domain.yml can change to it for buttons:
responses:
utter_greet:
- text: Hey! How are you?
buttons:
- payload: '/mood_great'
title: 'great'
- payload: '/mood_unhappy'
title: 'sad'