你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LuisAppV2 interface
导出的模型 - 导出的 LUIS 应用程序。
属性
closed |
列表实体的列表。 |
composites | 复合实体的列表。 |
culture | 应用程序的区域性。 例如:en-us。 |
desc | 应用程序的说明。 |
entities | 实体列表。 |
intents | 意向列表。 |
luis |
Luis 架构反序列化版本。 |
model |
模型特征列表。 |
name | 应用程序的名称。 |
pattern |
Pattern.Any 实体的列表。 |
patterns | 模式列表。 |
prebuilt |
预生成实体的列表。 |
regex |
正则表达式实体的列表。 |
regex |
模式特征列表。 |
utterances | 示例话语列表。 |
version |
导出的应用程序的版本 ID。 |
属性详细信息
closedLists
composites
culture
应用程序的区域性。 例如:en-us。
culture?: string
属性值
string
desc
应用程序的说明。
desc?: string
属性值
string
entities
intents
luisSchemaVersion
Luis 架构反序列化版本。
luisSchemaVersion?: string
属性值
string
modelFeatures
name
应用程序的名称。
name?: string
属性值
string
patternAnyEntities
patterns
prebuiltEntities
regexEntities
regexFeatures
utterances
versionId
导出的应用程序的版本 ID。
versionId?: string
属性值
string