BotAdaptiveCardDialogInfo interface

Data structure to describe dialog information needed to open a bot-based Adaptive Card-based dialog.

Extends

Properties

completionBotId

Specifies a bot ID to send the result of the user's interaction with the dialog module. The bot will receive a task/complete invoke event with a JSON object in the event payload.

Inherited Properties

card

JSON defining an Adaptive Card.

size

The requested size of the dialog

title

Title of the dialog module.

Property Details

completionBotId

Specifies a bot ID to send the result of the user's interaction with the dialog module. The bot will receive a task/complete invoke event with a JSON object in the event payload.

completionBotId: string

Property Value

string

Inherited Property Details

card

JSON defining an Adaptive Card.

card: string

Property Value

string

Inherited From AdaptiveCardDialogInfo.card

size

The requested size of the dialog

size: DialogSize

Property Value

Inherited From AdaptiveCardDialogInfo.size

title

Title of the dialog module.

title?: string

Property Value

string

Inherited From AdaptiveCardDialogInfo.title