Closed dkonyayev closed 4 years ago
@dkonyayev , how do you set the "childApp" attribute? I thought in combined queries, it's called "connectedServiceResult"
@tsuwandy I didn't set it up. I think it started to appear after Luis v3 was introduced. There was nothing that we did to "enable" it.
Could you check the app settings on both dispatch and child LUIS apps? I’ve seen this happened before and the difference in settings between dispatch and child LUIS app were to blame. You could use the luis API console to get app settings if they are not displayed in luis portal.
Let me know if you see differences in settings. Otherwise this would be something LUIS support should investigate. Thanks!
I don’t see anything different in the portal. What is LUIS API Console? I am not familiar with this tool and not sure where to get it.
Thanks,
Dmitriy Konyayev +1 813-682-9607 dkonyayev@hotmail.commailto:dkonyayev@hotmail.com https://www.linkedin.com/in/dmitriy-konyayev
From: Tien Suwandy notifications@github.com Sent: Wednesday, August 5, 2020 9:31 PM To: microsoft/botbuilder-tools botbuilder-tools@noreply.github.com Cc: dkonyayev dkonyayev@hotmail.com; Mention mention@noreply.github.com Subject: Re: [microsoft/botbuilder-tools] Intents and Scores in ChildApp do not match the actual LUIS App referenced (#1464)
Could you check the app settings on both dispatch and child LUIS apps? I’ve seen this happened before and the difference in settings between dispatch and child LUIS app were to blame. You could use the luis API console to get app settings if they are not displayed in luis portal.
Let me know if you see differences in settings. Otherwise this would be something LUIS support should investigate. Thanks!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fbotbuilder-tools%2Fissues%2F1464%23issuecomment-669630195&data=02%7C01%7C%7C7f4935a7c5ff4a902e2908d839a85bb8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637322742532337327&sdata=hubn1GNVpF%2B911BjNdWZo0SkIjwcauGU2PeyNUwuKrw%3D&reserved=0, or unsubscribehttps://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADVCG4UPLZIGFI37THDBB2LR7IBUZANCNFSM4PVTRIZA&data=02%7C01%7C%7C7f4935a7c5ff4a902e2908d839a85bb8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637322742532347322&sdata=uZIHPNcOuhPPmpyQyDwFil9Yjk58SxdYW6v6Q4TFUiU%3D&reserved=0.
@dkonyayev , here's the console. Let me know if you see differences in the settings of Dispatch app version and child LUIS app version. If you do, we'll need to raise this issue to LUIS support. Thanks!
Closing due to further inactivity. Feel free to reactivate if further assistance is required.
Tool
Name: [Msbot|Ludown|LUIS|QnAMaker|Chatdown|Dispatch|LuisGen] Version: Latest OS: Windows Server
Describe the bug
We are getting incorrect scores for the ChildApp results. For example look at below response. First is the response from LUIS Dispatch, while second is a LUIS query directly against the LUIS App.
Dispatch is correctly identifying the intent with 94% confidence for the utterance. However, the top intent in the ChildApp is "ViewScheduled.PTO" with score of 35%. If we run the same utterance on the app itself we get "ViewAllotment.PTO" with score of 78%.
In our code we adopted the ChildApp attributes to determine the intent so that we do not have to run another LUIS query against the LUIS app. But the results are so drastically different that they become unusable.
Dispatch
App
To Reproduce
Run the query against dispatch and app and compare results.
Expected behavior
We expected the intents and scores under ChildApp to match what we would get if we ran the query directly against the LUIS App.
[bug]