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

Name Description
CompositeEntity()

Initializes a new instance of the CompositeEntity class.

CompositeEntity(String, String, IList<CompositeChild>)

Initializes a new instance of the CompositeEntity class.

Properties

Name Description
Children
ParentType

Type of parent entity.

Value

Value for entity extracted by LUIS.

Methods

Name Description
Validate()

Validate the object. Throws ValidationException if validation fails.

Applies to