AdaptiveCardDialogInfo interface

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

Extends

BaseDialogInfo

Properties

card

JSON defining an Adaptive Card.

Inherited Properties

size

The requested size of the dialog

title

Title of the dialog module.

Property Details

card

JSON defining an Adaptive Card.

card: string

Property Value

string

Inherited Property Details

size

The requested size of the dialog

size: DialogSize

Property Value

Inherited From BaseDialogInfo.size

title

Title of the dialog module.

title?: string

Property Value

string

Inherited From BaseDialogInfo.title