TeamsApplication(TeamsAgentApplicationOptions) 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 TeamsApplication class with the specified options.
public TeamsApplication(Microsoft.Agents.Extensions.Teams.AI.TeamsAgentApplicationOptions options);
new Microsoft.Agents.Extensions.Teams.AI.TeamsApplication : Microsoft.Agents.Extensions.Teams.AI.TeamsAgentApplicationOptions -> Microsoft.Agents.Extensions.Teams.AI.TeamsApplication
Public Sub New (options As TeamsAgentApplicationOptions)
Parameters
- options
- TeamsAgentApplicationOptions
The agent application options to leverage.