x303597316 / Rasa-UI

A simple Rasa UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 65.8%Language:HTML 25.8%Language:Python 8.4%