IntentRecommendation 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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