HierarchicalModelV2 Class

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

public class HierarchicalModelV2

The HierarchicalModelV2 model.

Method Summary

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

Get the children value.

PrebuiltDomainObject inherits()

Get the inherits value.

String name()

Get the name value.

List<String> roles()

Get the roles value.

HierarchicalModelV2 withChildren(List<String> children)

Set the children value.

HierarchicalModelV2 withInherits(PrebuiltDomainObject inherits)

Set the inherits value.

HierarchicalModelV2 withName(String name)

Set the name value.

HierarchicalModelV2 withRoles(List<String> roles)

Set the roles value.

Method Details

children

public List children()

Get the children value.

Returns:

the children 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 HierarchicalModelV2 withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the HierarchicalModelV2 object itself.

withInherits

public HierarchicalModelV2 withInherits(PrebuiltDomainObject inherits)

Set the inherits value.

Parameters:

inherits - the inherits value to set

Returns:

the HierarchicalModelV2 object itself.

withName

public HierarchicalModelV2 withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the HierarchicalModelV2 object itself.

withRoles

public HierarchicalModelV2 withRoles(List roles)

Set the roles value.

Parameters:

roles - the roles value to set

Returns:

the HierarchicalModelV2 object itself.

Applies to