botbook/Using Coversational BASIC.md

12 lines
746 B
Markdown
Raw Normal View History

2019-02-25 08:55:27 -03:00
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. |