- NEW: Support for Speech recognition/synthesis.

This commit is contained in:
Rodrigo Rodriguez 2018-06-01 12:18:59 -03:00
parent 234643231d
commit 341350aa25
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## Version 0.0.24
- NEW: Support for Speech recognition/synthesis.
## Version 0.0.23
- FIX: Trying to remove botbuilder dependency on hoek vunerability with no success, MS is promissing update it: https://github.com/Microsoft/BotBuilder/issues/4206.

View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "0.0.23",
"version": "0.0.24",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",

View file

@ -54,6 +54,7 @@ export interface IGBInstance {
ui: string;
kb: string;
nlpServerUrl: string;
speechKey: string;
spellcheckerKey: string;
searchHost: string;
searchKey: string;