次の方法で共有


EmailReference interface

電子メール通知エンティティを表します。

Extends

プロパティ

conversationId

メールに関連付けられている会話 ID。

htmlBody

電子メールの HTML 本文の内容。

id

電子メールの ID。

type

エンティティの型。 常に 'emailNotification' です。

プロパティの詳細

conversationId

メールに関連付けられている会話 ID。

conversationId?: string

プロパティ値

string

htmlBody

電子メールの HTML 本文の内容。

htmlBody?: string

プロパティ値

string

id

電子メールの ID。

id?: string

プロパティ値

string

type

エンティティの型。 常に 'emailNotification' です。

type: "emailNotification"

プロパティ値

"emailNotification"