ConversationParameters interface
Represents the parameters for creating a conversation.
Properties
activity | The initial activity to send to the conversation. |
agent | The bot account initiating the conversation. |
channel |
Channel-specific data for the conversation. |
is |
Indicates whether the conversation is a group conversation. |
members | The members to include in the conversation. |
tenant |
The tenant ID of the conversation. |
topic |
The topic name of the conversation. |
Property Details
activity
agent
channelData
Channel-specific data for the conversation.
channelData: unknown
Property Value
unknown
isGroup
Indicates whether the conversation is a group conversation.
isGroup: boolean
Property Value
boolean
members
The members to include in the conversation.
members?: ChannelAccount[]
Property Value
tenantId
The tenant ID of the conversation.
tenantId?: string
Property Value
string
topicName
The topic name of the conversation.
topicName?: string
Property Value
string