Search code examples
botsazure-cognitive-servicesazure-language-understanding

Access Microsoft Bot Framework conversation history / logs


For the purpose of retraining and improving my bot, am I able to somewhere download / access the logs of all conversations that users had with my LUIS-enabled bot? I am not able to find anything like this in the Microsoft Bot Framework portal. I am also trying to better understand how LUIS identifies suggested utterances. Some conversations that users had with my bot doesn't appear to hit the correct intent, so I want to retrain with historical user data, but there doesn't appear to be any logs available.

The only related information I can find suggests that I need to manually implement the functionality to log a conversation through IActivityLogger, as captured here. I am not really after full logs of the conversations, but rather the ability to use historical conversations for improved training of my LUIS app.

Thanks,

Pieter van Aarde


Solution

  • I was able to download all the queries that hit my LUIS endpoint on the My apps page in the LUIS portal, as highlighted here. Still have some questions around using this for training, but will raise in a new question.