共用方式為


AcsChatThreadPropertiesUpdatedEventData interface

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

Extends

屬性

editedByCommunicationIdentifier

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

editTime

更新線程屬性的時間

metadata

線程元數據

properties

更新的線程屬性

繼承的屬性

createTime

線程的原始建立時間

threadId

聊天對話標識碼

transactionId

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

version

線程的版本

屬性詳細資料

editedByCommunicationIdentifier

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

editedByCommunicationIdentifier: CommunicationIdentifierModel

屬性值

editTime

更新線程屬性的時間

editTime: string

屬性值

string

metadata

線程元數據

metadata: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

properties

更新的線程屬性

properties: {[propertyName: string]: Record<string, unknown>}

屬性值

{[propertyName: string]: Record<string, unknown>}

繼承的屬性詳細資料

createTime

線程的原始建立時間

createTime: string

屬性值

string

繼承自AcsChatThreadEventInThreadBase.createTime

threadId

聊天對話標識碼

threadId: string

屬性值

string

繼承自AcsChatThreadEventInThreadBase.threadId

transactionId

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

transactionId: string

屬性值

string

繼承自AcsChatThreadEventInThreadBase.transactionId

version

線程的版本

version: number

屬性值

number

繼承自AcsChatThreadEventInThreadBase.version