microsoft / botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
https://aka.ms/bfsolutionsdocs
MIT License
1.05k stars 530 forks source link

Problems to understand the Users Inputs on Virtual Assistant Sample - Virtual Assistant Sample not work #3854

Closed fidelitymobileorg closed 2 years ago

fidelitymobileorg commented 2 years ago

What project is affected?

Virtual Assistant

What language is this in?

C# and JS

What happens?

Virtual Assistant not understand the Users Inputs

What are the steps to reproduce this issue?

1) Deploy Virtual Assistant template with PowerShell at Azure 2) Run WebChat 3) Send knowledge messages on WebChat 4) Virtual Assistant reaturn de default message (because return null from knowledge)

What were you expecting to happen?

Virtual Assistant returns the Right Answers from Knowledge

ScreenShots:

VATESTINTENT

lauren-mills commented 2 years ago

Hi @fidelitymobileorg, it appears from the screenshot that the bot is returning a ChitChat knowledge base response to your question. If you have not added custom QnA pairs, I would say this is the expected behavior, because the built-in knowledge bases in the template do not handle that query by default. You can see here where the chitchat model is returning the "Great, thanks" answer.

If you have created a custom knowledge base which should be able to handle the "What day is today?" query, have you run the update cognitive models script to ensure your dispatch model is updated with your custom QnA pairs?

fidelitymobileorg commented 2 years ago

Hi @lauren-mills ,

We hope you are well and healthy!

lauren-mills commented 2 years ago

Thanks for your response. Can you please answer these questions to help me repro this behavior? I was not able to based on this information alone.

Finally, if this is for a new project, I recommend starting with the Core Assistant Bot in Bot Framework Composer, as support for this template will end on March 31st.

johnataylor commented 2 years ago

closing as this has been 14days, please reopen if you have further issues