BotState.CachedBotState(IDictionary<String,Object>) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da BotState.CachedBotState classe .
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)
Parâmetros
- state
- IDictionary<String,Object>
Estado inicial do BotState.CachedBotState.