Udostępnij przez


ConversationList Konstruktory

Definicja

Przeciążenia

ConversationList()

Inicjuje nowe wystąpienie klasy ConversationList.

ConversationList(IList<ChannelInfo>)

Inicjuje nowe wystąpienie klasy ConversationList.

ConversationList()

Inicjuje nowe wystąpienie klasy ConversationList.

public ConversationList();
Public Sub New ()

Dotyczy

ConversationList(IList<ChannelInfo>)

Inicjuje nowe wystąpienie klasy ConversationList.

public ConversationList(System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> conversations = default);
new Microsoft.Bot.Schema.Teams.ConversationList : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> -> Microsoft.Bot.Schema.Teams.ConversationList
Public Sub New (Optional conversations As IList(Of ChannelInfo) = Nothing)

Parametry

conversations
IList<ChannelInfo>

Lista rozmów.

Dotyczy