Share via


BotStateMemoryScope<T>(String) Constructor

Definition

Initializes a new instance of the BotStateMemoryScope<T> class.

public BotStateMemoryScope (string name);
new Microsoft.Bot.Builder.Dialogs.Memory.Scopes.BotStateMemoryScope<'T (requires 'T :> Microsoft.Bot.Builder.BotState)> : string -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.BotStateMemoryScope<'T (requires 'T :> Microsoft.Bot.Builder.BotState)>
Public Sub New (name As String)

Parameters

name
String

name of the property.

Applies to