ConversationParameters Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
ConversationParameters() | |
ConversationParameters(Nullable<Boolean>, ChannelAccount, IList<ChannelAccount>, String, Activity, Object, String) |
ConversationParameters()
public ConversationParameters ();
Public Sub New ()
Van toepassing op
ConversationParameters(Nullable<Boolean>, ChannelAccount, IList<ChannelAccount>, String, Activity, Object, String)
public ConversationParameters (bool? isGroup = default, Microsoft.Bot.Connector.ChannelAccount bot = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.ChannelAccount> members = default, string topicName = default, Microsoft.Bot.Connector.Activity activity = default, object channelData = default, string tenantId = default);
new Microsoft.Bot.Connector.ConversationParameters : Nullable<bool> * Microsoft.Bot.Connector.ChannelAccount * System.Collections.Generic.IList<Microsoft.Bot.Connector.ChannelAccount> * string * Microsoft.Bot.Connector.Activity * obj * string -> Microsoft.Bot.Connector.ConversationParameters
Public Sub New (Optional isGroup As Nullable(Of Boolean) = Nothing, Optional bot As ChannelAccount = Nothing, Optional members As IList(Of ChannelAccount) = Nothing, Optional topicName As String = Nothing, Optional activity As Activity = Nothing, Optional channelData As Object = Nothing, Optional tenantId As String = Nothing)
Parameters
- bot
- ChannelAccount
- members
- IList<ChannelAccount>
- topicName
- String
- activity
- Activity
- channelData
- Object
- tenantId
- String