Microsoft.Agents.Builder.App Namespace
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.
Classes
| AgentApplication |
Application class for routing and processing incoming requests. |
| AgentApplicationBuilder |
A builder class for simplifying the creation of an AgentApplication instance. |
| AgentApplicationOptions |
Options for the AgentApplication class. AgentApplicationOptions can be constructed
via |
| AttachmentDownloader | |
| ConversationUpdateEvents |
Conversation update events. |
| InputFile |
Represents an upload file |
| MultipleRouteSelector |
Combination of String, Regex, and RouteSelectorAsync selectors. |
| RouteAttribute |
Adds an AgentApplication Routes RouteType:
|
| RouteRank | |
Interfaces
| IInputFileDownloader |
A plugin responsible for downloading files relative to the current user's input. |
Enums
| RouteType |
Delegates
| AgentApplicationTurnError | |
| HandoffHandler |
Function for handling handoff activities. |
| RouteHandler |
The common route handler. Function for handling an incoming request. |
| RouteSelector |
Function for selecting whether a route handler should be triggered. |
| TurnEventHandler |
Turn event handler to do something before or after a turn is run. Returning false from
|
| TurnStateFactory |
TurnState for an Agent is created at the beginning of a Turn by invoking the specified factory delegate. |