你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatternMatchingEntity 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于意向识别的模式匹配实体。
public class PatternMatchingEntity
type PatternMatchingEntity = class
Public Class PatternMatchingEntity
- 继承
-
PatternMatchingEntity
构造函数
PatternMatchingEntity(String, EntityType, EntityMatchMode, IEnumerable<String>) |
使用输入参数设置属性的受保护构造函数。 |
属性
EntityId |
用于定义此实体(如果匹配)的 ID。 此 ID 必须出现在意向短语中,否则该实体永远不会匹配。 |
Mode |
此实体的 EntityMatchMode。 |
Phrases |
用于匹配列表类型实体的实体的字符串列表。 严格模式意味着实体必须出现在列表中。 |
Type |
此实体的 EntityType。 |
方法
CreateAnyEntity(String) |
使用指定的意向 ID 创建模式匹配实体。 |
CreateIntegerEntity(String) |
使用指定的意向 ID 创建模式匹配实体。 PrebuiltInteger 实体将匹配以词法、数字和序号格式表示数字的单词。 |
CreateListEntity(String, EntityMatchMode, IEnumerable<String>) |
使用指定的意向 ID EntityMatchMode 和短语创建模式匹配实体。 此实体类型将根据提供的短语匹配。 |
CreateListEntity(String, EntityMatchMode, String[]) |
使用指定的意向 ID EntityMatchMode 和短语创建模式匹配实体。 此实体类型将根据提供的短语匹配。 |