I am just working around with the Azure Bot
with C#, when i run the sample code and enter the text like "mention me
" in the Bot Emulator
its throwing an error:
"Operation returned an invalid status code 'NotFound'"
I am using the below sample code by microsoft : https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore/57.teams-conversation-bot.
Any Suggestion please