共用方式為


IntentRecommendation 建構函式

定義

多載

IntentRecommendation()

初始化 IntentRecommendation 類別的新實例。

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

初始化 IntentRecommendation 類別的新實例。

IntentRecommendation()

來源:
IntentRecommendation.cs

初始化 IntentRecommendation 類別的新實例。

public IntentRecommendation ();
Public Sub New ()

適用於

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

來源:
IntentRecommendation.cs

初始化 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)

參數

intent
String
score
Nullable<Double>
actions
IList<Action>

適用於