BestMatchDialog 1.4.0
dotnet add package BestMatchDialog --version 1.4.0
NuGet\Install-Package BestMatchDialog -Version 1.4.0
<PackageReference Include="BestMatchDialog" Version="1.4.0" />
paket add BestMatchDialog --version 1.4.0
#r "nuget: BestMatchDialog, 1.4.0"
// Install BestMatchDialog as a Cake Addin #addin nuget:?package=BestMatchDialog&version=1.4.0 // Install BestMatchDialog as a Cake Tool #tool nuget:?package=BestMatchDialog&version=1.4.0
BestMatchDialog for the Microsoft Bot Framework is a dialog that allows you to match a message receieved from a bot user against a list of strings and then carry out an appropriate action. Matching does not have to be exact and you can set the threshold as to how closely the message should match with an item in the list.
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.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added the ability to specify the choices for each hanlder using a delimited string to support scenarios such as retrieving the string from a resource file for localisation.