Share via


AtAtPathResolver Class

Definition

Maps @@ => turn.recognized.entitites.xxx array.

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

Constructors

AtAtPathResolver()

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