.on("ready", function(bot) {
    bot.headset.on("attention", function(data) {
      console.log("attention:" + data);
    });