Update chapter-05-gbdialog-reference.md

This commit is contained in:
Lucas Ribeiro 2020-10-01 10:01:56 -03:00 committed by GitHub
parent e56e762f9b
commit fdf895f16c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# .gbdialog Reference
All direct communication from GeneralBots to the end user is made up of the .gbDialog extension. It can be composed of speech or writing directly with the bot.
## Using Conversational BASIC
The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.basic` and `.bas`.
@ -20,6 +22,9 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
| POST "https://", _data_ (Comming soon) | Gets the value of the cell specified in range address |
| wait _seconds_ (Comming soon) | Wait a number of seconds before continuing the conversation. |
## How To
### Using POST data