If I test the multi-turn conversations in QnA Maker, I'm able to return prompts, however when I try to test this in Teams or the bot emulator, the prompts don't show. Do you know when prompts from QnA will be supported in the emulator and on Teams?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@colbytimmsl Great question. #in-progress
@colbytimmsl For multi-turn, you will need to add code to your bot to see the prompts.
I have similar issues. It works great when I try the bot in the QnA maker user interface, I receive the prompts.
But doesn't work in the Web Chat or the Azure test environment.
This behavior difference is a known issue: https://github.com/microsoft/BotFramework-Emulator/issues/643
A workaround for directline/WebChat is described here: https://blog.botframework.com/2018/07/12/how-to-properly-send-a-greeting-message-and-common-issues-from-customers/