IntentRecommendation Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| IntentRecommendation() |
Initialiseert een nieuw exemplaar van de klasse IntentRecommendation. |
| IntentRecommendation(String, Nullable<Double>, IList<Action>) |
Initialiseert een nieuw exemplaar van de klasse IntentRecommendation. |
IntentRecommendation()
Initialiseert een nieuw exemplaar van de klasse IntentRecommendation.
public IntentRecommendation();
Public Sub New ()
Van toepassing op
IntentRecommendation(String, Nullable<Double>, IList<Action>)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- intent
- String