ActionContext Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de ActionContext klasse.
public ActionContext(Microsoft.Bot.Builder.Dialogs.DialogSet dialogs, Microsoft.Bot.Builder.Dialogs.DialogContext parentDialogContext, Microsoft.Bot.Builder.Dialogs.DialogState state, System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionState> actions, string changeKey);
new Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext : Microsoft.Bot.Builder.Dialogs.DialogSet * Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.DialogState * System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionState> * string -> Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext
Public Sub New (dialogs As DialogSet, parentDialogContext As DialogContext, state As DialogState, actions As List(Of ActionState), changeKey As String)
Parameters
- dialogs
- DialogSet
Het dialoogvenster dat is ingesteld om de actiecontext voor te maken.
- parentDialogContext
- DialogContext
Context van bovenliggend dialoogvenster.
- state
- DialogState
Huidige dialoogvensterstatus.
- actions
- List<ActionState>
Huidige lijst met resterende acties die moeten worden uitgevoerd.
- changeKey
- String
TurnState-sleutel voor moest eventuele wijzigingen behouden.