ISuggestedActions interface

Suggested actions to send to the user and displayed as quick replies. Suggested actions will be displayed only on the channels that support suggested actions.

Properties

actions

Quick reply actions that can be suggested as part of the message.

to

Optional recipients of the suggested actions. Not supported in all channels.

Property Details

actions

Quick reply actions that can be suggested as part of the message.

actions: ICardAction[]

Property Value

to

Optional recipients of the suggested actions. Not supported in all channels.

to?: string[]

Property Value

string[]