AcsChatThreadCreatedEventData クラス

定義

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

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

プロパティ

CreatedByCommunicationIdentifier

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

CreateTime

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

(継承元 AcsChatThreadEventInThreadBaseProperties)
Participants

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

Properties

スレッドのプロパティ。

ThreadId

チャット スレッド ID。

(継承元 AcsChatEventInThreadBaseProperties)
TransactionId

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

(継承元 AcsChatEventInThreadBaseProperties)
Version

スレッドのバージョン。

(継承元 AcsChatThreadEventInThreadBaseProperties)

適用対象