AcsChatThreadPropertiesUpdatedEventData クラス

定義

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

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

プロパティ

CreateTime

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

(継承元 AcsChatThreadEventInThreadBaseProperties)
EditedByCommunicationIdentifier

スレッドのプロパティを更新したユーザーの通信識別子。

EditTime

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

Properties

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

ThreadId

チャット スレッド ID。

(継承元 AcsChatEventInThreadBaseProperties)
TransactionId

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

(継承元 AcsChatEventInThreadBaseProperties)
Version

スレッドのバージョン。

(継承元 AcsChatThreadEventInThreadBaseProperties)

適用対象