Accessing additional details through DirectLine #9437
Replies: 1 comment
-
you can store your values via Set Property(ties) And retrieve them later as ${user.something} , etc. Not sure what API you're calling for your classification, but for custom question answering, the scores are in the returned API response. If you setup Application Insights/Analytics Logs, you can also get the Scores from Power BI by querying the Language resource. ================ I also want to look into writing custom outputs from Bot Composer to the analytic logs for later reporting,
...although not sure what tables these are written to (i.e. AppEvents formerly Custom Events? etc...) Some of the current QnAmaker events in Azure Bot logs (i.e. ActivityID, etc.) don't appear in the standard table/field definitions so I'm wondering if they are hard built into Bot Composer as QnAmaker specific outputs, so need to attempt to create my own with using Custom QA or other APIs. Anyone here have input/experience here for external API workflows like Custom QuestionAnwering (not QnAmaker) ? OR |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a bot with Bot Framework Composer, and I'm wondering if there's a way to get additional information to come through the DirectLine API. A couple things I would like:
user.somevalue
through to my frontend?turn.recognized.score
?)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions