BotStateSet.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 d’état de bot à l’ensemble.
public Microsoft.Bot.Builder.BotStateSet Add (Microsoft.Bot.Builder.BotState botState);
member this.Add : Microsoft.Bot.Builder.BotState -> Microsoft.Bot.Builder.BotStateSet
Public Function Add (botState As BotState) As BotStateSet
Paramètres
- botState
- BotState
Objet d’état du bot à ajouter.
Retours
mis à jour BotStateSet, afin que vous puissiez appeler Add(BotState) couramment plusieurs fois.