ResumptionContext(Func<IBotDataBag>) 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 ResumptionContext (Func<Microsoft.Bot.Builder.Dialogs.IBotDataBag> makeBotDataBag);
new Microsoft.Bot.Builder.ConnectorEx.ResumptionContext : Func<Microsoft.Bot.Builder.Dialogs.IBotDataBag> -> Microsoft.Bot.Builder.ConnectorEx.ResumptionContext
Public Sub New (makeBotDataBag As Func(Of IBotDataBag))
Parameters
- makeBotDataBag
- Func<IBotDataBag>