UNPKG

botpress

Version:

The world's first CMS for bots. Easily create, manage and extend chatbots.

11 lines (9 loc) 288 B
/** * Description of the action goes here * @param {String} params.name=value Description of the parameter goes here * @param {Number} [params.age] Optional parameter */ async function yourCustomAction(state, event, params) { return state } module.exports = { yourCustomAction }