AgentNotificationActivity interface

代表一個解析過的代理通知活動,並以強型別通知資料呈現。

屬性

channelData

頻道特定資料。

conversation

對話帳號。

emailNotification

如有,請用電子郵件通知。

from

活動的發送者。

notificationType

偵測到的通知類型。

recipient

活動的接受者。

text

活動內容。

value

活動的價值有效載荷。

valueType

活動的價值類型。

wpxCommentNotification

如有WPX留言通知。

屬性詳細資料

channelData

頻道特定資料。

channelData: unknown

屬性值

unknown

conversation

對話帳號。

conversation?: ConversationAccount

屬性值

emailNotification

如有,請用電子郵件通知。

emailNotification?: EmailReference

屬性值

from

活動的發送者。

from: ChannelAccount

屬性值

notificationType

偵測到的通知類型。

notificationType: NotificationType

屬性值

recipient

活動的接受者。

recipient: ChannelAccount

屬性值

text

活動內容。

text: string

屬性值

string

value

活動的價值有效載荷。

value: unknown

屬性值

unknown

valueType

活動的價值類型。

valueType: string

屬性值

string

wpxCommentNotification

如有WPX留言通知。

wpxCommentNotification?: WpxComment

屬性值