Global

Members

bp :Botpress

The global instance of Botpress, which is the main object your bot will use to interact with Botpress.

Source:
Type:
Example
// File: index.js
// All bots are passed an instance of `bp` upon start
// This is an example of an empty bot
module.exports = (bp) => { ... }