BotState.CachedBotState(IDictionary<String,Object>) Constructor
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.
Initializes a new instance of the BotState.CachedBotState class.
public CachedBotState (System.Collections.Generic.IDictionary<string,object> state = default);
new Microsoft.Bot.Builder.BotState.CachedBotState : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Bot.Builder.BotState.CachedBotState
Public Sub New (Optional state As IDictionary(Of String, Object) = Nothing)
Parameters
- state
- IDictionary<String,Object>
Initial state for the BotState.CachedBotState.