AcsChatThreadPropertiesUpdatedEventData interface
Microsoft.Communication.ChatThreadPropertiesUpdated イベントの EventGridEvent の Data プロパティのスキーマ。
- Extends
プロパティ
| edited |
スレッドのプロパティを更新したユーザーの通信識別子 |
| edit |
スレッドのプロパティが更新された時刻 |
| metadata | スレッド メタデータ |
| properties | 更新されたスレッドのプロパティ |
継承されたプロパティ
| create |
スレッドの元の作成時刻 |
| thread |
チャット スレッド ID |
| transaction |
トランザクション ID は、コリレーション ベクターとして使用されます |
| 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
threadId
transactionId
トランザクション ID は、コリレーション ベクターとして使用されます
transactionId?: string
プロパティ値
string
AcsChatThreadEventInThreadBase.transactionIdから継承されます