NotificationTypeEnum Enum
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.
Enumeration of notification types supported by the agent notification system.
public enum NotificationTypeEnum
type NotificationTypeEnum =
Public Enum NotificationTypeEnum
- Inheritance
-
NotificationTypeEnum
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown or unrecognized notification type. |
| WpxComment | 1 | Notification for Word/PowerPoint/Excel comment. |
| EmailNotification | 2 | Email notification. |
| FederatedKnowledgeServiceNotification | 3 | Federated Knowledge Service notification. |
| AgentLifecycleNotification | 4 | Agent lifecycle notification. |