microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
869 stars 372 forks source link

Bot Composer does not support Context-Only QnA pairs from QnA maker #8638

Open snapfisher opened 3 years ago

snapfisher commented 3 years ago

Is your feature request related to a problem? Please describe.

If you create a QnA KB with context only multi-turn responses, when bot composer imports the KB, the context-only setting is not maintained, so the results you get when running the bot in composer differ from those from the QnA Maker Test feature on the QnA Maker Web site

Describe the solution you'd like

Imported QnA KBs should run identically in the composer as they run outside the composer

Describe alternatives you've considered

There are not any. I could deploy the bot to see it run, but that is not a replacement feature

Additional context

tonyanziano commented 3 years ago

Thanks for pointing this out @snapfisher . We will look into prioritizing this but currently do not have an ETA on when this would be implemented.