AliasPathResolver 类

定义

Maps aliasXXX -> path.xxx ($foo => dialog.foo) 。

public class AliasPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver
type AliasPathResolver = class
    interface IPathResolver
Public Class AliasPathResolver
Implements IPathResolver
继承
AliasPathResolver
派生
实现

构造函数

AliasPathResolver(String, String, String)

初始化 AliasPathResolver 类的新实例。

属性

Alias

获取别名。

方法

IsPathChar(Char)

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

TransformPath(String)

转换路径。

适用于