Freigeben über


ClosedListEntityExtractor Class

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

public class ClosedListEntityExtractor

List Entity Extractor.

Method Summary

Modifier and Type Method and Description
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.

List<SubClosedListResponse> subLists()

Get the subLists value.

Integer typeId()

Get the typeId value.

ClosedListEntityExtractor withId(UUID id)

Set the id value.

ClosedListEntityExtractor withName(String name)

Set the name value.

ClosedListEntityExtractor withReadableType(String readableType)

Set the readableType value.

ClosedListEntityExtractor withRoles(List<EntityRole> roles)

Set the roles value.

ClosedListEntityExtractor withSubLists(List<SubClosedListResponse> subLists)

Set the subLists value.

ClosedListEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Method Details

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

subLists

public List subLists()

Get the subLists value.

Returns:

the subLists value

typeId

public Integer typeId()

Get the typeId value.

Returns:

the typeId value

withId

public ClosedListEntityExtractor withId(UUID id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ClosedListEntityExtractor object itself.

withName

public ClosedListEntityExtractor withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ClosedListEntityExtractor object itself.

withReadableType

public ClosedListEntityExtractor withReadableType(String readableType)

Set the readableType value.

Parameters:

readableType - the readableType value to set

Returns:

the ClosedListEntityExtractor object itself.

withRoles

public ClosedListEntityExtractor withRoles(List roles)

Set the roles value.

Parameters:

roles - the roles value to set

Returns:

the ClosedListEntityExtractor object itself.

withSubLists

public ClosedListEntityExtractor withSubLists(List subLists)

Set the subLists value.

Parameters:

subLists - the subLists value to set

Returns:

the ClosedListEntityExtractor object itself.

withTypeId

public ClosedListEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Parameters:

typeId - the typeId value to set

Returns:

the ClosedListEntityExtractor object itself.

Applies to