AutoSaveStateMiddleware.BotStateSet Property
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.
Gets or sets the list of state management objects managed by this object.
public Microsoft.Bot.Builder.BotStateSet BotStateSet { get; set; }
member this.BotStateSet : Microsoft.Bot.Builder.BotStateSet with get, set
Public Property BotStateSet As BotStateSet
Property Value
The state management objects managed by this object.