bot-graph-dialog icon indicating copy to clipboard operation
bot-graph-dialog copied to clipboard

graph-bot-dialog

Results 30 bot-graph-dialog issues
Sort by recently updated
recently updated
newest added

in bot-graph-dialog/lib/GraphDialog. line 309 data.text shoud be changed to node.data.text **Current Code** 308 if (node.data.text) { 309 var text = strformat(data.text, session.dialogData.data); Change 308 if (node.data.text) { 309 var text...

In linux, this does not work. We get "Module not found " error when we Require Common,ConditionHandler and IntentScore. This is because the file names are lowercase but the Require...

In GraphDialog.js I see support for hero-card, carousel, list and adaptive-card. Is there no support for video card? Thanks.

How can I populate the "data" attribute or at least the "options" attribute within a data / choice attribute from conversation props of a providing handler? The handler is fired...

- Multiprompts (Allows users to process text and attachments useful for integrating with images and cognitive services) - Session variables in hero cards and prompt options Credit to collaboration with...

I'm trying to run this bot-trees on my Ubuntu OS 17.04(Virtualbox). I got no error during npm install and I got the following error during npm start. `> [email protected] start...

Added logical operators in addition to existing binary, unary, literals. This would enable to simply add logical expression in the router json's condition attribute.

- Added new NodeTypes: HeroCard and Carousel - Added validations: Date and Regex