ApplicationBuilder<TState>.Build Method
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.
Builds and returns a new Application instance.
C#
public Microsoft.Teams.AI.Application<TState> Build ();
member this.Build : unit -> Microsoft.Teams.AI.Application<'State (requires 'State :> Microsoft.Teams.AI.State.TurnState and 'State :> Microsoft.Teams.AI.State.IMemory and 'State : (new : unit -> 'State))>
Public Function Build () As Application(Of TState)
The Application instance.
Producto | Versiones |
---|---|
Microsoft Teams Framework .NET SDK | Latest |