IBotData Interface

Definition

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>

Applies to