DialogPath 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义可用对话的路径。
public class DialogPath
type DialogPath = class
Public Class DialogPath
- 继承
-
DialogPath
构造函数
| 名称 | 说明 |
|---|---|
| DialogPath() |
定义可用对话的路径。 |
字段
| 名称 | 说明 |
|---|---|
| DefaultOperation |
用于没有标识作实体的实体的默认作。 |
| EventCounter |
发出的事件的计数器。 |
| ExpectedProperties |
当前预期的属性。 |
| LastEvent |
最后一个浮出实体歧义事件。 |
| LastIntent |
最后一个意向。 |
| LastTriggerEvent |
最后触发事件:在FormEvent中定义,ask、clarifyEntity等。 |
| RequiredProperties |
当前所需的属性。 |
| Retries |
当前 Ask 的重试次数。 |
方法
| 名称 | 说明 |
|---|---|
| GetPropertyName(String) |
用于仅获取没有内存范围前缀的属性名称的实用工具函数。 |