Compartilhar via


BotState Classe

Definição

public class BotState : Microsoft.Bot.Connector.IBotState, Microsoft.Rest.IServiceOperations<Microsoft.Bot.Connector.StateClient>
type BotState = class
    interface IServiceOperations<StateClient>
    interface IBotState
Public Class BotState
Implements IBotState, IServiceOperations(Of StateClient)
Herança
BotState
Implementações
IBotState Microsoft.Rest.IServiceOperations<StateClient>

Construtores

BotState(StateClient)

Propriedades

Client

Métodos

DeleteStateForUserWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ExportBotStateDataWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GetConversationDataWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetPrivateConversationDataWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
GetUserDataWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
SetConversationDataWithHttpMessagesAsync(String, String, BotData, Dictionary<String,List<String>>, CancellationToken)
SetPrivateConversationDataWithHttpMessagesAsync(String, String, String, BotData, Dictionary<String,List<String>>, CancellationToken)
SetUserDataWithHttpMessagesAsync(String, String, BotData, Dictionary<String,List<String>>, CancellationToken)

Métodos de Extensão

DeleteStateForUser(IBotState, String, String)
DeleteStateForUserAsync(IBotState, String, String, CancellationToken)
ExportBotStateData(IBotState, String)
ExportBotStateDataAsync(IBotState, String, CancellationToken)
GetConversationData(IBotState, String, String)
GetConversationDataAsync(IBotState, String, String, CancellationToken)
GetPrivateConversationData(IBotState, String, String, String)
GetPrivateConversationDataAsync(IBotState, String, String, String, CancellationToken)
GetUserData(IBotState, String, String)
GetUserDataAsync(IBotState, String, String, CancellationToken)
SetConversationData(IBotState, String, String, BotData)
SetConversationDataAsync(IBotState, String, String, BotData, CancellationToken)
SetPrivateConversationData(IBotState, String, String, String, BotData)
SetPrivateConversationDataAsync(IBotState, String, String, String, BotData, CancellationToken)
SetUserData(IBotState, String, String, BotData)
SetUserDataAsync(IBotState, String, String, BotData, CancellationToken)

Aplica-se a