vaidehi16
(Vaidehi Deshpande)
1
Hi all,
I am trying to set default message which should appear as we open the chat window.
For that , I am using REST channel & using this api to trigger the intent : 'http://localhost:5005/conversations/‘+chatroom.ref.props.userId+’/trigger_intent ',
which I want to be shown initially in the bot by default.
I am getting these messages on the console of browser but nothing on the UI.
Also, above are my logs on RASA server… Whenever I open the chat window, I get this…
but nothing on UI of bot…
Please help !
Thanks & Regards,
Vaidehi Deshpande
UlisesVD
(Ulises Vd)
2
how do you send the answer?
Ghostvv
(Vladimir Vlasov)
3
rasa server received your intent, and predicted the correct action. I think there is a problem with the connection between rasa server and your UI
vaidehi16
(Vaidehi Deshpande)
4
Yeah… I am not getting how do I solve that…
vaidehi16
(Vaidehi Deshpande)
5
script.js (3.7 KB) index.html (1.8 KB)
These are my html & JS files which I am using…
Ghostvv
(Vladimir Vlasov)
6
sorry, cannot help you with js, I have no idea how it works
UlisesVD
(Ulises Vd)
7
I can’t download the js file, and why you don’t use botfront for the bot ui?
vaidehi16
(Vaidehi Deshpande)
8
I am actually using this UI…