Share via


ConversationList Constructors

Definition

Overloads

ConversationList()

Initializes a new instance of the ConversationList class.

ConversationList(IList<ChannelInfo>)

Initializes a new instance of the ConversationList class.

ConversationList()

Initializes a new instance of the ConversationList class.

public ConversationList ();
Public Sub New ()

Applies to

ConversationList(IList<ChannelInfo>)

Initializes a new instance of the ConversationList class.

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)

Parameters

conversations
IList<ChannelInfo>

The IList of conversations.

Applies to