UNPKG

voxa-cli

Version:
9 lines (7 loc) 160 B
function register(voxaApp) { voxaApp.onIntent("LaunchIntent", { flow: "terminate", reply: "Launch.StartResponse", }); } module.exports = register;