How to make bot ask a question right after generating an answer from QnA Maker?

NShini 51 Reputation points
2021-08-02T11:46:27.563+00:00

Hello, I am new to Microsoft services. and already built my QnAMaker by feeding it an excel file which contains questions and answers. After publishing the QnA Maker, I downloaded the code and tested it on a Bot Framework Emulator. The file contains product names as the answer and the product description as question. When the user gives a description of the product and if it matches one of the description in the file, the product name will be generated as answer.
So, right after this step I want the bot to ask the user whether the suggested product is good or not. I want to ask this question as a response card. Could someone please guide me with this?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,396 questions
0 comments No comments
{count} votes

Accepted answer
  1. GiftA-MSFT 11,151 Reputation points
    2021-08-02T23:54:12.487+00:00

    Hi, thanks for reaching out. You should be able to create create multi-turn dialogue using follow up prompts. Here's the documentation, hope it help!


0 additional answers

Sort by: Most helpful