Skip to content

vba34520/Rasa-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rasa-UI

A simple Rasa UI implemented with Bootstrap 3

a.gif

README.md

简体中文

Usage

  1. Init Rasa
rasa init
  1. Run Rasa API (Allow cross-domain)
rasa run --enable-api --cors "*"
  1. Directly open index.html

PS

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'

About

A simple Rasa UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published