OnError.OnCreateChangeList(ActionContext, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lors de la création d’une liste de modifications.
protected override Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList OnCreateChangeList (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext actionContext, object dialogOptions = default);
override this.OnCreateChangeList : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext * obj -> Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList
Protected Overrides Function OnCreateChangeList (actionContext As ActionContext, Optional dialogOptions As Object = Nothing) As ActionChangeList
Paramètres
- actionContext
- ActionContext
Contexte à utiliser pour l’évaluation.
- dialogOptions
- Object
Facultatif, objet avec options de boîte de dialogue.
Retours
ActionChangeList avec la liste des actions.