Udostępnij przez


IntentPattern Konstruktory

Definicja

Przeciążenia

IntentPattern()

Inicjuje nowe wystąpienie klasy IntentPattern.

IntentPattern(String, String)

Inicjuje nowe wystąpienie klasy IntentPattern.

IntentPattern()

Inicjuje nowe wystąpienie klasy IntentPattern.

public IntentPattern();
Public Sub New ()

Dotyczy

IntentPattern(String, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

intent
String

Intencja.

pattern
String

Wzorzec regex do dopasowania.

Dotyczy