Share via


DialogManager.RootDialog Property

Definition

Gets or sets root dialog to use to start conversation.

public Microsoft.Bot.Builder.Dialogs.Dialog RootDialog { get; set; }
member this.RootDialog : Microsoft.Bot.Builder.Dialogs.Dialog with get, set
Public Property RootDialog As Dialog

Property Value

Root dialog to use to start conversation.

Applies to