次の方法で共有


AcsChatThreadPropertiesUpdatedPerUserEventData interface

Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser イベントの EventGridEvent の Data プロパティのスキーマ。

Extends

プロパティ

editedByCommunicationIdentifier

スレッド・プロパティーを更新したユーザーの通信 ID

editTime

スレッドのプロパティが更新された時刻

metadata

スレッドメタデータ

properties

更新されたスレッドのプロパティ

継承されたプロパティ

createTime

スレッドの元の作成時刻

recipientCommunicationIdentifier

ターゲット ユーザーの通信識別子

threadId

チャット スレッド ID

transactionId

トランザクション ID は、コリレーション ベクターとして使用されます

version

スレッドのバージョン

プロパティの詳細

editedByCommunicationIdentifier

スレッド・プロパティーを更新したユーザーの通信 ID

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

AcsChatThreadEventBase.createTimeから継承されます

recipientCommunicationIdentifier

ターゲット ユーザーの通信識別子

recipientCommunicationIdentifier: CommunicationIdentifierModel

プロパティ値

AcsChatThreadEventBase.recipientCommunicationIdentifierから継承されます

threadId

チャット スレッド ID

threadId: string

プロパティ値

string

AcsChatThreadEventBase.threadIdから継承されます

transactionId

トランザクション ID は、コリレーション ベクターとして使用されます

transactionId: string

プロパティ値

string

AcsChatThreadEventBase.transactionIdから継承されます

version

スレッドのバージョン

version: number

プロパティ値

number

AcsChatThreadEventBase.versionから継承されます