0 votes
in Microsoft Bot Framework by

How can I intercept all messages between the user and my bot?

1 Answer

0 votes
by

Using the Bot Framework SDK for .NET, you can provide implementations of the IPostToBot and IBotToUser interfaces to the Autofac dependency injection container. Using the Bot Framework SDK for any language, you can use middleware for much the same purpose. The BotBuilder-Azure repository contains C# and Node.js libraries that will log this data to an Azure table.

Related questions

0 votes
asked Apr 16, 2022 in Burp Suite by sharadyadav1986
0 votes
asked Dec 21, 2021 in Microsoft Bot Framework by SakshiSharma
...