PrivateConversationState(IStorage) 建構函式

定義

初始化 PrivateConversationState 類別的新執行個體。

public PrivateConversationState (Microsoft.Bot.Builder.IStorage storage);
new Microsoft.Bot.Builder.PrivateConversationState : Microsoft.Bot.Builder.IStorage -> Microsoft.Bot.Builder.PrivateConversationState
Public Sub New (storage As IStorage)

參數

storage
IStorage

要使用的儲存層。

適用於