rasa-webchat icon indicating copy to clipboard operation
rasa-webchat copied to clipboard

A feature-rich chat widget for Rasa and Botfront

Results 31 rasa-webchat issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi , I am a fresher and I want to a button to upload a document via the chat bot Thank you

enhancement

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...

bug

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...

bug

V0.7.17 On first init, the buttons are showing correctly as seen below: ![image](https://user-images.githubusercontent.com/31299084/88063016-225bce00-cb9c-11ea-978e-72a97a805db0.png) But after page refresh, it is trying to find the map's property called "title", which is undefined....

bug

hide logs by default

bug
enhancement

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...

bug

I am not able to find any documentation for message types like Carousels?

enhancement

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...

bug

Hi! I'm creating a new Rasa project and when I try to interact with the bot via webchat, the bot doesn't respond. ![image](https://github.com/botfront/rasa-webchat/assets/106786010/2c89eb07-4c37-423e-a97a-d8add052e855) I'm using the follow versions: ![image](https://github.com/botfront/rasa-webchat/assets/106786010/837ad71e-cc4f-48b1-9069-2ad3665ae986) 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...

wontfix
dependencies