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.ChildEntityHierarchicalChildEntity
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
- 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'
Feedback
Submit and view feedback for