QnAMakerDialog 3.1.2

dotnet add package QnAMakerDialog --version 3.1.2
NuGet\Install-Package QnAMakerDialog -Version 3.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QnAMakerDialog" Version="3.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QnAMakerDialog --version 3.1.2
#r "nuget: QnAMakerDialog, 3.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.2 7,046 5/25/2018
3.0.0 3,455 2/9/2018
1.1.1 7,222 2/24/2017
1.1.0 2,967 2/23/2017
1.0.0 1,623 1/16/2017

Updated to support GA release of the QnA Maker Service