botbuilder-formflow
Version:
Form flow with subdialogs
28 lines • 444 B
JavaScript
module.exports = [
{
"user": "hi"
},
{
"bot": "Please, select subdialog"
},
{ "user": "Blabla" },
{
"bot": "Please, select subdialog"
},
{ "user": "Add" },
{
"bot": "What do you want to add?"
},
{ "user": "Hi!"},
{
"bot": "{\"subdialog\":\"Hi!\"}"
},
{ "user": "hi" },
{
"bot": "Please, select subdialog"
},
{ "user": "Remove" },
{
"bot": "{\"subdialog\":\"Hello world!\"}"
}
];