RegexMatchScorableFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class RegexMatchScorableFactory : Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<Microsoft.Bot.Builder.Scorables.Internals.IResolver,System.Text.RegularExpressions.Match>
type RegexMatchScorableFactory = class
interface IScorableFactory<IResolver, Match>
Public NotInheritable Class RegexMatchScorableFactory
Implements IScorableFactory(Of IResolver, Match)
- Inheritance
-
RegexMatchScorableFactory
- Implements
Constructors
RegexMatchScorableFactory(Func<String,Regex>) |
Explicit Interface Implementations
IScorableFactory<IResolver,Match>.ScorableFor(IEnumerable<MethodInfo>) |