@Horizon733 I need to know one more thing, is there any way we can delete the old rasa chats from UI
Scenario: Whenever I will train the model and open the Rasa web chat UI its displays the older chats for me. Is there any way we can clear the chat history ?
@Horizon733 Thank you very much for your quick replies. Yeah, I think alone window.localstorage.clear() command not working for me. Can you elaborate more on the âconditionâ which I need to add ? Would be a great help
Hi @JiteshGaikwad
My customers often avoid the widget button and I would like to have the widget window automatically open when they arrive on my page. Is it possible to have the window pop up when someone goes to my website? How do I customize my widget so that the window is displayed instead of the button? I am using rasa webchat.
HI @nik202,
Is there any autocomplete/suggestion feature available in rasa?? if not so how can we implement this feature can anybody recommend me nlp implementation of autocompleted phrases???
@Papa you mean automatic suggestion of words and phrases in the textbar in front end? Right? No, itâs currently under development I guess and It is much depended on Frontend.
Hi, are there any possibilities, that I can resize an image in the chatbot? My images are in the URL in the database. and i am fetching a list of URLs and display it in the webchat. can i resize those?
Added up this. while i display the list with the buttons, âbuttonâ only for the last item in the row is stayed still. the buttons for the rest of the previous items are vanishing while the item appears one by one.
In this pic the button s not visible
but for the last item of the list, the button is visible
Yeah so itâs not something you can do or I can do. I would suggest use Carousels instead of this images and buttons. Because in Webchat the messages will make button disappear if new message arrives and that is not the case with carousels
yes i moved to carousels.It working fine now . but i have another issue. i need to capture the âRoom numberâ values while someone click the âBook nowâ button. Cos i have to store this value to identify which room the users booked. how can i do it?
yes i added as a json dumps with the payload . Then how can I reuse it in the other form which include the rest of the user details. in my case the once the user select one room by click the book now button another form will start to collect the rest of the details like âuser email idâ,âphone numberâ. can I add the Room number with this form?
i have added my carousel code snipet bellow.