DialogContext 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 DialogContext (Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser botToUser, Microsoft.Bot.Builder.Dialogs.Internals.IBotData botData, Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack stack, Microsoft.Bot.Connector.IActivity activity, System.Threading.CancellationToken token);
new Microsoft.Bot.Builder.Dialogs.Internals.DialogContext : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * Microsoft.Bot.Builder.Dialogs.Internals.IBotData * Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack * Microsoft.Bot.Connector.IActivity * System.Threading.CancellationToken -> Microsoft.Bot.Builder.Dialogs.Internals.DialogContext
Public Sub New (botToUser As IBotToUser, botData As IBotData, stack As IDialogStack, activity As IActivity, token As CancellationToken)
Parameters
- botToUser
- IBotToUser
- botData
- IBotData
- stack
- IDialogStack
- activity
- IActivity
- token
- CancellationToken