LuisResult 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
LuisResult() |
LuisResult 클래스의 새 인스턴스를 초기화합니다. |
LuisResult(String, IList<EntityRecommendation>, IntentRecommendation, IList<IntentRecommendation>, IList<CompositeEntity>, DialogResponse, String) |
LuisResult 클래스의 새 인스턴스를 초기화합니다. |
LuisResult()
LuisResult(String, IList<EntityRecommendation>, IntentRecommendation, IList<IntentRecommendation>, IList<CompositeEntity>, DialogResponse, String)
- Source:
- LuisResult.cs
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)
매개 변수
- query
- String
- entities
- IList<EntityRecommendation>
- topScoringIntent
- IntentRecommendation
- intents
- IList<IntentRecommendation>
- compositeEntities
- IList<CompositeEntity>
- dialog
- DialogResponse
- alteredQuery
- String