AgentEndpointExtensions Class
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.
Provides extension methods for mapping HTTP endpoints related to Agent applications, including activity protocol endpoints, proactive messaging, and root informational endpoints, to ASP.NET Core applications.
public static class AgentEndpointExtensions
type AgentEndpointExtensions = class
Public Module AgentEndpointExtensions
- Inheritance
-
AgentEndpointExtensions
Remarks
These extension methods simplify the integration of Agent-based bots and services into ASP.NET Core applications by registering standardized endpoints for message processing, proactive operations, and diagnostics. The methods support configuration of authentication requirements, custom request processing delegates, and route patterns. Use these extensions to quickly expose bot functionality over HTTP in a consistent and maintainable manner.