UNPKG

botbuilder-formflow

Version:
33 lines (31 loc) 521 B
module.exports = [ { "user": "hi" }, { "bot": "Please enter your login" }, {"user": "Anonymous"}, { "bot": "Your login is Anonymous" }, { "bot": "Please enter your password" }, { "user": "qwerty" }, { "bot": "Your password is qwerty" }, { "bot": "Please enter your email" }, {"user": "email@email.com"}, { "bot": "Your email is email@email.com" }, { "bot": "{\"login\":\"Anonymous\",\"password\":\"qwerty\",\"email\":\"email@email.com\"}" } ];