HashPathResolver Class

Definition

Maps #xxx => turn.recognized.intents.xxx.

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

Constructors

Name Description
HashPathResolver()

Initializes a new instance of the HashPathResolver class.

Properties

Name Description
Alias

Gets the alias name.

(Inherited from AliasPathResolver)

Methods

Name Description
IsPathChar(Char)

Verifies if a character is valid for a path.

(Inherited from AliasPathResolver)
TransformPath(String)

Transforms the path.

(Inherited from AliasPathResolver)

Applies to