다음을 통해 공유


DialogStateManagerConfiguration.PathResolvers 속성

정의

PathResolvers를 가져오거나 설정합니다.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver> PathResolvers { get; set; }
member this.PathResolvers : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver> with get, set
Public Property PathResolvers As List(Of IPathResolver)

속성 값

대화 상태 관리자 컨텍스트에 로드할 PathResolvers(바로 가기)입니다.

적용 대상