BotStateSet.Add(BotState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a bot state object to the set.
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
Parameters
- botState
- BotState
The bot state object to add.
Returns
The updated BotStateSet, so you can fluently call Add(BotState) multiple times.