AgentNotification 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.
AgentsSdkExtension for Microsoft Agent 365.
public class AgentNotification : Microsoft.Agents.Builder.AgentExtension
type AgentNotification = class
inherit AgentExtension
Public Class AgentNotification
Inherits AgentExtension
- Inheritance
-
AgentNotification
Constructors
| Name | Description |
|---|---|
| AgentNotification(AgentApplication) |
Initializes a new instance of the AgentNotification class. |
Methods
| Name | Description |
|---|---|
| OnAgentNotification(String, AgentNotificationHandler, UInt16, String[]) |
Register a route handler for agent notifications from a specific sub-channel or all known subchannels for a given agent channel. |
| OnLifecycleNotification(String, AgentNotificationHandler, UInt16, String[]) |
Register a route handler for agent lifecycle notifications. |