Schema language support for Bot Compiler
Intellisense for Bot compiler JSON schema. Activates on bot.json
files. Bot compiler is a JSON based schema to describe chatbots dialog tree and customize the flow during runtime using pure javascript functions. Describe your dialog tree in JSON, write code only for business logic.
GIF shows using intellisense to quickly write a correct Bot compiler schema.
Install botc
to compile bot.json
, install botc
with npm install -g botc
First release. JSON schema snippets and validation. Press Ctrl + space
anywhere in JSON to get valid snippets at that place.
Initial release of bot compiler VSCode extension.