IntentRecommendation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
- Source:
- IntentRecommendation.cs
Initializes a new instance of the IntentRecommendation class.
public IntentRecommendation ();
Public Sub New ()
Applies to
IntentRecommendation(String, Nullable<Double>, IList<Action>)
- Source:
- IntentRecommendation.cs
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