IntentRecommendation Constructors

Definition

Overloads

IntentRecommendation()

Initializes a new instance of the IntentRecommendation class.

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

Initializes a new instance of the IntentRecommendation class.

IntentRecommendation()

Initializes a new instance of the IntentRecommendation class.

public IntentRecommendation ();
Public Sub New ()

Applies to

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

Initializes a new instance of the IntentRecommendation class.

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)

Parameters

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

Applies to