OrchestratorRecognizer Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
OrchestratorRecognizer(String, Int32) |
Inicializa uma nova instância da OrchestratorRecognizer classe . |
OrchestratorRecognizer(String, String, ILabelResolver) |
Inicializa uma nova instância da OrchestratorRecognizer classe . |
OrchestratorRecognizer(String, Int32)
Inicializa uma nova instância da OrchestratorRecognizer classe .
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)
Parâmetros
- callerPath
- String
Caminho do chamador.
- callerLine
- Int32
Linha do autor da chamada.
Aplica-se a
OrchestratorRecognizer(String, String, ILabelResolver)
Inicializa uma nova instância da OrchestratorRecognizer classe .
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)
Parâmetros
- modelFolder
- String
Especifica a pasta do modelo base.
- snapshotFile
- String
Especifica o caminho completo para o ficheiro de instantâneo.
- resolverExternal
- Microsoft.BotFramework.Orchestrator.ILabelResolver
Objeto de resolução de etiqueta externa.