IntentRecommendation Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
IntentRecommendation() |
Inicializuje novou instanci IntentRecommendation třídy. |
IntentRecommendation(String, Nullable<Double>, IList<Action>) |
Inicializuje novou instanci IntentRecommendation třídy. |
IntentRecommendation()
- Zdroj:
- IntentRecommendation.cs
Inicializuje novou instanci IntentRecommendation třídy.
public IntentRecommendation();
Public Sub New ()
Platí pro
IntentRecommendation(String, Nullable<Double>, IList<Action>)
- Zdroj:
- IntentRecommendation.cs
Inicializuje novou instanci IntentRecommendation třídy.
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)
Parametry
- intent
- String