botbuilder-formflow
Version:
Form flow with subdialogs
19 lines • 346 B
JavaScript
module.exports = [
{
"user": "hi"
},
{
"bot": "Please enter an email value"
},
{ "user": "NotAValue"},
{
"bot": "I don't understand that. Could you that has '@' in the middle?"
},
{ "user": "email@email.com" },
{
"bot": "You selected email@email.com"
},
{
"bot" : "{\"value\":\"email@email.com\"}"
}
];