次の方法で共有


AgentNotificationExtensions Class

Definition

Extension methods for registering agent notification handlers on an AgentApplication.

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

Methods

Name Description
CreateEmailResponseActivity(IActivity, String)

Creates a reply Activity containing an EmailResponse entity populated with the provided HTML body.

OnAgenticEmailNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for agentic email notifications.

OnAgenticExcelNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for agentic Excel notifications.

OnAgenticPowerPointNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for agentic PowerPoint notifications.

OnAgenticUserDeletedNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for agentic user deleted lifecycle notifications.

OnAgenticUserIdentityCreatedNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for agentic user creation lifecycle notifications.

OnAgenticUserWorkloadOnboardingNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for agentic user workload onboarding lifecycle notifications.

OnAgenticWordNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for agentic Word notifications.

OnAgentNotification(AgentApplication, ChannelId, AgentNotificationHandler, UInt16, String[])

Registers a handler for agent notifications from a specific channel.

OnLifecycleNotification(AgentApplication, AgentNotificationHandler, UInt16, String[])

Registers a handler for all agent lifecycle notifications.

Applies to