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 (又名快捷方式) 加载到对话状态管理器上下文中。

适用于