iMicknl / powerbi-botframework-chat-transcripts

Visualises bot transcripts (activities) which show the interactions between a user and your bot in a webchat.
MIT License
3 stars 4 forks source link

Add sample Power BI report / template #22

Open iMicknl opened 3 years ago

iMicknl commented 3 years ago

Allow users to get started easily with the Conversational AI offering of their choice.

iMicknl commented 1 year ago

Since botframework-solutions is deprecated, we should look at different solutions for the Azure Bot Service / Framework. Best is to see if this can work with Application Insights (https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-telemetry?view=azure-bot-service-4.0&tabs=csharp) as well, or that they don't save the full activities JSON.

Otherwise this might be an option: https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-storage?view=azure-bot-service-4.0&tabs=csharp#blob-transcript-storage.