共用方式為


IBotData 介面

定義

私人 Bot 資料。

public interface IBotData
type IBotData = interface
Public Interface IBotData
衍生

屬性

ConversationData

與交談相關聯的私人 Bot 資料。

PrivateConversationData

與交談中使用者相關聯的私人 Bot 資料。

UserData

與使用者相關聯的私人 Bot 資料會跨所有頻道和交談 () 。

方法

FlushAsync(CancellationToken)

將 Bot 資料排清至 IBotDataStore<T>

LoadAsync(CancellationToken)

從載入 Bot 資料 IBotDataStore<T>

適用於