diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index 8d712514..63104a73 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -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