다음을 통해 공유


BotStateExtensions 클래스

정의

public static class BotStateExtensions
type BotStateExtensions = class
Public Module BotStateExtensions
상속
BotStateExtensions

메서드

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)

적용 대상