Share via


SkillDialog(SkillDialogOptions, String) Constructor

Definition

Initializes a new instance of the SkillDialog class to wrap remote calls to a skill.

public SkillDialog (Microsoft.Bot.Builder.Dialogs.SkillDialogOptions dialogOptions, string dialogId = default);
new Microsoft.Bot.Builder.Dialogs.SkillDialog : Microsoft.Bot.Builder.Dialogs.SkillDialogOptions * string -> Microsoft.Bot.Builder.Dialogs.SkillDialog
Public Sub New (dialogOptions As SkillDialogOptions, Optional dialogId As String = Nothing)

Parameters

dialogOptions
SkillDialogOptions

The options to execute the skill dialog.

dialogId
String

The id of the dialog.

Applies to