Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Botpress UI/Rich Text #4

Open
gamalthb opened this issue Oct 11, 2023 · 1 comment
Open

Botpress UI/Rich Text #4

gamalthb opened this issue Oct 11, 2023 · 1 comment

Comments

@gamalthb
Copy link

Hi, does this botpress connector support the botpress UI such as action button, etc? i'm testing with the botpress simulator and the buttons seems there but when i try it in the connected rocket chat the buttons is not there.

@blazejstarosta
Copy link

Same question here.

Currently, the connector only supports plain text messages. All the interactive elements sent by Botpress are completely ignored.

It seems weird, because the settings of this connector app mentions options regarding Quick Replies. As a matter of fact, you have the whole functionality set up in lib/Message.ts but the option to generate messages containing these messages is commented out in line 39:

const actionsBlock: IActionsBlock = { type: BlockType.ACTIONS, elements };
await createMessage(rid, read, modify, { text }, http);
// await createMessage(rid, read, modify, { actionsBlock });

Was there any reason this got commented out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants