次の方法で共有


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) クラスの新しいインスタンスを初期化します。

適用対象