You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2021. It is now read-only.
There are multiple ways to start a dialog based on the intent retrieved by a recognizer. Not everyone is using the IntentDialog in their bots. At the moment botbuilder-instrumentation only captures the intent while using an Intent Dialog.
I am not sure (yet) how those events can be captured in a better way. Hooking in on LuisRecognizer.recognize should work, however it would be nice if all recognizers are supported. Maybe the intent should be captured and sent to Application Insights on the creation / initialisation of a new dialog.
There are multiple ways to start a dialog based on the intent retrieved by a recognizer. Not everyone is using the IntentDialog in their bots. At the moment
botbuilder-instrumentationonly captures the intent while using an Intent Dialog.I am not sure (yet) how those events can be captured in a better way. Hooking in on LuisRecognizer.recognize should work, however it would be nice if all recognizers are supported. Maybe the intent should be captured and sent to Application Insights on the creation / initialisation of a new dialog.
vs