IBotData 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
私人 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> |