DialogTaskManagerBotDataLoader 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 DialogTaskManagerBotDataLoader (Microsoft.Bot.Builder.Dialogs.Internals.IBotData inner, Microsoft.Bot.Builder.Dialogs.Internals.IDialogTaskManager dialogTaskManager, Microsoft.Bot.Connector.IActivity activity, Microsoft.Bot.Builder.ConnectorEx.ILocaleFinder localeFinder);
new Microsoft.Bot.Builder.Dialogs.Internals.DialogTaskManagerBotDataLoader : Microsoft.Bot.Builder.Dialogs.Internals.IBotData * Microsoft.Bot.Builder.Dialogs.Internals.IDialogTaskManager * Microsoft.Bot.Connector.IActivity * Microsoft.Bot.Builder.ConnectorEx.ILocaleFinder -> Microsoft.Bot.Builder.Dialogs.Internals.DialogTaskManagerBotDataLoader
Public Sub New (inner As IBotData, dialogTaskManager As IDialogTaskManager, activity As IActivity, localeFinder As ILocaleFinder)
Parameters
- inner
- IBotData
- dialogTaskManager
- IDialogTaskManager
- activity
- IActivity
- localeFinder
- ILocaleFinder