PersistentDialogTask(IPostToBot, IBotData) 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.
public PersistentDialogTask (Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot inner, Microsoft.Bot.Builder.Dialogs.Internals.IBotData botData);
new Microsoft.Bot.Builder.Dialogs.Internals.PersistentDialogTask : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot * Microsoft.Bot.Builder.Dialogs.Internals.IBotData -> Microsoft.Bot.Builder.Dialogs.Internals.PersistentDialogTask
Public Sub New (inner As IPostToBot, botData As IBotData)
Parameters
- inner
- IPostToBot
- botData
- IBotData