IntentRecommendation 构造函数

定义

重载

IntentRecommendation()

初始化 IntentRecommendation 类的新实例。

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

初始化 IntentRecommendation 类的新实例。

IntentRecommendation()

Source:
IntentRecommendation.cs

初始化 IntentRecommendation 类的新实例。

public IntentRecommendation();
Public Sub New ()

适用于

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

Source:
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>

适用于