HierarchicalModel Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.HierarchicalModel

public class HierarchicalModel

The HierarchicalModel model.

Method Summary

Modifier and Type Method and Description
List<JsonChild> children()

Get the children value.

List<JsonModelFeatureInformation> features()

Get the features value.

PrebuiltDomainObject inherits()

Get the inherits value.

String name()

Get the name value.

List<String> roles()

Get the roles value.

HierarchicalModel withChildren(List<JsonChild> children)

Set the children value.

HierarchicalModel withFeatures(List<JsonModelFeatureInformation> features)

Set the features value.

HierarchicalModel withInherits(PrebuiltDomainObject inherits)

Set the inherits value.

HierarchicalModel withName(String name)

Set the name value.

HierarchicalModel withRoles(List<String> roles)

Set the roles value.

Method Details

children

public List children()

Get the children value.

Returns:

the children value

features

public List features()

Get the features value.

Returns:

the features value

inherits

public PrebuiltDomainObject inherits()

Get the inherits value.

Returns:

the inherits value

name

public String name()

Get the name value.

Returns:

the name value

roles

public List roles()

Get the roles value.

Returns:

the roles value

withChildren

public HierarchicalModel withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the HierarchicalModel object itself.

withFeatures

public HierarchicalModel withFeatures(List features)

Set the features value.

Parameters:

features - the features value to set

Returns:

the HierarchicalModel object itself.

withInherits

public HierarchicalModel withInherits(PrebuiltDomainObject inherits)

Set the inherits value.

Parameters:

inherits - the inherits value to set

Returns:

the HierarchicalModel object itself.

withName

public HierarchicalModel withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the HierarchicalModel object itself.

withRoles

public HierarchicalModel withRoles(List roles)

Set the roles value.

Parameters:

roles - the roles value to set

Returns:

the HierarchicalModel object itself.

Applies to