Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ConversationParameters interface
- Package:
- @microsoft/agents-activity
Represents the parameters for creating a conversation.
Properties
| activity | The initial activity to send to the conversation. |
| agent | The bot account initiating the conversation. |
| channelData | Channel-specific data for the conversation. |
| isGroup | Indicates whether the conversation is a group conversation. |
| members | The members to include in the conversation. |
| tenantId | The tenant ID of the conversation. |
| topicName | 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
