LuisApp interface
Exported Model - An exported LUIS Application.
Properties
| closed |
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. |
| pattern |
List of Pattern.Any entities. |
| patterns | List of patterns. |
| phraselists | List of model features. |
| prebuilt |
List of prebuilt entities. |
| regex |
List of regular expression entities. |
| regex |
List of pattern features. |
| utterances | List of example utterances. |
| version |
The version ID of the application that was exported. |
Property Details
closedLists
composites
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
hierarchicals
List of hierarchical entities.
hierarchicals?: HierarchicalModel[]
Property Value
intents
name
The name of the application.
name?: string
Property Value
string
patternAnyEntities
patterns
phraselists
prebuiltEntities
regexEntities
regexFeatures
utterances
versionId
The version ID of the application that was exported.
versionId?: string
Property Value
string