I am trying to log some user data, namely some feedback from a dialog to application insights.
I want to basically show some statistics regarding the kind of feedback the bot gets on the app insights dashboard.
However, the documentation [https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-telemetry?view=azure-bot-service-4.0] only covers the details for C# users, my bot is coded in node.js
How can I log some data from a dialog in a node.js bot to app insights? My bot is based on the core-bot sample from Microsoft.
For now, I am also saving all the chat transcripts to azure blob storage, but I'm not sure how I can use that.
Please help me out.