HierarchicalChildEntity interface

A Hierarchical Child Entity.

Extends

Inherited Properties

children

List of children

id

The ID (GUID) belonging to a child entity.

instanceOf

Instance of Model.

name

The name of a child entity.

readableType

Possible values include: 'Entity Extractor', 'Child Entity Extractor', 'Hierarchical Entity Extractor', 'Hierarchical Child Entity Extractor', 'Composite Entity Extractor', 'List Entity Extractor', 'Prebuilt Entity Extractor', 'Intent Classifier', 'Pattern.Any Entity Extractor', 'Closed List Entity Extractor', 'Regex Entity Extractor'

typeId

The type ID of the Entity Model.

Inherited Property Details

children

List of children

children?: ChildEntity[]

Property Value

Inherited From ChildEntity.children

id

The ID (GUID) belonging to a child entity.

id: string

Property Value

string

Inherited From ChildEntity.id

instanceOf

Instance of Model.

instanceOf?: string

Property Value

string

Inherited From ChildEntity.instanceOf

name

The name of a child entity.

name?: string

Property Value

string

Inherited From ChildEntity.name

readableType

Possible values include: 'Entity Extractor', 'Child Entity Extractor', 'Hierarchical Entity Extractor', 'Hierarchical Child Entity Extractor', 'Composite Entity Extractor', 'List Entity Extractor', 'Prebuilt Entity Extractor', 'Intent Classifier', 'Pattern.Any Entity Extractor', 'Closed List Entity Extractor', 'Regex Entity Extractor'

readableType?: ReadableType1

Property Value

Inherited From ChildEntity.readableType

typeId

The type ID of the Entity Model.

typeId?: number

Property Value

number

Inherited From ChildEntity.typeId