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

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

View file

@ -14,9 +14,14 @@ gbapp and gblib are responsible for GeneralBots services in a Back-end developme
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 GeneralBots designer using css and PS technologies. 3- The .gtheme extension is responsible for the GeneralBots designer using css and PS technologies.
A theme is composed of some CSS files and images.
4- .gbDialog and .gbkb are extensions responsible for GeneralBots communication with the end user. Dialogues are bot services to users. 4- .gbDialog and .gbkb are extensions responsible for GeneralBots communication with the end user. Dialogues are bot services to users.
5- the .gbot extension refers to the generalBots service product.
6- the .gbai is architecture
### The Bot Factory ### The Bot Factory
![General Bots Block Architecture](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/docs/images/general-bots-block-architecture.png) ![General Bots Block Architecture](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/docs/images/general-bots-block-architecture.png)