UNPKG

botbuilder-formflow

Version:
19 lines 346 B
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\"}" } ];