I am using the Microsoft Bot Framework SDK to implement my chatbot. The bot is deployed with the Slack Adapter (Bot.Builder.Community.Adapters.Slack version 4.13.5), and the SDK is built on dotnet (version 3.1). Although it seems to be functioning correctly, I am facing challenges in implementing a Block Kit for interactive messages in Slack. My objective is to present menus as buttons and capture user actions. I can design "legacy messages" in Azure Bot Service, but unfortunately, I cannot use them without deploying to Azure. How can I configure Block Kit button implementation in Slack without deploying to Azure(local deployment)?