Partager via


AliasPathResolver Classe

Définition

Mappages 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
Héritage
AliasPathResolver
Dérivé
Implémente

Constructeurs

AliasPathResolver(String, String, String)

Initialise une nouvelle instance de la classe AliasPathResolver.

Propriétés

Alias

Obtient le nom de l’alias.

Méthodes

IsPathChar(Char)

Vérifie si un caractère est valide pour un chemin d’accès.

TransformPath(String)

Transforme le chemin d’accès.

S’applique à