SkillDialog(SkillDialogOptions, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.