choir(VBA): Draft BASIC guide added.

This commit is contained in:
Rodrigo Rodriguez 2019-02-25 08:55:27 -03:00
parent 680694c302
commit 14045d9578
2 changed files with 12 additions and 15 deletions

View file

@ -1,19 +1,4 @@
## What is a Bot Server?
![General Bots Starting From Scrach](https://github.com/pragmatismo-io/BotServer/blob/master/docs/images/generalbots-open-core-starting-from-scratch.gif)
Bot Server accelerates the process of developing a bot. It provisions all code
base, resources and deployment to the cloud, and gives you templates you can
choose from whenever you need a new bot. The server has a database and service
backend allowing you to further modify your bot package directly by downloading
a zip file, editing and uploading it back to the server (deploying process) with
no code. The Bot Server also provides a framework to develop bot packages in a more
advanced fashion writing custom code in editors like Visual Studio Code, Atom or Brackets.
Everyone can create bots by just copying and pasting some files and using their
favorite tools like Excel (or any text editor) or Photoshop (or any image
editor).
Package Quick Reference
------------

View file

@ -0,0 +1,12 @@
General Bots BASIC reference
| Instruction | Description |
|--------------------------------|------------------------------------------------------------------|
| HEAR variable | Hears something from the person into a variable for later use. |
| TALK message | Talk the specified text to the person. |
| GENERATE A PASSWORD | Creates a new password into the variable password for later use. |
| CREATE A BOT FARM USING params | Deploys a new bot farm to the cloud. |
| WAIT seconds | Wait a number of seconds before continuing the conversation. |