LuisAppV2 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. |
intents | List of intents. |
luis |
Luis schema deserialization version. |
model |
List of model features. |
name | The name of the application. |
pattern |
List of Pattern.Any entities. |
patterns | List of patterns. |
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
intents
luisSchemaVersion
Luis schema deserialization version.
luisSchemaVersion?: string
Property Value
string
modelFeatures
name
The name of the application.
name?: string
Property Value
string
patternAnyEntities
patterns
prebuiltEntities
regexEntities
regexFeatures
utterances
versionId
The version ID of the application that was exported.
versionId?: string
Property Value
string