Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-12-20 11:28:35 -03:00 committed by GitHub
parent 53007cd020
commit aa81aa30f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,17 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
## How To
### Use General Bots computer vision
1. Develop a BASIC dialog and publish;
![image](https://user-images.githubusercontent.com/14840374/146782500-26f0dc27-e722-41aa-b79e-619d6403fa0d.png)
2. Test it in the conversation
![image](https://user-images.githubusercontent.com/14840374/146782691-7c28998b-7485-4d34-af33-da87d1b26088.png)
### Using POST data
You can use POST passing a variable as the second param in the POST call. The example