共用方式為


AcsChatMessageEventBase interface

所有聊天訊息事件的通用屬性架構

Extends

屬性

composeTime

訊息的原始撰寫時間

messageId

聊天訊息標識碼

senderCommunicationIdentifier

寄件者的通訊標識碼

senderDisplayName

寄件人的顯示名稱

type

訊息的類型

version

訊息的版本

繼承的屬性

recipientCommunicationIdentifier

目標使用者的通訊標識碼

threadId

聊天對話標識碼

transactionId

交易標識碼將作為共同關聯向量使用

屬性詳細資料

composeTime

訊息的原始撰寫時間

composeTime?: string

屬性值

string

messageId

聊天訊息標識碼

messageId: string

屬性值

string

senderCommunicationIdentifier

寄件者的通訊標識碼

senderCommunicationIdentifier: CommunicationIdentifierModel

屬性值

senderDisplayName

寄件人的顯示名稱

senderDisplayName?: string

屬性值

string

type

訊息的類型

type: string

屬性值

string

version

訊息的版本

version?: number

屬性值

number

繼承的屬性詳細資料

recipientCommunicationIdentifier

目標使用者的通訊標識碼

recipientCommunicationIdentifier: CommunicationIdentifierModel

屬性值

繼承自AcsChatEventBase.recipientCommunicationIdentifier

threadId

聊天對話標識碼

threadId: string

屬性值

string

繼承自AcsChatEventBase.threadId

transactionId

交易標識碼將作為共同關聯向量使用

transactionId: string

屬性值

string

繼承自AcsChatEventBase.transactionId