IntentRecommendation 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
IntentRecommendation() |
Inicializa uma nova instância da classe IntentRecommendation. |
IntentRecommendation(String, Nullable<Double>, IList<Action>) |
Inicializa uma nova instância da classe IntentRecommendation. |
IntentRecommendation()
- Origem:
- IntentRecommendation.cs
Inicializa uma nova instância da classe IntentRecommendation.
public IntentRecommendation ();
Public Sub New ()
Aplica-se a
IntentRecommendation(String, Nullable<Double>, IList<Action>)
- Origem:
- IntentRecommendation.cs
Inicializa uma nova instância da classe IntentRecommendation.
public IntentRecommendation (string intent = default, double? score = default, System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.Action> actions = default);
new Microsoft.Bot.Builder.Luis.Models.IntentRecommendation : string * Nullable<double> * System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.Action> -> Microsoft.Bot.Builder.Luis.Models.IntentRecommendation
Public Sub New (Optional intent As String = Nothing, Optional score As Nullable(Of Double) = Nothing, Optional actions As IList(Of Action) = Nothing)
Parâmetros
- intent
- String