AutoSaveStateMiddleware.Add(BotState) 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.
Ajoute un objet de gestion d’état à la liste des états à gérer.
public Microsoft.Bot.Builder.AutoSaveStateMiddleware Add (Microsoft.Bot.Builder.BotState botState);
member this.Add : Microsoft.Bot.Builder.BotState -> Microsoft.Bot.Builder.AutoSaveStateMiddleware
Public Function Add (botState As BotState) As AutoSaveStateMiddleware
Paramètres
- botState
- BotState
État du bot à ajouter.
Retours
Objet mis à jour BotStateSet .