Update chapter-05-gbdialog-reference.md

This commit is contained in:
Lucas Ribeiro 2020-10-05 13:29:52 -03:00 committed by GitHub
parent 781df4ab5f
commit 947b8184b1

View file

@ -3,6 +3,10 @@
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. 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.
This extension facilitates support related to dialogues, as the system is divided by each service extension. This extension facilitates support related to dialogues, as the system is divided by each service extension.
## Importance of dialogue services.
Communication or dialogue between the end user is one of the most important services of a software, because the smooth functioning of the dialogue directly reflects the functioning for the user.
## Using Conversational BASIC ## Using Conversational BASIC