Share via


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.

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

The initial activity to send to the conversation.

activity: Activity

Property Value

agent

The bot account initiating the conversation.

agent?: ChannelAccount

Property Value

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