AliasPathResolver(String, String, String) 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 AliasPathResolver class.
public AliasPathResolver (string alias, string prefix, string postfix = default);
new Microsoft.Bot.Builder.Dialogs.Memory.PathResolvers.AliasPathResolver : string * string * string -> Microsoft.Bot.Builder.Dialogs.Memory.PathResolvers.AliasPathResolver
Public Sub New (alias As String, prefix As String, Optional postfix As String = Nothing)
Parameters
- alias
- String
Alias name.
- prefix
- String
Prefix name.
- postfix
- String
Postfix name.