BotState Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Vererbung
Implementiert
Konstruktoren
Eigenschaften
Methoden
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)
Erweiterungsmethoden
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)
Gilt für: