Commit graph

198 commits

Author SHA1 Message Date
e672216912 fix(core.gbapp): Dynamic services from .gbapps. 2020-09-21 00:28:06 -03:00
1aecbe394b new(core.gbapp): Improvements on conversation instrumentation. 2020-09-20 14:39:06 -03:00
4c84d63116 fix(core.gbapp): Instance loading fix and external url for images. 2020-09-19 21:57:00 -03:00
25a131120e fix(core.gbapp): Context in VM is isolated now. 2020-08-29 15:02:19 -03:00
30bfdbb542 new(core.gbapp): Param ENABLE_PARAMS_ONLINE added. 2020-08-22 18:41:54 -03:00
e991ab7074 fix(all): Code cleanup. 2020-08-19 13:00:21 -03:00
9db881ce09 new(core.gbapp): GET and SET new keywords for storing values in .gbdialog BASIC. 2020-08-15 12:18:03 -03:00
e3cfa00e1a new(core.gbapp): GET/POST for .gbdialog. 2020-08-15 11:39:43 -03:00
de3dee2cbf new(core.gbapp): Added support for STT (IBM Watson). 2020-08-07 18:36:42 -03:00
129a27bd85 new(all): Profile dialog for editing user information. 2020-07-26 16:46:37 -03:00
c812210a19 fix(core.gbapp): .gbapp now can be debugged within .ts files. 2020-07-20 16:38:29 -03:00
2148472e94 fix(core.gbapp): Database changes and fix in .gblib load. 2020-07-19 07:18:51 -03:00
8dbb502df5 new(core.gbapp): /publish now can be used with .gbapp custom procedures. 2020-07-18 16:38:58 -03:00
fc37dc6f3f fix(all): Code formatting. 2020-07-17 19:39:27 -03:00
35d2857d7d fix(core.gbapp): Fixed translator bug. 2020-07-17 10:39:54 -03:00
8ff53a1238 fix(all): CI fixing. 2020-07-12 10:13:54 -03:00
119dfc11a8 fix(all): CI fix. 2020-07-11 12:10:06 -03:00
dd60e78d7d new(core.gbapp): New keywords USERNAME MOBILE. 2020-07-07 10:15:39 -03:00
2bd0550a75 new(core.gbapp): Refactorings. 2020-07-04 16:32:44 -03:00
4d49479e42 new(core.gbapp): handleAnswer exchange with gbapps. 2020-07-03 14:35:42 -03:00
d4211eda93 fix(all): Header for prfix(all): Header for pragmatismo fixed. 2020-07-01 15:00:40 -03:00
ac9b10fd6c fix(core.gbapp): Faster bot creation, fix on WhatsApp switcher. 2020-06-15 00:40:25 -03:00
6565d03557 fix(core.gbapp): Several fixes and translator swicher. 2020-06-14 21:40:41 -03:00
664e66234d new(admin.gbapp): Publish command will publish every package type. 2020-06-14 18:06:29 -03:00
b98c1d736e new(core.gbapp): New appPackages in min. 2020-06-12 15:55:18 -03:00
398c7f216c fix(core.gbapp): Check of previous bot name before creation. 2020-06-11 09:47:59 -03:00
fc2fce7b00 fix(whatsapp.gblib): Fix of missing mobile number. 2020-06-05 16:09:47 -03:00
46d4cde2a1 fix(core.gbapp): BASIC fixed on WhatsApp channel. 2020-06-05 14:40:21 -03:00
046958dbf6 fix(whatsapp.gblib): Fix in sendFile. 2020-06-04 21:00:53 -03:00
f32549a4d1 fix(core.gbapp): Translator now can be switched off by using Excel. 2020-06-04 20:14:02 -03:00
02e75f1b48 fix(core.gbapp): Fix in Bot Analytics. 2020-06-04 16:18:02 -03:00
859c60f419 fix(core.gbapp): Optimization of BASIC loading. 2020-06-04 13:44:02 -03:00
ddbf6aa9bd fix(core.gbapp): Switch of bots working by activationCode. 2020-06-04 00:05:53 -03:00
d018e6e3bd fix(core.gbapp): Fix on .gbdata default reference. 2020-06-03 21:42:17 -03:00
3756176339 fix(core.gbapp): BASIC and KB improvements. 2020-06-03 21:31:00 -03:00
fb7c0b493f fix(core.gbapp): Translator is working with correct backend URL. 2020-05-30 19:30:11 -03:00
71c7a9bd0f fix(whatsapp.gblib): Improved error message. 2020-05-28 09:40:53 -03:00
3bdb0beb9a new(core.gbapp): Due to MSFT issue https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/92 disabling AUDIO. 2020-05-27 23:01:44 -03:00
f65fac1a6a fix(whatsapp.gblib): Send file now working again. 2020-05-25 17:59:02 -03:00
13d3fba5c9 fix(core.gbapp): Better logging and WhatsApp channel detection fix. 2020-05-25 14:53:28 -03:00
509d577f3b new(admin.gbapp): /publish from Web or WhatsApp with associated auth. 2020-05-24 17:06:05 -03:00
82c4c65022 new(core.gbapp): New OnExchangeData flexible interface and /publish fixing. 2020-05-23 17:59:01 -03:00
1805f91ba4 fix(core.gbapp): /publish command fixed. 2020-05-23 11:10:06 -03:00
16d75b0c2b new(admin.gbapp): Publish dialog. 2020-05-19 14:59:07 -03:00
562d569dab new(core.gbapp): New activationCode for multiple bot activation on the same channel. 2020-05-19 12:36:17 -03:00
Rodrigo Rodriguez
fbd6a98680 new(core.gbapp): TRANSLATOR_DISABLED added to .env before migrating to .gbot. 2020-05-18 01:03:42 +00:00
Rodrigo Rodriguez
7c32960cca new(core.gbapp): New bot to any language according to the user language. 2020-05-17 21:30:21 +00:00
Rodrigo Rodriguez
aa090f1c99 new(core.gbapp): Translator on input text available to any language. 2020-05-17 19:05:18 +00:00
3de878f221 new(core.gbapp): FIND BASIC keyword is now much more faster. 2020-05-15 14:07:30 -03:00
5463e0d05c new(core.gbapp): FIND keyword tested on MSExcel. 2020-05-14 17:16:27 -03:00