AcsChatThreadCreatedWithUserEventData interface
Microsoft.Communication.ChatThreadCreatedWithUser イベントの EventGridEvent の Data プロパティのスキーマ。
- Extends
プロパティ
| created |
スレッドを作成したユーザーの通信識別子 |
| metadata | スレッドメタデータ |
| participants | スレッドの一部である参加者のプロパティの一覧 |
| properties | スレッドのプロパティ |
継承されたプロパティ
| create |
スレッドの元の作成時刻 |
| recipient |
ターゲット ユーザーの通信識別子 |
| thread |
チャット スレッド ID |
| transaction |
トランザクション ID は、コリレーション ベクターとして使用されます |
| version | スレッドのバージョン |
プロパティの詳細
createdByCommunicationIdentifier
スレッドを作成したユーザーの通信識別子
createdByCommunicationIdentifier: CommunicationIdentifierModel
プロパティ値
metadata
スレッドメタデータ
metadata?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
participants
properties
スレッドのプロパティ
properties: {[propertyName: string]: Record<string, unknown>}
プロパティ値
{[propertyName: string]: Record<string, unknown>}
継承されたプロパティの詳細
createTime
recipientCommunicationIdentifier
ターゲット ユーザーの通信識別子
recipientCommunicationIdentifier: CommunicationIdentifierModel
プロパティ値
AcsChatThreadEventBase.recipientCommunicationIdentifierから継承されます
threadId
transactionId
トランザクション ID は、コリレーション ベクターとして使用されます
transactionId: string
プロパティ値
string
AcsChatThreadEventBase.transactionIdから継承されます