From fdf895f16c5314f0bba34bbad94773d30758b8ed Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:01:56 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 5 +++++ 1 file changed, 5 insertions(+) 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