Update chapter-01-run-and-talk.md

This commit is contained in:
Lucas Ribeiro 2020-09-29 09:23:13 -03:00 committed by GitHub
parent 20b08f2c51
commit 33e75d4883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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. 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 ### The Bot Factory