次の方法で共有


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

プロパティ値