UNPKG

botbuilder-formflow

Version:
21 lines (19 loc) 528 B
const botbuilder = require('botbuilder'); module.exports = [ {user : 'hi'}, { bot : "Menu items", suggestedActions : [ botbuilder.CardAction.imBack(null, "menu 0", "menu 0"), botbuilder.CardAction.imBack(null, "menu 1", "menu 1"), botbuilder.CardAction.imBack(null, "menu 2", "menu 2"), botbuilder.CardAction.imBack(null, "menu 3", "menu 3") ] }, {user : "menu 0"}, {bot: "Menu Output 0"}, {user : 'hi!'}, {bot : "Menu items"}, {user : "menu 3"}, {bot: "Menu Output 3"} ];