HierarchicalChildEntity Class
- java.
lang. Object - ChildEntity
- com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. HierarchicalChildEntity
- com.
public class HierarchicalChildEntity extends ChildEntity
A Hierarchical Child Entity.
Inherited Members
ChildEntity.children()
ChildEntity.id()
ChildEntity.instanceOfProperty()
ChildEntity.name()
ChildEntity.readableType()
ChildEntity.typeId()
ChildEntity.withChildren(List<ChildEntity> children)
ChildEntity.withId(UUID id)
ChildEntity.withInstanceOfProperty(String instanceOfProperty)
ChildEntity.withName(String name)
ChildEntity.withReadableType(String readableType)
ChildEntity.withTypeId(Integer typeId)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java