Sdílet prostřednictvím


IntentRecommendation Konstruktory

Definice

Přetížení

IntentRecommendation()

Inicializuje novou instanci IntentRecommendation třídy.

IntentRecommendation(String, Nullable<Double>, IList<Action>)

Inicializuje novou instanci IntentRecommendation třídy.

IntentRecommendation()

Zdroj:
IntentRecommendation.cs

Inicializuje novou instanci IntentRecommendation třídy.

public IntentRecommendation();
Public Sub New ()

Platí pro

IntentRecommendation(String, Nullable<Double>, IList<Action>)

Zdroj:
IntentRecommendation.cs

Inicializuje novou instanci IntentRecommendation třídy.

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>

Platí pro