question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

QnA Maker follow-up prompts do not work in test WebChat CDN bot using the Composer

See original GitHub issue

Describe the bug

I have a bot using the Bot Framework Composer, and we have 800+ FAQs. You can check an example here: https://partner.microsoft.com/en-us/Search#/?search=action pack Follow up prompts appear in the Test pane within QnA Maker​

image

However, it doesn’t show in the bot: image

Version

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://partner.microsoft.com/en-us/Search#/?search=action pack
  2. Type in the bot “convert trial to paid”
  3. See answer. It doesn’t show the follow up prompts

Expected behavior

The expected behavior is to see the follow-up prompts as we see in QnA maker.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
BeheraMadancommented, Nov 16, 2020

Hi, Yes, we have enabled multiturn extraction in the QNA knowledge base setting. Currently we are using composer version 1.0.2. Today we updated to latest version 1.2.0. Even after updating the composer to latest version, followon prompt is not getting displayed to QNA answers. We are using QnaMaker generate answer api to fetch qna answers and we are using following settings in the body section of the qna maker api.

{ “question”: “QNA question”, “top”: 1 }

Is there any modification required so that api response will display followon prompt qna answer?

Thanks, Madan

0reactions
luhan2017commented, Dec 8, 2020

Close this issue, please let me know if you still need help here. @BeheraMadan

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add a QnA Maker knowledge base to your bot - Microsoft Learn
This article will show you how to add an existing QnA Maker knowledge base to your bot. Composer provides the Connect to QnA...
Read more >
Microsoft/BotBuilder - Gitter
Hi all. Is there a way of implementing Web Chat with Direct Line Extension when building a bot using Bot Framework Composer? Unable...
Read more >
QnA Maker
QnA Maker is a no code way to build bots. QnA Maker extracts questions and answers from FAQ pages, support websites, excel files,...
Read more >
Enable QnA Follow-Up Prompts on Virtual Assistant
Edit your Bots\YourBotName.cs, add following namespaces we will use to support follow-up prompts: · Add following classes to match the JSON ...
Read more >
Implement the Follow-up prompt for QnA Bot
The follow-up prompt is just a PREVIEW feature of QnA Maker. The QnA Bot template has not supported this follow-up prompt feature yet....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found