你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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)