Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
e56e762f9b
commit
fdf895f16c
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# .gbdialog Reference
|
# .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
|
## Using Conversational BASIC
|
||||||
|
|
||||||
The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.basic` and `.bas`.
|
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 |
|
| 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. |
|
| wait _seconds_ (Comming soon) | Wait a number of seconds before continuing the conversation. |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## How To
|
## How To
|
||||||
|
|
||||||
### Using POST data
|
### Using POST data
|
||||||
|
|
Loading…
Add table
Reference in a new issue