次の方法で共有


AcsChatParticipantAddedToThreadWithUserEventData クラス

定義

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantAddedToThreadWithUserEventData+AcsChatParticipantAddedToThreadWithUserEventDataConverter))]
public class AcsChatParticipantAddedToThreadWithUserEventData : Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventBaseProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantAddedToThreadWithUserEventData+AcsChatParticipantAddedToThreadWithUserEventDataConverter))>]
type AcsChatParticipantAddedToThreadWithUserEventData = class
    inherit AcsChatThreadEventBaseProperties
Public Class AcsChatParticipantAddedToThreadWithUserEventData
Inherits AcsChatThreadEventBaseProperties
継承
AcsChatParticipantAddedToThreadWithUserEventData
属性

プロパティ

AddedByCommunicationIdentifier

ユーザーを追加したユーザーの通信識別子。

CreateTime

スレッドの元の作成時刻。

(継承元 AcsChatThreadEventBaseProperties)
ParticipantAdded

追加されたユーザーの詳細。

RecipientCommunicationIdentifier

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

(継承元 AcsChatEventBaseProperties)
ThreadId

チャット スレッド ID。

(継承元 AcsChatEventBaseProperties)
Time

ユーザーがスレッドに追加された時刻。

TransactionId

トランザクション ID は、共関係ベクトルとして使用されます。

(継承元 AcsChatEventBaseProperties)
Version

スレッドのバージョン。

(継承元 AcsChatThreadEventBaseProperties)

適用対象