共用方式為


SettingsMemoryScope(IConfiguration) 建構函式

定義

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

public SettingsMemoryScope (Microsoft.Extensions.Configuration.IConfiguration configuration = default);
new Microsoft.Bot.Builder.Dialogs.Memory.Scopes.SettingsMemoryScope : Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.SettingsMemoryScope
Public Sub New (Optional configuration As IConfiguration = Nothing)

參數

configuration
IConfiguration

IConfiguration 從中建立這些設定的 。

適用於