ClosedListEntityExtractor Class

List Entity Extractor.

All required parameters must be populated in order to send to Azure.

Inheritance
ClosedListEntityExtractor

Constructor

ClosedListEntityExtractor(*, id: str, readable_type, name: Optional[str] = None, type_id: Optional[int] = None, roles=None, sub_lists=None, **kwargs)

Parameters

id
str
Required

Required. The ID of the Entity Model.

name
str
Required

Name of the Entity Model.

type_id
int
Required

The type ID of the Entity Model.

readable_type
str or <xref:azure.cognitiveservices.language.luis.authoring.models.enum>
Required

Required. Possible values include: 'Entity Extractor', 'Child Entity Extractor', 'Hierarchical Entity Extractor', 'Hierarchical Child Entity Extractor', 'Composite Entity Extractor', 'List Entity Extractor', 'Prebuilt Entity Extractor', 'Intent Classifier', 'Pattern.Any Entity Extractor', 'Closed List Entity Extractor', 'Regex Entity Extractor'

roles
list[EntityRole]
Required
sub_lists
list[SubClosedListResponse]
Required

List of sublists.