LuisAppV2 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.

intents

List of intents.

luisSchemaVersion

Luis schema deserialization version.

modelFeatures

List of model features.

name

The name of the application.

patternAnyEntities

List of Pattern.Any entities.

patterns

List of patterns.

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?: HierarchicalModelV2[]

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?: HierarchicalModelV2[]

Property Value

intents

List of intents.

intents?: HierarchicalModelV2[]

Property Value

luisSchemaVersion

Luis schema deserialization version.

luisSchemaVersion?: string

Property Value

string

modelFeatures

List of model features.

modelFeatures?: JSONModelFeature[]

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

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