Share via


Recognizer(String, Int32) Constructor

Definition

Initializes a new instance of the Recognizer class to recognize user input.

public Recognizer (string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Recognizer : string * int -> Microsoft.Bot.Builder.Dialogs.Recognizer
Public Sub New (Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameters

callerPath
String

The source file path of the caller.

callerLine
Int32

The line number on the source file where the method is called.

Applies to