Jaa


CompositeEntity Class

Definition

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.

Applies to