choir(VBA): Draft BASIC guide added.
This commit is contained in:
parent
680694c302
commit
14045d9578
2 changed files with 12 additions and 15 deletions
|
@ -1,19 +1,4 @@
|
|||
|
||||
## What is a Bot Server?
|
||||
|
||||

|
||||
|
||||
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
|
||||
------------
|
||||
|
|
12
Using Coversational BASIC.md
Normal file
12
Using Coversational BASIC.md
Normal 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. |
|
Loading…
Add table
Reference in a new issue