Freigeben über


BotState.CachedBotState(IDictionary<String,Object>) Konstruktor

Definition

Initialisiert eine neue Instanz der BotState.CachedBotState-Klasse.

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)

Parameter

state
IDictionary<String,Object>

Anfangszustand für .BotState.CachedBotState

Gilt für: