SkillDialog.DialogOptions Property

Definition

Gets the options used to execute the skill dialog.

protected Microsoft.Bot.Builder.Dialogs.SkillDialogOptions DialogOptions { get; }
member this.DialogOptions : Microsoft.Bot.Builder.Dialogs.SkillDialogOptions
Protected ReadOnly Property DialogOptions As SkillDialogOptions

Property Value

The options to execute the skill dialog.

Applies to