new(core.gbapp): NLP automation for entities.
This commit is contained in:
parent
d621da7fd4
commit
98af278afa
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index",
|
"types": "dist/index",
|
||||||
|
|
|
||||||
|
|
@ -41,4 +41,5 @@ export interface IGBDeployer {
|
||||||
deployBlankBot(botId: string): Promise<IGBInstance>;
|
deployBlankBot(botId: string): Promise<IGBInstance>;
|
||||||
botExists(botId: string): Promise<Boolean>;
|
botExists(botId: string): Promise<Boolean>;
|
||||||
rebuildIndex(instance: IGBInstance, searchSchema: any): Promise<void>;
|
rebuildIndex(instance: IGBInstance, searchSchema: any): Promise<void>;
|
||||||
|
refreshNLPEntity(instance: IGBInstance, listName, listData) : Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue