microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 372 forks source link

Application insights are not getting logged for Azure FAQ bot #9762

Open beesettysai opened 4 months ago

beesettysai commented 4 months ago

Hi Team,

I have a Azure FAQ bot, to which I have integrated the application insights. I was just able to see the server and Activity requests. But I want to view the question entered by user and also answer response and the QNA score. Is there a way we can achieve this. I have a language service as a source and I have downloaded the bot source code directly from the azure bot.

**Earlier we had a QnA bot which is using LUIS and it is web application bot for that I was able to observe the questions and answers getting logged to application insights, but not for the one above.

Could you please help on this.

### Tasks