SettingsMemoryScope(IConfiguration) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der SettingsMemoryScope-Klasse.
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)
Parameter
- configuration
- IConfiguration
Der IConfiguration , aus dem diese Einstellungen erstellt werden sollen.