ConversationList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.