Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
b7bda6be33
commit
8b36f6c81b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,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.
|
||||
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
|
||||
|
||||
The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.basic` and `.bas`.
|
||||
|
|
Loading…
Add table
Reference in a new issue