Jaa


IntentPattern Constructors

Definition

Overloads

IntentPattern()

Initializes a new instance of the IntentPattern class.

IntentPattern(String, String)

Initializes a new instance of the IntentPattern class.

IntentPattern()

Initializes a new instance of the IntentPattern class.

public IntentPattern ();
Public Sub New ()

Applies to

IntentPattern(String, String)

Initializes a new instance of the IntentPattern class.

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)

Parameters

intent
String

The intent.

pattern
String

The regex pattern to match.

Applies to