DelegatingTurnContext<T>(ITurnContext) 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 DelegatingTurnContext<T> class.
public DelegatingTurnContext (Microsoft.Bot.Builder.ITurnContext innerTurnContext);
new Microsoft.Bot.Builder.DelegatingTurnContext<'T (requires 'T :> Microsoft.Bot.Schema.IActivity)> : Microsoft.Bot.Builder.ITurnContext -> Microsoft.Bot.Builder.DelegatingTurnContext<'T (requires 'T :> Microsoft.Bot.Schema.IActivity)>
Public Sub New (innerTurnContext As ITurnContext)
Parameters
- innerTurnContext
- ITurnContext
The inner turn context.