Commands skill¶
Enables system commands for in chat debugging.
Overview¶
The commands skill makes it possible to inspect the state of the current chatbot using chat. This helps analysing issues in a live situation.
How to use¶
Invoke the commands using the slash followed by a command. The following commands are available:
command | description |
---|---|
/help | available commands |
/id | id of this bot |
/locale | current locale |
/event | view event |
/bot | view bot |
/user | view user |
/conversation | view conversation |
/page | current web page |
/stack | view dialog.stack |
/history | view dialog.history |
/reset | clears the stack |
/tags | view the conversation.tags |
/tag name | sets tag |
/untag name | unsets tag |
/stop | stop conversation |