HierarchicalChildEntity Class

A Hierarchical Child Entity.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.cognitiveservices.language.luis.authoring.models._models_py3.ChildEntity
HierarchicalChildEntity

Constructor

HierarchicalChildEntity(*, id: str, name: Optional[str] = None, instance_of: Optional[str] = None, type_id: Optional[int] = None, readable_type=None, children=None, **kwargs)

Parameters

id
str
Required

Required. The ID (GUID) belonging to a child entity.

name
str
Required

The name of a child entity.

instance_of
str
Required

Instance of Model.

type_id
int
Required

The type ID of the Entity Model.

readable_type
str or <xref:azure.cognitiveservices.language.luis.authoring.models.enum>
Required

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'

children
list[ChildEntity]
Required

List of children