Share via


AgentNotificationActivity interface

Represents a parsed agent notification activity with strongly-typed notification data.

Properties

channelData

Channel-specific data.

conversation

The conversation account.

emailNotification

Email notification if present.

from

The sender of the activity.

notificationType

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.

valueType

The value type of the activity.

wpxCommentNotification

WPX comment notification if present.

Property Details

channelData

Channel-specific data.

channelData: unknown

Property Value

unknown

conversation

The conversation account.

conversation?: ConversationAccount

Property Value

emailNotification

Email notification if present.

emailNotification?: EmailReference

Property Value

from

The sender of the activity.

from: ChannelAccount

Property Value

notificationType

The type of notification detected.

notificationType: NotificationType

Property Value

recipient

The recipient of the activity.

recipient: ChannelAccount

Property Value

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

wpxCommentNotification

WPX comment notification if present.

wpxCommentNotification?: WpxComment

Property Value