LuisPredictionOptions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
LuisPredictionOptions() |
Inicializa uma nova instância da classe LuisPredictionOptions. |
LuisPredictionOptions(LuisPredictionOptions) |
Inicializa uma nova instância da classe LuisPredictionOptions de uma instância existente. |
LuisPredictionOptions()
Inicializa uma nova instância da classe LuisPredictionOptions.
public LuisPredictionOptions ();
Public Sub New ()
Aplica-se a
LuisPredictionOptions(LuisPredictionOptions)
Inicializa uma nova instância da classe LuisPredictionOptions de uma instância existente.
public LuisPredictionOptions (Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions other);
new Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions : Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions -> Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions
Public Sub New (other As LuisPredictionOptions)
Parâmetros
- other
- LuisPredictionOptions
Fonte de valores.