Application<TState>.Options Property
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.
The application's configured options.
public Microsoft.Teams.AI.ApplicationOptions<TState> Options { get; }
member this.Options : Microsoft.Teams.AI.ApplicationOptions<'State (requires 'State :> Microsoft.Teams.AI.State.TurnState and 'State : (new : unit -> 'State))>
Public ReadOnly Property Options As ApplicationOptions(Of TState)