How to log a chat conversation with Bot Framework C# Bot Builder

前端 未结 2 734
闹比i
闹比i 2021-01-18 07:52

I would like to log my bot conversations (to a text file or DB). I want to capture all of the input and output from the bot, including any text generated by FormFlow, Confi

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-18 08:18

    Figured it out. I can use the Microsoft.Bot.Builder.History.IActivityLogger Interface

    https://docs.botframework.com/en-us/csharp/builder/sdkreference/dc/dc6/namespace_microsoft_1_1_bot_1_1_builder_1_1_history.html

提交回复
热议问题