LuisResult Class
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.
public class LuisResult
type LuisResult = class
Public Class LuisResult
- Inheritance
-
LuisResult
Constructors
LuisResult() |
Initializes a new instance of the LuisResult class. |
LuisResult(String, IList<EntityRecommendation>, IntentRecommendation, IList<IntentRecommendation>, IList<CompositeEntity>, DialogResponse, String) |
Initializes a new instance of the LuisResult class. |
Properties
AlteredQuery |
The altered query used by LUIS to extract intent and entities. For example, when Bing spell check is enabled for a model, this field will contain the spell checked utterance. |
CompositeEntities |
The composite entities found in the utterance. |
Dialog | |
Entities |
The entities found in the query text. |
Intents |
The intents found in the query text. |
Query |
The query sent to LUIS. |
Sentiment |
Gets or sets the sentiment. |
TopScoringIntent |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. |
Extension Methods
TryFindEntity(LuisResult, String, EntityRecommendation) |
Try to find an entity within the result. |