Freigeben über


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.Agents.Extensions.Teams.Models.ChannelInfo> conversations = default);
new Microsoft.Agents.Extensions.Teams.Models.ConversationList : System.Collections.Generic.IList<Microsoft.Agents.Extensions.Teams.Models.ChannelInfo> -> Microsoft.Agents.Extensions.Teams.Models.ConversationList
Public Sub New (Optional conversations As IList(Of ChannelInfo) = Nothing)

Parameters

conversations
IList<ChannelInfo>

The IList of conversations.

Applies to