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

ChatModelFactory.AddChatParticipantsResult 方法

定义

初始化 AddChatParticipantsResult 的新实例。

public static Azure.Communication.Chat.AddChatParticipantsResult AddChatParticipantsResult (System.Collections.Generic.IEnumerable<Azure.Communication.Chat.ChatError> invalidParticipants = default);
static member AddChatParticipantsResult : seq<Azure.Communication.Chat.ChatError> -> Azure.Communication.Chat.AddChatParticipantsResult
Public Shared Function AddChatParticipantsResult (Optional invalidParticipants As IEnumerable(Of ChatError) = Nothing) As AddChatParticipantsResult

参数

invalidParticipants
IEnumerable<ChatError>

未能添加到聊天线程的参与者。

返回

用于模拟的新 AddChatParticipantsResult 实例。

适用于