Share via


AliasPathResolver Class

Definition

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
Inheritance
AliasPathResolver
Derived
Implements

Constructors

AliasPathResolver(String, String, String)

Initializes a new instance of the AliasPathResolver class.

Properties

Alias

Gets the alias name.

Methods

IsPathChar(Char)

Verifies if a character is valid for a path.

TransformPath(String)

Transforms the path.

Applies to