共用方式為


AcsChatThreadPropertiesUpdatedEventData interface

Microsoft.Communication.ChatThreadPropertiesUpdated 事件之 EventGridEvent 的 Data 属性架構。

Extends

屬性

editedByCommunicationIdentifier

更新線程屬性之使用者的通訊標識碼

editTime

更新線程屬性的時間

metadata

線程元數據

properties

更新的線程屬性

繼承的屬性

createTime

線程的原始建立時間

threadId

聊天對話標識碼

transactionId

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

version

線程的版本

屬性詳細資料

editedByCommunicationIdentifier

更新線程屬性之使用者的通訊標識碼

editedByCommunicationIdentifier: CommunicationIdentifierModel

屬性值

editTime

更新線程屬性的時間

editTime: Date

屬性值

Date

metadata

線程元數據

metadata: Record<string, string>

屬性值

Record<string, string>

properties

更新的線程屬性

properties: Record<string, any>

屬性值

Record<string, any>

繼承的屬性詳細資料

createTime

線程的原始建立時間

createTime: Date

屬性值

Date

繼承自AcsChatThreadEventInThreadBase.createTime

threadId

聊天對話標識碼

threadId?: string

屬性值

string

繼承自AcsChatThreadEventInThreadBase.threadId

transactionId

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

transactionId?: string

屬性值

string

繼承自AcsChatThreadEventInThreadBase.transactionId

version

線程的版本

version?: number

屬性值

number

繼承自AcsChatThreadEventInThreadBase.version