共用方式為


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 (也稱為要載入對話方塊狀態管理員內容的快捷方式) 。

適用於