AgentNotificationActivity interface
Represents a parsed agent notification activity with strongly-typed notification data.
Properties
| channel |
Channel-specific data. |
| conversation | The conversation account. |
| email |
Email notification if present. |
| from | The sender of the activity. |
| notification |
The type of notification detected. |
| recipient | The recipient of the activity. |
| text | The text content of the activity. |
| value | The value payload of the activity. |
| value |
The value type of the activity. |
| wpx |
WPX comment notification if present. |
Property Details
channelData
Channel-specific data.
channelData: unknown
Property Value
unknown
conversation
emailNotification
from
notificationType
The type of notification detected.
notificationType: NotificationType
Property Value
recipient
text
The text content of the activity.
text: string
Property Value
string
value
The value payload of the activity.
value: unknown
Property Value
unknown
valueType
The value type of the activity.
valueType: string
Property Value
string