Del via


OrchestratorRecognizer Constructors

Definition

Overloads

OrchestratorRecognizer(String, Int32)

Initializes a new instance of the OrchestratorRecognizer class.

OrchestratorRecognizer(String, String, ILabelResolver)

Initializes a new instance of the OrchestratorRecognizer class.

OrchestratorRecognizer(String, Int32)

Initializes a new instance of the OrchestratorRecognizer class.

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

Parameters

callerPath
String

Caller path.

callerLine
Int32

Caller line.

Applies to

OrchestratorRecognizer(String, String, ILabelResolver)

Initializes a new instance of the OrchestratorRecognizer class.

public OrchestratorRecognizer (string modelFolder, string snapshotFile, Microsoft.BotFramework.Orchestrator.ILabelResolver resolverExternal = default);
new Microsoft.Bot.Builder.AI.Orchestrator.OrchestratorRecognizer : string * string * Microsoft.BotFramework.Orchestrator.ILabelResolver -> Microsoft.Bot.Builder.AI.Orchestrator.OrchestratorRecognizer
Public Sub New (modelFolder As String, snapshotFile As String, Optional resolverExternal As ILabelResolver = Nothing)

Parameters

modelFolder
String

Specifies the base model folder.

snapshotFile
String

Specifies full path to the snapshot file.

resolverExternal
Microsoft.BotFramework.Orchestrator.ILabelResolver

External label resolver object.

Applies to