Info
Version: | 3.1.2 |
Author(s): | Gary Pretty |
Last Update: | Friday, May 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/garypretty/botframework |
NuGet Url: | https://www.nuget.org/packages/QnAMakerDialog |
Install
Install-Package QnAMakerDialog
dotnet add package QnAMakerDialog
paket add QnAMakerDialog
QnAMakerDialog Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Bot.Builder(>= 3.9.1)
- Newtonsoft.Json(>= 8.0.3)
Tags
This dialog will take messages receieved to a bot and send them to a QnA Maker service (updated for v3 API) and return one or more answers. If no answer is found then a default message is displayed.
You can also add hanlders to alter your bot's messaging depending on the confidence the QnA Maker response and also add rich attachments to your responses such as videos / images / files.