DialogContext Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- botToUser
- IBotToUser
- botData
- IBotData
- stack
- IDialogStack
- activity
- IActivity
- token
- CancellationToken