Search code examples
c#botframeworkazure-language-understanding

How to obtain Multi-turn conversations in Custom question answering


I have migrated from QNA maker to Custom question answering service for the bot project.

Now, I want to add the multi turn prompts functionality to display the related questions to the current query.

How can i achieve Multi-turn prompts with Custom question answering in c#


Solution

  • There is an option called "Answer and prompts" under the answer section in custom question answer then click on "Add follow up prompts".

    enter image description here

    The popup will appear on the above step then you can add a multiturn feature similar to QnA Maker.

    enter image description here