DeleteProfileScorable(IDialogStack, IBotData, IBotToUser, Regex) 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.
public DeleteProfileScorable (Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack stack, Microsoft.Bot.Builder.Dialogs.Internals.IBotData botData, Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser botToUser, System.Text.RegularExpressions.Regex regex);
new Microsoft.Bot.Builder.Dialogs.DeleteProfileScorable : Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack * Microsoft.Bot.Builder.Dialogs.Internals.IBotData * Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * System.Text.RegularExpressions.Regex -> Microsoft.Bot.Builder.Dialogs.DeleteProfileScorable
Public Sub New (stack As IDialogStack, botData As IBotData, botToUser As IBotToUser, regex As Regex)
Parameters
- stack
- IDialogStack
- botData
- IBotData
- botToUser
- IBotToUser
- regex
- Regex