Hi all I have created a buttons as Utter_policy_status -text: Hi,How can I help u.! -buttons: -payload: /policy_numbe title: policy number
The above code i have written in domain.yml file and I run the rasa server by adding cors “*” it’s runing but when i connect to my web application which is in angular 8.My bot is working but I am geetting bot response as simple text Hi,ahow can i help you and my policy number button is not visible over there.
Here i have used socket io to connect with ui.
In typescript file i am missing something.plz suggest me.
Thank you in advance.