OrchestratorRecognizer Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OrchestratorRecognizer(String, Int32) |
Initialise une nouvelle instance de la classe OrchestratorRecognizer. |
OrchestratorRecognizer(String, String, ILabelResolver) |
Initialise une nouvelle instance de la classe OrchestratorRecognizer. |
OrchestratorRecognizer(String, Int32)
Initialise une nouvelle instance de la classe OrchestratorRecognizer.
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)
Paramètres
- callerPath
- String
Chemin d’accès de l’appelant.
- callerLine
- Int32
Ligne de l’appelant.
S’applique à
OrchestratorRecognizer(String, String, ILabelResolver)
Initialise une nouvelle instance de la classe OrchestratorRecognizer.
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)
Paramètres
- modelFolder
- String
Spécifie le dossier du modèle de base.
- snapshotFile
- String
Spécifie le chemin d’accès complet au fichier d’instantané.
- resolverExternal
- Microsoft.BotFramework.Orchestrator.ILabelResolver
Objet de programme de résolution d’étiquette externe.