Share via


BaseInvokeDialog.Dialog Property

Definition

Gets or sets the dialog to call.

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

Property Value

The dialog to call.

Applies to