IntentRecommendation Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
IntentRecommendation() |
Inicjuje nowe wystąpienie klasy IntentRecommendation. |
IntentRecommendation(String, Nullable<Double>, IList<Action>) |
Inicjuje nowe wystąpienie klasy IntentRecommendation. |
IntentRecommendation()
- Źródło:
- IntentRecommendation.cs
Inicjuje nowe wystąpienie klasy IntentRecommendation.
public IntentRecommendation ();
Public Sub New ()
Dotyczy
IntentRecommendation(String, Nullable<Double>, IList<Action>)
- Źródło:
- IntentRecommendation.cs
Inicjuje nowe wystąpienie klasy 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)
Parametry
- intent
- String