Hi all, i want to add buttons in Rasa chatbot dynamically based on Custom actions. Please help me to resolve this issue.
thanks in advance.
Hi all, i want to add buttons in Rasa chatbot dynamically based on Custom actions. Please help me to resolve this issue.
thanks in advance.
hi @SathishKumar ! you can send custom messages with images and buttons from the custom action. You can use dispatcher.utter_button_message
or similar methods, see rasa-sdk/executor.py at master · RasaHQ/rasa-sdk · GitHub