AliasPathResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |