Share via


AtPathResolver Class

Definition

Maps @ => turn.recognized.entitites.xxx[0].

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

Constructors

AtPathResolver()

Initializes a new instance of the AtPathResolver 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.

Applies to