次の方法で共有


AgentNotification Class

Definition

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.

Applies to