ConversationParameters Class
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.
Parameters for creating a new conversation.
public class ConversationParameters
type ConversationParameters = class
Public Class ConversationParameters
- Inheritance
-
ConversationParameters
Constructors
ConversationParameters() |
Initializes a new instance of the ConversationParameters class. |
ConversationParameters(Nullable<Boolean>, ChannelAccount, IList<ChannelAccount>, String, Activity, Object, String) |
Initializes a new instance of the ConversationParameters class. |
Properties
Activity |
Gets or sets (Optional) When creating a new conversation, use this activity as the initial message to the conversation. |
Bot |
Gets or sets the bot address for this conversation. |
ChannelData |
Gets or sets channel specific payload for creating the conversation. |
IsGroup |
Gets or sets isGroup. |
Members |
Gets or sets members to add to the conversation. |
TenantId |
Gets or sets (Optional) The tenant ID in which the conversationshould be created. |
TopicName |
Gets or sets (Optional) Topic of the conversation (if supported by the channel). |