ModelInfoResponse interface

An application model info.

Properties

children

List of child entities.

customPrebuiltDomainName

The domain name.

customPrebuiltModelName

The intent name or entity name.

explicitList
id

The ID of the Entity Model.

name

Name of the Entity Model.

readableType

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'

regexPattern

The Regular Expression entity pattern.

roles
subLists

List of sublists.

typeId

The type ID of the Entity Model.

Property Details

children

List of child entities.

children?: ChildEntity[]

Property Value

customPrebuiltDomainName

The domain name.

customPrebuiltDomainName?: string

Property Value

string

customPrebuiltModelName

The intent name or entity name.

customPrebuiltModelName?: string

Property Value

string

explicitList

explicitList?: ExplicitListItem[]

Property Value

id

The ID of the Entity Model.

id: string

Property Value

string

name

Name of the Entity Model.

name?: string

Property Value

string

readableType

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'

readableType: ReadableType2

Property Value

regexPattern

The Regular Expression entity pattern.

regexPattern?: string

Property Value

string

roles

roles?: EntityRole[]

Property Value

subLists

List of sublists.

subLists?: SubClosedListResponse[]

Property Value

typeId

The type ID of the Entity Model.

typeId?: number

Property Value

number