Botpress is an open-source bot framework written in TypeScript. It comes with a wide set of functionalities including a built-in NLU and a flow editor.
Questions tagged [botpress]
49 questions
0
votes
1 answer
Bot press chatbot is working fine is botpres editor, but failing in external website
I made a bot which is perfectly working in Botpress editor. But facing difficulty when added to external UI. I followed the instructions @ https://botpress.io/docs/channels/web/ . But I am getting the below error
"13:06:59.118 DialogEngine Error…

Sivaram Kappaganthu
- 53
- 1
- 2
- 10
0
votes
2 answers
How do you debug a botpress-module installed in bot (botpress) in vs-code?
I have a (Botpress Framework v.10.51.1) bot and I have a botpress-module installed and linked to the bot, I wanted to debug the code in the botpress-module using vscode debugger,
I added the following to my vs-code launch.json and started my bot…

Mahesh Kumaran
- 887
- 2
- 12
- 30
-1
votes
1 answer
How to fetch data from API for Botpress no code chatbot
I am trying to fetch the following data (movie title, movie poster, year of release, and movie review) with an API from RapidAPI to Botpress chatbot. I used the code below but its not fetching the data. Is there a better way to write the code?
I…
-1
votes
1 answer
How to modify the height or width of an iframe?
I am faciing an issue with the iframe size. So currently, i have an iframe in which there is a chatbot button, I have integrated this chatbot using botpress with my own website. now the problem is due this iframe at the bottom right corner, if I…

Jayanta Basumatary
- 25
- 3