LuisApp interface

Exported Model - An exported LUIS Application.

Properties

closedLists

List of list entities.

composites

List of composite entities.

culture

The culture of the application. E.g.: en-us.

desc

The description of the application.

entities

List of entities.

hierarchicals

List of hierarchical entities.

intents

List of intents.

name

The name of the application.

patternAnyEntities

List of Pattern.Any entities.

patterns

List of patterns.

phraselists

List of model features.

prebuiltEntities

List of prebuilt entities.

regexEntities

List of regular expression entities.

regexFeatures

List of pattern features.

utterances

List of example utterances.

versionId

The version ID of the application that was exported.

Property Details

closedLists

List of list entities.

closedLists?: ClosedList[]

Property Value

composites

List of composite entities.

composites?: HierarchicalModel[]

Property Value

culture

The culture of the application. E.g.: en-us.

culture?: string

Property Value

string

desc

The description of the application.

desc?: string

Property Value

string

entities

List of entities.

entities?: HierarchicalModel[]

Property Value

hierarchicals

List of hierarchical entities.

hierarchicals?: HierarchicalModel[]

Property Value

intents

List of intents.

intents?: HierarchicalModel[]

Property Value

name

The name of the application.

name?: string

Property Value

string

patternAnyEntities

List of Pattern.Any entities.

patternAnyEntities?: PatternAny[]

Property Value

patterns

List of patterns.

patterns?: PatternRule[]

Property Value

phraselists

List of model features.

phraselists?: JSONModelFeature[]

Property Value

prebuiltEntities

List of prebuilt entities.

prebuiltEntities?: PrebuiltEntity[]

Property Value

regexEntities

List of regular expression entities.

regexEntities?: RegexEntity[]

Property Value

regexFeatures

List of pattern features.

regexFeatures?: JSONRegexFeature[]

Property Value

utterances

List of example utterances.

utterances?: JSONUtterance[]

Property Value

versionId

The version ID of the application that was exported.

versionId?: string

Property Value

string