AliasPathResolver 클래스

정의

지도 별칭XXX -> path.xxx($foo => dialog.foo).

public class AliasPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver
type AliasPathResolver = class
    interface IPathResolver
Public Class AliasPathResolver
Implements IPathResolver
상속
AliasPathResolver
파생
구현

생성자

AliasPathResolver(String, String, String)

AliasPathResolver 클래스의 새 인스턴스를 초기화합니다.

속성

Alias

별칭 이름을 가져옵니다.

메서드

IsPathChar(Char)

문자가 경로에 유효한지 확인합니다.

TransformPath(String)

경로를 변환합니다.

적용 대상