Sdílet prostřednictvím


ConversationMembers Konstruktory

Definice

Přetížení

ConversationMembers()

Inicializuje novou instanci ConversationMembers třídy.

ConversationMembers(String, IList<ChannelAccount>)

Inicializuje novou instanci ConversationMembers třídy.

ConversationMembers()

Inicializuje novou instanci ConversationMembers třídy.

public ConversationMembers();
Public Sub New ()

Platí pro

ConversationMembers(String, IList<ChannelAccount>)

Inicializuje novou instanci ConversationMembers třídy.

public ConversationMembers(string id = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> members = default);
new Microsoft.Bot.Schema.ConversationMembers : string * System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> -> Microsoft.Bot.Schema.ConversationMembers
Public Sub New (Optional id As String = Nothing, Optional members As IList(Of ChannelAccount) = Nothing)

Parametry

id
String

ID konverzace.

members
IList<ChannelAccount>

Seznam členů v této konverzaci

Platí pro