共用方式為


PersistentDialogTask(IPostToBot, IBotData) 建構函式

定義

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)

參數

inner
IPostToBot
botData
IBotData

適用於