chatbot_rasa module

Module Quick Facts

Category

😄 Interaction

Start/stop/restart the module

pal module start|stop|restart chatbot_rasa

Enable auto-start/disable auto-start

pal module enable|disable chatbot_rasa

Logs

pal module log chatbot_rasa cat

Starts a RASA-based chatbot. The chatbot implements general chit-chat capability, as well as some action recognition. See How-to: RASA chatbot for details.

Launched nodes

How-to

Check the module’s status
$ pal module info chatbot_rasa
Start/stop/restart the module
$ pal module start chatbot_rasa
$ pal module stop chatbot_rasa
$ pal module restart chatbot_rasa
Enable (ie, auto start)/disable the module
$ pal module enable chatbot_rasa
$ pal module disable chatbot_rasa
Check the module’s logs
$ pal module log chatbot_rasa cat

See also