次の方法で共有


EventGridModelFactory.AcsChatThreadCreatedWithUserEventData メソッド

定義

AcsChatThreadCreatedWithUserEventData の新しいインスタンスを初期化します。

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadCreatedWithUserEventData AcsChatThreadCreatedWithUserEventData (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel createdByCommunicationIdentifier = default, System.Collections.Generic.IReadOnlyDictionary<string,object> properties = default, System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties> participants = default);
static member AcsChatThreadCreatedWithUserEventData : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string * Nullable<DateTimeOffset> * Nullable<int64> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * System.Collections.Generic.IReadOnlyDictionary<string, obj> * seq<Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadCreatedWithUserEventData
Public Shared Function AcsChatThreadCreatedWithUserEventData (Optional recipientCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional transactionId As String = Nothing, Optional threadId As String = Nothing, Optional createTime As Nullable(Of DateTimeOffset) = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional createdByCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional properties As IReadOnlyDictionary(Of String, Object) = Nothing, Optional participants As IEnumerable(Of AcsChatThreadParticipantProperties) = Nothing) As AcsChatThreadCreatedWithUserEventData

パラメーター

recipientCommunicationIdentifier
CommunicationIdentifierModel

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

transactionId
String

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

threadId
String

チャット スレッド ID。

createTime
Nullable<DateTimeOffset>

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

version
Nullable<Int64>

スレッドのバージョン。

createdByCommunicationIdentifier
CommunicationIdentifierModel

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

properties
IReadOnlyDictionary<String,Object>

スレッドのプロパティ。

participants
IEnumerable<AcsChatThreadParticipantProperties>

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

戻り値

モック作成用の新しい AcsChatThreadCreatedWithUserEventData インスタンス。

適用対象