ConversationMembers Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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