It works fine in console(if i type “/Technical” it matches with Technical intent and performs the corresponding action correctly) but when I integrate it with slack the buttons still appear as text as shown below:
Any help on how to replicate buttons in slack?
Note:
Python version: 3.5.6
RASA NLU: 0.11.4
RASA CORE: 0.8.2
@rbossie Thank you so much for your response. I’ve enabled the interactive componenets. The problem was with my slack connector code. It’s working fine now.