IBotData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Private bot data.
public interface IBotData
type IBotData = interface
Public Interface IBotData
- Derived
Properties
ConversationData |
Private bot data associated with a conversation. |
PrivateConversationData |
Private bot data associated with a user in a conversation. |
UserData |
Private bot data associated with a user (across all channels and conversations). |
Methods
FlushAsync(CancellationToken) |
Flushes the bot data to IBotDataStore<T> |
LoadAsync(CancellationToken) |
Loads the bot data from IBotDataStore<T> |