Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-05-18 13:59:29 -03:00 committed by GitHub
parent a793bfa172
commit d97326274c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,18 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
| GENERATE A PASSWORD | Creates a new password into the system variable **password** for later use. | | GENERATE A PASSWORD | Creates a new password into the system variable **password** for later use. |
| CREATE A BOT FARM USING _params_ | Deploys a new bot farm to the cloud. | | 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. | | WAIT _seconds_ | Wait a number of seconds before continuing the conversation. |
| _variable_ = GET CELL "_file_.xlsx", "_A1:A1_" (Comming soon) | Gets the value of the cell specified in range address | | _variable_ = GET "_file_.xlsx", "_A1:A1_" | Gets the value of the cell specified in range address |
| SET CELL "_file_.xlsx", "_A1:A1_", 42 (Comming soon) | Gets the value of the cell specified in range address | | SET "_file_.xlsx", "_A1:A1_", 42 | Gets the value of the cell specified in range address |
| _variable_ = GET "https://server/query" (Comming soon) | Gets the value of the cell specified in range address | | _variable_ = GET "https://server/query" | Gets the value of the cell specified in range address |
| POST "https://", _data_ (Comming soon) | Gets the value of the cell specified in range address | | POST "https://", _data_ | Gets the value of the cell specified in range address |
| wait _seconds_ (Comming soon) | Wait a number of seconds before continuing the conversation. | | wait _seconds_ | Wait a number of seconds before continuing the conversation. |
| HEAR _variable_ AS EMAIL | |
| HEAR _variable_ AS DATE | |
| HEAR _variable_ AS NAME | |
| HEAR _variable_ AS INTEGER | |
| HEAR _variable_ AS BOOLEAN | |
| HEAR _variable_ AS HOUR | |
| HEAR _variable_ AS MONEY | |
## How To ## How To