new(basic.gblib): AS IMAGE, AS PDF, SET THEME and SQL new keywords.
This commit is contained in:
parent
0e367f1a7f
commit
5052dbc1a4
1 changed files with 8 additions and 2 deletions
|
@ -802,7 +802,13 @@ export class DialogKeywords {
|
||||||
const url = urlJoin(
|
const url = urlJoin(
|
||||||
GBServer.globals.publicAddress,
|
GBServer.globals.publicAddress,
|
||||||
'kb',
|
'kb',
|
||||||
`${this.min.botId}.gbaiurlonalService.sendFile(this.min, step, mobile, url, caption);
|
`${this.min.botId}.gbai`,
|
||||||
|
`${this.min.botId}.gbkb`,
|
||||||
|
'assets',
|
||||||
|
filename
|
||||||
|
);
|
||||||
|
|
||||||
|
await this.min.conversationalService.sendFile(this.min, step, mobile, url, caption);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue