ConversationsResult 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
ConversationsResult() | |
ConversationsResult(String, IList<ConversationMembers>) |
ConversationsResult()
public ConversationsResult ();
Public Sub New ()
Applies to
ConversationsResult(String, IList<ConversationMembers>)
public ConversationsResult (string continuationToken = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.ConversationMembers> conversations = default);
new Microsoft.Bot.Connector.ConversationsResult : string * System.Collections.Generic.IList<Microsoft.Bot.Connector.ConversationMembers> -> Microsoft.Bot.Connector.ConversationsResult
Public Sub New (Optional continuationToken As String = Nothing, Optional conversations As IList(Of ConversationMembers) = Nothing)
Parameters
- continuationToken
- String
- conversations
- IList<ConversationMembers>