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

ChatModelFactory 类

定义

模型的模型工厂。

public static class ChatModelFactory
type ChatModelFactory = class
Public Class ChatModelFactory
继承
ChatModelFactory

方法

AddChatParticipantsResult(IEnumerable<ChatError>)

初始化 AddChatParticipantsResult 的新实例。

ChatError(String, String, String, IEnumerable<ChatError>, ChatError)

初始化 ChatError 的新实例。

ChatMessageContent(String, String, CommunicationUserIdentifier, IEnumerable<ChatParticipant>)

初始化 ChatMessageContent(String, String, CommunicationUserIdentifier, IEnumerable<ChatParticipant>) 类的新实例。

ChatParticipant(CommunicationIdentifier, String, Nullable<DateTimeOffset>)

初始化 ChatParticipant 类的新实例。

ChatParticipant(CommunicationIdentifier, String, Nullable<DateTimeOffset>, IDictionary<String,String>)

初始化 ChatParticipant 类的新实例。

ChatThreadProperties(String, String, DateTimeOffset, CommunicationIdentifier, DateTimeOffset)

初始化 ChatThreadProperties 类的新实例。

ChatThreadProperties(String, String, DateTimeOffset, CommunicationIdentifier, DateTimeOffset, IDictionary<String,String>)

初始化 ChatThreadProperties 类的新实例。

CreateChatThreadResult(ChatThreadProperties, IEnumerable<ChatError>)

初始化 CreateChatThreadResult(ChatThreadProperties, IEnumerable<ChatError>) 类的新实例。

SendChatMessageResult(String)

初始化 SendChatMessageResult(String) 类的新实例。

适用于