bot-graph-dialog
bot-graph-dialog copied to clipboard
graph-bot-dialog
This will enable encapsulating each model in its own logic where each model flags it's ability to receive an utterance.
Enable a step that enables the user to keep querying about the same context: What was my [last year]? And [Last Month] ==> Meaning revenue last year What about ?...
Some intents that return from LUIS might have entities missing, Like "set alarm" Is missing "name" and "time". Enable a step that knows how to request that data from the...
possibly add a class to support this
Not sure this is necessary since we have custom step handlers and we can just add before\after handlers. Might be a good idea to add as a shortcut
In case a user made a mistake, enable going back one step to fix the mistake
Enable conditions to match strings against RegEx
Add a step\scenario that will always run, even if the dialog was exited in the middle
Support only text nodes in the graph tree, which means that the text will be sent to the client. This will be easier when there are lots of sentences that...