I am writing a custom function for buttons. I am reading a file that has lines like this ->
title, /intent{"key": "value"}.
Each line corresponds to a button with the first value being the button title while the second one is the payload with an intent and entities. When i run this, the button appears alright but when i click on the button, nothing happens. I checked the logs, nothing gets returned.
But when i changed the second value from /intent{"key": "value"} to just /intent{}, then the click is returning the value.
Can anyone help me understand as to why is this happening.
Thanks!
@akshayg11 Can you share some more details? You mention that you are writing a custom function, how does it look like? Please, also share the log output, it helps to reproduce the steps. Thanks.
Hi @akshayg11,
when you click on one of the buttons, what does the Rasa Open Source server log show? How about the action server’s? You can run them with the --debug flag to see more details.
@akshayg11 It actually looks good. What kind of frontend are you using? Did you change anything to make it work in interactive mode? Could you maybe share your code somewhere with us, so that we can have a closer look?