HierarchicalEntityExtractor Class

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

public class HierarchicalEntityExtractor

Hierarchical Entity Extractor.

Method Summary

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

Get the children value.

UUID id()

Get the id value.

String name()

Get the name value.

String readableType()

Get the readableType value.

List<EntityRole> roles()

Get the roles value.

Integer typeId()

Get the typeId value.

HierarchicalEntityExtractor withChildren(List<ChildEntity> children)

Set the children value.

HierarchicalEntityExtractor withId(UUID id)

Set the id value.

HierarchicalEntityExtractor withName(String name)

Set the name value.

HierarchicalEntityExtractor withReadableType(String readableType)

Set the readableType value.

HierarchicalEntityExtractor withRoles(List<EntityRole> roles)

Set the roles value.

HierarchicalEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Method Details

children

public List children()

Get the children value.

Returns:

the children value

id

public UUID id()

Get the id value.

Returns:

the id value

name

public String name()

Get the name value.

Returns:

the name value

readableType

public String readableType()

Get the readableType value.

Returns:

the readableType value

roles

public List roles()

Get the roles value.

Returns:

the roles value

typeId

public Integer typeId()

Get the typeId value.

Returns:

the typeId value

withChildren

public HierarchicalEntityExtractor withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the HierarchicalEntityExtractor object itself.

withId

public HierarchicalEntityExtractor withId(UUID id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the HierarchicalEntityExtractor object itself.

withName

public HierarchicalEntityExtractor withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the HierarchicalEntityExtractor object itself.

withReadableType

public HierarchicalEntityExtractor withReadableType(String readableType)

Set the readableType value.

Parameters:

readableType - the readableType value to set

Returns:

the HierarchicalEntityExtractor object itself.

withRoles

public HierarchicalEntityExtractor withRoles(List roles)

Set the roles value.

Parameters:

roles - the roles value to set

Returns:

the HierarchicalEntityExtractor object itself.

withTypeId

public HierarchicalEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Parameters:

typeId - the typeId value to set

Returns:

the HierarchicalEntityExtractor object itself.

Applies to