Jaa


DialogStateManagerConfiguration.PathResolvers Property

Definition

Gets or sets 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)

Property Value

PathResolvers (aka shortcuts) to load into the dialog state manager context.

Applies to