Skip to content
Advertisement

Tag: botframework

BotBuilder display message while waiting for blocking function

I’m trying to build a bot using Microsoft’s Bot framework in Python following this guide. I can’t figure out how to display a message while waiting for a blocking function to return. I’ve read up on async and await in general, but haven’t found any examples specific to the Bot Framework. Here’s a simple example. With this code, it waits

Initial and send a message to a Microsoft Teams channel using Bot Framework SDK v4 for Python

I was trying to initial and send a proactive message to one Microsoft teams channel with the help of below example: https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/python/16.proactive-messages I added this code to the example in order to initiate a message: But it didn’t work, and I tried many different ways and none of them worked too, always the error is: I don’t know what is

Advertisement