rasa-webchat
rasa-webchat copied to clipboard
A feature-rich chat widget for Rasa and Botfront
Hi , I am a fresher and I want to a button to upload a document via the chat bot Thank you
As the title shows, the web chat won't show number lists in the messages received from rasa that contains them instead it replaces them with round bullets Ex: To set...
I want to be able to ask for feedback before the chat window closes. ``` onWidgetEvent: { onChatClose: function() { WebChat.send("/feedback") WebChat.close() } } ``` the request `/feedback` gets send...
V0.7.17 On first init, the buttons are showing correctly as seen below:  But after page refresh, it is trying to find the map's property called "title", which is undefined....
Here is a version of what doesn't work for me: https://codesandbox.io/s/laughing-morning-mojfe If you click the button, the widget disappears entirely from the DOM. All the button does is change the...
I am not able to find any documentation for message types like Carousels?
Version: 0.7.23 Consider following code: ```javascript render() { return ( { this.state.initialized && ( this.addListeners(el) } {...this.props} customComponent={ev => this.renderCustomComponent(ev)} /> ) } ); } private renderCustomComponent(msg: any) { const...
Hi! I'm creating a new Rasa project and when I try to interact with the bot via webchat, the bot doesn't respond.  I'm using the follow versions:  Does...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...