你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AcsChatMessageEventInThreadBase interface

所有线程级聊天消息事件的常见属性的架构

扩展

属性

composeTime

邮件的原始撰写时间

messageId

聊天消息 ID

senderCommunicationIdentifier

发送方的通信标识符

senderDisplayName

发送方的显示名称

type

消息的类型

version

消息的版本

继承属性

threadId

聊天线程 ID

transactionId

事务 ID 将用作共同关系向量

属性详细信息

composeTime

邮件的原始撰写时间

composeTime?: string

属性值

string

messageId

聊天消息 ID

messageId: string

属性值

string

senderCommunicationIdentifier

发送方的通信标识符

senderCommunicationIdentifier: CommunicationIdentifierModel

属性值

senderDisplayName

发送方的显示名称

senderDisplayName?: string

属性值

string

type

消息的类型

type: string

属性值

string

version

消息的版本

version?: number

属性值

number

继承属性详细信息

threadId

聊天线程 ID

threadId: string

属性值

string

继承自AcsChatEventInThreadBase.threadId

transactionId

事务 ID 将用作共同关系向量

transactionId: string

属性值

string

继承自AcsChatEventInThreadBase.transactionId