IntentPattern Constructors
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.
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.