UNPKG

@cse-public/webex-node-bot-framework

Version:
8 lines (6 loc) 169 B
"use strict"; module.exports = function(framework) { framework.hears('hello', function(bot, trigger) { bot.say('Hello %s!', trigger.person.displayName); }); };