From 33e75d48834ca0fb66f38eb59e429562226a6d07 Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Tue, 29 Sep 2020 09:23:13 -0300 Subject: [PATCH] Update chapter-01-run-and-talk.md --- book/chapter-01-run-and-talk.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/chapter-01-run-and-talk.md b/book/chapter-01-run-and-talk.md index 5845527e..f17c9813 100644 --- a/book/chapter-01-run-and-talk.md +++ b/book/chapter-01-run-and-talk.md @@ -13,7 +13,9 @@ gbapp and gblib are responsible for GeneralBots services in a Back-end developme 2- The .gbui extension is assigned to the GeneralBots front-end development environment. Angular, Riot, React and HTML are responsible for the dynamic functioning of GeneralBots services. -3- The .gtheme extension is responsible for the general bots designer using css and PS technologies. +3- The .gtheme extension is responsible for the GeneralBots designer using css and PS technologies. + +4- .gbDialog and .gbkb are extensions responsible for GeneralBots communication with the end user. Dialogues are bot services to users. ### The Bot Factory