Share via


PercentPathResolver Class

Definition

Maps %xxx => settings.xxx (aka activeDialog.Instance.xxx).

public class PercentPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.PathResolvers.AliasPathResolver
type PercentPathResolver = class
    inherit AliasPathResolver
Public Class PercentPathResolver
Inherits AliasPathResolver
Inheritance
PercentPathResolver

Constructors

PercentPathResolver()

Initializes a new instance of the PercentPathResolver class.

Properties

Alias

Gets the alias name.

(Inherited from AliasPathResolver)

Methods

IsPathChar(Char)

Verifies if a character is valid for a path.

(Inherited from AliasPathResolver)
TransformPath(String)

Transforms the path.

(Inherited from AliasPathResolver)

Applies to