DialogContext Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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)
Parâmetros
- botToUser
- IBotToUser
- botData
- IBotData
- stack
- IDialogStack
- activity
- IActivity
- token
- CancellationToken