EntityRecommendation 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.
Luis entity recommendation. Look at https://www.luis.ai/Help for more information.
[System.Serializable]
public class EntityRecommendation
[<System.Serializable>]
type EntityRecommendation = class
Public Class EntityRecommendation
- Inheritance
-
EntityRecommendation
- Attributes
Constructors
EntityRecommendation() |
Initializes a new instance of the EntityRecommendation class. |
EntityRecommendation(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, IDictionary<String,Object>) |
Initializes a new instance of the EntityRecommendation class. |
Properties
EndIndex |
End index of the entity in the LUIS query string. |
Entity |
Entity extracted by LUIS. |
Resolution |
A machine interpretable resolution of the entity. For example the string "one thousand" would have the resolution "1000". The exact form of the resolution is defined by the entity type and is documented here: https://www.luis.ai/Help#PreBuiltEntities. |
Role |
Role of the entity. |
Score |
Score assigned by LUIS to detected entity. |
StartIndex |
Start index of the entity in the LUIS query string. |
Type |
Type of the entity. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. |