How to Handle Activity Response from Azure Bot Service in .NET Backend Triggered via Swagger
I have a Bot Service hosted in Azure, and I’m using a .NET backend to interact with it. My goal is to send a question to the bot service from Swagger (API testing tool) and then handle the activity response within my backend.