Claudia Bot Builder 1.1.0 released

claudia-bot-builder 1.1.0 is now on NPM. The two new things you can do with it easier are:

const template = new fbTemplate.generic();
entities.slice(0, 9).forEach(entity => {
  template.addBubble(format(entity.label), format(entity.description))
    .addButton('View Facts', entity.id);
});
return template.get();

Using the new template builder, you can also easily generate receipt templates, attach images and create buttons. Check out the Facebook Template Builder API Docs for more information.

Interested in Claudia.js? Get notified when we release a new version.

Low-volume, high value mailing list, no ads or spam.