BotBuilderCommunity / botbuilder-community-dotnet

Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
MIT License
278 stars 170 forks source link

Imeplemention of block kit in Bot framework composer with slack adapter #544

Open NeethithevanR opened 7 months ago

NeethithevanR commented 7 months ago

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)?