- NEW: Support for Speech recognition/synthesis.
This commit is contained in:
parent
234643231d
commit
341350aa25
3 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ export interface IGBInstance {
|
|||
ui: string;
|
||||
kb: string;
|
||||
nlpServerUrl: string;
|
||||
speechKey: string;
|
||||
spellcheckerKey: string;
|
||||
searchHost: string;
|
||||
searchKey: string;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue