HierarchicalModelV2 Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. HierarchicalModelV2
- com.
public class HierarchicalModelV2
The HierarchicalModelV2 model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
children()
Get the children value. |
Prebuilt |
inherits()
Get the inherits value. |
String |
name()
Get the name value. |
List<String> |
roles()
Get the roles value. |
Hierarchical |
withChildren(List<String> children)
Set the children value. |
Hierarchical |
withInherits(PrebuiltDomainObject inherits)
Set the inherits value. |
Hierarchical |
withName(String name)
Set the name value. |
Hierarchical |
withRoles(List<String> roles)
Set the roles value. |
Method Details
children
public List
Get the children value.
Returns:
inherits
public PrebuiltDomainObject inherits()
Get the inherits value.
Returns:
name
public String name()
Get the name value.
Returns:
roles
public List
Get the roles value.
Returns:
withChildren
public HierarchicalModelV2 withChildren(List
Set the children value.
Parameters:
Returns:
withInherits
public HierarchicalModelV2 withInherits(PrebuiltDomainObject inherits)
Set the inherits value.
Parameters:
Returns:
withName
public HierarchicalModelV2 withName(String name)
Set the name value.
Parameters:
Returns:
withRoles
public HierarchicalModelV2 withRoles(List
Set the roles value.
Parameters:
Returns:
Applies to
Azure SDK for Java