AcsChatThreadPropertiesUpdatedEventData interface
Microsoft.Communication.ChatThreadPropertiesUpdated 事件之 EventGridEvent 的 Data 属性架構。
- Extends
屬性
edited |
更新線程屬性之使用者的通訊標識碼 |
edit |
更新線程屬性的時間 |
metadata | 線程元數據 |
properties | 更新的線程屬性 |
繼承的屬性
create |
線程的原始建立時間 |
thread |
聊天對話標識碼 |
transaction |
交易標識碼將作為共同關聯向量使用 |
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>}