ConversationParameters interface
Parameters for creating a new conversation
Properties
activity | (Optional) When creating a new conversation, use this activity as the initial message to the conversation |
bot | The bot address for this conversation |
channel |
Channel specific payload for creating the conversation |
is |
IsGroup |
members | Members to add to the conversation |
tenant |
(Optional) The tenant ID in which the conversation should be created |
topic |
(Optional) Topic of the conversation (if supported by the channel) |
Property Details
activity
(Optional) When creating a new conversation, use this activity as the initial message to the conversation
activity: Activity
Property Value
bot
channelData
Channel specific payload for creating the conversation
channelData: any
Property Value
any
isGroup
IsGroup
isGroup: boolean
Property Value
boolean
members
tenantId
(Optional) The tenant ID in which the conversation should be created
tenantId?: string
Property Value
string
topicName
(Optional) Topic of the conversation (if supported by the channel)
topicName?: string
Property Value
string