RegexMatchScorable<InnerState,InnerScore> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public RegexMatchScorable(System.Text.RegularExpressions.Regex regex, Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,InnerScore> inner);
new Microsoft.Bot.Builder.Scorables.Internals.RegexMatchScorable<'InnerState, 'InnerScore> : System.Text.RegularExpressions.Regex * Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, 'InnerScore> -> Microsoft.Bot.Builder.Scorables.Internals.RegexMatchScorable<'InnerState, 'InnerScore>
Public Sub New (regex As Regex, inner As IScorable(Of IResolver, InnerScore))
パラメーター
- regex
- Regex