CompositeEntity 类

定义

Luis 复合实体。 有关详细信息,请查看 https://www.luis.ai/Help

public class CompositeEntity
type CompositeEntity = class
Public Class CompositeEntity
继承
CompositeEntity

构造函数

CompositeEntity()

初始化 CompositeEntity 类的新实例。

CompositeEntity(String, String, IList<CompositeChild>)

初始化 CompositeEntity 类的新实例。

属性

Children

Luis 复合实体。 有关详细信息,请查看 https://www.luis.ai/Help

ParentType

父实体的类型。

Value

LUIS 提取的实体的值。

方法

Validate()

验证 对象。 如果验证失败,则引发 ValidationException。

适用于