Udostępnij za pośrednictwem


IntentRecommendation Konstruktory

Definicja

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
score
Nullable<Double>
actions
IList<Action>

Dotyczy