SettingsMemoryScope(IConfiguration) Constructor
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.
Initializes a new instance of the SettingsMemoryScope class.
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)
Parameters
- configuration
- IConfiguration
The IConfiguration from which to create these settings.