次の方法で共有


IntentPattern コンストラクター

定義

オーバーロード

IntentPattern()

IntentPattern クラスの新しいインスタンスを初期化します。

IntentPattern(String, String)

IntentPattern クラスの新しいインスタンスを初期化します。

IntentPattern()

IntentPattern クラスの新しいインスタンスを初期化します。

public IntentPattern();
Public Sub New ()

適用対象

IntentPattern(String, String)

IntentPattern クラスの新しいインスタンスを初期化します。

public IntentPattern(string intent, string pattern);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern : string * string -> Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern
Public Sub New (intent As String, pattern As String)

パラメーター

intent
String

意図。

pattern
String

一致する正規表現パターン。

適用対象