次の方法で共有


AcsChatThreadCreatedEventData interface

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

Extends

プロパティ

createdByCommunicationIdentifier

スレッドを作成したユーザーの通信識別子

metadata

チャット スレッドがメタデータを作成した

participants

スレッドの一部である参加者のプロパティの一覧

properties

スレッドのプロパティ

継承されたプロパティ

createTime

スレッドの元の作成時刻

threadId

チャット スレッド ID

transactionId

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

version

スレッドのバージョン

プロパティの詳細

createdByCommunicationIdentifier

スレッドを作成したユーザーの通信識別子

createdByCommunicationIdentifier: CommunicationIdentifierModel

プロパティ値

metadata

チャット スレッドがメタデータを作成した

metadata?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

participants

スレッドの一部である参加者のプロパティの一覧

participants: AcsChatThreadParticipant[]

プロパティ値

properties

スレッドのプロパティ

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

プロパティ値

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

継承されたプロパティの詳細

createTime

スレッドの元の作成時刻

createTime: string

プロパティ値

string

AcsChatThreadEventInThreadBase.createTimeから継承されます

threadId

チャット スレッド ID

threadId: string

プロパティ値

string

AcsChatThreadEventInThreadBase.threadIdから継承されます

transactionId

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

transactionId: string

プロパティ値

string

AcsChatThreadEventInThreadBase.transactionIdから継承されます

version

スレッドのバージョン

version: number

プロパティ値

number

AcsChatThreadEventInThreadBase.versionから継承されます