次の方法で共有


AgentEndpointExtensions Class

Definition

public static class AgentEndpointExtensions
type AgentEndpointExtensions = class
Public Module AgentEndpointExtensions
Inheritance
AgentEndpointExtensions

Methods

Name Description
MapAgentApplicationEndpoints(IEndpointRouteBuilder, Boolean, String)

This adds HTTP endpoints for all AgentApplications defined in the calling assembly. Each AgentApplication must have been added using AddAgent<TAgent>(IHostApplicationBuilder).

MapAgentEndpoints(WebApplication, Boolean, String, AgentEndpointExtensions.ProcessRequestDelegate<IAgentHttpAdapter,IAgent>)

Maps Agent Activity Protocol endpoints.

MapAgentEndpoints<TAdapter,TAgent>(WebApplication, Boolean, String, AgentEndpointExtensions.ProcessRequestDelegate<TAdapter,TAgent>)

Maps Agent Activity Protocol endpoints.

MapAgentEndpoints<TAgent>(WebApplication, Boolean, String, AgentEndpointExtensions.ProcessRequestDelegate<IAgentHttpAdapter,TAgent>)

Maps Agent Activity Protocol endpoints.

MapAgentRootEndpoint(WebApplication)

Maps the root endpoint ('/') of the web application to return the assembly name and version information for the Microsoft Agents SDK.

Applies to