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

{id} only works for type text it does not work for inputs into prompts or handlers.

This requires all ids to be unique regardless of context. This needs to be documented

``` { "condition": "oldReference == 'None'", "nodeId": "authenticate" } ``` if I type "none" instead of "None" this will cause the bot to crash :(

Add the ability for multiple models to simultaneously listen to the current responses. Each model will listen to utterances and in case of a match a new conversation slot will...

When processing a line of text with a model. The framework should be smart enough to extract all the known entities and use them to skip steps. For example lets...

requires-poc

At the end of a scenario - run a checkup to ensure validity. In case the checkup fail, enable running the scenario again

It would be nice to have support for repl like scenario loops. Since currently this requires an inverse condition to continue the loop and does not provide a print option...

Enable a shortened condition in yes\no or choices steps that will end the dialog with a message

In case more than one model has a high "hit" on an utterance enable the user to choose the right model according to the intent. This can also be relevant...