DialogStateManagerConfiguration.PathResolvers Proprietà

Definizione

Ottiene o imposta 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)

Valore della proprietà

PathResolvers (ovvero collegamenti) da caricare nel contesto del gestore dello stato del dialogo.

Si applica a