modules
modules copied to clipboard
MOVING TO BOTPRESS/BOTPRESS, branch `develop/x`, folder "packages"
We need the original response from DialogFlow for further processing. This PR exposes that response (`detection`) in the `event.nlu` object as `original`.
I need to create custom form components which will be used in my chat and shown to the client. I see botpress webchat plugin only supports Presentational React Components. As...
- Send attachment to telegram - Add bale module
Hi ! I'm trying to install the official Telegram module for Botpress but facing an error at runtime. I have installed the module with `npm install @botpress/channel-telegram`. But when I...
Hi team I'm currently building a bot with Botpress and Messenger Module. I'm experiencing some trouble to get multiple users using the bot simultaneously. If two users are chatting with...
this error message ```11:32:22 - warn: Incoming queue failed to process job: Expected event to contain (type: string), (platform: string), (text: string), (raw: any) 11:32:22 - warn: Incoming queue failed...
get this error when i trying to connect ``` Passed URI : https://xxx.co.id/modules/botpress-slack Allowed URI : https://xxx.co.id/modules/channel-slack ```
@slvnperron Hi, what will i change in this repository to telegram module work with botpressX? is any documentation for develop module in botpressX?
Hi Getting this error ``` UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: bp.createShortlink is not a function (node:5729) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise...
Hey team, botpress has linting rules .eslintrc and some scripts defined in package.json that makes contributing and styling a lot easier :) I tried to copy those to botpress-modules and...