你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于