PatternAnyEntityExtractor Class

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

public class PatternAnyEntityExtractor

Pattern.Any Entity Extractor.

Method Summary

Modifier and Type Method and Description
List<ExplicitListItem> explicitList()

Get the explicitList 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.

PatternAnyEntityExtractor withExplicitList(List<ExplicitListItem> explicitList)

Set the explicitList value.

PatternAnyEntityExtractor withId(UUID id)

Set the id value.

PatternAnyEntityExtractor withName(String name)

Set the name value.

PatternAnyEntityExtractor withReadableType(String readableType)

Set the readableType value.

PatternAnyEntityExtractor withRoles(List<EntityRole> roles)

Set the roles value.

PatternAnyEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Method Details

explicitList

public List explicitList()

Get the explicitList value.

Returns:

the explicitList 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

withExplicitList

public PatternAnyEntityExtractor withExplicitList(List explicitList)

Set the explicitList value.

Parameters:

explicitList - the explicitList value to set

Returns:

the PatternAnyEntityExtractor object itself.

withId

public PatternAnyEntityExtractor withId(UUID id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the PatternAnyEntityExtractor object itself.

withName

public PatternAnyEntityExtractor withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the PatternAnyEntityExtractor object itself.

withReadableType

public PatternAnyEntityExtractor withReadableType(String readableType)

Set the readableType value.

Parameters:

readableType - the readableType value to set

Returns:

the PatternAnyEntityExtractor object itself.

withRoles

public PatternAnyEntityExtractor withRoles(List roles)

Set the roles value.

Parameters:

roles - the roles value to set

Returns:

the PatternAnyEntityExtractor object itself.

withTypeId

public PatternAnyEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Parameters:

typeId - the typeId value to set

Returns:

the PatternAnyEntityExtractor object itself.

Applies to