ChatModelFactory Class

Definition

Model factory for models.

public static class ChatModelFactory
type ChatModelFactory = class
Public Class ChatModelFactory
Inheritance
ChatModelFactory

Methods

AddChatParticipantsResult(IEnumerable<ChatError>)

Initializes a new instance of AddChatParticipantsResult.

ChatAttachment(String, ChatAttachmentType, String, Uri, Uri)

Initializes a new instance of the ChatAttachment(String, ChatAttachmentType, String, Uri, Uri) class.

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

Initializes a new instance of ChatError.

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

Initializes a new instance of the ChatMessageContent class.

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

Initializes a new instance of the ChatMessageContent class.

ChatParticipant(CommunicationIdentifier, String, Nullable<DateTimeOffset>)

Initializes a new instance of the ChatParticipant class.

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

Initializes a new instance of the ChatParticipant class.

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

Initializes a new instance of the ChatThreadProperties class.

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

Initializes a new instance of the ChatThreadProperties class.

CreateChatThreadResult(ChatThreadProperties, IEnumerable<ChatError>)

Initializes a new instance of the CreateChatThreadResult(ChatThreadProperties, IEnumerable<ChatError>) class.

SendChatMessageResult(String)

Initializes a new instance of the SendChatMessageResult(String) class.

Applies to