AtAtPathResolver 类

定义

Maps @@ => turn.recognized.entitites.xxx 数组。

public class AtAtPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.PathResolvers.AliasPathResolver
type AtAtPathResolver = class
    inherit AliasPathResolver
Public Class AtAtPathResolver
Inherits AliasPathResolver
继承
AtAtPathResolver

构造函数

AtAtPathResolver()

初始化 AtAtPathResolver 类的新实例。

属性

Alias

获取别名。

(继承自 AliasPathResolver)

方法

IsPathChar(Char)

验证字符是否对路径有效。

(继承自 AliasPathResolver)
TransformPath(String)

转换路径。

(继承自 AliasPathResolver)

适用于