QnAMakerDialog 3.1.2
dotnet add package QnAMakerDialog --version 3.1.2
NuGet\Install-Package QnAMakerDialog -Version 3.1.2
<PackageReference Include="QnAMakerDialog" Version="3.1.2" />
paket add QnAMakerDialog --version 3.1.2
#r "nuget: QnAMakerDialog, 3.1.2"
// Install QnAMakerDialog as a Cake Addin #addin nuget:?package=QnAMakerDialog&version=3.1.2 // Install QnAMakerDialog as a Cake Tool #tool nuget:?package=QnAMakerDialog&version=3.1.2
QnAMakerDialog for the Microsoft Bot Framework is a dialog that allows you to integrate the QnA Maker Service with a bot built on the Bot Framework. 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Bot.Builder (>= 3.9.1)
- Newtonsoft.Json (>= 8.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated to support GA release of the QnA Maker Service