CompositeEntity 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 composite entity. Look at https://www.luis.ai/Help for more information.
public class CompositeEntity
type CompositeEntity = class
Public Class CompositeEntity
- Inheritance
-
CompositeEntity
Constructors
CompositeEntity() |
Initializes a new instance of the CompositeEntity class. |
CompositeEntity(String, String, IList<CompositeChild>) |
Initializes a new instance of the CompositeEntity class. |
Properties
Children | |
ParentType |
Type of parent entity. |
Value |
Value for entity extracted by LUIS. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. |