LuisResult Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| LuisResult() |
Inicjuje nowe wystąpienie klasy LuisResult. |
| LuisResult(String, IList<EntityRecommendation>, IntentRecommendation, IList<IntentRecommendation>, IList<CompositeEntity>, DialogResponse, String) |
Inicjuje nowe wystąpienie klasy LuisResult. |
LuisResult()
- Źródło:
- LuisResult.cs
Inicjuje nowe wystąpienie klasy LuisResult.
public LuisResult();
Public Sub New ()
Dotyczy
LuisResult(String, IList<EntityRecommendation>, IntentRecommendation, IList<IntentRecommendation>, IList<CompositeEntity>, DialogResponse, String)
- Źródło:
- LuisResult.cs
Inicjuje nowe wystąpienie klasy LuisResult.
public LuisResult(string query, System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> entities, Microsoft.Bot.Builder.Luis.Models.IntentRecommendation topScoringIntent = default, System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.IntentRecommendation> intents = default, System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.CompositeEntity> compositeEntities = default, Microsoft.Bot.Builder.Luis.Models.DialogResponse dialog = default, string alteredQuery = default);
new Microsoft.Bot.Builder.Luis.Models.LuisResult : string * System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> * Microsoft.Bot.Builder.Luis.Models.IntentRecommendation * System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.IntentRecommendation> * System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.CompositeEntity> * Microsoft.Bot.Builder.Luis.Models.DialogResponse * string -> Microsoft.Bot.Builder.Luis.Models.LuisResult
Public Sub New (query As String, entities As IList(Of EntityRecommendation), Optional topScoringIntent As IntentRecommendation = Nothing, Optional intents As IList(Of IntentRecommendation) = Nothing, Optional compositeEntities As IList(Of CompositeEntity) = Nothing, Optional dialog As DialogResponse = Nothing, Optional alteredQuery As String = Nothing)
Parametry
- query
- String
- entities
- IList<EntityRecommendation>
- topScoringIntent
- IntentRecommendation
- intents
- IList<IntentRecommendation>
- compositeEntities
- IList<CompositeEntity>
- dialog
- DialogResponse
- alteredQuery
- String