TaskModules<TState>(Application<TState>) 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.
Creates a new instance of the TaskModules class.
public TaskModules(Microsoft.Teams.AI.Application<TState> app);
new Microsoft.Teams.AI.TaskModules<'State (requires 'State :> Microsoft.Teams.AI.State.TurnState and 'State : (new : unit -> 'State))> : Microsoft.Teams.AI.Application<'State (requires 'State :> Microsoft.Teams.AI.State.TurnState and 'State : (new : unit -> 'State))> -> Microsoft.Teams.AI.TaskModules<'State (requires 'State :> Microsoft.Teams.AI.State.TurnState and 'State : (new : unit -> 'State))>
Public Sub New (app As Application(Of TState))
Parameters
The top level application class to register handlers with.